diff --git a/backend/Dockerfile b/backend/Dockerfile index 0dae256..1e5290e 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -2,6 +2,7 @@ FROM node:20-alpine AS builder USER root RUN http_proxy=http://172.17.0.1:8888 https_proxy=http://172.17.0.1:8888 apk add --no-cache openssl || apk add --no-cache openssl || true WORKDIR /app +ENV PRISMA_SKIP_POSTINSTALL_GENERATE=true # Optional: Use Nexus as npm registry (pass --build-arg NPM_REGISTRY=http://nexus:8081/repository/npm/) ARG NPM_REGISTRY= @@ -12,10 +13,9 @@ RUN if [ -n "$NPM_REGISTRY" ]; then \ fi COPY package*.json ./ -COPY prisma ./prisma/ RUN npm ci --prefer-offline --no-audit COPY . . -RUN mkdir -p /app/node_modules/.prisma/client && rm -rf dist && https_proxy=http://172.17.0.1:8888 http_proxy=http://172.17.0.1:8888 ./node_modules/.bin/prisma generate && npm run build +RUN rm -rf dist && https_proxy=http://172.17.0.1:8888 http_proxy=http://172.17.0.1:8888 ./node_modules/.bin/prisma generate && npm run build FROM node:20-alpine USER root diff --git a/graphify-out/.graphify_analysis.json b/graphify-out/.graphify_analysis.json index 9d622ed..07b92a5 100644 --- a/graphify-out/.graphify_analysis.json +++ b/graphify-out/.graphify_analysis.json @@ -1,98 +1,6 @@ { "communities": { "0": [ - "apibearerauth", - "apiokresponse", - "apioperation", - "apitags", - "backend_src_common_services_sms_service_smsservice", - "backend_src_common_services_sms_service_smsservice_addpattern", - "backend_src_common_services_sms_service_smsservice_clearallsmslogs", - "backend_src_common_services_sms_service_smsservice_constructor", - "backend_src_common_services_sms_service_smsservice_deletesmslog", - "backend_src_common_services_sms_service_smsservice_editpattern", - "backend_src_common_services_sms_service_smsservice_getpatterns", - "backend_src_common_services_sms_service_smsservice_getsmsconfig", - "backend_src_common_services_sms_service_smsservice_getsmslogs", - "backend_src_common_services_sms_service_smsservice_parsepatternsxml", - "backend_src_common_services_sms_service_smsservice_postasmx", - "backend_src_common_services_sms_service_smsservice_recordlog", - "backend_src_common_services_sms_service_smsservice_savelocalpattern", - "backend_src_common_services_sms_service_smsservice_sendb2bnotification", - "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", - "backend_src_common_services_sms_service_smsservice_sendotp", - "backend_src_common_services_sms_service_smsservice_sendpatternsms", - "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", - "backend_src_common_services_sms_service_smsservice_sendshippingnotification", - "backend_src_common_services_sms_service_smsservice_sendsms", - "backend_src_common_services_sms_service_smsservice_testsms", - "backend_src_common_services_sms_service_smsservice_updatelocalpattern", - "backend_src_common_services_sms_service_ts_injectable", - "backend_src_settings_settings_controller_settingscontroller", - "backend_src_settings_settings_controller_settingscontroller_addpattern", - "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", - "backend_src_settings_settings_controller_settingscontroller_constructor", - "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", - "backend_src_settings_settings_controller_settingscontroller_deletesmslog", - "backend_src_settings_settings_controller_settingscontroller_editpattern", - "backend_src_settings_settings_controller_settingscontroller_getfinancial", - "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", - "backend_src_settings_settings_controller_settingscontroller_getpatterns", - "backend_src_settings_settings_controller_settingscontroller_getscientificterms", - "backend_src_settings_settings_controller_settingscontroller_getseosettings", - "backend_src_settings_settings_controller_settingscontroller_getsmslogs", - "backend_src_settings_settings_controller_settingscontroller_getsmssettings", - "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", - "backend_src_settings_settings_controller_settingscontroller_getuitexts", - "backend_src_settings_settings_controller_settingscontroller_patchuitext", - "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", - "backend_src_settings_settings_controller_settingscontroller_putuitext", - "backend_src_settings_settings_controller_settingscontroller_testsms", - "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", - "backend_src_settings_settings_controller_settingscontroller_updateseosettings", - "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", - "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", - "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "backend_src_settings_settings_service_scientifictermdata", - "backend_src_settings_settings_service_settingsservice", - "backend_src_settings_settings_service_settingsservice_addpattern", - "backend_src_settings_settings_service_settingsservice_clearallsmslogs", - "backend_src_settings_settings_service_settingsservice_constructor", - "backend_src_settings_settings_service_settingsservice_deletescientificterm", - "backend_src_settings_settings_service_settingsservice_deletesmslog", - "backend_src_settings_settings_service_settingsservice_editpattern", - "backend_src_settings_settings_service_settingsservice_getcategorysetting", - "backend_src_settings_settings_service_settingsservice_getfinancialsettings", - "backend_src_settings_settings_service_settingsservice_getpatterns", - "backend_src_settings_settings_service_settingsservice_getscientificterms", - "backend_src_settings_settings_service_settingsservice_getsmslogs", - "backend_src_settings_settings_service_settingsservice_getsmssettings", - "backend_src_settings_settings_service_settingsservice_getuitexts", - "backend_src_settings_settings_service_settingsservice_onmoduleinit", - "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", - "backend_src_settings_settings_service_settingsservice_testsms", - "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", - "backend_src_settings_settings_service_settingsservice_updatecategorysetting", - "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", - "backend_src_settings_settings_service_settingsservice_updatesmssettings", - "backend_src_settings_settings_service_settingsservice_updateuitext", - "backend_src_settings_settings_service_settingsservice_upsertscientificterm", - "backend_src_settings_settings_service_ts_injectable", - "body", - "controller", - "delete", - "get", - "param", - "patch", - "post", - "put", - "query", - "roles", - "useguards" - ], - "1": [ - "apiquery", "backend_src_admin_admin_controller", "backend_src_admin_admin_controller_admincontroller", "backend_src_admin_admin_controller_admincontroller_adjustwallet", @@ -124,6 +32,7 @@ "backend_src_admin_admin_controller_spec", "backend_src_admin_admin_controller_ts_apibearerauth", "backend_src_admin_admin_controller_ts_apioperation", + "backend_src_admin_admin_controller_ts_apiquery", "backend_src_admin_admin_controller_ts_apitags", "backend_src_admin_admin_controller_ts_body", "backend_src_admin_admin_controller_ts_controller", @@ -137,7 +46,6 @@ "backend_src_admin_admin_service", "backend_src_admin_admin_service_adminservice", "backend_src_admin_admin_service_adminservice_adjustuserwallet", - "backend_src_admin_admin_service_adminservice_constructor", "backend_src_admin_admin_service_adminservice_createcoupon", "backend_src_admin_admin_service_adminservice_createdoctor", "backend_src_admin_admin_service_adminservice_createproduct", @@ -147,6 +55,7 @@ "backend_src_admin_admin_service_adminservice_deleteproduct", "backend_src_admin_admin_service_adminservice_deleteuser", "backend_src_admin_admin_service_adminservice_getcoupons", + "backend_src_admin_admin_service_adminservice_getdashboardstats", "backend_src_admin_admin_service_adminservice_getdoctors", "backend_src_admin_admin_service_adminservice_getorders", "backend_src_admin_admin_service_adminservice_getpets", @@ -167,6 +76,10 @@ "backend_src_admin_admin_service_paginationquery", "backend_src_admin_admin_service_productinput", "backend_src_admin_admin_service_ts_injectable", + "backend_src_admin_dto_admin_query_dto_adminquerydto", + "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", + "backend_src_admin_dto_admin_query_dto_ts_isoptional", + "backend_src_admin_dto_admin_query_dto_ts_isstring", "backend_src_admin_dto_user_dto", "backend_src_admin_dto_user_dto_createuserdto", "backend_src_admin_dto_user_dto_ts_apiproperty", @@ -178,74 +91,10 @@ "backend_src_admin_dto_user_dto_ts_isstring", "backend_src_admin_dto_user_dto_ts_minlength", "backend_src_admin_dto_user_dto_updateuserdto", + "backend_src_redis_redis_service_redisservice_get", "backend_src_settings_settings_service_canonical_aliases" ], - "2": [ - "backend_src_auth_auth_constants", - "backend_src_auth_auth_constants_default_jwt_refresh_secret", - "backend_src_auth_auth_constants_default_jwt_secret", - "backend_src_auth_auth_constants_getjwtrefreshsecret", - "backend_src_auth_auth_constants_getjwtsecret", - "backend_src_auth_jwt_strategy", - "backend_src_auth_jwt_strategy_jwtpayload", - "backend_src_auth_jwt_strategy_jwtstrategy", - "backend_src_auth_jwt_strategy_jwtstrategy_constructor", - "backend_src_auth_jwt_strategy_jwtstrategy_validate", - "backend_src_auth_jwt_strategy_ts_injectable", - "backend_src_users_dto_address_dto", - "backend_src_users_dto_address_dto_addressdto", - "backend_src_users_dto_address_dto_ts_apiproperty", - "backend_src_users_dto_address_dto_ts_apipropertyoptional", - "backend_src_users_dto_address_dto_ts_isboolean", - "backend_src_users_dto_address_dto_ts_isnotempty", - "backend_src_users_dto_address_dto_ts_isoptional", - "backend_src_users_dto_address_dto_ts_isstring", - "backend_src_users_dto_update_profile_dto", - "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", - "backend_src_users_dto_update_profile_dto_ts_isemail", - "backend_src_users_dto_update_profile_dto_ts_isoptional", - "backend_src_users_dto_update_profile_dto_ts_isstring", - "backend_src_users_dto_update_profile_dto_ts_minlength", - "backend_src_users_dto_update_profile_dto_updateprofiledto", - "backend_src_users_users_controller", - "backend_src_users_users_controller_spec", - "backend_src_users_users_controller_ts_apibadrequestresponse", - "backend_src_users_users_controller_ts_apibearerauth", - "backend_src_users_users_controller_ts_apicreatedresponse", - "backend_src_users_users_controller_ts_apiokresponse", - "backend_src_users_users_controller_ts_apioperation", - "backend_src_users_users_controller_ts_apitags", - "backend_src_users_users_controller_ts_body", - "backend_src_users_users_controller_ts_controller", - "backend_src_users_users_controller_ts_delete", - "backend_src_users_users_controller_ts_get", - "backend_src_users_users_controller_ts_param", - "backend_src_users_users_controller_ts_patch", - "backend_src_users_users_controller_ts_post", - "backend_src_users_users_controller_ts_req", - "backend_src_users_users_controller_ts_useguards", - "backend_src_users_users_controller_userscontroller", - "backend_src_users_users_controller_userscontroller_addaddress", - "backend_src_users_users_controller_userscontroller_constructor", - "backend_src_users_users_controller_userscontroller_deleteaddress", - "backend_src_users_users_controller_userscontroller_getprofile", - "backend_src_users_users_controller_userscontroller_setdefaultaddress", - "backend_src_users_users_controller_userscontroller_topupwallet", - "backend_src_users_users_controller_userscontroller_updateaddress", - "backend_src_users_users_controller_userscontroller_updateprofile", - "backend_src_users_users_service_ts_injectable", - "backend_src_users_users_service_usersservice", - "backend_src_users_users_service_usersservice_addaddress", - "backend_src_users_users_service_usersservice_constructor", - "backend_src_users_users_service_usersservice_deleteaddress", - "backend_src_users_users_service_usersservice_findbyid", - "backend_src_users_users_service_usersservice_findbyphone", - "backend_src_users_users_service_usersservice_setdefaultaddress", - "backend_src_users_users_service_usersservice_topupwallet", - "backend_src_users_users_service_usersservice_update", - "backend_src_users_users_service_usersservice_updateaddress" - ], - "3": [ + "1": [ "frontend_application_app_blog_page", "frontend_application_app_blog_page_blog", "frontend_application_app_blog_page_getblogs", @@ -284,6 +133,7 @@ "frontend_application_components_ingredientwiki_ingredient_match_keywords", "frontend_application_components_ingredientwiki_ingredientwiki", "frontend_application_components_searchresultspage", + "frontend_application_components_searchresultspage_searchresultspage", "frontend_application_lib_data_products", "frontend_application_lib_data_products_dosageresult", "frontend_application_lib_data_products_faq", @@ -307,243 +157,12 @@ "frontend_application_lib_services_productservice_productservice_getproductbyslug", "frontend_application_lib_services_productservice_productservice_getproducts", "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "frontend_application_lib_store_cartstore_cartitem", + "frontend_application_lib_store_cartstore_cartstore", "frontend_application_lib_types_ingredient" ], - "4": [ - "backend_src_admin_admin_module", - "backend_src_admin_admin_module_adminmodule", - "backend_src_admin_admin_module_ts_module", - "backend_src_admin_blogs_controller", - "backend_src_admin_blogs_service", - "backend_src_admin_blogs_service_blogquery", - "backend_src_admin_blogs_service_blogsservice", - "backend_src_admin_blogs_service_blogsservice_constructor", - "backend_src_admin_blogs_service_blogsservice_createblog", - "backend_src_admin_blogs_service_blogsservice_deleteblog", - "backend_src_admin_blogs_service_blogsservice_getblogs", - "backend_src_admin_blogs_service_blogsservice_updateblog", - "backend_src_admin_blogs_service_ts_injectable", - "backend_src_admin_categories_controller", - "backend_src_admin_categories_service", - "backend_src_admin_categories_service_categoryquery", - "backend_src_admin_pets_controller", - "backend_src_admin_pets_controller_petscontroller_constructor", - "backend_src_admin_pets_service", - "backend_src_admin_pets_service_petquery", - "backend_src_admin_pets_service_petsservice", - "backend_src_admin_pets_service_petsservice_constructor", - "backend_src_admin_pets_service_petsservice_deletepet", - "backend_src_admin_pets_service_petsservice_getpets", - "backend_src_admin_pets_service_ts_injectable", - "backend_src_admin_reports_controller", - "backend_src_admin_reports_controller_reportscontroller", - "backend_src_admin_reports_controller_reportscontroller_constructor", - "backend_src_admin_reports_controller_reportscontroller_getreports", - "backend_src_admin_reports_controller_ts_apibearerauth", - "backend_src_admin_reports_controller_ts_apioperation", - "backend_src_admin_reports_controller_ts_apitags", - "backend_src_admin_reports_controller_ts_controller", - "backend_src_admin_reports_controller_ts_get", - "backend_src_admin_reports_controller_ts_useguards", - "backend_src_admin_reports_service", - "backend_src_admin_reports_service_reportsservice", - "backend_src_admin_reports_service_reportsservice_constructor", - "backend_src_admin_reports_service_reportsservice_getdashboardreports", - "backend_src_admin_reports_service_ts_injectable", - "backend_src_admin_ssl_service", - "backend_src_admin_ssl_service_sslcertinfo", - "backend_src_admin_wiki_controller", - "backend_src_admin_wiki_service", - "backend_src_admin_wiki_service_ts_injectable", - "backend_src_admin_wiki_service_wikiquery", - "backend_src_admin_wiki_service_wikiservice", - "backend_src_admin_wiki_service_wikiservice_constructor", - "backend_src_admin_wiki_service_wikiservice_createterm", - "backend_src_admin_wiki_service_wikiservice_deleteterm", - "backend_src_admin_wiki_service_wikiservice_getterms", - "backend_src_admin_wiki_service_wikiservice_updateterm", - "backend_src_common_dto_pagination_dto", - "backend_src_common_dto_pagination_dto_sortorder", - "backend_src_products_dto_get_products_dto", - "backend_src_redis_redis_module_redismodule", - "backend_src_redis_redis_module_ts_global", - "backend_src_redis_redis_module_ts_module" - ], - "5": [ - "backend_src_auth_auth_controller", - "backend_src_auth_auth_controller_authcontroller", - "backend_src_auth_auth_controller_authcontroller_adminlogin", - "backend_src_auth_auth_controller_authcontroller_constructor", - "backend_src_auth_auth_controller_authcontroller_login", - "backend_src_auth_auth_controller_authcontroller_logout", - "backend_src_auth_auth_controller_authcontroller_refresh", - "backend_src_auth_auth_controller_authcontroller_register", - "backend_src_auth_auth_controller_authcontroller_sendotp", - "backend_src_auth_auth_controller_authcontroller_verifyotp", - "backend_src_auth_auth_controller_spec", - "backend_src_auth_auth_controller_ts_apibadrequestresponse", - "backend_src_auth_auth_controller_ts_apibearerauth", - "backend_src_auth_auth_controller_ts_apiokresponse", - "backend_src_auth_auth_controller_ts_apioperation", - "backend_src_auth_auth_controller_ts_apitags", - "backend_src_auth_auth_controller_ts_body", - "backend_src_auth_auth_controller_ts_controller", - "backend_src_auth_auth_controller_ts_post", - "backend_src_auth_auth_controller_ts_req", - "backend_src_auth_auth_controller_ts_useguards", - "backend_src_auth_dto_admin_login_dto", - "backend_src_auth_dto_admin_login_dto_adminlogindto", - "backend_src_auth_dto_admin_login_dto_ts_apiproperty", - "backend_src_auth_dto_admin_login_dto_ts_isemail", - "backend_src_auth_dto_admin_login_dto_ts_isnotempty", - "backend_src_auth_dto_admin_login_dto_ts_isstring", - "backend_src_auth_dto_admin_login_dto_ts_minlength", - "backend_src_auth_dto_login_dto", - "backend_src_auth_dto_login_dto_logindto", - "backend_src_auth_dto_login_dto_ts_apiproperty", - "backend_src_auth_dto_login_dto_ts_isnotempty", - "backend_src_auth_dto_login_dto_ts_isstring", - "backend_src_auth_dto_login_dto_ts_minlength", - "backend_src_auth_dto_register_dto", - "backend_src_auth_dto_register_dto_registerdto", - "backend_src_auth_dto_register_dto_ts_apiproperty", - "backend_src_auth_dto_register_dto_ts_apipropertyoptional", - "backend_src_auth_dto_register_dto_ts_isemail", - "backend_src_auth_dto_register_dto_ts_isnotempty", - "backend_src_auth_dto_register_dto_ts_isoptional", - "backend_src_auth_dto_register_dto_ts_isstring", - "backend_src_auth_dto_register_dto_ts_minlength", - "backend_src_auth_dto_send_otp_dto", - "backend_src_auth_dto_send_otp_dto_sendotpdto", - "backend_src_auth_dto_send_otp_dto_ts_apiproperty", - "backend_src_auth_dto_send_otp_dto_ts_isnotempty", - "backend_src_auth_dto_send_otp_dto_ts_isstring", - "backend_src_auth_dto_send_otp_dto_ts_matches", - "backend_src_auth_dto_verify_otp_dto", - "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", - "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", - "backend_src_auth_dto_verify_otp_dto_ts_isstring", - "backend_src_auth_dto_verify_otp_dto_ts_matches", - "backend_src_auth_dto_verify_otp_dto_verifyotpdto", - "httpcode", - "length" - ], - "6": [ - "backend_src_orders_dto_create_order_dto", - "backend_src_orders_dto_create_order_dto_createorderdto", - "backend_src_orders_dto_create_order_dto_orderitemdto", - "backend_src_orders_dto_create_order_dto_ts_apiproperty", - "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", - "backend_src_orders_dto_create_order_dto_ts_isarray", - "backend_src_orders_dto_create_order_dto_ts_isnotempty", - "backend_src_orders_dto_create_order_dto_ts_isnumber", - "backend_src_orders_dto_create_order_dto_ts_isoptional", - "backend_src_orders_dto_create_order_dto_ts_isstring", - "backend_src_orders_dto_create_order_dto_ts_type", - "backend_src_orders_orders_controller", - "backend_src_orders_orders_controller_orderscontroller", - "backend_src_orders_orders_controller_orderscontroller_constructor", - "backend_src_orders_orders_controller_orderscontroller_create", - "backend_src_orders_orders_controller_orderscontroller_findall", - "backend_src_orders_orders_controller_orderscontroller_findone", - "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "backend_src_orders_orders_controller_orderscontroller_validatecoupon", - "backend_src_orders_orders_controller_spec", - "backend_src_orders_orders_controller_ts_apibadrequestresponse", - "backend_src_orders_orders_controller_ts_apibearerauth", - "backend_src_orders_orders_controller_ts_apicreatedresponse", - "backend_src_orders_orders_controller_ts_apinotfoundresponse", - "backend_src_orders_orders_controller_ts_apiokresponse", - "backend_src_orders_orders_controller_ts_apioperation", - "backend_src_orders_orders_controller_ts_apitags", - "backend_src_orders_orders_controller_ts_body", - "backend_src_orders_orders_controller_ts_controller", - "backend_src_orders_orders_controller_ts_get", - "backend_src_orders_orders_controller_ts_isnotempty", - "backend_src_orders_orders_controller_ts_isnumber", - "backend_src_orders_orders_controller_ts_isstring", - "backend_src_orders_orders_controller_ts_param", - "backend_src_orders_orders_controller_ts_post", - "backend_src_orders_orders_controller_ts_query", - "backend_src_orders_orders_controller_ts_req", - "backend_src_orders_orders_controller_ts_useguards", - "backend_src_orders_orders_controller_validatecoupondto", - "backend_src_orders_orders_module", - "backend_src_orders_orders_module_ordersmodule", - "backend_src_orders_orders_module_ts_module", - "backend_src_orders_orders_service", - "backend_src_orders_orders_service_ordersservice", - "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", - "backend_src_orders_orders_service_ordersservice_constructor", - "backend_src_orders_orders_service_ordersservice_create", - "backend_src_orders_orders_service_ordersservice_findallbyuser", - "backend_src_orders_orders_service_ordersservice_findone", - "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", - "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", - "backend_src_orders_orders_service_ordersservice_retrypayment", - "backend_src_orders_orders_service_ordersservice_updatestatus", - "backend_src_orders_orders_service_ordersservice_validatecoupon", - "backend_src_orders_orders_service_spec", - "backend_src_orders_orders_service_ts_injectable", - "validatenested" - ], - "7": [ - "backend_src_app_module", - "backend_src_auth_auth_module", - "backend_src_auth_auth_module_authmodule", - "backend_src_auth_auth_module_ts_module", - "backend_src_b2b_b2b_module", - "backend_src_b2b_b2b_module_b2bmodule", - "backend_src_b2b_b2b_module_ts_module", - "backend_src_banners_banners_module", - "backend_src_banners_banners_module_bannersmodule", - "backend_src_banners_banners_module_ts_module", - "backend_src_cms_cms_module", - "backend_src_cms_cms_module_cmsmodule", - "backend_src_cms_cms_module_ts_module", - "backend_src_common_sms_module", - "backend_src_common_sms_module_smsmodule", - "backend_src_common_sms_module_ts_global", - "backend_src_common_sms_module_ts_module", - "backend_src_contact_contact_module", - "backend_src_contact_contact_module_contactmodule", - "backend_src_contact_contact_module_ts_module", - "backend_src_ingredients_ingredients_module", - "backend_src_ingredients_ingredients_module_ingredientsmodule", - "backend_src_ingredients_ingredients_module_ts_module", - "backend_src_payment_payment_module", - "backend_src_payment_payment_module_paymentmodule", - "backend_src_payment_payment_module_ts_module", - "backend_src_prescriptions_prescriptions_module", - "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", - "backend_src_prisma_prisma_module", - "backend_src_prisma_prisma_module_prismamodule", - "backend_src_prisma_prisma_module_ts_global", - "backend_src_prisma_prisma_module_ts_module", - "backend_src_reviews_reviews_module", - "backend_src_reviews_reviews_module_reviewsmodule", - "backend_src_reviews_reviews_module_ts_module", - "backend_src_settings_settings_module", - "backend_src_settings_settings_module_settingsmodule", - "backend_src_settings_settings_module_ts_module", - "backend_src_smart_advisor_smart_advisor_module", - "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", - "backend_src_smart_advisor_smart_advisor_module_ts_module", - "backend_src_testimonials_testimonials_module", - "backend_src_testimonials_testimonials_module_testimonialsmodule", - "backend_src_testimonials_testimonials_module_ts_module", - "backend_src_users_users_module", - "backend_src_users_users_module_ts_module", - "backend_src_users_users_module_usersmodule", - "backend_src_videos_videos_module", - "backend_src_videos_videos_module_ts_module", - "backend_src_videos_videos_module_videosmodule", - "backend_src_wholesale_wholesale_module", - "backend_src_wholesale_wholesale_module_ts_module", - "backend_src_wholesale_wholesale_module_wholesalemodule", - "module" - ], - "8": [ + "2": [ + "backend_src_cms_cms_controller", "backend_src_cms_cms_controller_cmscontroller", "backend_src_cms_cms_controller_cmscontroller_constructor", "backend_src_cms_cms_controller_cmscontroller_createherobanner", @@ -597,7 +216,107 @@ "backend_src_cms_dto_cms_dto_ts_isstring", "isuuid" ], - "9": [ + "3": [ + "backend_src_app_module", + "backend_src_b2b_b2b_module", + "backend_src_b2b_b2b_module_b2bmodule", + "backend_src_b2b_b2b_module_ts_module", + "backend_src_banners_banners_module", + "backend_src_banners_banners_module_bannersmodule", + "backend_src_banners_banners_module_ts_module", + "backend_src_cms_cms_module", + "backend_src_cms_cms_module_cmsmodule", + "backend_src_cms_cms_module_ts_module", + "backend_src_common_sms_module", + "backend_src_common_sms_module_smsmodule", + "backend_src_common_sms_module_ts_global", + "backend_src_common_sms_module_ts_module", + "backend_src_contact_contact_module", + "backend_src_contact_contact_module_contactmodule", + "backend_src_contact_contact_module_ts_module", + "backend_src_ingredients_ingredients_module", + "backend_src_ingredients_ingredients_module_ingredientsmodule", + "backend_src_ingredients_ingredients_module_ts_module", + "backend_src_payment_payment_module", + "backend_src_payment_payment_module_paymentmodule", + "backend_src_payment_payment_module_ts_module", + "backend_src_prescriptions_prescriptions_module", + "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "backend_src_prescriptions_prescriptions_module_ts_module", + "backend_src_prisma_prisma_module", + "backend_src_prisma_prisma_module_prismamodule", + "backend_src_prisma_prisma_module_ts_global", + "backend_src_prisma_prisma_module_ts_module", + "backend_src_settings_settings_module", + "backend_src_settings_settings_module_settingsmodule", + "backend_src_settings_settings_module_ts_module", + "backend_src_smart_advisor_smart_advisor_module", + "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "backend_src_smart_advisor_smart_advisor_module_ts_module", + "backend_src_testimonials_testimonials_module", + "backend_src_testimonials_testimonials_module_testimonialsmodule", + "backend_src_testimonials_testimonials_module_ts_module", + "backend_src_tickets_tickets_module", + "backend_src_tickets_tickets_module_ticketsmodule", + "backend_src_tickets_tickets_module_ts_module", + "backend_src_videos_videos_module", + "backend_src_videos_videos_module_ts_module", + "backend_src_videos_videos_module_videosmodule", + "backend_src_wholesale_wholesale_module", + "backend_src_wholesale_wholesale_module_ts_module", + "backend_src_wholesale_wholesale_module_wholesalemodule" + ], + "4": [ + "backend_src_reviews_dto_create_review_dto", + "backend_src_reviews_dto_create_review_dto_createreviewdto", + "backend_src_reviews_dto_create_review_dto_ts_apiproperty", + "backend_src_reviews_dto_create_review_dto_ts_isint", + "backend_src_reviews_dto_create_review_dto_ts_isnotempty", + "backend_src_reviews_dto_create_review_dto_ts_isoptional", + "backend_src_reviews_dto_create_review_dto_ts_isstring", + "backend_src_reviews_dto_create_review_dto_ts_min", + "backend_src_reviews_dto_update_review_dto", + "backend_src_reviews_dto_update_review_dto_ts_apiproperty", + "backend_src_reviews_dto_update_review_dto_ts_isin", + "backend_src_reviews_dto_update_review_dto_ts_isoptional", + "backend_src_reviews_dto_update_review_dto_ts_isstring", + "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "backend_src_reviews_reviews_controller", + "backend_src_reviews_reviews_controller_reviewscontroller", + "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "backend_src_reviews_reviews_controller_ts_apibearerauth", + "backend_src_reviews_reviews_controller_ts_apioperation", + "backend_src_reviews_reviews_controller_ts_apitags", + "backend_src_reviews_reviews_controller_ts_body", + "backend_src_reviews_reviews_controller_ts_controller", + "backend_src_reviews_reviews_controller_ts_delete", + "backend_src_reviews_reviews_controller_ts_get", + "backend_src_reviews_reviews_controller_ts_param", + "backend_src_reviews_reviews_controller_ts_patch", + "backend_src_reviews_reviews_controller_ts_post", + "backend_src_reviews_reviews_controller_ts_query", + "backend_src_reviews_reviews_controller_ts_req", + "backend_src_reviews_reviews_controller_ts_useguards", + "backend_src_reviews_reviews_module", + "backend_src_reviews_reviews_module_reviewsmodule", + "backend_src_reviews_reviews_module_ts_module", + "backend_src_reviews_reviews_service", + "backend_src_reviews_reviews_service_reviewsservice", + "backend_src_reviews_reviews_service_reviewsservice_constructor", + "backend_src_reviews_reviews_service_reviewsservice_createreview", + "backend_src_reviews_reviews_service_reviewsservice_deletereview", + "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", + "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", + "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "backend_src_reviews_reviews_service_ts_injectable", + "max" + ], + "5": [ "backend_src_tickets_dto_create_ticket_dto", "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", "backend_src_tickets_dto_create_ticket_dto_createticketdto", @@ -634,11 +353,7 @@ "backend_src_tickets_tickets_controller_ts_put", "backend_src_tickets_tickets_controller_ts_query", "backend_src_tickets_tickets_controller_ts_req", - "backend_src_tickets_tickets_controller_ts_roles", "backend_src_tickets_tickets_controller_ts_useguards", - "backend_src_tickets_tickets_module", - "backend_src_tickets_tickets_module_ticketsmodule", - "backend_src_tickets_tickets_module_ts_module", "backend_src_tickets_tickets_service", "backend_src_tickets_tickets_service_ticketsservice", "backend_src_tickets_tickets_service_ticketsservice_constructor", @@ -651,67 +366,11 @@ "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", "backend_src_tickets_tickets_service_ts_injectable" ], - "10": [ - "frontend_application_app_clientlayout", - "frontend_application_app_clientlayout_clientlayout", - "frontend_application_app_layout", - "frontend_application_app_layout_generatemetadata", - "frontend_application_app_layout_rootlayout", - "frontend_application_app_trust_seals_page", - "frontend_application_app_trust_seals_page_metadata", - "frontend_application_app_trust_seals_page_trustsealspage", - "frontend_application_components_authmodal", - "frontend_application_components_authmodal_authmodal", - "frontend_application_components_authmodal_authmodalprops", - "frontend_application_components_authmodal_extractotpfromtext", - "frontend_application_components_b2bportal", - "frontend_application_components_b2bportal_b2bportal", - "frontend_application_components_brandlogo", - "frontend_application_components_brandlogo_brandlogo", - "frontend_application_components_brandlogo_brandlogoprops", - "frontend_application_components_enamadbadge", - "frontend_application_components_enamadbadge_enamadbadge", - "frontend_application_components_footer", - "frontend_application_components_footer_footer", - "frontend_application_components_header", - "frontend_application_components_header_menu_icons", - "frontend_application_components_loginmodal", - "frontend_application_components_loginmodal_loginmodal", - "frontend_application_components_loginmodal_loginmodalprops", - "frontend_application_components_maintenancepage", - "frontend_application_components_maintenancepage_maintenancepage", - "frontend_application_components_networkbanner", - "frontend_application_components_networkbanner_networkbanner", - "frontend_application_components_smartadvisor", - "frontend_application_components_smartadvisor_current_symptoms", - "frontend_application_components_smartadvisor_medical_histories", - "frontend_application_components_smartadvisor_smartadvisor", - "frontend_application_components_smartadvisor_smartadvisorprops", - "frontend_application_components_tests_footer_test", - "frontend_application_components_tickerbanner", - "frontend_application_components_tickerbanner_tickerbanner", - "frontend_application_lib_hooks_usenetworkstatus", - "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", - "frontend_application_lib_store_settingsstore", - "frontend_application_lib_store_settingsstore_scientificterm", - "frontend_application_lib_store_settingsstore_settingsstore", - "frontend_application_lib_store_settingsstore_usesettingsstore", - "frontend_application_lib_store_tests_settingsstore_test", - "frontend_application_lib_store_uistore", - "frontend_application_lib_store_uistore_uistate", - "frontend_application_lib_store_uistore_useuistore", - "frontend_application_lib_store_userstore_useuserstore", - "frontend_application_lib_types_navigationtarget", - "frontend_application_lib_utils_toenglishdigits" - ], - "11": [ + "6": [ "frontend_application_app_checkout_page", "frontend_application_app_checkout_page_checkout", "frontend_application_app_dashboard_page", "frontend_application_app_dashboard_page_dashboardpage", - "frontend_application_app_payment_verify_page", - "frontend_application_app_payment_verify_page_paymentverifypage", - "frontend_application_app_payment_verify_page_verifycontent", "frontend_application_components_addressmodal", "frontend_application_components_addressmodal_addressmodal", "frontend_application_components_addressmodal_addressmodalprops", @@ -726,6 +385,9 @@ "frontend_application_components_headerbutton", "frontend_application_components_headerbutton_headerbutton", "frontend_application_components_headerbutton_headerbuttonprops", + "frontend_application_components_loginmodal", + "frontend_application_components_loginmodal_loginmodal", + "frontend_application_components_loginmodal_loginmodalprops", "frontend_application_components_orderdetailsmodal", "frontend_application_components_orderdetailsmodal_orderdetailsmodal", "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon", @@ -735,7 +397,6 @@ "frontend_application_components_searchableselect", "frontend_application_components_searchableselect_searchableselect", "frontend_application_components_searchableselect_searchableselectprops", - "frontend_application_components_skeleton_orderrowskeleton", "frontend_application_components_topupmodal", "frontend_application_components_topupmodal_preset_amounts", "frontend_application_components_topupmodal_topupmodal", @@ -755,138 +416,371 @@ "frontend_application_lib_utils_cn", "frontend_application_lib_utils_topersian" ], + "7": [ + "frontend_admin_panel_src_components_ui_confirmmodal", + "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "frontend_admin_panel_src_components_ui_mediaselector", + "frontend_admin_panel_src_components_ui_mediaselector_media", + "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "frontend_admin_panel_src_components_ui_pagination", + "frontend_admin_panel_src_components_ui_pagination_pagination", + "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "frontend_admin_panel_src_components_ui_spinner", + "frontend_admin_panel_src_components_ui_spinner_spinner", + "frontend_admin_panel_src_pages_bannersmanager", + "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "frontend_admin_panel_src_pages_blogs", + "frontend_admin_panel_src_pages_blogs_blogpost", + "frontend_admin_panel_src_pages_blogs_blogs", + "frontend_admin_panel_src_pages_categories", + "frontend_admin_panel_src_pages_categories_categories", + "frontend_admin_panel_src_pages_categories_category", + "frontend_admin_panel_src_pages_ingredientsmanager", + "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "frontend_admin_panel_src_pages_media", + "frontend_admin_panel_src_pages_media_media", + "frontend_admin_panel_src_pages_media_mediamanager", + "frontend_admin_panel_src_pages_pets", + "frontend_admin_panel_src_pages_pets_pet", + "frontend_admin_panel_src_pages_pets_pets", + "frontend_admin_panel_src_pages_products", + "frontend_admin_panel_src_pages_products_category", + "frontend_admin_panel_src_pages_products_product", + "frontend_admin_panel_src_pages_products_products", + "frontend_admin_panel_src_pages_seosettingspage", + "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", + "frontend_admin_panel_src_pages_testimonialsmanager", + "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", + "frontend_admin_panel_src_pages_wiki", + "frontend_admin_panel_src_pages_wiki_productitem", + "frontend_admin_panel_src_pages_wiki_wiki", + "frontend_admin_panel_src_pages_wiki_wikiterm", + "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "frontend_admin_panel_src_routes_adminroutes_products", + "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "frontend_admin_panel_src_routes_adminroutes_wiki", + "frontend_admin_panel_src_services_api_base_domain", + "frontend_admin_panel_src_types_admin_ingredient", + "frontend_admin_panel_src_types_admin_testimonial" + ], + "8": [ + "backend_src_admin_admin_module", + "backend_src_admin_admin_module_adminmodule", + "backend_src_admin_admin_module_ts_module", + "backend_src_admin_blogs_controller", + "backend_src_admin_blogs_service", + "backend_src_admin_blogs_service_blogquery", + "backend_src_admin_blogs_service_blogsservice", + "backend_src_admin_blogs_service_blogsservice_constructor", + "backend_src_admin_blogs_service_blogsservice_createblog", + "backend_src_admin_blogs_service_blogsservice_deleteblog", + "backend_src_admin_blogs_service_blogsservice_getblogs", + "backend_src_admin_blogs_service_blogsservice_updateblog", + "backend_src_admin_blogs_service_ts_injectable", + "backend_src_admin_media_controller", + "backend_src_admin_media_service", + "backend_src_admin_media_service_mediaservice", + "backend_src_admin_media_service_mediaservice_constructor", + "backend_src_admin_media_service_ts_injectable", + "backend_src_admin_reports_controller", + "backend_src_admin_reports_controller_reportscontroller", + "backend_src_admin_reports_controller_reportscontroller_constructor", + "backend_src_admin_reports_controller_reportscontroller_getreports", + "backend_src_admin_reports_controller_ts_apibearerauth", + "backend_src_admin_reports_controller_ts_apioperation", + "backend_src_admin_reports_controller_ts_apitags", + "backend_src_admin_reports_controller_ts_controller", + "backend_src_admin_reports_controller_ts_get", + "backend_src_admin_reports_controller_ts_useguards", + "backend_src_admin_reports_service", + "backend_src_admin_reports_service_reportsservice", + "backend_src_admin_reports_service_reportsservice_constructor", + "backend_src_admin_reports_service_reportsservice_getdashboardreports", + "backend_src_admin_reports_service_ts_injectable", + "backend_src_admin_ssl_service", + "backend_src_admin_ssl_service_sslcertinfo", + "backend_src_admin_wiki_controller", + "backend_src_admin_wiki_service", + "backend_src_admin_wiki_service_ts_injectable", + "backend_src_admin_wiki_service_wikiquery", + "backend_src_admin_wiki_service_wikiservice", + "backend_src_admin_wiki_service_wikiservice_constructor", + "backend_src_admin_wiki_service_wikiservice_createterm", + "backend_src_admin_wiki_service_wikiservice_deleteterm", + "backend_src_admin_wiki_service_wikiservice_getterms", + "backend_src_admin_wiki_service_wikiservice_updateterm" + ], + "9": [ + "frontend_application_app_checkout_success_id_page", + "frontend_application_app_checkout_success_id_page_successpage", + "frontend_application_app_loading", + "frontend_application_app_loading_globalloading", + "frontend_application_app_profile_page", + "frontend_application_app_profile_page_profilepage", + "frontend_application_app_shop_page", + "frontend_application_app_shop_page_metadata", + "frontend_application_app_shop_page_shop", + "frontend_application_components_archivepage", + "frontend_application_components_archivepage_archivepage", + "frontend_application_components_archivepage_archiveproductcard", + "frontend_application_components_archivepage_category_map", + "frontend_application_components_archivepage_icon_map", + "frontend_application_components_featuredproducts", + "frontend_application_components_featuredproducts_featuredproducts", + "frontend_application_components_featuredproducts_productcard", + "frontend_application_components_ordersuccess", + "frontend_application_components_ordersuccess_ordersuccess", + "frontend_application_components_petprofile", + "frontend_application_components_skeleton", + "frontend_application_components_skeleton_orderrowskeleton", + "frontend_application_components_skeleton_petprofileskeleton", + "frontend_application_components_skeleton_productcardskeleton", + "frontend_application_components_skeleton_skeleton", + "frontend_application_components_skeleton_skeletonprops", + "frontend_application_components_smartadvisor", + "frontend_application_components_smartadvisor_current_symptoms", + "frontend_application_components_smartadvisor_medical_histories", + "frontend_application_components_smartadvisor_smartadvisor", + "frontend_application_components_smartadvisor_smartadvisorprops", + "frontend_application_components_tests_featuredproducts_test", + "frontend_application_components_tests_featuredproducts_test_mockproducts", + "frontend_application_lib_store_uistore", + "frontend_application_lib_store_uistore_uistate", + "frontend_application_lib_store_uistore_useuistore", + "frontend_application_lib_store_usepetstore", + "frontend_application_lib_store_usepetstore_healthlog", + "frontend_application_lib_store_usepetstore_petconsumption", + "frontend_application_lib_store_usepetstore_petprofile", + "frontend_application_lib_store_usepetstore_petstore", + "frontend_application_lib_store_usepetstore_reminder", + "frontend_application_lib_store_usepetstore_usepetstore" + ], + "10": [ + "frontend_application_app_clientlayout", + "frontend_application_app_clientlayout_clientlayout", + "frontend_application_app_layout", + "frontend_application_app_layout_generatemetadata", + "frontend_application_app_layout_rootlayout", + "frontend_application_app_payment_verify_page", + "frontend_application_app_payment_verify_page_paymentverifypage", + "frontend_application_app_payment_verify_page_verifycontent", + "frontend_application_app_track_page", + "frontend_application_app_track_page_trackpage", + "frontend_application_components_authmodal", + "frontend_application_components_authmodal_authmodal", + "frontend_application_components_authmodal_authmodalprops", + "frontend_application_components_authmodal_extractotpfromtext", + "frontend_application_components_b2bportal", + "frontend_application_components_b2bportal_b2bportal", + "frontend_application_components_cartdrawer", + "frontend_application_components_cartdrawer_cartdrawer", + "frontend_application_components_header", + "frontend_application_components_header_header", + "frontend_application_components_header_header_handleclickoutside", + "frontend_application_components_header_menu_icons", + "frontend_application_components_ordertracking", + "frontend_application_components_ordertracking_ordertracking", + "frontend_application_components_prescriptionuploadmodal", + "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", + "frontend_application_components_tests_cartdrawer_test", + "frontend_application_components_tests_cartdrawer_test_mockproduct", + "frontend_application_components_tests_header_test", + "frontend_application_lib_store_cartstore", + "frontend_application_lib_store_cartstore_order", + "frontend_application_lib_store_cartstore_usecartstore", + "frontend_application_lib_store_tests_cartstore_test", + "frontend_application_lib_store_tests_cartstore_test_mockproduct", + "frontend_application_lib_store_userstore", + "frontend_application_lib_store_userstore_transaction", + "frontend_application_lib_store_userstore_userprofile", + "frontend_application_lib_store_userstore_userrole", + "frontend_application_lib_store_userstore_userstore", + "frontend_application_lib_store_userstore_useuserstore", + "frontend_application_lib_types_navigationtarget", + "frontend_application_lib_utils_toenglishdigits" + ], + "11": [ + "frontend_application_app_shop_slug_page", + "frontend_application_app_shop_slug_page_generatemetadata", + "frontend_application_app_shop_slug_page_shopproductpage", + "frontend_application_app_trust_seals_page", + "frontend_application_app_trust_seals_page_metadata", + "frontend_application_app_trust_seals_page_trustsealspage", + "frontend_application_components_brandlogo", + "frontend_application_components_brandlogo_brandlogo", + "frontend_application_components_brandlogo_brandlogoprops", + "frontend_application_components_enamadbadge", + "frontend_application_components_enamadbadge_enamadbadge", + "frontend_application_components_footer", + "frontend_application_components_footer_footer", + "frontend_application_components_hero", + "frontend_application_components_hero_hero", + "frontend_application_components_hero_statcounter", + "frontend_application_components_maintenancepage", + "frontend_application_components_maintenancepage_maintenancepage", + "frontend_application_components_productpage", + "frontend_application_components_productpage_calculatorstate", + "frontend_application_components_productpage_icon_map", + "frontend_application_components_productpage_productpage", + "frontend_application_components_productpage_usecalculatorstore", + "frontend_application_components_productreviews", + "frontend_application_components_productreviews_productreviews", + "frontend_application_components_productreviews_productreviewsprops", + "frontend_application_components_productreviews_reviewitem", + "frontend_application_components_tests_footer_test", + "frontend_application_components_tests_hero_test", + "frontend_application_components_tests_tooltip_test", + "frontend_application_components_tickerbanner", + "frontend_application_components_tickerbanner_tickerbanner", + "frontend_application_components_tooltip", + "frontend_application_components_tooltip_tooltip", + "frontend_application_components_tooltip_tooltipprops", + "frontend_application_lib_data_scientificterms", + "frontend_application_lib_data_scientificterms_scientific_terms", + "frontend_application_lib_data_scientificterms_scientificterm", + "frontend_application_lib_store_settingsstore", + "frontend_application_lib_store_settingsstore_scientificterm", + "frontend_application_lib_store_settingsstore_settingsstore", + "frontend_application_lib_store_settingsstore_usesettingsstore", + "frontend_application_lib_store_tests_settingsstore_test" + ], "12": [ - "backend_src_videos_dto_create_video_dto", - "backend_src_videos_dto_create_video_dto_createvideodto", - "backend_src_videos_dto_create_video_dto_ts_apiproperty", - "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", - "backend_src_videos_dto_create_video_dto_ts_isboolean", - "backend_src_videos_dto_create_video_dto_ts_isnotempty", - "backend_src_videos_dto_create_video_dto_ts_isoptional", - "backend_src_videos_dto_create_video_dto_ts_isstring", - "backend_src_videos_dto_create_video_dto_updatevideodto", + "frontend_admin_panel_src_app", + "frontend_admin_panel_src_app_app", + "frontend_admin_panel_src_app_suspensefallback", + "frontend_admin_panel_src_main", + "frontend_admin_panel_src_pages_contactsubmissions", + "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", + "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "frontend_admin_panel_src_pages_dashboard", + "frontend_admin_panel_src_pages_dashboard_categorydist", + "frontend_admin_panel_src_pages_dashboard_dashboard", + "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "frontend_admin_panel_src_pages_sslsettingspage", + "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "frontend_admin_panel_src_pages_tickets", + "frontend_admin_panel_src_pages_tickets_ticket", + "frontend_admin_panel_src_pages_tickets_ticketmessage", + "frontend_admin_panel_src_pages_tickets_tickets", + "frontend_admin_panel_src_pages_videos", + "frontend_admin_panel_src_pages_videos_fetchvideoslist", + "frontend_admin_panel_src_pages_videos_video", + "frontend_admin_panel_src_pages_videos_videos", + "frontend_admin_panel_src_pages_wholesaleapplications", + "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "frontend_admin_panel_src_routes_adminroutes", + "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "frontend_admin_panel_src_routes_adminroutes_blogs", + "frontend_admin_panel_src_routes_adminroutes_categories", + "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "frontend_admin_panel_src_routes_adminroutes_dashboard", + "frontend_admin_panel_src_routes_adminroutes_media", + "frontend_admin_panel_src_routes_adminroutes_pets", + "frontend_admin_panel_src_routes_adminroutes_router", + "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "frontend_admin_panel_src_routes_adminroutes_tickets", + "frontend_admin_panel_src_routes_adminroutes_videos", + "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications" + ], + "13": [ + "backend_src_admin_categories_service", + "backend_src_admin_categories_service_categoryquery", + "backend_src_b2b_b2b_service", + "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "backend_src_banners_banners_service", + "backend_src_common_metrics_controller", + "backend_src_common_services_sms_service", + "backend_src_common_services_sms_service_melipayamakpattern", + "backend_src_common_services_sms_service_melipayamakresponse", + "backend_src_common_services_sms_service_sendpatternsmsoptions", + "backend_src_common_services_sms_service_smsconfig", + "backend_src_common_services_sms_service_smslogquery", + "backend_src_contact_contact_service", + "backend_src_contact_contact_service_createcontactsubmissiondto", + "backend_src_contact_contact_service_updatecontactinfoitemdto", + "backend_src_ingredients_ingredients_service", + "backend_src_orders_orders_service_spec", + "backend_src_payment_dto_admin_transaction_filter_dto", + "backend_src_payment_payment_service", + "backend_src_payment_payment_service_clientmetadata", + "backend_src_pets_pets_service_spec", + "backend_src_prescriptions_prescriptions_service", + "backend_src_prisma_prisma_service", + "backend_src_prisma_prisma_service_prismaservice", + "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", + "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "backend_src_prisma_prisma_service_ts_injectable", + "backend_src_settings_default_ui_texts", + "backend_src_settings_default_ui_texts_default_ui_texts", + "backend_src_settings_settings_service", + "backend_src_settings_settings_service_scientifictermdata", + "backend_src_settings_settings_service_spec", + "backend_src_smart_advisor_smart_advisor_service", + "backend_src_testimonials_testimonials_service", + "backend_src_users_users_service_spec", + "backend_src_videos_videos_service", + "backend_src_videos_videos_service_videoquery", + "backend_src_wholesale_dto_wholesale_apply_dto", + "backend_src_wholesale_wholesale_service" + ], + "14": [ + "backend_src_admin_dto_admin_query_dto", + "backend_src_blogs_blogs_controller", + "backend_src_blogs_blogs_module", + "backend_src_blogs_blogs_module_blogsmodule", + "backend_src_blogs_blogs_module_ts_module", + "backend_src_blogs_blogs_service", + "backend_src_blogs_blogs_service_blogsservice", + "backend_src_blogs_blogs_service_blogsservice_constructor", + "backend_src_blogs_blogs_service_blogsservice_findall", + "backend_src_blogs_blogs_service_blogsservice_findonebyslug", + "backend_src_blogs_blogs_service_ts_injectable", + "backend_src_common_dto_pagination_dto", + "backend_src_common_dto_pagination_dto_paginationdto", + "backend_src_common_dto_pagination_dto_sortorder", + "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", + "backend_src_common_dto_pagination_dto_ts_isenum", + "backend_src_common_dto_pagination_dto_ts_isint", + "backend_src_common_dto_pagination_dto_ts_isoptional", + "backend_src_common_dto_pagination_dto_ts_isstring", + "backend_src_common_dto_pagination_dto_ts_min", + "backend_src_common_dto_pagination_dto_ts_type", + "backend_src_orders_dto_create_order_dto", + "backend_src_orders_orders_controller", + "backend_src_orders_orders_controller_spec", + "backend_src_orders_orders_controller_ts_isnotempty", + "backend_src_orders_orders_controller_ts_isnumber", + "backend_src_orders_orders_controller_ts_isstring", + "backend_src_orders_orders_controller_validatecoupondto", + "backend_src_orders_orders_module", + "backend_src_orders_orders_module_ordersmodule", + "backend_src_orders_orders_module_ts_module", + "backend_src_orders_orders_service", "backend_src_videos_dto_get_videos_query_dto", "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional", "backend_src_videos_dto_get_videos_query_dto_ts_isboolean", "backend_src_videos_dto_get_videos_query_dto_ts_isoptional", "backend_src_videos_videos_controller", - "backend_src_videos_videos_controller_ts_apibearerauth", - "backend_src_videos_videos_controller_ts_apioperation", - "backend_src_videos_videos_controller_ts_apiquery", - "backend_src_videos_videos_controller_ts_apitags", - "backend_src_videos_videos_controller_ts_body", - "backend_src_videos_videos_controller_ts_controller", - "backend_src_videos_videos_controller_ts_delete", - "backend_src_videos_videos_controller_ts_get", - "backend_src_videos_videos_controller_ts_param", - "backend_src_videos_videos_controller_ts_post", - "backend_src_videos_videos_controller_ts_put", - "backend_src_videos_videos_controller_ts_query", - "backend_src_videos_videos_controller_ts_useguards", - "backend_src_videos_videos_controller_videoscontroller", - "backend_src_videos_videos_controller_videoscontroller_constructor", - "backend_src_videos_videos_controller_videoscontroller_create", - "backend_src_videos_videos_controller_videoscontroller_findall", - "backend_src_videos_videos_controller_videoscontroller_findone", - "backend_src_videos_videos_controller_videoscontroller_remove", - "backend_src_videos_videos_controller_videoscontroller_update", - "backend_src_videos_videos_service_ts_injectable", - "backend_src_videos_videos_service_videosservice", - "backend_src_videos_videos_service_videosservice_constructor", - "backend_src_videos_videos_service_videosservice_create", - "backend_src_videos_videos_service_videosservice_findall", - "backend_src_videos_videos_service_videosservice_findone", - "backend_src_videos_videos_service_videosservice_remove", - "backend_src_videos_videos_service_videosservice_update", "transform" ], - "13": [ - "backend_prisma_tsconfig", - "backend_prisma_tsconfig_compileroptions", - "backend_prisma_tsconfig_compileroptions_esmoduleinterop", - "backend_prisma_tsconfig_compileroptions_module", - "backend_prisma_tsconfig_compileroptions_moduleresolution", - "backend_prisma_tsconfig_compileroptions_skiplibcheck", - "backend_prisma_tsconfig_compileroptions_types", - "backend_prisma_tsconfig_include", - "backend_prisma_tsconfig_seed", - "backend_prisma_tsconfig_seed_compileroptions", - "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", - "backend_prisma_tsconfig_seed_compileroptions_module", - "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", - "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", - "backend_prisma_tsconfig_seed_compileroptions_types", - "backend_prisma_tsconfig_seed_include", - "frontend_admin_panel_tsconfig_node", - "frontend_admin_panel_tsconfig_node_compileroptions", - "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", - "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", - "frontend_admin_panel_tsconfig_node_compileroptions_lib", - "frontend_admin_panel_tsconfig_node_compileroptions_module", - "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", - "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", - "frontend_admin_panel_tsconfig_node_compileroptions_noemit", - "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", - "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", - "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", - "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", - "frontend_admin_panel_tsconfig_node_compileroptions_target", - "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", - "frontend_admin_panel_tsconfig_node_compileroptions_types", - "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", - "frontend_admin_panel_tsconfig_node_include", - "frontend_admin_panel_tsconfig_node_json_ref_es2023", - "ref_node", - "ref_ts", - "ref_vite_config_ts" - ], - "14": [ - "backend_src_reviews_dto_create_review_dto", - "backend_src_reviews_dto_create_review_dto_createreviewdto", - "backend_src_reviews_dto_create_review_dto_ts_apiproperty", - "backend_src_reviews_dto_create_review_dto_ts_isnotempty", - "backend_src_reviews_dto_create_review_dto_ts_isoptional", - "backend_src_reviews_dto_create_review_dto_ts_isstring", - "backend_src_reviews_reviews_controller_reviewscontroller", - "backend_src_reviews_reviews_controller_reviewscontroller_constructor", - "backend_src_reviews_reviews_controller_reviewscontroller_createreview", - "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", - "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", - "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", - "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "backend_src_reviews_reviews_controller_ts_apibearerauth", - "backend_src_reviews_reviews_controller_ts_apioperation", - "backend_src_reviews_reviews_controller_ts_apitags", - "backend_src_reviews_reviews_controller_ts_body", - "backend_src_reviews_reviews_controller_ts_controller", - "backend_src_reviews_reviews_controller_ts_delete", - "backend_src_reviews_reviews_controller_ts_get", - "backend_src_reviews_reviews_controller_ts_param", - "backend_src_reviews_reviews_controller_ts_patch", - "backend_src_reviews_reviews_controller_ts_post", - "backend_src_reviews_reviews_controller_ts_query", - "backend_src_reviews_reviews_controller_ts_req", - "backend_src_reviews_reviews_controller_ts_roles", - "backend_src_reviews_reviews_controller_ts_useguards", - "backend_src_reviews_reviews_service_reviewsservice", - "backend_src_reviews_reviews_service_reviewsservice_constructor", - "backend_src_reviews_reviews_service_reviewsservice_createreview", - "backend_src_reviews_reviews_service_reviewsservice_deletereview", - "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", - "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", - "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", - "backend_src_reviews_reviews_service_ts_injectable", - "isint", - "max", - "min" - ], "15": [ + "backend_src_products_dto_get_products_dto", "backend_src_products_dto_get_products_dto_getproductsdto", "backend_src_products_dto_get_products_dto_ts_apipropertyoptional", "backend_src_products_dto_get_products_dto_ts_isenum", "backend_src_products_dto_get_products_dto_ts_isoptional", "backend_src_products_dto_get_products_dto_ts_isstring", + "backend_src_products_products_controller", "backend_src_products_products_controller_productscontroller", "backend_src_products_products_controller_productscontroller_constructor", "backend_src_products_products_controller_productscontroller_findall", @@ -921,44 +815,6 @@ "backend_src_products_products_service_ts_injectable" ], "16": [ - "backend_src_admin_media_service", - "backend_src_b2b_b2b_service", - "backend_src_banners_banners_service", - "backend_src_common_metrics_controller", - "backend_src_common_services_sms_service", - "backend_src_common_services_sms_service_melipayamakpattern", - "backend_src_common_services_sms_service_melipayamakresponse", - "backend_src_common_services_sms_service_sendpatternsmsoptions", - "backend_src_common_services_sms_service_smsconfig", - "backend_src_common_services_sms_service_smslogquery", - "backend_src_contact_contact_service", - "backend_src_contact_contact_service_createcontactsubmissiondto", - "backend_src_contact_contact_service_updatecontactinfoitemdto", - "backend_src_ingredients_ingredients_service", - "backend_src_pets_pets_service_spec", - "backend_src_prescriptions_prescriptions_service", - "backend_src_prescriptions_prescriptions_service_prescriptionsservice", - "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", - "backend_src_prescriptions_prescriptions_service_ts_injectable", - "backend_src_prisma_prisma_service", - "backend_src_prisma_prisma_service_prismaservice", - "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", - "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", - "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", - "backend_src_prisma_prisma_service_ts_injectable", - "backend_src_settings_default_ui_texts", - "backend_src_settings_default_ui_texts_default_ui_texts", - "backend_src_settings_settings_service", - "backend_src_settings_settings_service_spec", - "backend_src_smart_advisor_smart_advisor_service", - "backend_src_testimonials_testimonials_service", - "backend_src_users_users_service", - "backend_src_users_users_service_spec", - "backend_src_users_users_service_useraddressinput", - "backend_src_videos_videos_service", - "backend_src_videos_videos_service_videoquery" - ], - "17": [ "frontend_application_app_contact_page", "frontend_application_app_contact_page_contactpage", "frontend_application_app_contact_page_metadata", @@ -966,9 +822,6 @@ "frontend_application_components_contactformclient_contactformclient", "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", "frontend_application_components_contactformclient_contactinfoitem", - "frontend_application_components_prescriptionuploadmodal", - "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", - "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", "frontend_application_lib_services_api", "frontend_application_lib_services_api_api", "frontend_application_lib_services_api_apierrorpayload", @@ -989,14 +842,94 @@ "frontend_application_lib_services_authservice_authservice_updateprofile", "frontend_application_lib_services_authservice_authservice_verifyotp", "frontend_application_lib_services_authservice_user", - "frontend_application_lib_store_tests_userstore_test", - "frontend_application_lib_store_userstore", - "frontend_application_lib_store_userstore_transaction", - "frontend_application_lib_store_userstore_userprofile", - "frontend_application_lib_store_userstore_userrole", - "frontend_application_lib_store_userstore_userstore" + "frontend_application_lib_services_orderservice", + "frontend_application_lib_services_orderservice_apierr", + "frontend_application_lib_services_orderservice_order", + "frontend_application_lib_services_orderservice_orderitem", + "frontend_application_lib_services_orderservice_orderservice", + "frontend_application_lib_services_orderservice_orderservice_constructor", + "frontend_application_lib_services_orderservice_orderservice_createorder", + "frontend_application_lib_services_orderservice_orderservice_getinstance", + "frontend_application_lib_services_orderservice_orderservice_getorderbyid", + "frontend_application_lib_services_orderservice_orderservice_getuserorders", + "frontend_application_lib_store_tests_userstore_test" + ], + "17": [ + "backend_src_videos_dto_create_video_dto", + "backend_src_videos_dto_create_video_dto_createvideodto", + "backend_src_videos_dto_create_video_dto_ts_apiproperty", + "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", + "backend_src_videos_dto_create_video_dto_ts_isboolean", + "backend_src_videos_dto_create_video_dto_ts_isnotempty", + "backend_src_videos_dto_create_video_dto_ts_isoptional", + "backend_src_videos_dto_create_video_dto_ts_isstring", + "backend_src_videos_dto_create_video_dto_updatevideodto", + "backend_src_videos_videos_controller_ts_apibearerauth", + "backend_src_videos_videos_controller_ts_apioperation", + "backend_src_videos_videos_controller_ts_apiquery", + "backend_src_videos_videos_controller_ts_apitags", + "backend_src_videos_videos_controller_ts_body", + "backend_src_videos_videos_controller_ts_controller", + "backend_src_videos_videos_controller_ts_delete", + "backend_src_videos_videos_controller_ts_get", + "backend_src_videos_videos_controller_ts_param", + "backend_src_videos_videos_controller_ts_post", + "backend_src_videos_videos_controller_ts_put", + "backend_src_videos_videos_controller_ts_query", + "backend_src_videos_videos_controller_ts_useguards", + "backend_src_videos_videos_controller_videoscontroller", + "backend_src_videos_videos_controller_videoscontroller_constructor", + "backend_src_videos_videos_controller_videoscontroller_create", + "backend_src_videos_videos_controller_videoscontroller_findall", + "backend_src_videos_videos_controller_videoscontroller_findone", + "backend_src_videos_videos_controller_videoscontroller_remove", + "backend_src_videos_videos_controller_videoscontroller_update", + "backend_src_videos_videos_service_ts_injectable", + "backend_src_videos_videos_service_videosservice", + "backend_src_videos_videos_service_videosservice_constructor", + "backend_src_videos_videos_service_videosservice_create", + "backend_src_videos_videos_service_videosservice_findall", + "backend_src_videos_videos_service_videosservice_findone", + "backend_src_videos_videos_service_videosservice_remove", + "backend_src_videos_videos_service_videosservice_update" ], "18": [ + "frontend_admin_panel_src_components_protectedroute", + "frontend_admin_panel_src_components_protectedroute_protectedroute", + "frontend_admin_panel_src_pages_b2bmanager", + "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", + "frontend_admin_panel_src_pages_login", + "frontend_admin_panel_src_pages_login_login", + "frontend_admin_panel_src_pages_smartadvisormanager", + "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", + "frontend_admin_panel_src_pages_systemsettingspage", + "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "frontend_admin_panel_src_services_api", + "frontend_admin_panel_src_services_api_apierrorpayload", + "frontend_admin_panel_src_services_api_failedqueue", + "frontend_admin_panel_src_services_api_processqueue", + "frontend_admin_panel_src_store_adminauthstore", + "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "frontend_admin_panel_src_types_admin", + "frontend_admin_panel_src_types_admin_adminloginpayload", + "frontend_admin_panel_src_types_admin_adminuser", + "frontend_admin_panel_src_types_admin_apiresponse", + "frontend_admin_panel_src_types_admin_authresponsedata", + "frontend_admin_panel_src_types_admin_authstate", + "frontend_admin_panel_src_types_admin_b2binquiry", + "frontend_admin_panel_src_types_admin_banner", + "frontend_admin_panel_src_types_admin_partneraccount", + "frontend_admin_panel_src_types_admin_product", + "frontend_admin_panel_src_types_admin_sendotppayload", + "frontend_admin_panel_src_types_admin_seosettings", + "frontend_admin_panel_src_types_admin_smartadvisorrule", + "frontend_admin_panel_src_types_admin_systemsettings", + "frontend_admin_panel_src_types_admin_verifyotppayload" + ], + "19": [ "backend_package_devdependencies", "backend_package_devdependencies_eslint_config_prettier", "backend_package_devdependencies_eslint_eslintrc", @@ -1031,41 +964,6 @@ "types_multer", "types_passport_jwt" ], - "19": [ - "backend_src_admin_media_controller", - "backend_src_admin_ssl_controller", - "backend_src_auth_jwt_auth_guard", - "backend_src_auth_jwt_auth_guard_jwtauthguard", - "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", - "backend_src_auth_jwt_auth_guard_ts_injectable", - "backend_src_auth_roles_decorator", - "backend_src_auth_roles_guard", - "backend_src_b2b_b2b_controller", - "backend_src_banners_banners_controller", - "backend_src_cms_cms_controller", - "backend_src_common_decorators_roles_decorator", - "backend_src_common_decorators_roles_decorator_roles", - "backend_src_common_decorators_roles_decorator_roles_key", - "backend_src_common_guards_roles_guard", - "backend_src_common_guards_roles_guard_requestwithuser", - "backend_src_common_guards_roles_guard_rolesguard", - "backend_src_common_guards_roles_guard_rolesguard_canactivate", - "backend_src_common_guards_roles_guard_rolesguard_constructor", - "backend_src_common_guards_roles_guard_spec", - "backend_src_common_guards_roles_guard_ts_injectable", - "backend_src_contact_contact_controller", - "backend_src_ingredients_ingredients_controller", - "backend_src_payment_payment_controller", - "backend_src_prescriptions_prescriptions_controller", - "backend_src_prescriptions_prescriptions_controller_userreqpayload", - "backend_src_products_products_controller", - "backend_src_reviews_reviews_controller", - "backend_src_settings_settings_controller", - "backend_src_settings_settings_controller_spec", - "backend_src_smart_advisor_smart_advisor_controller", - "backend_src_testimonials_testimonials_controller", - "backend_src_wholesale_wholesale_controller" - ], "20": [ "docs_audit_07_backend_audit", "docs_audit_07_backend_audit_acceptance_criteria", @@ -1102,109 +1000,40 @@ "docs_audit_07_backend_audit_why_it_matters" ], "21": [ - "frontend_admin_panel_src_components_ui_spinner", - "frontend_admin_panel_src_components_ui_spinner_spinner", - "frontend_admin_panel_src_pages_b2bmanager", - "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", - "frontend_admin_panel_src_pages_bannersmanager", - "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", - "frontend_admin_panel_src_pages_ingredientsmanager", - "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", - "frontend_admin_panel_src_pages_seosettingspage", - "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", - "frontend_admin_panel_src_pages_smartadvisormanager", - "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", - "frontend_admin_panel_src_pages_systemsettingspage", - "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", - "frontend_admin_panel_src_routes_adminroutes_b2bmanager", - "frontend_admin_panel_src_routes_adminroutes_bannersmanager", - "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", - "frontend_admin_panel_src_routes_adminroutes_seosettingspage", - "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", - "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", - "frontend_admin_panel_src_types_admin", - "frontend_admin_panel_src_types_admin_adminloginpayload", - "frontend_admin_panel_src_types_admin_b2binquiry", - "frontend_admin_panel_src_types_admin_banner", - "frontend_admin_panel_src_types_admin_ingredient", - "frontend_admin_panel_src_types_admin_partneraccount", - "frontend_admin_panel_src_types_admin_product", - "frontend_admin_panel_src_types_admin_sendotppayload", - "frontend_admin_panel_src_types_admin_seosettings", - "frontend_admin_panel_src_types_admin_smartadvisorrule", - "frontend_admin_panel_src_types_admin_systemsettings", - "frontend_admin_panel_src_types_admin_testimonial", - "frontend_admin_panel_src_types_admin_verifyotppayload" + "backend_src_common_decorators_roles_decorator_roles", + "backend_src_settings_settings_controller_settingscontroller", + "backend_src_settings_settings_controller_settingscontroller_addpattern", + "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "backend_src_settings_settings_controller_settingscontroller_editpattern", + "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "backend_src_settings_settings_controller_settingscontroller_putuitext", + "backend_src_settings_settings_controller_settingscontroller_testsms", + "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "backend_src_settings_settings_controller_ts_apibearerauth", + "backend_src_settings_settings_controller_ts_apioperation", + "backend_src_settings_settings_controller_ts_apitags", + "backend_src_settings_settings_controller_ts_body", + "backend_src_settings_settings_controller_ts_controller", + "backend_src_settings_settings_controller_ts_delete", + "backend_src_settings_settings_controller_ts_param", + "backend_src_settings_settings_controller_ts_patch", + "backend_src_settings_settings_controller_ts_post", + "backend_src_settings_settings_controller_ts_put", + "backend_src_settings_settings_controller_ts_useguards" ], "22": [ - "backend_src_admin_admin_service_adminservice_getdashboardstats", - "backend_src_admin_admin_service_spec", - "backend_src_app_module_appmodule_configure", - "backend_src_auth_auth_service", - "backend_src_auth_auth_service_adminlogininput", - "backend_src_auth_auth_service_authservice", - "backend_src_auth_auth_service_authservice_adminlogin", - "backend_src_auth_auth_service_authservice_constructor", - "backend_src_auth_auth_service_authservice_login", - "backend_src_auth_auth_service_authservice_refresh", - "backend_src_auth_auth_service_authservice_register", - "backend_src_auth_auth_service_authservice_sendotp", - "backend_src_auth_auth_service_authservice_verifyotp", - "backend_src_auth_auth_service_logininput", - "backend_src_auth_auth_service_registerinput", - "backend_src_auth_auth_service_spec", - "backend_src_auth_auth_service_ts_injectable", - "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", - "backend_src_common_utils_phone_utils", - "backend_src_common_utils_phone_utils_normalizemobile", - "backend_src_redis_redis_module", - "backend_src_redis_redis_service", - "backend_src_redis_redis_service_redisservice", - "backend_src_redis_redis_service_redisservice_del", - "backend_src_redis_redis_service_redisservice_get", - "backend_src_redis_redis_service_redisservice_incr", - "backend_src_redis_redis_service_redisservice_onmoduledestroy", - "backend_src_redis_redis_service_redisservice_onmoduleinit", - "backend_src_redis_redis_service_redisservice_set", - "backend_src_redis_redis_service_redisservice_ttl", - "backend_src_redis_redis_service_spec", - "backend_src_redis_redis_service_ts_injectable" - ], - "23": [ - "backend_src_wholesale_dto_wholesale_apply_dto", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", - "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", - "backend_src_wholesale_wholesale_controller_ts_apibearerauth", - "backend_src_wholesale_wholesale_controller_ts_apioperation", - "backend_src_wholesale_wholesale_controller_ts_apitags", - "backend_src_wholesale_wholesale_controller_ts_body", - "backend_src_wholesale_wholesale_controller_ts_controller", - "backend_src_wholesale_wholesale_controller_ts_get", - "backend_src_wholesale_wholesale_controller_ts_param", - "backend_src_wholesale_wholesale_controller_ts_post", - "backend_src_wholesale_wholesale_controller_ts_put", - "backend_src_wholesale_wholesale_controller_ts_request", - "backend_src_wholesale_wholesale_controller_ts_useguards", - "backend_src_wholesale_wholesale_controller_wholesalecontroller", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", - "backend_src_wholesale_wholesale_service", - "backend_src_wholesale_wholesale_service_ts_injectable", - "backend_src_wholesale_wholesale_service_wholesaleservice", - "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", - "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", - "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", - "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", - "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest" - ], - "24": [ "docs_audit_06_storefront_audit", "docs_audit_06_storefront_audit_acceptance_criteria", "docs_audit_06_storefront_audit_affected_application", @@ -1238,7 +1067,7 @@ "docs_audit_06_storefront_audit_verification_requirements", "docs_audit_06_storefront_audit_why_it_matters" ], - "25": [ + "23": [ "docs_audit_08_admin_features_audit", "docs_audit_08_admin_features_audit_acceptance_criteria", "docs_audit_08_admin_features_audit_adm_001", @@ -1272,7 +1101,7 @@ "docs_audit_08_admin_features_audit_verification_requirements", "docs_audit_08_admin_features_audit_why_it_matters" ], - "26": [ + "24": [ "docs_audit_09_database_audit", "docs_audit_09_database_audit_acceptance_criteria", "docs_audit_09_database_audit_affected_application", @@ -1306,7 +1135,7 @@ "docs_audit_09_database_audit_verification_requirements", "docs_audit_09_database_audit_why_it_matters" ], - "27": [ + "25": [ "docs_audit_11_code_quality_audit", "docs_audit_11_code_quality_audit_acceptance_criteria", "docs_audit_11_code_quality_audit_affected_application", @@ -1340,7 +1169,7 @@ "docs_audit_11_code_quality_audit_verification_requirements", "docs_audit_11_code_quality_audit_why_it_matters" ], - "28": [ + "26": [ "docs_audit_12_testing_audit", "docs_audit_12_testing_audit_acceptance_criteria", "docs_audit_12_testing_audit_affected_application", @@ -1374,7 +1203,7 @@ "docs_audit_12_testing_audit_verification_requirements", "docs_audit_12_testing_audit_why_it_matters" ], - "29": [ + "27": [ "docs_audit_13_devops_audit", "docs_audit_13_devops_audit_acceptance_criteria", "docs_audit_13_devops_audit_affected_application", @@ -1408,7 +1237,7 @@ "docs_audit_13_devops_audit_verification_requirements", "docs_audit_13_devops_audit_why_it_matters" ], - "30": [ + "28": [ "docs_audit_14_documentation_audit", "docs_audit_14_documentation_audit_acceptance_criteria", "docs_audit_14_documentation_audit_affected_application", @@ -1442,141 +1271,39 @@ "docs_audit_14_documentation_audit_verification_requirements", "docs_audit_14_documentation_audit_why_it_matters" ], - "31": [ - "frontend_admin_panel_src_app", - "frontend_admin_panel_src_app_app", - "frontend_admin_panel_src_app_suspensefallback", - "frontend_admin_panel_src_main", - "frontend_admin_panel_src_pages_contactsubmissions", - "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", - "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", - "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", - "frontend_admin_panel_src_pages_login", - "frontend_admin_panel_src_pages_login_login", - "frontend_admin_panel_src_pages_sslsettingspage", - "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", - "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", - "frontend_admin_panel_src_pages_tickets", - "frontend_admin_panel_src_pages_tickets_ticket", - "frontend_admin_panel_src_pages_tickets_ticketmessage", - "frontend_admin_panel_src_pages_tickets_tickets", - "frontend_admin_panel_src_pages_wholesaleapplications", - "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", - "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", - "frontend_admin_panel_src_pages_wiki", - "frontend_admin_panel_src_pages_wiki_productitem", - "frontend_admin_panel_src_pages_wiki_wiki", - "frontend_admin_panel_src_pages_wiki_wikiterm", - "frontend_admin_panel_src_routes_adminroutes", - "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", - "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", - "frontend_admin_panel_src_routes_adminroutes_router", - "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", - "frontend_admin_panel_src_routes_adminroutes_tickets", - "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", - "frontend_admin_panel_src_routes_adminroutes_wiki" + "29": [ + "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", + "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "backend_src_wholesale_wholesale_controller_ts_apioperation", + "backend_src_wholesale_wholesale_controller_ts_apitags", + "backend_src_wholesale_wholesale_controller_ts_body", + "backend_src_wholesale_wholesale_controller_ts_controller", + "backend_src_wholesale_wholesale_controller_ts_get", + "backend_src_wholesale_wholesale_controller_ts_param", + "backend_src_wholesale_wholesale_controller_ts_post", + "backend_src_wholesale_wholesale_controller_ts_put", + "backend_src_wholesale_wholesale_controller_ts_request", + "backend_src_wholesale_wholesale_controller_ts_useguards", + "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "backend_src_wholesale_wholesale_service_ts_injectable", + "backend_src_wholesale_wholesale_service_wholesaleservice", + "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest" ], - "32": [ - "frontend_application_app_checkout_success_id_page", - "frontend_application_app_checkout_success_id_page_successpage", - "frontend_application_app_track_page", - "frontend_application_app_track_page_trackpage", - "frontend_application_components_cartdrawer", - "frontend_application_components_cartdrawer_cartdrawer", - "frontend_application_components_header_header", - "frontend_application_components_header_header_handleclickoutside", - "frontend_application_components_ordersuccess", - "frontend_application_components_ordersuccess_ordersuccess", - "frontend_application_components_ordertracking", - "frontend_application_components_ordertracking_ordertracking", - "frontend_application_components_tests_cartdrawer_test", - "frontend_application_components_tests_cartdrawer_test_mockproduct", - "frontend_application_components_tests_header_test", - "frontend_application_lib_services_orderservice", - "frontend_application_lib_services_orderservice_apierr", - "frontend_application_lib_services_orderservice_order", - "frontend_application_lib_services_orderservice_orderitem", - "frontend_application_lib_services_orderservice_orderservice", - "frontend_application_lib_services_orderservice_orderservice_constructor", - "frontend_application_lib_services_orderservice_orderservice_createorder", - "frontend_application_lib_services_orderservice_orderservice_getinstance", - "frontend_application_lib_services_orderservice_orderservice_getorderbyid", - "frontend_application_lib_services_orderservice_orderservice_getuserorders", - "frontend_application_lib_store_cartstore", - "frontend_application_lib_store_cartstore_cartitem", - "frontend_application_lib_store_cartstore_cartstore", - "frontend_application_lib_store_cartstore_order", - "frontend_application_lib_store_cartstore_usecartstore", - "frontend_application_lib_store_tests_cartstore_test", - "frontend_application_lib_store_tests_cartstore_test_mockproduct" - ], - "33": [ - "frontend_admin_panel_src_components_ui_confirmmodal", - "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", - "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", - "frontend_admin_panel_src_components_ui_mediaselector", - "frontend_admin_panel_src_components_ui_mediaselector_media", - "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", - "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", - "frontend_admin_panel_src_components_ui_pagination", - "frontend_admin_panel_src_components_ui_pagination_pagination", - "frontend_admin_panel_src_components_ui_pagination_paginationprops", - "frontend_admin_panel_src_pages_blogs", - "frontend_admin_panel_src_pages_blogs_blogpost", - "frontend_admin_panel_src_pages_blogs_blogs", - "frontend_admin_panel_src_pages_categories", - "frontend_admin_panel_src_pages_categories_categories", - "frontend_admin_panel_src_pages_categories_category", - "frontend_admin_panel_src_pages_pets", - "frontend_admin_panel_src_pages_pets_pet", - "frontend_admin_panel_src_pages_pets_pets", - "frontend_admin_panel_src_pages_products", - "frontend_admin_panel_src_pages_products_category", - "frontend_admin_panel_src_pages_products_product", - "frontend_admin_panel_src_pages_products_products", - "frontend_admin_panel_src_pages_testimonialsmanager", - "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", - "frontend_admin_panel_src_routes_adminroutes_blogs", - "frontend_admin_panel_src_routes_adminroutes_categories", - "frontend_admin_panel_src_routes_adminroutes_pets", - "frontend_admin_panel_src_routes_adminroutes_products", - "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", - "frontend_admin_panel_src_services_api_base_domain" - ], - "34": [ - "frontend_application_app_loading", - "frontend_application_app_loading_globalloading", - "frontend_application_app_profile_page", - "frontend_application_app_profile_page_profilepage", - "frontend_application_app_shop_page", - "frontend_application_app_shop_page_metadata", - "frontend_application_app_shop_page_shop", - "frontend_application_components_archivepage", - "frontend_application_components_archivepage_archivepage", - "frontend_application_components_archivepage_archiveproductcard", - "frontend_application_components_archivepage_category_map", - "frontend_application_components_archivepage_icon_map", - "frontend_application_components_featuredproducts", - "frontend_application_components_featuredproducts_featuredproducts", - "frontend_application_components_featuredproducts_productcard", - "frontend_application_components_petprofile", - "frontend_application_components_searchresultspage_searchresultspage", - "frontend_application_components_skeleton", - "frontend_application_components_skeleton_petprofileskeleton", - "frontend_application_components_skeleton_productcardskeleton", - "frontend_application_components_skeleton_skeleton", - "frontend_application_components_skeleton_skeletonprops", - "frontend_application_components_tests_featuredproducts_test", - "frontend_application_components_tests_featuredproducts_test_mockproducts", - "frontend_application_lib_store_usepetstore", - "frontend_application_lib_store_usepetstore_healthlog", - "frontend_application_lib_store_usepetstore_petconsumption", - "frontend_application_lib_store_usepetstore_petprofile", - "frontend_application_lib_store_usepetstore_petstore", - "frontend_application_lib_store_usepetstore_reminder", - "frontend_application_lib_store_usepetstore_usepetstore" - ], - "35": [ + "30": [ "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", "backend_src_app_module_appmodule", @@ -1587,6 +1314,7 @@ "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "backend_src_common_filters_http_exception_filter_ts_catch", "backend_src_common_filters_prisma_exception_filter", "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch", @@ -1604,41 +1332,40 @@ "backend_src_main", "backend_src_main_bootstrap", "backend_test_app_audit_verification_e2e_spec", - "backend_test_app_e2e_spec", - "catch" + "backend_test_app_e2e_spec" ], - "36": [ - "backend_src_b2b_b2b_controller_b2bcontroller", - "backend_src_b2b_b2b_controller_b2bcontroller_constructor", - "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", - "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", - "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", - "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", - "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", - "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", - "backend_src_b2b_b2b_controller_ts_apibearerauth", - "backend_src_b2b_b2b_controller_ts_apioperation", - "backend_src_b2b_b2b_controller_ts_apitags", - "backend_src_b2b_b2b_controller_ts_body", - "backend_src_b2b_b2b_controller_ts_controller", - "backend_src_b2b_b2b_controller_ts_get", - "backend_src_b2b_b2b_controller_ts_param", - "backend_src_b2b_b2b_controller_ts_post", - "backend_src_b2b_b2b_controller_ts_put", - "backend_src_b2b_b2b_controller_ts_req", - "backend_src_b2b_b2b_controller_ts_useguards", - "backend_src_b2b_b2b_service_b2bservice", - "backend_src_b2b_b2b_service_b2bservice_constructor", - "backend_src_b2b_b2b_service_b2bservice_createinquiry", - "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", - "backend_src_b2b_b2b_service_b2bservice_findallinquiries", - "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", - "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", - "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", - "backend_src_b2b_b2b_service_b2bwholesaleorderitem", - "backend_src_b2b_b2b_service_ts_injectable" + "31": [ + "backend_src_admin_categories_controller", + "backend_src_admin_ssl_controller", + "backend_src_auth_jwt_auth_guard", + "backend_src_auth_jwt_auth_guard_jwtauthguard", + "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "backend_src_auth_jwt_auth_guard_ts_injectable", + "backend_src_auth_roles_decorator", + "backend_src_auth_roles_guard", + "backend_src_b2b_b2b_controller", + "backend_src_banners_banners_controller", + "backend_src_common_decorators_roles_decorator", + "backend_src_common_decorators_roles_decorator_roles_key", + "backend_src_common_guards_roles_guard", + "backend_src_common_guards_roles_guard_requestwithuser", + "backend_src_common_guards_roles_guard_rolesguard", + "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "backend_src_common_guards_roles_guard_rolesguard_constructor", + "backend_src_common_guards_roles_guard_spec", + "backend_src_common_guards_roles_guard_ts_injectable", + "backend_src_contact_contact_controller", + "backend_src_ingredients_ingredients_controller", + "backend_src_payment_payment_controller", + "backend_src_prescriptions_prescriptions_controller", + "backend_src_prescriptions_prescriptions_controller_userreqpayload", + "backend_src_settings_settings_controller", + "backend_src_settings_settings_controller_spec", + "backend_src_smart_advisor_smart_advisor_controller", + "backend_src_testimonials_testimonials_controller", + "backend_src_wholesale_wholesale_controller" ], - "37": [ + "32": [ "backend_src_payment_payment_controller_paymentcontroller_constructor", "backend_src_payment_payment_service_paymentservice", "backend_src_payment_payment_service_paymentservice_adminliveinquiry", @@ -1669,7 +1396,7 @@ "backend_src_payment_zibal_service_zibalservice_requestpayment", "backend_src_payment_zibal_service_zibalservice_verifypayment" ], - "38": [ + "33": [ "docs_04_setup_and_deployment", "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f", "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f", @@ -1700,7 +1427,7 @@ "docs_readme", "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents" ], - "39": [ + "34": [ "backend_src_admin_categories_controller_categoriescontroller", "backend_src_admin_categories_controller_categoriescontroller_constructor", "backend_src_admin_categories_controller_categoriescontroller_createcategory", @@ -1730,37 +1457,37 @@ "backend_src_admin_categories_service_categoriesservice_updatecategory", "backend_src_admin_categories_service_ts_injectable" ], - "40": [ - "backend_src_admin_media_controller_mediacontroller", - "backend_src_admin_media_controller_mediacontroller_constructor", - "backend_src_admin_media_controller_mediacontroller_deletemanymedia", - "backend_src_admin_media_controller_mediacontroller_deletemedia", - "backend_src_admin_media_controller_mediacontroller_getallmedia", - "backend_src_admin_media_controller_mediacontroller_updatemedia", - "backend_src_admin_media_controller_mediacontroller_uploadfile", - "backend_src_admin_media_controller_ts_apibearerauth", - "backend_src_admin_media_controller_ts_apioperation", - "backend_src_admin_media_controller_ts_apitags", - "backend_src_admin_media_controller_ts_body", - "backend_src_admin_media_controller_ts_controller", - "backend_src_admin_media_controller_ts_delete", - "backend_src_admin_media_controller_ts_get", - "backend_src_admin_media_controller_ts_param", - "backend_src_admin_media_controller_ts_post", - "backend_src_admin_media_controller_ts_put", - "backend_src_admin_media_controller_ts_uploadedfile", - "backend_src_admin_media_controller_ts_useguards", - "backend_src_admin_media_controller_ts_useinterceptors", - "backend_src_admin_media_service_mediaservice", - "backend_src_admin_media_service_mediaservice_constructor", - "backend_src_admin_media_service_mediaservice_deletemanymedia", - "backend_src_admin_media_service_mediaservice_deletemedia", - "backend_src_admin_media_service_mediaservice_getallmedia", - "backend_src_admin_media_service_mediaservice_updatemedia", - "backend_src_admin_media_service_mediaservice_uploadfile", - "backend_src_admin_media_service_ts_injectable" + "35": [ + "backend_src_b2b_b2b_controller_b2bcontroller", + "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "backend_src_b2b_b2b_controller_ts_apibearerauth", + "backend_src_b2b_b2b_controller_ts_apioperation", + "backend_src_b2b_b2b_controller_ts_apitags", + "backend_src_b2b_b2b_controller_ts_body", + "backend_src_b2b_b2b_controller_ts_controller", + "backend_src_b2b_b2b_controller_ts_get", + "backend_src_b2b_b2b_controller_ts_param", + "backend_src_b2b_b2b_controller_ts_post", + "backend_src_b2b_b2b_controller_ts_put", + "backend_src_b2b_b2b_controller_ts_req", + "backend_src_b2b_b2b_controller_ts_useguards", + "backend_src_b2b_b2b_service_b2bservice", + "backend_src_b2b_b2b_service_b2bservice_constructor", + "backend_src_b2b_b2b_service_b2bservice_createinquiry", + "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", + "backend_src_b2b_b2b_service_b2bservice_findallinquiries", + "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", + "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", + "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", + "backend_src_b2b_b2b_service_ts_injectable" ], - "41": [ + "36": [ "antigravity_workflows_graphify", "antigravity_workflows_graphify_for_graphify_add_and_watch", "antigravity_workflows_graphify_for_graphify_query", @@ -1789,36 +1516,7 @@ "antigravity_workflows_graphify_what_graphify_is_for", "antigravity_workflows_graphify_what_you_must_do_when_invoked" ], - "42": [ - "backend_src_admin_ssl_controller_sslcontroller", - "backend_src_admin_ssl_controller_sslcontroller_constructor", - "backend_src_admin_ssl_controller_sslcontroller_getstatus", - "backend_src_admin_ssl_controller_sslcontroller_testdomain", - "backend_src_admin_ssl_controller_sslcontroller_updatebytext", - "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", - "backend_src_admin_ssl_controller_ts_apibearerauth", - "backend_src_admin_ssl_controller_ts_apioperation", - "backend_src_admin_ssl_controller_ts_apitags", - "backend_src_admin_ssl_controller_ts_body", - "backend_src_admin_ssl_controller_ts_controller", - "backend_src_admin_ssl_controller_ts_get", - "backend_src_admin_ssl_controller_ts_post", - "backend_src_admin_ssl_controller_ts_query", - "backend_src_admin_ssl_controller_ts_roles", - "backend_src_admin_ssl_controller_ts_useguards", - "backend_src_admin_ssl_controller_ts_useinterceptors", - "backend_src_admin_ssl_service_sslservice", - "backend_src_admin_ssl_service_sslservice_constructor", - "backend_src_admin_ssl_service_sslservice_getcertpath", - "backend_src_admin_ssl_service_sslservice_getkeypath", - "backend_src_admin_ssl_service_sslservice_getstatus", - "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", - "backend_src_admin_ssl_service_sslservice_toshamsi", - "backend_src_admin_ssl_service_sslservice_updatecertificates", - "backend_src_admin_ssl_service_ts_injectable", - "uploadedfiles" - ], - "43": [ + "37": [ "backend_src_banners_banners_controller_bannerscontroller", "backend_src_banners_banners_controller_bannerscontroller_constructor", "backend_src_banners_banners_controller_bannerscontroller_create", @@ -1847,7 +1545,36 @@ "backend_src_banners_banners_service_bannersservice_update", "backend_src_banners_banners_service_ts_injectable" ], - "44": [ + "38": [ + "backend_src_users_users_controller_ts_apibadrequestresponse", + "backend_src_users_users_controller_ts_apibearerauth", + "backend_src_users_users_controller_ts_apicreatedresponse", + "backend_src_users_users_controller_ts_apiokresponse", + "backend_src_users_users_controller_ts_apioperation", + "backend_src_users_users_controller_ts_apitags", + "backend_src_users_users_controller_ts_body", + "backend_src_users_users_controller_ts_controller", + "backend_src_users_users_controller_ts_delete", + "backend_src_users_users_controller_ts_get", + "backend_src_users_users_controller_ts_param", + "backend_src_users_users_controller_ts_patch", + "backend_src_users_users_controller_ts_post", + "backend_src_users_users_controller_ts_req", + "backend_src_users_users_controller_ts_useguards", + "backend_src_users_users_controller_userscontroller", + "backend_src_users_users_controller_userscontroller_addaddress", + "backend_src_users_users_controller_userscontroller_constructor", + "backend_src_users_users_controller_userscontroller_deleteaddress", + "backend_src_users_users_controller_userscontroller_getprofile", + "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "backend_src_users_users_controller_userscontroller_topupwallet", + "backend_src_users_users_controller_userscontroller_updateaddress", + "backend_src_users_users_controller_userscontroller_updateprofile", + "backend_src_users_users_service_usersservice_addaddress", + "backend_src_users_users_service_usersservice_deleteaddress", + "backend_src_users_users_service_usersservice_topupwallet" + ], + "39": [ "claude_skills_graphify_skill", "claude_skills_graphify_skill_for_graphify_add_and_watch", "claude_skills_graphify_skill_for_graphify_query", @@ -1876,36 +1603,63 @@ "claude_skills_graphify_skill_what_graphify_is_for", "claude_skills_graphify_skill_what_you_must_do_when_invoked" ], - "45": [ - "frontend_admin_panel_src_components_ui_badge", - "frontend_admin_panel_src_components_ui_badge_badge", - "frontend_admin_panel_src_components_ui_badge_badgeprops", - "frontend_admin_panel_src_components_ui_badge_badgevariant", - "frontend_admin_panel_src_components_ui_badge_variantstyles", - "frontend_admin_panel_src_components_ui_imagepreviewmodal", - "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", - "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", - "frontend_admin_panel_src_components_ui_toggleswitch", - "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", - "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", - "frontend_admin_panel_src_pages_media", - "frontend_admin_panel_src_pages_media_media", - "frontend_admin_panel_src_pages_media_mediamanager", - "frontend_admin_panel_src_pages_prescriptionsmanager", - "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", - "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", - "frontend_admin_panel_src_pages_uitexts", - "frontend_admin_panel_src_pages_uitexts_group_page_map", - "frontend_admin_panel_src_pages_uitexts_groups", - "frontend_admin_panel_src_pages_uitexts_key_labels_fa", - "frontend_admin_panel_src_pages_uitexts_page_tabs", - "frontend_admin_panel_src_pages_uitexts_uitexts", - "frontend_admin_panel_src_routes_adminroutes_media", - "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", - "frontend_admin_panel_src_routes_adminroutes_uitexts", - "frontend_admin_panel_src_types_admin_prescription" + "40": [ + "backend_src_admin_ssl_controller_sslcontroller", + "backend_src_admin_ssl_controller_sslcontroller_constructor", + "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "backend_src_admin_ssl_controller_ts_apibearerauth", + "backend_src_admin_ssl_controller_ts_apioperation", + "backend_src_admin_ssl_controller_ts_apitags", + "backend_src_admin_ssl_controller_ts_body", + "backend_src_admin_ssl_controller_ts_controller", + "backend_src_admin_ssl_controller_ts_get", + "backend_src_admin_ssl_controller_ts_post", + "backend_src_admin_ssl_controller_ts_query", + "backend_src_admin_ssl_controller_ts_useguards", + "backend_src_admin_ssl_controller_ts_useinterceptors", + "backend_src_admin_ssl_service_sslservice", + "backend_src_admin_ssl_service_sslservice_constructor", + "backend_src_admin_ssl_service_sslservice_getcertpath", + "backend_src_admin_ssl_service_sslservice_getkeypath", + "backend_src_admin_ssl_service_sslservice_getstatus", + "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "backend_src_admin_ssl_service_sslservice_toshamsi", + "backend_src_admin_ssl_service_sslservice_updatecertificates", + "backend_src_admin_ssl_service_ts_injectable", + "uploadedfiles" ], - "46": [ + "41": [ + "backend_src_common_services_sms_service_smsservice_clearallsmslogs", + "backend_src_common_services_sms_service_smsservice_deletesmslog", + "backend_src_settings_settings_controller_settingscontroller_constructor", + "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "backend_src_settings_settings_service_settingsservice", + "backend_src_settings_settings_service_settingsservice_addpattern", + "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "backend_src_settings_settings_service_settingsservice_constructor", + "backend_src_settings_settings_service_settingsservice_deletescientificterm", + "backend_src_settings_settings_service_settingsservice_deletesmslog", + "backend_src_settings_settings_service_settingsservice_editpattern", + "backend_src_settings_settings_service_settingsservice_getcategorysetting", + "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "backend_src_settings_settings_service_settingsservice_getpatterns", + "backend_src_settings_settings_service_settingsservice_getsmssettings", + "backend_src_settings_settings_service_settingsservice_getuitexts", + "backend_src_settings_settings_service_settingsservice_onmoduleinit", + "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "backend_src_settings_settings_service_settingsservice_testsms", + "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "backend_src_settings_settings_service_settingsservice_updatecategorysetting", + "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "backend_src_settings_settings_service_settingsservice_updatesmssettings", + "backend_src_settings_settings_service_settingsservice_updateuitext", + "backend_src_settings_settings_service_settingsservice_upsertscientificterm", + "backend_src_settings_settings_service_ts_injectable" + ], + "42": [ "backend_src_ingredients_ingredients_controller_ingredientscontroller", "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", @@ -1933,59 +1687,164 @@ "backend_src_ingredients_ingredients_service_ingredientsservice_update", "backend_src_ingredients_ingredients_service_ts_injectable" ], + "43": [ + "apiexcludecontroller", + "backend_src_admin_admin_service_adminservice_constructor", + "backend_src_admin_admin_service_spec", + "backend_src_app_module_appmodule_configure", + "backend_src_auth_auth_service_authservice_constructor", + "backend_src_auth_auth_service_spec", + "backend_src_common_metrics_controller_metricscontroller", + "backend_src_common_metrics_controller_metricscontroller_constructor", + "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "backend_src_common_metrics_controller_ts_controller", + "backend_src_common_metrics_controller_ts_get", + "backend_src_common_metrics_controller_ts_res", + "backend_src_redis_redis_module", + "backend_src_redis_redis_module_redismodule", + "backend_src_redis_redis_module_ts_global", + "backend_src_redis_redis_module_ts_module", + "backend_src_redis_redis_service", + "backend_src_redis_redis_service_redisservice", + "backend_src_redis_redis_service_redisservice_incr", + "backend_src_redis_redis_service_redisservice_onmoduledestroy", + "backend_src_redis_redis_service_redisservice_onmoduleinit", + "backend_src_redis_redis_service_redisservice_set", + "backend_src_redis_redis_service_spec", + "backend_src_redis_redis_service_ts_injectable" + ], + "44": [ + "backend_src_admin_media_controller_mediacontroller", + "backend_src_admin_media_controller_mediacontroller_constructor", + "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "backend_src_admin_media_controller_mediacontroller_deletemedia", + "backend_src_admin_media_controller_mediacontroller_getallmedia", + "backend_src_admin_media_controller_mediacontroller_updatemedia", + "backend_src_admin_media_controller_mediacontroller_uploadfile", + "backend_src_admin_media_controller_ts_apibearerauth", + "backend_src_admin_media_controller_ts_apioperation", + "backend_src_admin_media_controller_ts_apitags", + "backend_src_admin_media_controller_ts_body", + "backend_src_admin_media_controller_ts_controller", + "backend_src_admin_media_controller_ts_delete", + "backend_src_admin_media_controller_ts_get", + "backend_src_admin_media_controller_ts_param", + "backend_src_admin_media_controller_ts_post", + "backend_src_admin_media_controller_ts_put", + "backend_src_admin_media_controller_ts_uploadedfile", + "backend_src_admin_media_controller_ts_useguards", + "backend_src_admin_media_controller_ts_useinterceptors", + "backend_src_admin_media_service_mediaservice_deletemanymedia", + "backend_src_admin_media_service_mediaservice_deletemedia", + "backend_src_admin_media_service_mediaservice_getallmedia", + "backend_src_admin_media_service_mediaservice_updatemedia", + "backend_src_admin_media_service_mediaservice_uploadfile" + ], + "45": [ + "backend_src_auth_auth_constants", + "backend_src_auth_auth_constants_default_jwt_refresh_secret", + "backend_src_auth_auth_constants_default_jwt_secret", + "backend_src_auth_auth_constants_getjwtrefreshsecret", + "backend_src_auth_auth_constants_getjwtsecret", + "backend_src_auth_auth_module", + "backend_src_auth_auth_module_authmodule", + "backend_src_auth_auth_module_ts_module", + "backend_src_auth_jwt_strategy", + "backend_src_auth_jwt_strategy_jwtpayload", + "backend_src_auth_jwt_strategy_jwtstrategy", + "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "backend_src_auth_jwt_strategy_ts_injectable", + "backend_src_users_users_module", + "backend_src_users_users_module_ts_module", + "backend_src_users_users_module_usersmodule", + "backend_src_users_users_service_ts_injectable", + "backend_src_users_users_service_usersservice", + "backend_src_users_users_service_usersservice_constructor", + "backend_src_users_users_service_usersservice_findbyid", + "backend_src_users_users_service_usersservice_findbyphone", + "backend_src_users_users_service_usersservice_setdefaultaddress", + "backend_src_users_users_service_usersservice_update", + "backend_src_users_users_service_usersservice_updateaddress" + ], + "46": [ + "backend_src_auth_auth_controller", + "backend_src_auth_auth_service", + "backend_src_auth_auth_service_adminlogininput", + "backend_src_auth_auth_service_logininput", + "backend_src_auth_auth_service_registerinput", + "backend_src_auth_dto_login_dto", + "backend_src_auth_dto_login_dto_logindto", + "backend_src_auth_dto_login_dto_ts_apiproperty", + "backend_src_auth_dto_login_dto_ts_isnotempty", + "backend_src_auth_dto_login_dto_ts_isstring", + "backend_src_auth_dto_login_dto_ts_minlength", + "backend_src_auth_dto_send_otp_dto", + "backend_src_auth_dto_send_otp_dto_sendotpdto", + "backend_src_auth_dto_send_otp_dto_ts_apiproperty", + "backend_src_auth_dto_send_otp_dto_ts_isnotempty", + "backend_src_auth_dto_send_otp_dto_ts_isstring", + "backend_src_auth_dto_send_otp_dto_ts_matches", + "backend_src_auth_dto_verify_otp_dto", + "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", + "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", + "backend_src_auth_dto_verify_otp_dto_ts_isstring", + "backend_src_auth_dto_verify_otp_dto_ts_matches", + "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "length" + ], "47": [ - "backend_src_pets_pets_controller_petscontroller", - "backend_src_pets_pets_controller_petscontroller_addhealthlog", - "backend_src_pets_pets_controller_petscontroller_addreminder", - "backend_src_pets_pets_controller_petscontroller_constructor", - "backend_src_pets_pets_controller_petscontroller_create", - "backend_src_pets_pets_controller_petscontroller_findall", - "backend_src_pets_pets_controller_petscontroller_findone", - "backend_src_pets_pets_controller_petscontroller_remove", - "backend_src_pets_pets_controller_petscontroller_togglereminder", - "backend_src_pets_pets_controller_petscontroller_update", - "backend_src_pets_pets_controller_ts_apibearerauth", - "backend_src_pets_pets_controller_ts_apinotfoundresponse", - "backend_src_pets_pets_controller_ts_apiokresponse", - "backend_src_pets_pets_controller_ts_apioperation", - "backend_src_pets_pets_controller_ts_apitags", - "backend_src_pets_pets_controller_ts_body", - "backend_src_pets_pets_controller_ts_controller", - "backend_src_pets_pets_controller_ts_delete", - "backend_src_pets_pets_controller_ts_get", - "backend_src_pets_pets_controller_ts_param", - "backend_src_pets_pets_controller_ts_patch", - "backend_src_pets_pets_controller_ts_post", - "backend_src_pets_pets_controller_ts_query", - "backend_src_pets_pets_controller_ts_req", - "backend_src_pets_pets_controller_ts_useguards" + "backend_src_orders_orders_controller_orderscontroller", + "backend_src_orders_orders_controller_orderscontroller_constructor", + "backend_src_orders_orders_controller_orderscontroller_create", + "backend_src_orders_orders_controller_orderscontroller_findall", + "backend_src_orders_orders_controller_orderscontroller_findone", + "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "backend_src_orders_orders_controller_ts_apibearerauth", + "backend_src_orders_orders_controller_ts_apicreatedresponse", + "backend_src_orders_orders_controller_ts_apinotfoundresponse", + "backend_src_orders_orders_controller_ts_apiokresponse", + "backend_src_orders_orders_controller_ts_apioperation", + "backend_src_orders_orders_controller_ts_apitags", + "backend_src_orders_orders_controller_ts_body", + "backend_src_orders_orders_controller_ts_controller", + "backend_src_orders_orders_controller_ts_get", + "backend_src_orders_orders_controller_ts_param", + "backend_src_orders_orders_controller_ts_post", + "backend_src_orders_orders_controller_ts_query", + "backend_src_orders_orders_controller_ts_req", + "backend_src_orders_orders_controller_ts_useguards", + "backend_src_orders_orders_service_ordersservice_findallbyuser", + "backend_src_orders_orders_service_ordersservice_findone" ], "48": [ - "frontend_application_app_homeclient", - "frontend_application_app_homeclient_homeclient", - "frontend_application_app_homeclient_homeclientprops", - "frontend_application_app_page", - "frontend_application_app_page_gethomedata", - "frontend_application_app_page_home", - "frontend_application_app_page_metadata", - "frontend_application_components_bannerplacement", - "frontend_application_components_bannerplacement_bannerplacement", - "frontend_application_components_bannerplacement_bannerplacementprops", - "frontend_application_components_hero", - "frontend_application_components_hero_hero", - "frontend_application_components_hero_statcounter", - "frontend_application_components_tests_hero_test", - "frontend_application_components_vetgallery_vetgallery", - "frontend_application_lib_types", - "frontend_application_lib_types_b2binquiry", - "frontend_application_lib_types_banner", - "frontend_application_lib_types_dosageconfig", - "frontend_application_lib_types_homeapiresponse", - "frontend_application_lib_types_navigationhandler", - "frontend_application_lib_types_partneraccount", - "frontend_application_lib_types_prescription", - "frontend_application_lib_types_smartadvisorrule", - "frontend_application_lib_types_testimonial" + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "backend_src_prescriptions_prescriptions_controller_ts_apitags", + "backend_src_prescriptions_prescriptions_controller_ts_body", + "backend_src_prescriptions_prescriptions_controller_ts_controller", + "backend_src_prescriptions_prescriptions_controller_ts_get", + "backend_src_prescriptions_prescriptions_controller_ts_param", + "backend_src_prescriptions_prescriptions_controller_ts_patch", + "backend_src_prescriptions_prescriptions_controller_ts_post", + "backend_src_prescriptions_prescriptions_controller_ts_req", + "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "backend_src_prescriptions_prescriptions_service_ts_injectable" ], "49": [ "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", @@ -2065,31 +1924,6 @@ "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas" ], "52": [ - "backend_src_admin_dto_admin_query_dto", - "backend_src_admin_dto_admin_query_dto_adminquerydto", - "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", - "backend_src_admin_dto_admin_query_dto_ts_isoptional", - "backend_src_admin_dto_admin_query_dto_ts_isstring", - "backend_src_blogs_blogs_controller", - "backend_src_blogs_blogs_module", - "backend_src_blogs_blogs_module_blogsmodule", - "backend_src_blogs_blogs_module_ts_module", - "backend_src_blogs_blogs_service", - "backend_src_blogs_blogs_service_blogsservice", - "backend_src_blogs_blogs_service_blogsservice_constructor", - "backend_src_blogs_blogs_service_blogsservice_findall", - "backend_src_blogs_blogs_service_blogsservice_findonebyslug", - "backend_src_blogs_blogs_service_ts_injectable", - "backend_src_common_dto_pagination_dto_paginationdto", - "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", - "backend_src_common_dto_pagination_dto_ts_isenum", - "backend_src_common_dto_pagination_dto_ts_isint", - "backend_src_common_dto_pagination_dto_ts_isoptional", - "backend_src_common_dto_pagination_dto_ts_isstring", - "backend_src_common_dto_pagination_dto_ts_min", - "backend_src_common_dto_pagination_dto_ts_type" - ], - "53": [ "backend_src_contact_contact_controller_contactcontroller", "backend_src_contact_contact_controller_contactcontroller_constructor", "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", @@ -2114,6 +1948,31 @@ "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", "backend_src_contact_contact_service_ts_injectable" ], + "53": [ + "backend_src_payment_payment_controller_paymentcontroller", + "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "backend_src_payment_payment_controller_ts_apibearerauth", + "backend_src_payment_payment_controller_ts_apiokresponse", + "backend_src_payment_payment_controller_ts_apioperation", + "backend_src_payment_payment_controller_ts_apitags", + "backend_src_payment_payment_controller_ts_body", + "backend_src_payment_payment_controller_ts_controller", + "backend_src_payment_payment_controller_ts_get", + "backend_src_payment_payment_controller_ts_param", + "backend_src_payment_payment_controller_ts_post", + "backend_src_payment_payment_controller_ts_req", + "backend_src_payment_payment_controller_ts_useguards" + ], "54": [ "backend_tsconfig_compileroptions", "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", @@ -2140,29 +1999,29 @@ "backend_tsconfig_compileroptions_target" ], "55": [ - "frontend_admin_panel_src_components_layout", - "frontend_admin_panel_src_components_layout_layout", - "frontend_admin_panel_src_components_sidebar", - "frontend_admin_panel_src_components_sidebar_menugroup", - "frontend_admin_panel_src_components_sidebar_sidebar", - "frontend_admin_panel_src_components_sidebar_sidebarprops", - "frontend_admin_panel_src_components_sidebar_submenuitem", - "frontend_admin_panel_src_pages_dashboard", - "frontend_admin_panel_src_pages_dashboard_categorydist", - "frontend_admin_panel_src_pages_dashboard_dashboard", - "frontend_admin_panel_src_pages_dashboard_dashboarddata", - "frontend_admin_panel_src_pages_reports", - "frontend_admin_panel_src_pages_reports_bestselleritem", - "frontend_admin_panel_src_pages_reports_categorydistitem", - "frontend_admin_panel_src_pages_reports_colors", - "frontend_admin_panel_src_pages_reports_customtooltip", - "frontend_admin_panel_src_pages_reports_customtooltipprops", - "frontend_admin_panel_src_pages_reports_reportdata", - "frontend_admin_panel_src_pages_reports_reports", - "frontend_admin_panel_src_pages_reports_topcouponitem", - "frontend_admin_panel_src_routes_adminroutes_dashboard", - "frontend_admin_panel_src_routes_adminroutes_reports", - "frontend_admin_panel_src_services_api_api" + "frontend_admin_panel_src_components_ui_badge", + "frontend_admin_panel_src_components_ui_badge_badge", + "frontend_admin_panel_src_components_ui_badge_badgeprops", + "frontend_admin_panel_src_components_ui_badge_badgevariant", + "frontend_admin_panel_src_components_ui_badge_variantstyles", + "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", + "frontend_admin_panel_src_components_ui_toggleswitch", + "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", + "frontend_admin_panel_src_pages_prescriptionsmanager", + "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", + "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", + "frontend_admin_panel_src_pages_uitexts", + "frontend_admin_panel_src_pages_uitexts_group_page_map", + "frontend_admin_panel_src_pages_uitexts_groups", + "frontend_admin_panel_src_pages_uitexts_key_labels_fa", + "frontend_admin_panel_src_pages_uitexts_page_tabs", + "frontend_admin_panel_src_pages_uitexts_uitexts", + "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "frontend_admin_panel_src_routes_adminroutes_uitexts", + "frontend_admin_panel_src_types_admin_prescription" ], "56": [ "frontend_admin_panel_tsconfig_app", @@ -2190,6 +2049,54 @@ "ref_vite_client" ], "57": [ + "backend_src_admin_pets_controller", + "backend_src_admin_pets_controller_petscontroller", + "backend_src_admin_pets_controller_petscontroller_constructor", + "backend_src_admin_pets_controller_petscontroller_deletepet", + "backend_src_admin_pets_controller_petscontroller_getpets", + "backend_src_admin_pets_controller_ts_apibearerauth", + "backend_src_admin_pets_controller_ts_apioperation", + "backend_src_admin_pets_controller_ts_apiquery", + "backend_src_admin_pets_controller_ts_apitags", + "backend_src_admin_pets_controller_ts_controller", + "backend_src_admin_pets_controller_ts_delete", + "backend_src_admin_pets_controller_ts_get", + "backend_src_admin_pets_controller_ts_param", + "backend_src_admin_pets_controller_ts_query", + "backend_src_admin_pets_controller_ts_useguards", + "backend_src_admin_pets_service", + "backend_src_admin_pets_service_petquery", + "backend_src_admin_pets_service_petsservice", + "backend_src_admin_pets_service_petsservice_constructor", + "backend_src_admin_pets_service_petsservice_deletepet", + "backend_src_admin_pets_service_petsservice_getpets", + "backend_src_admin_pets_service_ts_injectable" + ], + "58": [ + "backend_src_wiki_wiki_controller", + "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", + "backend_src_wiki_wiki_controller_ts_apiokresponse", + "backend_src_wiki_wiki_controller_ts_apioperation", + "backend_src_wiki_wiki_controller_ts_apitags", + "backend_src_wiki_wiki_controller_ts_controller", + "backend_src_wiki_wiki_controller_ts_get", + "backend_src_wiki_wiki_controller_ts_param", + "backend_src_wiki_wiki_controller_ts_query", + "backend_src_wiki_wiki_controller_wikicontroller", + "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "backend_src_wiki_wiki_controller_wikicontroller_findall", + "backend_src_wiki_wiki_controller_wikicontroller_findone", + "backend_src_wiki_wiki_module", + "backend_src_wiki_wiki_module_ts_module", + "backend_src_wiki_wiki_module_wikimodule", + "backend_src_wiki_wiki_service", + "backend_src_wiki_wiki_service_ts_injectable", + "backend_src_wiki_wiki_service_wikiservice", + "backend_src_wiki_wiki_service_wikiservice_constructor", + "backend_src_wiki_wiki_service_wikiservice_findall", + "backend_src_wiki_wiki_service_wikiservice_findonebykey" + ], + "59": [ "backend_package_dependencies", "backend_package_dependencies_bcrypt", "backend_package_dependencies_class_transformer", @@ -2212,30 +2119,53 @@ "reflect_metadata", "rxjs" ], - "58": [ - "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", - "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", - "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", - "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", - "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", - "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", - "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", - "backend_src_prescriptions_prescriptions_controller_ts_apioperation", - "backend_src_prescriptions_prescriptions_controller_ts_apitags", - "backend_src_prescriptions_prescriptions_controller_ts_body", - "backend_src_prescriptions_prescriptions_controller_ts_controller", - "backend_src_prescriptions_prescriptions_controller_ts_get", - "backend_src_prescriptions_prescriptions_controller_ts_param", - "backend_src_prescriptions_prescriptions_controller_ts_patch", - "backend_src_prescriptions_prescriptions_controller_ts_post", - "backend_src_prescriptions_prescriptions_controller_ts_req", - "backend_src_prescriptions_prescriptions_controller_ts_useguards", - "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", - "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", - "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", - "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review" + "60": [ + "frontend_admin_panel_tsconfig_node", + "frontend_admin_panel_tsconfig_node_compileroptions", + "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", + "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", + "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "frontend_admin_panel_tsconfig_node_compileroptions_module", + "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", + "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", + "frontend_admin_panel_tsconfig_node_compileroptions_noemit", + "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", + "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", + "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", + "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", + "frontend_admin_panel_tsconfig_node_compileroptions_target", + "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", + "frontend_admin_panel_tsconfig_node_compileroptions_types", + "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", + "frontend_admin_panel_tsconfig_node_include", + "frontend_admin_panel_tsconfig_node_json_ref_es2023", + "frontend_admin_panel_tsconfig_node_json_ref_node", + "ref_vite_config_ts" ], - "59": [ + "61": [ + "frontend_application_app_homeclient", + "frontend_application_app_homeclient_homeclient", + "frontend_application_app_homeclient_homeclientprops", + "frontend_application_app_page", + "frontend_application_app_page_gethomedata", + "frontend_application_app_page_home", + "frontend_application_app_page_metadata", + "frontend_application_components_bannerplacement", + "frontend_application_components_bannerplacement_bannerplacement", + "frontend_application_components_bannerplacement_bannerplacementprops", + "frontend_application_components_vetgallery_vetgallery", + "frontend_application_lib_types", + "frontend_application_lib_types_b2binquiry", + "frontend_application_lib_types_banner", + "frontend_application_lib_types_dosageconfig", + "frontend_application_lib_types_homeapiresponse", + "frontend_application_lib_types_navigationhandler", + "frontend_application_lib_types_partneraccount", + "frontend_application_lib_types_prescription", + "frontend_application_lib_types_smartadvisorrule", + "frontend_application_lib_types_testimonial" + ], + "62": [ "backend_src_admin_blogs_controller_blogscontroller", "backend_src_admin_blogs_controller_blogscontroller_constructor", "backend_src_admin_blogs_controller_blogscontroller_createblog", @@ -2257,7 +2187,51 @@ "backend_src_admin_blogs_controller_ts_request", "backend_src_admin_blogs_controller_ts_useguards" ], - "60": [ + "63": [ + "backend_src_auth_auth_controller_authcontroller", + "backend_src_auth_auth_controller_authcontroller_adminlogin", + "backend_src_auth_auth_controller_authcontroller_login", + "backend_src_auth_auth_controller_authcontroller_logout", + "backend_src_auth_auth_controller_authcontroller_refresh", + "backend_src_auth_auth_controller_authcontroller_register", + "backend_src_auth_auth_controller_authcontroller_sendotp", + "backend_src_auth_auth_controller_authcontroller_verifyotp", + "backend_src_auth_auth_controller_spec", + "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "backend_src_auth_auth_controller_ts_apibearerauth", + "backend_src_auth_auth_controller_ts_apiokresponse", + "backend_src_auth_auth_controller_ts_apioperation", + "backend_src_auth_auth_controller_ts_apitags", + "backend_src_auth_auth_controller_ts_body", + "backend_src_auth_auth_controller_ts_controller", + "backend_src_auth_auth_controller_ts_post", + "backend_src_auth_auth_controller_ts_req", + "backend_src_auth_auth_controller_ts_useguards", + "httpcode" + ], + "64": [ + "backend_src_common_services_sms_service_smsservice", + "backend_src_common_services_sms_service_smsservice_addpattern", + "backend_src_common_services_sms_service_smsservice_constructor", + "backend_src_common_services_sms_service_smsservice_editpattern", + "backend_src_common_services_sms_service_smsservice_getpatterns", + "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "backend_src_common_services_sms_service_smsservice_postasmx", + "backend_src_common_services_sms_service_smsservice_recordlog", + "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "backend_src_common_services_sms_service_smsservice_sendotp", + "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "backend_src_common_services_sms_service_smsservice_sendsms", + "backend_src_common_services_sms_service_smsservice_testsms", + "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "backend_src_common_services_sms_service_ts_injectable" + ], + "65": [ "docs_audit_31_module_audit_closure", "docs_audit_31_module_audit_closure_10_orders_backend", "docs_audit_31_module_audit_closure_11_settings_administrative_backend", @@ -2279,29 +2253,7 @@ "docs_audit_31_module_audit_closure_module_audit_closure_report", "docs_audit_31_module_audit_closure_required_review_group_closures" ], - "61": [ - "eslint_config_next", - "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", - "frontend_admin_panel_package_devdependencies_types_react", - "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", - "frontend_admin_panel_package_json_tailwindcss_postcss", - "frontend_application_package_devdependencies", - "frontend_application_package_devdependencies_eslint_config_next", - "frontend_application_package_devdependencies_jsdom", - "frontend_application_package_devdependencies_tailwindcss_postcss", - "frontend_application_package_devdependencies_testing_library_jest_dom", - "frontend_application_package_devdependencies_testing_library_react", - "frontend_application_package_devdependencies_types_react", - "frontend_application_package_devdependencies_vitejs_plugin_react", - "frontend_application_package_devdependencies_vitest", - "frontend_application_package_json_types_react", - "frontend_application_package_json_vitejs_plugin_react", - "jsdom", - "testing_library_jest_dom", - "testing_library_react", - "vitest" - ], - "62": [ + "66": [ "frontend_admin_panel_src_components_ui_priceinput", "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", "frontend_admin_panel_src_components_ui_priceinput_priceinput", @@ -2323,7 +2275,7 @@ "frontend_admin_panel_src_routes_adminroutes_settings", "frontend_admin_panel_src_types_admin_financialsettings" ], - "63": [ + "67": [ "ai_agency_agents_06_dev_frontend", "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", @@ -2344,7 +2296,7 @@ "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only", "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas" ], - "64": [ + "68": [ "ai_agency_agents_08_visual_qa", "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", @@ -2365,7 +2317,7 @@ "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only", "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas" ], - "65": [ + "69": [ "backend_src_admin_wiki_controller_ts_apibearerauth", "backend_src_admin_wiki_controller_ts_apioperation", "backend_src_admin_wiki_controller_ts_apiquery", @@ -2386,28 +2338,7 @@ "backend_src_admin_wiki_controller_wikicontroller_getterms", "backend_src_admin_wiki_controller_wikicontroller_updateterm" ], - "66": [ - "backend_src_payment_payment_controller_paymentcontroller", - "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", - "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", - "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", - "backend_src_payment_payment_controller_ts_apibearerauth", - "backend_src_payment_payment_controller_ts_apioperation", - "backend_src_payment_payment_controller_ts_apitags", - "backend_src_payment_payment_controller_ts_controller", - "backend_src_payment_payment_controller_ts_get", - "backend_src_payment_payment_controller_ts_param", - "backend_src_payment_payment_controller_ts_query", - "backend_src_payment_payment_controller_ts_roles", - "backend_src_payment_payment_controller_ts_useguards" - ], - "67": [ + "70": [ "backend_src_pets_dto_create_pet_dto", "backend_src_pets_dto_create_pet_dto_createpetdto", "backend_src_pets_dto_create_pet_dto_ts_apiproperty", @@ -2428,7 +2359,28 @@ "backend_src_pets_pets_service_healthloginput", "backend_src_pets_pets_service_reminderinput" ], - "68": [ + "71": [ + "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "backend_src_pets_pets_controller_petscontroller_addreminder", + "backend_src_pets_pets_controller_petscontroller_create", + "backend_src_pets_pets_controller_petscontroller_findall", + "backend_src_pets_pets_controller_petscontroller_findone", + "backend_src_pets_pets_controller_petscontroller_remove", + "backend_src_pets_pets_controller_petscontroller_togglereminder", + "backend_src_pets_pets_controller_petscontroller_update", + "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "backend_src_pets_pets_controller_ts_apiokresponse", + "backend_src_pets_pets_controller_ts_apioperation", + "backend_src_pets_pets_controller_ts_body", + "backend_src_pets_pets_controller_ts_delete", + "backend_src_pets_pets_controller_ts_get", + "backend_src_pets_pets_controller_ts_param", + "backend_src_pets_pets_controller_ts_patch", + "backend_src_pets_pets_controller_ts_post", + "backend_src_pets_pets_controller_ts_query", + "backend_src_pets_pets_controller_ts_req" + ], + "72": [ "backend_src_seo_seo_controller", "backend_src_seo_seo_controller_seocontroller", "backend_src_seo_seo_controller_seocontroller_constructor", @@ -2449,28 +2401,28 @@ "backend_src_seo_seo_service_seoservice_getsitemapurls", "backend_src_seo_seo_service_ts_injectable" ], - "69": [ - "frontend_application_app_shop_slug_page", - "frontend_application_app_shop_slug_page_generatemetadata", - "frontend_application_app_shop_slug_page_shopproductpage", - "frontend_application_components_productpage", - "frontend_application_components_productpage_calculatorstate", - "frontend_application_components_productpage_icon_map", - "frontend_application_components_productpage_productpage", - "frontend_application_components_productpage_usecalculatorstore", - "frontend_application_components_productreviews", - "frontend_application_components_productreviews_productreviews", - "frontend_application_components_productreviews_productreviewsprops", - "frontend_application_components_productreviews_reviewitem", - "frontend_application_components_tests_tooltip_test", - "frontend_application_components_tooltip", - "frontend_application_components_tooltip_tooltip", - "frontend_application_components_tooltip_tooltipprops", - "frontend_application_lib_data_scientificterms", - "frontend_application_lib_data_scientificterms_scientific_terms", - "frontend_application_lib_data_scientificterms_scientificterm" + "73": [ + "backend_src_users_dto_address_dto", + "backend_src_users_dto_address_dto_addressdto", + "backend_src_users_dto_address_dto_ts_apiproperty", + "backend_src_users_dto_address_dto_ts_apipropertyoptional", + "backend_src_users_dto_address_dto_ts_isboolean", + "backend_src_users_dto_address_dto_ts_isnotempty", + "backend_src_users_dto_address_dto_ts_isoptional", + "backend_src_users_dto_address_dto_ts_isstring", + "backend_src_users_dto_update_profile_dto", + "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", + "backend_src_users_dto_update_profile_dto_ts_isemail", + "backend_src_users_dto_update_profile_dto_ts_isoptional", + "backend_src_users_dto_update_profile_dto_ts_isstring", + "backend_src_users_dto_update_profile_dto_ts_minlength", + "backend_src_users_dto_update_profile_dto_updateprofiledto", + "backend_src_users_users_controller", + "backend_src_users_users_controller_spec", + "backend_src_users_users_service", + "backend_src_users_users_service_useraddressinput" ], - "70": [ + "74": [ "ai_agency_agency", "ai_agency_agency_activation", "ai_agency_agency_agent_directory_reference", @@ -2490,7 +2442,7 @@ "ai_agency_agency_task_execution_loop_all_pipelines", "ai_agency_agency_your_identity" ], - "71": [ + "75": [ "ai_agency_agents_03_product_manager", "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier", "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks", @@ -2510,7 +2462,7 @@ "ai_agency_agents_03_product_manager_synthesis_rules", "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture" ], - "72": [ + "76": [ "ai_agency_agents_05_dev_backend", "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first", "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support", @@ -2530,27 +2482,7 @@ "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only", "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas" ], - "73": [ - "backend_src_home_home_controller", - "backend_src_home_home_controller_homecontroller", - "backend_src_home_home_controller_homecontroller_constructor", - "backend_src_home_home_controller_homecontroller_gethomedata", - "backend_src_home_home_controller_ts_apiokresponse", - "backend_src_home_home_controller_ts_apioperation", - "backend_src_home_home_controller_ts_apitags", - "backend_src_home_home_controller_ts_controller", - "backend_src_home_home_controller_ts_get", - "backend_src_home_home_module", - "backend_src_home_home_module_homemodule", - "backend_src_home_home_module_ts_module", - "backend_src_home_home_service", - "backend_src_home_home_service_homeservice", - "backend_src_home_home_service_homeservice_constructor", - "backend_src_home_home_service_homeservice_gethomedata", - "backend_src_home_home_service_ts_injectable", - "frontend_admin_panel_src_types_admin_apiresponse" - ], - "74": [ + "77": [ "concurrently", "package", "package_devdependencies", @@ -2570,7 +2502,7 @@ "package_scripts_start", "package_version" ], - "75": [ + "78": [ "ai_agency_agents_09_devops_security", "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files", "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists", @@ -2589,26 +2521,26 @@ "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only", "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas" ], - "76": [ - "backend_src_payment_dto_verify_payment_dto", - "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", - "backend_src_payment_dto_verify_payment_dto_ts_isoptional", - "backend_src_payment_dto_verify_payment_dto_ts_isstring", - "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", - "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "backend_src_payment_payment_controller_ts_apibadrequestresponse", - "backend_src_payment_payment_controller_ts_apiokresponse", - "backend_src_payment_payment_controller_ts_body", - "backend_src_payment_payment_controller_ts_post", - "backend_src_payment_payment_controller_ts_req", - "headers", - "ip", - "res" + "79": [ + "backend_src_home_home_controller", + "backend_src_home_home_controller_homecontroller", + "backend_src_home_home_controller_homecontroller_constructor", + "backend_src_home_home_controller_homecontroller_gethomedata", + "backend_src_home_home_controller_ts_apiokresponse", + "backend_src_home_home_controller_ts_apioperation", + "backend_src_home_home_controller_ts_apitags", + "backend_src_home_home_controller_ts_controller", + "backend_src_home_home_controller_ts_get", + "backend_src_home_home_module", + "backend_src_home_home_module_homemodule", + "backend_src_home_home_module_ts_module", + "backend_src_home_home_service", + "backend_src_home_home_service_homeservice", + "backend_src_home_home_service_homeservice_constructor", + "backend_src_home_home_service_homeservice_gethomedata", + "backend_src_home_home_service_ts_injectable" ], - "77": [ + "80": [ "backend_src_payment_interfaces_payment_gateway_interface", "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", @@ -2627,7 +2559,45 @@ "backend_src_payment_zibal_service_zibalrequestresponse", "backend_src_payment_zibal_service_zibalverifyresponse" ], - "78": [ + "81": [ + "eslint_config_next", + "frontend_admin_panel_package_devdependencies_types_react", + "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "frontend_application_package_devdependencies", + "frontend_application_package_devdependencies_eslint_config_next", + "frontend_application_package_devdependencies_jsdom", + "frontend_application_package_devdependencies_testing_library_jest_dom", + "frontend_application_package_devdependencies_testing_library_react", + "frontend_application_package_devdependencies_types_react", + "frontend_application_package_devdependencies_vitejs_plugin_react", + "frontend_application_package_devdependencies_vitest", + "frontend_application_package_json_types_react", + "frontend_application_package_json_vitejs_plugin_react", + "jsdom", + "testing_library_jest_dom", + "testing_library_react", + "vitest" + ], + "82": [ + "frontend_admin_panel_src_components_layout", + "frontend_admin_panel_src_components_layout_layout", + "frontend_admin_panel_src_components_sidebar", + "frontend_admin_panel_src_components_sidebar_menugroup", + "frontend_admin_panel_src_components_sidebar_sidebar", + "frontend_admin_panel_src_components_sidebar_sidebarprops", + "frontend_admin_panel_src_components_sidebar_submenuitem", + "frontend_admin_panel_src_components_topbar", + "frontend_admin_panel_src_components_topbar_searchable_pages", + "frontend_admin_panel_src_components_topbar_topbar", + "frontend_admin_panel_src_components_topbar_topbarprops", + "frontend_admin_panel_src_pages_cms", + "frontend_admin_panel_src_pages_cms_cms", + "frontend_admin_panel_src_pages_cms_herobanner", + "frontend_admin_panel_src_pages_cms_vettestimonial", + "frontend_admin_panel_src_routes_adminroutes_cms", + "frontend_admin_panel_src_services_api_api" + ], + "83": [ "frontend_admin_panel_src_components_ui_skeleton", "frontend_admin_panel_src_components_ui_skeleton_skeleton", "frontend_admin_panel_src_pages_orders", @@ -2646,7 +2616,7 @@ "frontend_admin_panel_src_types_admin_petsummary", "frontend_admin_panel_src_types_admin_useraddress" ], - "79": [ + "84": [ "autoprefixer", "backend_package_devdependencies_eslint", "backend_package_devdependencies_globals", @@ -2664,25 +2634,7 @@ "frontend_application_package_devdependencies_eslint", "postcss" ], - "80": [ - "backend_package_devdependencies_prisma", - "backend_tsconfig", - "backend_tsconfig_build", - "backend_tsconfig_build_exclude", - "backend_tsconfig_build_extends", - "backend_tsconfig_build_json_ref_dist", - "backend_tsconfig_exclude", - "backend_tsconfig_include", - "prisma", - "ref_dist", - "ref_node_modules", - "ref_scripts", - "ref_spec_ts", - "ref_src", - "ref_test", - "ref_tsconfig_json" - ], - "81": [ + "85": [ "backend_prisma_seed", "backend_prisma_seed_home", "backend_prisma_seed_home_main", @@ -2700,7 +2652,7 @@ "backend_prisma_seed_products_product_taglines_map", "backend_prisma_seed_products_slugify" ], - "82": [ + "86": [ "docs_audit_02_audit_plan", "docs_audit_02_audit_plan_10_documentation_engineer", "docs_audit_02_audit_plan_1_lead_architect_orchestrator", @@ -2718,7 +2670,7 @@ "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", "docs_audit_02_audit_plan_subagent_execution_mode" ], - "83": [ + "87": [ "backend_prisma_migrations_20260526145407_init_migration", "backend_prisma_migrations_20260526145407_init_migration_coupons", "backend_prisma_migrations_20260526145407_init_migration_health_logs", @@ -2735,7 +2687,7 @@ "backend_prisma_migrations_20260526145407_init_migration_users", "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions" ], - "84": [ + "88": [ "docs_audit_phase3_1_backlog_review", "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments", "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements", @@ -2752,7 +2704,7 @@ "docs_audit_phase3_1_backlog_review_9_architecture_review", "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique" ], - "85": [ + "89": [ "frontend_admin_panel_package_dependencies", "frontend_admin_panel_package_dependencies_axios", "frontend_admin_panel_package_dependencies_react", @@ -2769,24 +2721,7 @@ "tanstack_react_query", "vite" ], - "86": [ - "frontend_admin_panel_src_components_protectedroute", - "frontend_admin_panel_src_components_protectedroute_protectedroute", - "frontend_admin_panel_src_components_topbar", - "frontend_admin_panel_src_components_topbar_searchable_pages", - "frontend_admin_panel_src_components_topbar_topbar", - "frontend_admin_panel_src_components_topbar_topbarprops", - "frontend_admin_panel_src_services_api", - "frontend_admin_panel_src_services_api_apierrorpayload", - "frontend_admin_panel_src_services_api_failedqueue", - "frontend_admin_panel_src_services_api_processqueue", - "frontend_admin_panel_src_store_adminauthstore", - "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", - "frontend_admin_panel_src_types_admin_adminuser", - "frontend_admin_panel_src_types_admin_authresponsedata", - "frontend_admin_panel_src_types_admin_authstate" - ], - "87": [ + "90": [ "frontend_application_app_videos_page", "frontend_application_app_videos_page_videos", "frontend_application_components_safeimage", @@ -2803,7 +2738,7 @@ "frontend_application_lib_services_videoservice_video", "frontend_application_lib_services_videoservice_videoservice" ], - "88": [ + "91": [ "frontend_application_tsconfig_compileroptions", "frontend_application_tsconfig_compileroptions_allowjs", "frontend_application_tsconfig_compileroptions_esmoduleinterop", @@ -2820,7 +2755,7 @@ "frontend_application_tsconfig_compileroptions_strict", "frontend_application_tsconfig_compileroptions_target" ], - "89": [ + "92": [ "backend_package_scripts", "backend_package_scripts_build", "backend_package_scripts_docs_generate", @@ -2836,23 +2771,7 @@ "backend_package_scripts_test_e2e", "backend_package_scripts_test_watch" ], - "90": [ - "backend_src_wiki_wiki_controller", - "backend_src_wiki_wiki_controller_ts_apitags", - "backend_src_wiki_wiki_controller_ts_controller", - "backend_src_wiki_wiki_controller_wikicontroller", - "backend_src_wiki_wiki_controller_wikicontroller_constructor", - "backend_src_wiki_wiki_module", - "backend_src_wiki_wiki_module_ts_module", - "backend_src_wiki_wiki_module_wikimodule", - "backend_src_wiki_wiki_service", - "backend_src_wiki_wiki_service_ts_injectable", - "backend_src_wiki_wiki_service_wikiservice", - "backend_src_wiki_wiki_service_wikiservice_constructor", - "backend_src_wiki_wiki_service_wikiservice_findall", - "backend_src_wiki_wiki_service_wikiservice_findonebykey" - ], - "91": [ + "93": [ "docs_audit_16_deep_audit_summary", "docs_audit_16_deep_audit_summary_1_audit_overview", "docs_audit_16_deep_audit_summary_2_findings_metrics", @@ -2868,7 +2787,7 @@ "docs_audit_16_deep_audit_summary_executed_commands_results", "docs_audit_16_deep_audit_summary_inspected_scopes" ], - "92": [ + "94": [ "frontend_admin_panel_package_dependencies_lucide_react", "frontend_admin_panel_package_json_lucide_react", "frontend_application_package_dependencies", @@ -2884,7 +2803,7 @@ "next", "sonner" ], - "93": [ + "95": [ "ai_agency_agents_04_architect", "ai_agency_agents_04_architect_1_stack_detection_brownfield", "ai_agency_agents_04_architect_2_stack_selection_greenfield", @@ -2899,7 +2818,22 @@ "ai_agency_agents_04_architect_role_core_objective", "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read" ], - "94": [ + "96": [ + "backend_package_devdependencies_prisma", + "backend_tsconfig_build", + "backend_tsconfig_build_exclude", + "backend_tsconfig_build_extends", + "backend_tsconfig_build_json_ref_dist", + "backend_tsconfig_exclude", + "backend_tsconfig_json_ref_dist", + "backend_tsconfig_json_ref_node_modules", + "backend_tsconfig_json_ref_spec_ts", + "prisma", + "ref_scripts", + "ref_test", + "ref_tsconfig_json" + ], + "97": [ "backend_package_jest", "backend_package_jest_collectcoveragefrom", "backend_package_jest_coveragedirectory", @@ -2914,22 +2848,22 @@ "ref_json", "ref_t_j_s" ], - "95": [ - "backend_src_admin_pets_controller_petscontroller", - "backend_src_admin_pets_controller_petscontroller_deletepet", - "backend_src_admin_pets_controller_petscontroller_getpets", - "backend_src_admin_pets_controller_ts_apibearerauth", - "backend_src_admin_pets_controller_ts_apioperation", - "backend_src_admin_pets_controller_ts_apiquery", - "backend_src_admin_pets_controller_ts_apitags", - "backend_src_admin_pets_controller_ts_controller", - "backend_src_admin_pets_controller_ts_delete", - "backend_src_admin_pets_controller_ts_get", - "backend_src_admin_pets_controller_ts_param", - "backend_src_admin_pets_controller_ts_query", - "backend_src_admin_pets_controller_ts_useguards" + "98": [ + "backend_src_auth_auth_controller_authcontroller_constructor", + "backend_src_auth_auth_service_authservice", + "backend_src_auth_auth_service_authservice_adminlogin", + "backend_src_auth_auth_service_authservice_login", + "backend_src_auth_auth_service_authservice_refresh", + "backend_src_auth_auth_service_authservice_register", + "backend_src_auth_auth_service_authservice_sendotp", + "backend_src_auth_auth_service_authservice_verifyotp", + "backend_src_auth_auth_service_ts_injectable", + "backend_src_common_utils_phone_utils", + "backend_src_common_utils_phone_utils_normalizemobile", + "backend_src_redis_redis_service_redisservice_del", + "backend_src_redis_redis_service_redisservice_ttl" ], - "96": [ + "99": [ "docs_audit_phase3_2_change_log", "docs_audit_phase3_2_change_log_10_task_verify_001", "docs_audit_phase3_2_change_log_1_task_sec_001", @@ -2944,7 +2878,7 @@ "docs_audit_phase3_2_change_log_comprehensive_change_log", "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log" ], - "97": [ + "100": [ "ai_agency_agents_07_qa_engineer", "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", @@ -2958,7 +2892,7 @@ "ai_agency_agents_07_qa_engineer_role_core_objective", "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read" ], - "98": [ + "101": [ "backend_src_blogs_blogs_controller_blogscontroller", "backend_src_blogs_blogs_controller_blogscontroller_constructor", "backend_src_blogs_blogs_controller_blogscontroller_findall", @@ -2972,7 +2906,35 @@ "backend_src_blogs_blogs_controller_ts_param", "backend_src_blogs_blogs_controller_ts_query" ], - "99": [ + "102": [ + "backend_src_common_services_sms_service_smsservice_getsmslogs", + "backend_src_settings_dto_sms_log_query_dto", + "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", + "backend_src_settings_dto_sms_log_query_dto_ts_isin", + "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", + "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", + "backend_src_settings_dto_sms_log_query_dto_ts_isstring", + "backend_src_settings_dto_sms_log_query_dto_ts_type", + "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "backend_src_settings_settings_controller_ts_query", + "backend_src_settings_settings_service_settingsservice_getsmslogs" + ], + "103": [ + "backend_src_payment_dto_verify_payment_dto", + "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "backend_src_payment_payment_controller_ts_query", + "backend_src_payment_payment_controller_ts_res", + "headers", + "ip" + ], + "104": [ "backend_src_pets_pets_service_petsservice", "backend_src_pets_pets_service_petsservice_addhealthlog", "backend_src_pets_pets_service_petsservice_addreminder", @@ -2986,7 +2948,7 @@ "backend_src_pets_pets_service_petsservice_update", "backend_src_pets_pets_service_ts_injectable" ], - "100": [ + "105": [ "docs_audit_26_phase2_integrity_repair_report", "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt", "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled", @@ -3000,7 +2962,21 @@ "docs_audit_26_phase2_integrity_repair_report_by_severity", "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report" ], - "101": [ + "106": [ + "frontend_application_tsconfig", + "frontend_application_tsconfig_exclude", + "frontend_application_tsconfig_include", + "frontend_application_tsconfig_json_ref_ts", + "ref_mts", + "ref_next_dev_types_ts", + "ref_next_env_d_ts", + "ref_next_types_ts", + "ref_tests", + "ref_tsx", + "ref_vitest_config_ts", + "ref_vitest_setup_ts" + ], + "107": [ "ai_agency_agents_01_auditor", "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", @@ -3013,7 +2989,7 @@ "ai_agency_agents_01_auditor_role_core_objective", "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read" ], - "102": [ + "108": [ "ai_agency_agents_10_tech_writer", "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", "ai_agency_agents_10_tech_writer_2_documentation_updates", @@ -3026,7 +3002,7 @@ "ai_agency_agents_10_tech_writer_role_core_objective", "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read" ], - "103": [ + "109": [ "ai_agency_agents_11_deploy", "ai_agency_agents_11_deploy_1_pre_deployment_checklist", "ai_agency_agents_11_deploy_2_build_verification", @@ -3039,7 +3015,7 @@ "ai_agency_agents_11_deploy_role_core_objective", "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read" ], - "104": [ + "110": [ "backend_src_app_controller", "backend_src_app_controller_appcontroller", "backend_src_app_controller_appcontroller_constructor", @@ -3052,20 +3028,33 @@ "backend_src_app_service_appservice_gethello", "backend_src_app_service_ts_injectable" ], - "105": [ - "backend_src_payment_dto_admin_transaction_filter_dto", - "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", - "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", - "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", - "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", - "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", - "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", - "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", - "backend_src_payment_payment_service", - "backend_src_payment_payment_service_clientmetadata", - "backend_src_payment_payment_service_paymentservice_getadmintransactions" + "111": [ + "backend_src_orders_dto_create_order_dto_createorderdto", + "backend_src_orders_dto_create_order_dto_orderitemdto", + "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", + "backend_src_orders_dto_create_order_dto_ts_isarray", + "backend_src_orders_dto_create_order_dto_ts_isnotempty", + "backend_src_orders_dto_create_order_dto_ts_isnumber", + "backend_src_orders_dto_create_order_dto_ts_isoptional", + "backend_src_orders_dto_create_order_dto_ts_isstring", + "backend_src_orders_dto_create_order_dto_ts_type", + "validatenested" ], - "106": [ + "112": [ + "backend_src_pets_pets_controller_petscontroller", + "backend_src_pets_pets_controller_petscontroller_constructor", + "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "backend_src_pets_pets_controller_ts_apibadrequestresponse", + "backend_src_pets_pets_controller_ts_apibearerauth", + "backend_src_pets_pets_controller_ts_apicreatedresponse", + "backend_src_pets_pets_controller_ts_apitags", + "backend_src_pets_pets_controller_ts_controller", + "backend_src_pets_pets_controller_ts_uploadedfile", + "backend_src_pets_pets_controller_ts_useguards", + "backend_src_pets_pets_controller_ts_useinterceptors" + ], + "113": [ "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", @@ -3078,7 +3067,7 @@ "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog" ], - "107": [ + "114": [ "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors", @@ -3091,7 +3080,7 @@ "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646" ], - "108": [ + "115": [ "ai_agency_agents_02_ceo", "ai_agency_agents_02_ceo_1_mode_direction_decision", "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", @@ -3103,7 +3092,31 @@ "ai_agency_agents_02_ceo_role_core_objective", "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read" ], - "109": [ + "116": [ + "backend_prisma_tsconfig", + "backend_prisma_tsconfig_compileroptions", + "backend_prisma_tsconfig_compileroptions_esmoduleinterop", + "backend_prisma_tsconfig_compileroptions_module", + "backend_prisma_tsconfig_compileroptions_moduleresolution", + "backend_prisma_tsconfig_compileroptions_skiplibcheck", + "backend_prisma_tsconfig_compileroptions_types", + "backend_prisma_tsconfig_include", + "backend_prisma_tsconfig_json_ref_node", + "backend_prisma_tsconfig_json_ref_ts" + ], + "117": [ + "backend_prisma_tsconfig_seed", + "backend_prisma_tsconfig_seed_compileroptions", + "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", + "backend_prisma_tsconfig_seed_compileroptions_module", + "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", + "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", + "backend_prisma_tsconfig_seed_compileroptions_types", + "backend_prisma_tsconfig_seed_include", + "backend_prisma_tsconfig_seed_json_ref_node", + "backend_prisma_tsconfig_seed_json_ref_ts" + ], + "118": [ "backend_readme", "backend_readme_compile_and_run_the_project", "backend_readme_deployment", @@ -3115,7 +3128,19 @@ "backend_readme_stay_in_touch", "backend_readme_support" ], - "110": [ + "119": [ + "backend_src_orders_orders_service_ordersservice", + "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "backend_src_orders_orders_service_ordersservice_constructor", + "backend_src_orders_orders_service_ordersservice_create", + "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", + "backend_src_orders_orders_service_ordersservice_retrypayment", + "backend_src_orders_orders_service_ordersservice_updatestatus", + "backend_src_orders_orders_service_ordersservice_validatecoupon", + "backend_src_orders_orders_service_ts_injectable" + ], + "120": [ "docs_audit_00_repository_map", "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application", "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", @@ -3127,7 +3152,7 @@ "docs_audit_00_repository_map_repository_map", "docs_audit_00_repository_map_repository_structure_overview" ], - "111": [ + "121": [ "docs_audit_validate_integrity", "docs_audit_validate_integrity_dispsum", "docs_audit_validate_integrity_errors", @@ -3139,7 +3164,7 @@ "docs_audit_validate_integrity_verifiedindex", "docs_audit_validate_integrity_warnings" ], - "112": [ + "122": [ "frontend_admin_panel_package", "frontend_admin_panel_package_name", "frontend_admin_panel_package_private", @@ -3151,7 +3176,7 @@ "frontend_admin_panel_package_type", "frontend_admin_panel_package_version" ], - "113": [ + "123": [ "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", @@ -3163,7 +3188,19 @@ "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" ], - "114": [ + "124": [ + "frontend_admin_panel_src_pages_reports", + "frontend_admin_panel_src_pages_reports_bestselleritem", + "frontend_admin_panel_src_pages_reports_categorydistitem", + "frontend_admin_panel_src_pages_reports_colors", + "frontend_admin_panel_src_pages_reports_customtooltip", + "frontend_admin_panel_src_pages_reports_customtooltipprops", + "frontend_admin_panel_src_pages_reports_reportdata", + "frontend_admin_panel_src_pages_reports_reports", + "frontend_admin_panel_src_pages_reports_topcouponitem", + "frontend_admin_panel_src_routes_adminroutes_reports" + ], + "125": [ "frontend_application_public_fonts_sahel_font_v3_4_0_readme", "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux", "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors", @@ -3175,7 +3212,7 @@ "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" ], - "115": [ + "126": [ "ai_agency_agents_00_intake", "ai_agency_agents_00_intake_1_ask_don_t_assume", "ai_agency_agents_00_intake_2_forbidden_actions", @@ -3186,7 +3223,7 @@ "ai_agency_agents_00_intake_role_core_objective", "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read" ], - "116": [ + "127": [ "ai_agency_orchestrate", "ai_agency_orchestrate_cmd_next_task", "ai_agency_orchestrate_cmd_progress", @@ -3197,7 +3234,7 @@ "ai_agency_orchestrate_main", "ai_agency_orchestrate_save_json" ], - "117": [ + "128": [ "backend_package", "backend_package_author", "backend_package_description", @@ -3208,7 +3245,18 @@ "backend_package_private", "backend_package_version" ], - "118": [ + "129": [ + "backend_src_auth_dto_register_dto", + "backend_src_auth_dto_register_dto_registerdto", + "backend_src_auth_dto_register_dto_ts_apiproperty", + "backend_src_auth_dto_register_dto_ts_apipropertyoptional", + "backend_src_auth_dto_register_dto_ts_isemail", + "backend_src_auth_dto_register_dto_ts_isnotempty", + "backend_src_auth_dto_register_dto_ts_isoptional", + "backend_src_auth_dto_register_dto_ts_isstring", + "backend_src_auth_dto_register_dto_ts_minlength" + ], + "130": [ "claude_skills_graphify_references_exports", "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag", @@ -3219,7 +3267,7 @@ "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag", "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000" ], - "119": [ + "131": [ "docs_audit_21_phase2_quality_gate_summary", "docs_audit_21_phase2_quality_gate_summary_1_executive_summary", "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", @@ -3230,7 +3278,7 @@ "docs_audit_21_phase2_quality_gate_summary_by_severity", "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report" ], - "120": [ + "132": [ "docs_audit_phase3_1_change_log", "docs_audit_phase3_1_change_log_1_task_auth_001", "docs_audit_phase3_1_change_log_2_task_fin_001", @@ -3241,7 +3289,7 @@ "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", "docs_audit_phase3_1_change_log_task_modifications_log" ], - "121": [ + "133": [ "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme", "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux", "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower", @@ -3252,7 +3300,7 @@ "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample" ], - "122": [ + "134": [ "frontend_application_components_errorboundary", "frontend_application_components_errorboundary_errorboundary", "frontend_application_components_errorboundary_errorboundary_componentdidcatch", @@ -3263,7 +3311,7 @@ "frontend_application_components_errorboundary_props", "frontend_application_components_errorboundary_state" ], - "123": [ + "135": [ "frontend_application_package", "frontend_application_package_name", "frontend_application_package_private", @@ -3274,17 +3322,27 @@ "frontend_application_package_scripts_start", "frontend_application_package_version" ], - "124": [ - "backend_scripts_generate_openapi", + "136": [ "backend_scripts_generate_openapi_app_module_1", "backend_scripts_generate_openapi_core_1", "backend_scripts_generate_openapi_fs", - "backend_scripts_generate_openapi_generateopenapi", + "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi_generateopenapi", "backend_scripts_generate_openapi_path", "backend_scripts_generate_openapi_swagger_1", "backend_scripts_generate_openapi_yaml" ], - "125": [ + "137": [ + "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", + "backend_src_payment_payment_service_paymentservice_getadmintransactions" + ], + "138": [ "backend_src_payment_dto_initiate_payment_dto", "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", @@ -3294,27 +3352,7 @@ "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", "backend_src_payment_dto_initiate_payment_dto_ts_isstring" ], - "126": [ - "backend_src_settings_dto_sms_log_query_dto", - "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", - "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", - "backend_src_settings_dto_sms_log_query_dto_ts_isin", - "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", - "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", - "backend_src_settings_dto_sms_log_query_dto_ts_isstring", - "backend_src_settings_dto_sms_log_query_dto_ts_type" - ], - "127": [ - "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", - "backend_src_wiki_wiki_controller_ts_apiokresponse", - "backend_src_wiki_wiki_controller_ts_apioperation", - "backend_src_wiki_wiki_controller_ts_get", - "backend_src_wiki_wiki_controller_ts_param", - "backend_src_wiki_wiki_controller_ts_query", - "backend_src_wiki_wiki_controller_wikicontroller_findall", - "backend_src_wiki_wiki_controller_wikicontroller_findone" - ], - "128": [ + "139": [ "docs_audit_01_system_discovery", "docs_audit_01_system_discovery_active_core_applications", "docs_audit_01_system_discovery_current_architecture", @@ -3324,7 +3362,7 @@ "docs_audit_01_system_discovery_system_discovery", "docs_audit_01_system_discovery_technical_architecture_summary" ], - "129": [ + "140": [ "ai_agency_specs_prd", "ai_agency_specs_prd_1_executive_vision", "ai_agency_specs_prd_2_target_audience", @@ -3333,16 +3371,16 @@ "ai_agency_specs_prd_5_epic_feature_breakdown", "ai_agency_specs_prd_product_requirement_document_prd" ], - "130": [ - "apiexcludecontroller", - "backend_src_common_metrics_controller_metricscontroller", - "backend_src_common_metrics_controller_metricscontroller_constructor", - "backend_src_common_metrics_controller_metricscontroller_getmetrics", - "backend_src_common_metrics_controller_ts_controller", - "backend_src_common_metrics_controller_ts_get", - "backend_src_common_metrics_controller_ts_res" + "141": [ + "backend_src_auth_dto_admin_login_dto", + "backend_src_auth_dto_admin_login_dto_adminlogindto", + "backend_src_auth_dto_admin_login_dto_ts_apiproperty", + "backend_src_auth_dto_admin_login_dto_ts_isemail", + "backend_src_auth_dto_admin_login_dto_ts_isnotempty", + "backend_src_auth_dto_admin_login_dto_ts_isstring", + "backend_src_auth_dto_admin_login_dto_ts_minlength" ], - "131": [ + "142": [ "backend_src_pets_dto_create_health_log_dto", "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", @@ -3351,7 +3389,7 @@ "backend_src_pets_dto_create_health_log_dto_ts_isoptional", "backend_src_pets_dto_create_health_log_dto_ts_isstring" ], - "132": [ + "143": [ "backend_src_pets_dto_create_reminder_dto", "backend_src_pets_dto_create_reminder_dto_createreminderdto", "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", @@ -3360,16 +3398,7 @@ "backend_src_pets_dto_create_reminder_dto_ts_isoptional", "backend_src_pets_dto_create_reminder_dto_ts_isstring" ], - "133": [ - "backend_src_reviews_dto_update_review_dto", - "backend_src_reviews_dto_update_review_dto_ts_apiproperty", - "backend_src_reviews_dto_update_review_dto_ts_isin", - "backend_src_reviews_dto_update_review_dto_ts_isoptional", - "backend_src_reviews_dto_update_review_dto_ts_isstring", - "backend_src_reviews_dto_update_review_dto_updatereviewdto", - "backend_src_reviews_reviews_service" - ], - "134": [ + "144": [ "docs_audit_03_baseline_command_plan", "docs_audit_03_baseline_command_plan_attempted_command_execution_log", "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", @@ -3378,7 +3407,7 @@ "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2", "docs_audit_03_baseline_command_plan_root_package_json_scripts" ], - "135": [ + "145": [ "frontend_admin_panel_src_pages_smssettingspage", "frontend_admin_panel_src_pages_smssettingspage_patternitem", "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", @@ -3387,7 +3416,7 @@ "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", "frontend_admin_panel_src_routes_adminroutes_smssettingspage" ], - "136": [ + "146": [ "frontend_application_app_error", "frontend_application_app_error_errorboundary", "frontend_application_app_not_found", @@ -3396,16 +3425,7 @@ "frontend_application_components_errorpages_notfoundpage", "frontend_application_components_errorpages_servererrorpage" ], - "137": [ - "frontend_application_tsconfig_include", - "frontend_application_tsconfig_json_ref_ts", - "ref_mts", - "ref_next_dev_types_ts", - "ref_next_env_d_ts", - "ref_next_types_ts", - "ref_tsx" - ], - "138": [ + "147": [ "gitea_scripts_with_vpn", "gitea_scripts_with_vpn_cleanup", "gitea_scripts_with_vpn_log", @@ -3414,7 +3434,7 @@ "gitea_scripts_with_vpn_stop_vpn", "gitea_scripts_with_vpn_vpn_is_up" ], - "139": [ + "148": [ "ai_agency_specs_architecture_spec", "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack", "ai_agency_specs_architecture_spec_2_directory_structure_tree", @@ -3422,7 +3442,7 @@ "ai_agency_specs_architecture_spec_4_deployment_docker_architecture", "ai_agency_specs_architecture_spec_architecture_specification" ], - "140": [ + "149": [ "ai_agency_specs_project_health", "ai_agency_specs_project_health_1_audit_score_summary", "ai_agency_specs_project_health_2_technical_debt_inventory", @@ -3430,7 +3450,7 @@ "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports", "ai_agency_specs_project_health_project_health_audit_report" ], - "141": [ + "150": [ "backend_nest_cli", "backend_nest_cli_collection", "backend_nest_cli_compileroptions", @@ -3438,7 +3458,15 @@ "backend_nest_cli_schema", "backend_nest_cli_sourceroot" ], - "142": [ + "151": [ + "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "backend_src_settings_settings_controller_ts_apiokresponse", + "backend_src_settings_settings_controller_ts_get", + "backend_src_settings_settings_service_settingsservice_getscientificterms" + ], + "152": [ "claude_skills_graphify_references_query", "claude_skills_graphify_references_query_for_graphify_explain", "claude_skills_graphify_references_query_for_graphify_path", @@ -3446,7 +3474,7 @@ "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal", "claude_skills_graphify_references_query_step_1_traversal" ], - "143": [ + "153": [ "docs_audit_04_open_questions", "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application", "docs_audit_04_open_questions_2_payment_gateway_integration_provider", @@ -3454,7 +3482,7 @@ "docs_audit_04_open_questions_4_sms_otp_service_provider", "docs_audit_04_open_questions_open_questions" ], - "144": [ + "154": [ "docs_audit_33_final_phase2_audit_closure", "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics", "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization", @@ -3462,7 +3490,7 @@ "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion", "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report" ], - "145": [ + "155": [ "frontend_admin_panel_src_pages_transactions", "frontend_admin_panel_src_pages_transactions_gatewayhealth", "frontend_admin_panel_src_pages_transactions_stats", @@ -3470,7 +3498,7 @@ "frontend_admin_panel_src_pages_transactions_transactions", "frontend_admin_panel_src_routes_adminroutes_transactions" ], - "146": [ + "156": [ "scripts_open_browsers", "scripts_open_browsers_checkandopen", "scripts_open_browsers_exec", @@ -3478,7 +3506,7 @@ "scripts_open_browsers_openurl", "scripts_open_browsers_urls" ], - "147": [ + "157": [ "scripts_start_dev", "scripts_start_dev_backend", "scripts_start_dev_http", @@ -3486,881 +3514,806 @@ "scripts_start_dev_waitforbackend", "scripts_start_dev_waitforbackend_check" ], - "148": [ + "158": [ "ai_agency_memory_scratchpad", "ai_agency_memory_scratchpad_active_agent_working_scratchpad", "ai_agency_memory_scratchpad_execution_target", "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system", "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request" ], - "149": [ + "159": [ "ai_agency_specs_reviews_code_health_review", "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", "ai_agency_specs_reviews_code_health_review_executive_summary", "ai_agency_specs_reviews_code_health_review_key_findings", "ai_agency_specs_reviews_code_health_review_recommendations" ], - "150": [ + "160": [ "backend_src_common_schemas_paginated_response_schema", "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", "backend_src_common_schemas_paginated_response_schema_paginatedresponse", "backend_src_common_schemas_paginated_response_schema_paginationmeta", "backend_src_common_schemas_paginated_response_schema_ts_apiproperty" ], - "151": [ - "backend_src_pets_pets_controller_petscontroller_uploadpetimage", - "backend_src_pets_pets_controller_ts_apibadrequestresponse", - "backend_src_pets_pets_controller_ts_apicreatedresponse", - "backend_src_pets_pets_controller_ts_uploadedfile", - "backend_src_pets_pets_controller_ts_useinterceptors" - ], - "152": [ + "161": [ "dejavu_sans", "frontend_application_public_fonts_vazirmatn_v33_003_authors", "frontend_application_public_fonts_vazirmatn_v33_003_ofl", "frontend_application_public_fonts_vazirmatn_v33_003_readme", "roboto_font" ], - "153": [ + "162": [ "docs_audit_24_omitted_file_inspection_report", "docs_audit_24_omitted_file_inspection_report_conclusion", "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit", "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections" ], - "154": [ + "163": [ "docs_audit_phase3_2_implementation_readiness", "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions", "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview", "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement", "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report" ], - "155": [ + "164": [ "docs_audit_phase3_traceability_matrix", "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix", "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification", "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks" ], - "156": [ + "165": [ "docs_audit_rebuild_honest_ledger", "docs_audit_rebuild_honest_ledger_evidencelist", "docs_audit_rebuild_honest_ledger_ledger", "docs_audit_rebuild_honest_ledger_mandatorymap", "docs_audit_rebuild_honest_ledger_mandatoryscope" ], - "157": [ + "166": [ "docs_audit_validate_evidence_grade", "docs_audit_validate_evidence_grade_activefiles", "docs_audit_validate_evidence_grade_errors", "docs_audit_validate_evidence_grade_validationoutput", "docs_audit_validate_evidence_grade_warnings" ], - "158": [ - "frontend_admin_panel_src_pages_cms", - "frontend_admin_panel_src_pages_cms_cms", - "frontend_admin_panel_src_pages_cms_herobanner", - "frontend_admin_panel_src_pages_cms_vettestimonial", - "frontend_admin_panel_src_routes_adminroutes_cms" - ], - "159": [ + "167": [ "frontend_admin_panel_src_pages_reviews", "frontend_admin_panel_src_pages_reviews_productreview", "frontend_admin_panel_src_pages_reviews_reviews", "frontend_admin_panel_src_pages_reviews_topersiandigits", "frontend_admin_panel_src_routes_adminroutes_reviews" ], - "160": [ - "frontend_admin_panel_src_pages_videos", - "frontend_admin_panel_src_pages_videos_fetchvideoslist", - "frontend_admin_panel_src_pages_videos_video", - "frontend_admin_panel_src_pages_videos_videos", - "frontend_admin_panel_src_routes_adminroutes_videos" - ], - "161": [ + "168": [ "frontend_application_app_blog_slug_page", "frontend_application_app_blog_slug_page_blogpostpage", "frontend_application_app_blog_slug_page_generatemetadata", "frontend_application_app_blog_slug_page_getblog", "frontend_application_app_blog_slug_page_revalidate" ], - "162": [ - "frontend_application_tsconfig", - "frontend_application_tsconfig_exclude", - "ref_tests", - "ref_vitest_config_ts", - "ref_vitest_setup_ts" - ], - "163": [ + "169": [ "ai_agency_specs_api_contract", "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", "ai_agency_specs_api_contract_api_contract_specification" ], - "164": [ + "170": [ "ai_agency_specs_reviews_backend_review", "ai_agency_specs_reviews_backend_review_architectural_overview", "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements" ], - "165": [ + "171": [ "ai_agency_specs_reviews_frontend_review", "ai_agency_specs_reviews_frontend_review_architectural_overview", "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements", "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend" ], - "166": [ + "172": [ "ai_agency_specs_reviews_seo_content_review", "ai_agency_specs_reviews_seo_content_review_overview_content_foundation", "ai_agency_specs_reviews_seo_content_review_seo_content_requirements", "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content" ], - "167": [ + "173": [ "backend_package_devdependencies_types_node", "backend_package_json_types_node", "frontend_admin_panel_package_devdependencies_types_node", "frontend_application_package_devdependencies_types_node" ], - "168": [ + "174": [ "backend_package_devdependencies_typescript", "backend_package_json_typescript", "frontend_admin_panel_package_devdependencies_typescript", "frontend_application_package_devdependencies_typescript" ], - "169": [ + "175": [ "backend_prisma_seed_ui_texts", "backend_prisma_seed_ui_texts_main", "backend_prisma_seed_ui_texts_prisma", "backend_prisma_seed_ui_texts_ui_texts" ], - "170": [ + "176": [ "backend_prisma_seed_wiki", "backend_prisma_seed_wiki_canonical_wiki_terms", "backend_prisma_seed_wiki_main", "backend_prisma_seed_wiki_prisma" ], - "171": [ + "177": [ "backend_src_blogs_dto_create_blog_dto", "backend_src_blogs_dto_create_blog_dto_createblogdto", "backend_src_blogs_dto_update_blog_dto", "backend_src_blogs_dto_update_blog_dto_updateblogdto" ], - "172": [ + "178": [ "backend_src_home_dto_create_home_dto", "backend_src_home_dto_create_home_dto_createhomedto", "backend_src_home_dto_update_home_dto", "backend_src_home_dto_update_home_dto_updatehomedto" ], - "173": [ + "179": [ "backend_src_wiki_dto_create_wiki_dto", "backend_src_wiki_dto_create_wiki_dto_createwikidto", "backend_src_wiki_dto_update_wiki_dto", "backend_src_wiki_dto_update_wiki_dto_updatewikidto" ], - "174": [ + "180": [ "claude_skills_graphify_references_add_watch", "claude_skills_graphify_references_add_watch_for_graphify_add", "claude_skills_graphify_references_add_watch_for_watch", "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder" ], - "175": [ + "181": [ "claude_skills_graphify_references_hooks", "claude_skills_graphify_references_hooks_for_git_commit_hook", "claude_skills_graphify_references_hooks_for_native_claude_md_integration", "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration" ], - "176": [ + "182": [ "claude_skills_graphify_references_update", "claude_skills_graphify_references_update_for_cluster_only", "claude_skills_graphify_references_update_for_update_incremental_re_extraction", "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only" ], - "177": [ + "183": [ "docs_audit_19_finding_verification_report", "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table", "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids", "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report" ], - "178": [ + "184": [ "frontend_admin_panel_readme", "frontend_admin_panel_readme_expanding_the_eslint_configuration", "frontend_admin_panel_readme_react_compiler", "frontend_admin_panel_readme_react_typescript_vite" ], - "179": [ + "185": [ "frontend_admin_panel_src_components_ui_select", "frontend_admin_panel_src_components_ui_select_select", "frontend_admin_panel_src_components_ui_select_selectoption", "frontend_admin_panel_src_components_ui_select_selectprops" ], - "180": [ + "186": [ "frontend_application_app_wiki_slug_page", "frontend_application_app_wiki_slug_page_generatemetadata", "frontend_application_app_wiki_slug_page_getwikiterm", "frontend_application_app_wiki_slug_page_wikitermpage" ], - "181": [ + "187": [ + "frontend_application_components_networkbanner", + "frontend_application_components_networkbanner_networkbanner", + "frontend_application_lib_hooks_usenetworkstatus", + "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus" + ], + "188": [ "frontend_application_readme", "frontend_application_readme_deploy_on_vercel", "frontend_application_readme_getting_started", "frontend_application_readme_learn_more" ], - "182": [ + "189": [ "frontend_application_tsconfig_compileroptions_lib", "frontend_application_tsconfig_json_ref_dom", "ref_dom_iterable", "ref_esnext" ], - "183": [ + "190": [ "scripts_deploy", "scripts_deploy_compose_docker_cli_build", "scripts_deploy_docker_buildkit", "scripts_deploy_sh__entry" ], - "184": [ + "191": [ "ai_agency_specs_reviews_security_review", "ai_agency_specs_reviews_security_review_security_architecture_best_practices", "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security" ], - "185": [ + "192": [ "ai_agency_specs_reviews_ux_review", "ai_agency_specs_reviews_ux_review_persona_experience_alignment", "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa" ], - "186": [ + "193": [ "backend_package_devdependencies_eslint_js", "backend_package_json_eslint_js", "frontend_admin_panel_package_devdependencies_eslint_js" ], - "187": [ + "194": [ "backend_package_devdependencies_typescript_eslint", "backend_package_json_typescript_eslint", "frontend_admin_panel_package_devdependencies_typescript_eslint" ], - "188": [ + "195": [ "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration", "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms", "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts" ], - "189": [ + "196": [ "backend_prisma_scientificterms", "backend_prisma_scientificterms_scientific_terms", "backend_prisma_scientificterms_scientificterm" ], - "190": [ + "197": [ "backend_prisma_seed_blogs", "backend_prisma_seed_blogs_main", "backend_prisma_seed_blogs_prisma" ], - "191": [ + "198": [ "backend_prisma_seed_custom", "backend_prisma_seed_custom_main", "backend_prisma_seed_custom_prisma" ], - "192": [ + "199": [ + "backend_tsconfig", + "backend_tsconfig_include", + "backend_tsconfig_json_ref_src" + ], + "200": [ "claude_skills_graphify_references_github_and_merge", "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given" ], - "193": [ + "201": [ "claude_skills_graphify_references_transcribe", "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected" ], - "194": [ + "202": [ "docs_audit_18_compiler_diagnostic_dispositions", "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table" ], - "195": [ + "203": [ "docs_audit_adr_auth_001", "docs_audit_master_task_backlog", "docs_audit_phase3_execution_plan" ], - "196": [ + "204": [ "docs_audit_build_manifest", "docs_audit_build_manifest_entries", "docs_audit_build_manifest_lines" ], - "197": [ + "205": [ "docs_audit_generate_classification", "docs_audit_generate_classification_classified", "docs_audit_generate_classification_lines" ], - "198": [ + "206": [ "docs_audit_generate_evidence", "docs_audit_generate_evidence_classification", "docs_audit_generate_evidence_evidenceentries" ], - "199": [ + "207": [ "docs_audit_generate_ledger", "docs_audit_generate_ledger_evidence", "docs_audit_generate_ledger_ledgerentries" ], - "200": [ + "208": [ "docs_audit_generate_manifest", "docs_audit_generate_manifest_evidence", "docs_audit_generate_manifest_manifestentries" ], - "201": [ + "209": [ "docs_audit_sync_honest_manifest", "docs_audit_sync_honest_manifest_ledger", "docs_audit_sync_honest_manifest_manifest" ], - "202": [ + "210": [ "docs_audit_sync_manifest", "docs_audit_sync_manifest_ledger", "docs_audit_sync_manifest_manifestentries" ], - "203": [ + "211": [ "frontend_admin_panel_package_dependencies_react_dom", "frontend_admin_panel_package_json_react_dom", "frontend_application_package_dependencies_react_dom" ], - "204": [ + "212": [ "frontend_admin_panel_package_dependencies_zustand", "frontend_admin_panel_package_json_zustand", "frontend_application_package_dependencies_zustand" ], - "205": [ + "213": [ "frontend_admin_panel_package_devdependencies_tailwindcss", "frontend_admin_panel_package_json_tailwindcss", "frontend_application_package_devdependencies_tailwindcss" ], - "206": [ + "214": [ + "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "frontend_admin_panel_package_json_tailwindcss_postcss", + "frontend_application_package_devdependencies_tailwindcss_postcss" + ], + "215": [ "frontend_admin_panel_package_devdependencies_types_react_dom", "frontend_application_package_devdependencies_types_react_dom", "frontend_application_package_json_types_react_dom" ], - "207": [ + "216": [ "frontend_admin_panel_src_components_ui_formfield", "frontend_admin_panel_src_components_ui_formfield_formfield", "frontend_admin_panel_src_components_ui_formfield_formfieldprops" ], - "208": [ + "217": [ "frontend_admin_panel_src_components_ui_input", "frontend_admin_panel_src_components_ui_input_input", "frontend_admin_panel_src_components_ui_input_inputprops" ], - "209": [ + "218": [ "frontend_admin_panel_src_components_ui_textarea", "frontend_admin_panel_src_components_ui_textarea_textarea", "frontend_admin_panel_src_components_ui_textarea_textareaprops" ], - "210": [ + "219": [ "frontend_admin_panel_tsconfig", "frontend_admin_panel_tsconfig_files", "frontend_admin_panel_tsconfig_references" ], - "211": [ + "220": [ "frontend_application_app_about_page", "frontend_application_app_about_page_aboutpage", "frontend_application_app_about_page_metadata" ], - "212": [ + "221": [ "frontend_application_app_privacy_page", "frontend_application_app_privacy_page_metadata", "frontend_application_app_privacy_page_privacypage" ], - "213": [ + "222": [ "frontend_application_next_config", "frontend_application_next_config_nextconfig", "frontend_application_next_config_securityheaders" ], - "214": [ + "223": [ "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", "frontend_application_public_fonts_shabnam_font_v5_0_1_sample", "vazir_font" ], - "215": [ + "224": [ "agents", "agents_graphify" ], - "216": [ + "225": [ "agents_rules_graphify", "agents_rules_graphify_graphify" ], - "217": [ + "226": [ "agents_workflows_graphify", "agents_workflows_graphify_workflow_graphify" ], - "218": [ + "227": [ "antigravity_instructions", "antigravity_instructions_graphify" ], - "219": [ + "228": [ "backend_package_dependencies_bcryptjs", "bcryptjs" ], - "220": [ + "229": [ "backend_package_dependencies_helmet", "helmet" ], - "221": [ + "230": [ "backend_package_dependencies_js_yaml", "js_yaml" ], - "222": [ + "231": [ "backend_package_dependencies_nestjs_core", "nestjs_core" ], - "223": [ + "232": [ "backend_package_dependencies_nestjs_jwt", "nestjs_jwt" ], - "224": [ + "233": [ "backend_package_dependencies_nestjs_swagger", "nestjs_swagger" ], - "225": [ + "234": [ "backend_package_dependencies_nestjs_throttler", "nestjs_throttler" ], - "226": [ + "235": [ "backend_package_dependencies_passport_jwt", "passport_jwt" ], - "227": [ + "236": [ "backend_package_dependencies_prisma_client", "prisma_client" ], - "228": [ + "237": [ "backend_package_dependencies_swagger_ui_express", "swagger_ui_express" ], - "229": [ + "238": [ "backend_package_devdependencies_nestjs_schematics", "nestjs_schematics" ], - "230": [ + "239": [ "backend_package_devdependencies_ts_jest", "ts_jest" ], - "231": [ + "240": [ "backend_package_devdependencies_ts_loader", "ts_loader" ], - "232": [ + "241": [ "backend_package_devdependencies_tsconfig_paths", "tsconfig_paths" ], - "233": [ + "242": [ "backend_package_devdependencies_types_bcrypt", "types_bcrypt" ], - "234": [ + "243": [ "backend_package_devdependencies_types_supertest", "types_supertest" ], - "235": [ + "244": [ "backend_src_blogs_entities_blog_entity", "backend_src_blogs_entities_blog_entity_blog" ], - "236": [ + "245": [ "backend_src_home_entities_home_entity", "backend_src_home_entities_home_entity_home" ], - "237": [ + "246": [ "backend_src_wiki_entities_wiki_entity", "backend_src_wiki_entities_wiki_entity_wiki" ], - "238": [ + "247": [ "backend_uploads_1781288429353_508765350", "docs_02_user_guide_roles" ], - "239": [ + "248": [ "claude", "claude_graphify" ], - "240": [ + "249": [ "claude_claude", "claude_claude_graphify" ], - "241": [ + "250": [ "claude_skills_graphify_references_extraction_spec", "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt" ], - "242": [ + "251": [ "database_schema_products", "readme_smartadvisor" ], - "243": [ + "252": [ "database_schema_users", "docker_backend_prod" ], - "244": [ + "253": [ "docs_audit_05_architectural_audit_findings", "docs_audit_10_security_audit_findings" ], - "245": [ + "254": [ "docs_audit_cross_boundary_dependencies", "docs_audit_frontend_integration_requirements" ], - "246": [ + "255": [ "frontend_application_agents", "image_pharma_lab" ], - "247": [ + "256": [ "frontend_application_app_robots", "frontend_application_app_robots_robots" ], - "248": [ + "257": [ "frontend_application_eslint_config", "frontend_application_eslint_config_eslintconfig" ], - "249": [ + "258": [ "frontend_application_postcss_config", "frontend_application_postcss_config_config" ], - "250": [ + "259": [ "frontend_application_vitest_setup", "frontend_application_vitest_setup_mockintersectionobserver" ], - "251": [ + "260": [ "scripts_backup_db", "scripts_backup_db_sh__entry" ], - "252": [ + "261": [ "start", "start_sh__entry" ], - "253": [ + "262": [ "ai_agency_specs_reviews_readme" ], - "254": [ + "263": [ "backend_eslint_config" ], - "255": [ + "264": [ "backend_integration_login" ], - "256": [ + "265": [ "backend_integration_logout" ], - "257": [ + "266": [ "backend_scripts_generate_openapi_d" ], - "258": [ - "backend_src_admin_admin_controller_ts_apiquery" - ], - "259": [ - "backend_src_common_filters_http_exception_filter_ts_catch" - ], - "260": [ - "backend_src_payment_payment_controller_ts_res" - ], - "261": [ - "backend_src_prescriptions_prescriptions_module_ts_module" - ], - "262": [ - "backend_src_reviews_dto_create_review_dto_ts_isint" - ], - "263": [ - "backend_src_reviews_dto_create_review_dto_ts_min" - ], - "264": [ - "backend_src_settings_settings_controller_ts_apibearerauth" - ], - "265": [ - "backend_src_settings_settings_controller_ts_apiokresponse" - ], - "266": [ - "backend_src_settings_settings_controller_ts_apioperation" - ], "267": [ - "backend_src_settings_settings_controller_ts_apitags" - ], - "268": [ - "backend_src_settings_settings_controller_ts_body" - ], - "269": [ - "backend_src_settings_settings_controller_ts_controller" - ], - "270": [ - "backend_src_settings_settings_controller_ts_delete" - ], - "271": [ - "backend_src_settings_settings_controller_ts_get" - ], - "272": [ - "backend_src_settings_settings_controller_ts_param" - ], - "273": [ - "backend_src_settings_settings_controller_ts_patch" - ], - "274": [ - "backend_src_settings_settings_controller_ts_post" - ], - "275": [ - "backend_src_settings_settings_controller_ts_put" - ], - "276": [ - "backend_src_settings_settings_controller_ts_query" - ], - "277": [ - "backend_src_settings_settings_controller_ts_roles" - ], - "278": [ - "backend_src_settings_settings_controller_ts_useguards" - ], - "279": [ "canina_pharma_gmbh" ], - "280": [ + "268": [ "database_schema_pets" ], - "281": [ + "269": [ "docs_01_introduction_canina_iran" ], - "282": [ + "270": [ "docs_03_developer_guide_standards" ], - "283": [ + "271": [ "docs_audit_frontend_route_map" ], - "284": [ + "272": [ "docs_backlog_tasks" ], - "285": [ + "273": [ "frontend_admin_panel_eslint_config" ], - "286": [ + "274": [ "frontend_admin_panel_postcss_config" ], - "287": [ + "275": [ "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog" ], - "288": [ + "276": [ "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog" ], - "289": [ + "277": [ "frontend_admin_panel_tailwind_config" ], - "290": [ + "278": [ "frontend_admin_panel_vite_config" ], - "291": [ + "279": [ "frontend_application_claude" ], - "292": [ + "280": [ "frontend_application_public_fonts_sahel_font_v3_4_0_changelog" ], - "293": [ + "281": [ "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable" ], - "294": [ + "282": [ "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog" ], - "295": [ + "283": [ "frontend_application_public_fonts_vazirmatn_v33_003_changelog" ], - "296": [ + "284": [ "frontend_application_vitest_config" ], - "297": [ + "285": [ "image_sahel_sample" ], - "298": [ + "286": [ "image_shabnam_sample" ], - "299": [ + "287": [ "scripts_compose_prod" ], - "300": [ + "288": [ "scripts_compose_stage" ] }, "cohesion": { - "0": 0.06843718079673136, - "1": 0.056134723336006415, - "2": 0.059907834101382486, - "3": 0.059227921734531994, - "4": 0.04597701149425287, - "5": 0.05889724310776942, - "6": 0.05952380952380952, - "7": 0.06848357791754019, - "8": 0.08823529411764706, - "9": 0.08672699849170437, - "10": 0.08941176470588236, - "11": 0.0824829931972789, - "12": 0.07505285412262157, - "13": 0.05405405405405406, - "14": 0.08392603129445235, - "15": 0.08858858858858859, - "16": 0.09365079365079365, - "17": 0.0761904761904762, - "18": 0.06060606060606061, - "19": 0.21212121212121213, + "0": 0.05303392259913999, + "1": 0.05576923076923077, + "2": 0.0899854862119013, + "3": 0.07801418439716312, + "4": 0.07180851063829788, + "5": 0.09485815602836879, + "6": 0.08953900709219859, + "7": 0.1026827012025902, + "8": 0.0595959595959596, + "9": 0.07641196013289037, + "10": 0.11074197120708748, + "11": 0.08748615725359911, + "12": 0.05975609756097561, + "13": 0.0858974358974359, + "14": 0.07422402159244265, + "15": 0.0931174089068826, + "16": 0.06258890469416785, + "17": 0.08858858858858859, + "18": 0.10695187165775401, + "19": 0.06060606060606061, "20": 0.06060606060606061, - "21": 0.09090909090909091, - "22": 0.10080645161290322, - "23": 0.09879032258064516, + "21": 0.26411290322580644, + "22": 0.0625, + "23": 0.0625, "24": 0.0625, "25": 0.0625, "26": 0.0625, "27": 0.0625, "28": 0.0625, - "29": 0.0625, - "30": 0.0625, - "31": 0.07862903225806452, - "32": 0.0967741935483871, - "33": 0.10967741935483871, - "34": 0.1032258064516129, - "35": 0.10591133004926108, - "36": 0.13054187192118227, - "37": 0.13793103448275862, - "38": 0.06896551724137931, - "39": 0.10317460317460317, - "40": 0.1111111111111111, - "41": 0.07407407407407407, - "42": 0.11965811965811966, - "43": 0.1282051282051282, - "44": 0.07407407407407407, - "45": 0.08831908831908832, - "46": 0.12923076923076923, - "47": 0.18, - "48": 0.13, + "29": 0.10344827586206896, + "30": 0.10591133004926108, + "31": 0.2019704433497537, + "32": 0.13793103448275862, + "33": 0.06896551724137931, + "34": 0.10317460317460317, + "35": 0.13756613756613756, + "36": 0.07407407407407407, + "37": 0.1282051282051282, + "38": 0.16524216524216523, + "39": 0.07407407407407407, + "40": 0.12615384615384614, + "41": 0.10153846153846154, + "42": 0.12923076923076923, + "43": 0.09333333333333334, + "44": 0.11333333333333333, + "45": 0.11666666666666667, + "46": 0.10869565217391304, + "47": 0.14130434782608695, + "48": 0.13768115942028986, "49": 0.13043478260869565, "50": 0.13043478260869565, "51": 0.08695652173913043, - "52": 0.11067193675889328, - "53": 0.13438735177865613, + "52": 0.13438735177865613, + "53": 0.2490118577075099, "54": 0.08695652173913043, - "55": 0.09090909090909091, + "55": 0.10276679841897234, "56": 0.08695652173913043, - "57": 0.09523809523809523, - "58": 0.14761904761904762, - "59": 0.12631578947368421, - "60": 0.1, - "61": 0.1, - "62": 0.13157894736842105, - "63": 0.10526315789473684, - "64": 0.10526315789473684, - "65": 0.13450292397660818, - "66": 0.30994152046783624, - "67": 0.16374269005847952, - "68": 0.15789473684210525, - "69": 0.15204678362573099, - "70": 0.1111111111111111, - "71": 0.1111111111111111, - "72": 0.1111111111111111, - "73": 0.1503267973856209, + "57": 0.1038961038961039, + "58": 0.12554112554112554, + "59": 0.09523809523809523, + "60": 0.09523809523809523, + "61": 0.15714285714285714, + "62": 0.12631578947368421, + "63": 0.26842105263157895, + "64": 0.23157894736842105, + "65": 0.1, + "66": 0.13157894736842105, + "67": 0.10526315789473684, + "68": 0.10526315789473684, + "69": 0.13450292397660818, + "70": 0.16374269005847952, + "71": 0.23976608187134502, + "72": 0.15789473684210525, + "73": 0.13450292397660818, "74": 0.1111111111111111, - "75": 0.11764705882352941, - "76": 0.19852941176470587, - "77": 0.16176470588235295, - "78": 0.14705882352941177, - "79": 0.125, - "80": 0.14166666666666666, - "81": 0.16666666666666666, - "82": 0.125, - "83": 0.26666666666666666, - "84": 0.13333333333333333, - "85": 0.13333333333333333, - "86": 0.21904761904761905, - "87": 0.20952380952380953, + "75": 0.1111111111111111, + "76": 0.1111111111111111, + "77": 0.1111111111111111, + "78": 0.11764705882352941, + "79": 0.16176470588235295, + "80": 0.16176470588235295, + "81": 0.11764705882352941, + "82": 0.13970588235294118, + "83": 0.16176470588235295, + "84": 0.125, + "85": 0.16666666666666666, + "86": 0.125, + "87": 0.26666666666666666, "88": 0.13333333333333333, - "89": 0.14285714285714285, - "90": 0.1978021978021978, - "91": 0.14285714285714285, + "89": 0.13333333333333333, + "90": 0.20952380952380953, + "91": 0.13333333333333333, "92": 0.14285714285714285, - "93": 0.15384615384615385, - "94": 0.15384615384615385, - "95": 0.16666666666666666, - "96": 0.15384615384615385, - "97": 0.16666666666666666, - "98": 0.21212121212121213, - "99": 0.2878787878787879, + "93": 0.14285714285714285, + "94": 0.14285714285714285, + "95": 0.15384615384615385, + "96": 0.1794871794871795, + "97": 0.15384615384615385, + "98": 0.20512820512820512, + "99": 0.15384615384615385, "100": 0.16666666666666666, - "101": 0.18181818181818182, - "102": 0.18181818181818182, - "103": 0.18181818181818182, - "104": 0.2909090909090909, - "105": 0.2, - "106": 0.18181818181818182, + "101": 0.21212121212121213, + "102": 0.16666666666666666, + "103": 0.24242424242424243, + "104": 0.2878787878787879, + "105": 0.16666666666666666, + "106": 0.16666666666666666, "107": 0.18181818181818182, - "108": 0.2, - "109": 0.2, - "110": 0.2, - "111": 0.2, - "112": 0.2, - "113": 0.2, - "114": 0.2, - "115": 0.2222222222222222, - "116": 0.5277777777777778, - "117": 0.2222222222222222, - "118": 0.2222222222222222, - "119": 0.2222222222222222, - "120": 0.2222222222222222, - "121": 0.2222222222222222, - "122": 0.2222222222222222, - "123": 0.2222222222222222, - "124": 0.25, - "125": 0.42857142857142855, - "126": 0.25, - "127": 0.32142857142857145, - "128": 0.25, - "129": 0.2857142857142857, - "130": 0.2857142857142857, - "131": 0.2857142857142857, - "132": 0.2857142857142857, - "133": 0.3333333333333333, - "134": 0.2857142857142857, - "135": 0.2857142857142857, - "136": 0.38095238095238093, - "137": 0.2857142857142857, - "138": 0.6190476190476191, - "139": 0.3333333333333333, - "140": 0.3333333333333333, - "141": 0.3333333333333333, - "142": 0.3333333333333333, - "143": 0.3333333333333333, - "144": 0.3333333333333333, - "145": 0.3333333333333333, - "146": 0.4, - "147": 0.3333333333333333, - "148": 0.4, - "149": 0.4, - "150": 0.5, - "151": 0.4, - "152": 0.4, - "153": 0.4, - "154": 0.4, - "155": 0.4, + "108": 0.18181818181818182, + "109": 0.18181818181818182, + "110": 0.2909090909090909, + "111": 0.21818181818181817, + "112": 0.18181818181818182, + "113": 0.18181818181818182, + "114": 0.18181818181818182, + "115": 0.2, + "116": 0.2, + "117": 0.2, + "118": 0.2, + "119": 0.26666666666666666, + "120": 0.2, + "121": 0.2, + "122": 0.2, + "123": 0.2, + "124": 0.2, + "125": 0.2, + "126": 0.2222222222222222, + "127": 0.5277777777777778, + "128": 0.2222222222222222, + "129": 0.2222222222222222, + "130": 0.2222222222222222, + "131": 0.2222222222222222, + "132": 0.2222222222222222, + "133": 0.2222222222222222, + "134": 0.2222222222222222, + "135": 0.2222222222222222, + "136": 0.25, + "137": 0.25, + "138": 0.42857142857142855, + "139": 0.25, + "140": 0.2857142857142857, + "141": 0.2857142857142857, + "142": 0.2857142857142857, + "143": 0.2857142857142857, + "144": 0.2857142857142857, + "145": 0.2857142857142857, + "146": 0.38095238095238093, + "147": 0.6190476190476191, + "148": 0.3333333333333333, + "149": 0.3333333333333333, + "150": 0.3333333333333333, + "151": 0.3333333333333333, + "152": 0.3333333333333333, + "153": 0.3333333333333333, + "154": 0.3333333333333333, + "155": 0.3333333333333333, "156": 0.4, - "157": 0.4, + "157": 0.3333333333333333, "158": 0.4, - "159": 0.5, + "159": 0.4, "160": 0.5, - "161": 0.6, + "161": 0.4, "162": 0.4, - "163": 0.5, - "164": 0.5, - "165": 0.5, - "166": 0.5, + "163": 0.4, + "164": 0.4, + "165": 0.4, + "166": 0.4, "167": 0.5, - "168": 0.5, + "168": 0.6, "169": 0.5, "170": 0.5, - "171": 0.6666666666666666, - "172": 0.6666666666666666, - "173": 0.6666666666666666, + "171": 0.5, + "172": 0.5, + "173": 0.5, "174": 0.5, "175": 0.5, "176": 0.5, - "177": 0.5, - "178": 0.5, - "179": 0.5, - "180": 0.8333333333333334, + "177": 0.6666666666666666, + "178": 0.6666666666666666, + "179": 0.6666666666666666, + "180": 0.5, "181": 0.5, "182": 0.5, "183": 0.5, - "184": 0.6666666666666666, - "185": 0.6666666666666666, - "186": 0.6666666666666666, - "187": 0.6666666666666666, - "188": 0.6666666666666666, - "189": 0.6666666666666666, - "190": 0.6666666666666666, + "184": 0.5, + "185": 0.5, + "186": 0.8333333333333334, + "187": 0.8333333333333334, + "188": 0.5, + "189": 0.5, + "190": 0.5, "191": 0.6666666666666666, "192": 0.6666666666666666, "193": 0.6666666666666666, @@ -4385,15 +4338,15 @@ "212": 0.6666666666666666, "213": 0.6666666666666666, "214": 0.6666666666666666, - "215": 1.0, - "216": 1.0, - "217": 1.0, - "218": 1.0, - "219": 1.0, - "220": 1.0, - "221": 1.0, - "222": 1.0, - "223": 1.0, + "215": 0.6666666666666666, + "216": 0.6666666666666666, + "217": 0.6666666666666666, + "218": 0.6666666666666666, + "219": 0.6666666666666666, + "220": 0.6666666666666666, + "221": 0.6666666666666666, + "222": 0.6666666666666666, + "223": 0.6666666666666666, "224": 1.0, "225": 1.0, "226": 1.0, @@ -4458,24 +4411,17 @@ "285": 1.0, "286": 1.0, "287": 1.0, - "288": 1.0, - "289": 1.0, - "290": 1.0, - "291": 1.0, - "292": 1.0, - "293": 1.0, - "294": 1.0, - "295": 1.0, - "296": 1.0, - "297": 1.0, - "298": 1.0, - "299": 1.0, - "300": 1.0 + "288": 1.0 }, "gods": [ { "id": "backend_src_prisma_prisma_service_prismaservice", "label": "PrismaService", + "degree": 79 + }, + { + "id": "backend_src_common_decorators_roles_decorator_roles", + "label": "Roles()", "degree": 74 }, { @@ -4483,20 +4429,20 @@ "label": "useSettingsStore", "degree": 43 }, - { - "id": "backend_src_common_decorators_roles_decorator_roles", - "label": "Roles()", - "degree": 41 - }, { "id": "backend_src_common_services_sms_service_smsservice", "label": "SmsService", - "degree": 39 + "degree": 41 }, { "id": "backend_src_common_dto_pagination_dto_paginationdto", "label": "PaginationDto", - "degree": 36 + "degree": 39 + }, + { + "id": "frontend_admin_panel_src_services_api_api", + "label": "api", + "degree": 37 }, { "id": "backend_src_admin_admin_service_adminservice", @@ -4517,11 +4463,6 @@ "id": "backend_src_auth_jwt_auth_guard_jwtauthguard", "label": "JwtAuthGuard", "degree": 31 - }, - { - "id": "backend_src_settings_settings_controller_settingscontroller", - "label": "SettingsController", - "degree": 30 } ], "surprises": [ @@ -4548,10 +4489,10 @@ "why": "connects across different repos/directories; bridges separate communities" }, { - "source": "UsersController", + "source": "PetsController", "target": "ApiResponse", "source_files": [ - "backend/src/users/users.controller.ts", + "backend/src/pets/pets.controller.ts", "frontend/admin-panel/src/types/admin.ts" ], "confidence": "EXTRACTED", @@ -4559,10 +4500,10 @@ "why": "connects across different repos/directories; bridges separate communities" }, { - "source": "PetsController", + "source": "UsersController", "target": "ApiResponse", "source_files": [ - "backend/src/pets/pets.controller.ts", + "backend/src/users/users.controller.ts", "frontend/admin-panel/src/types/admin.ts" ], "confidence": "EXTRACTED", diff --git a/graphify-out/.graphify_labels.json b/graphify-out/.graphify_labels.json index 6ea0aad..53fb7e7 100644 --- a/graphify-out/.graphify_labels.json +++ b/graphify-out/.graphify_labels.json @@ -1,289 +1,293 @@ { - "0": "AdminService", - "1": "pets/pets.controller.ts", - "2": "Roles", - "3": "UsersService", - "4": "CmsController", - "5": "SmsService", - "6": "AuthController", + "0": "SettingsService", + "1": "AdminController", + "2": "UsersService", + "3": "ProductService", + "4": "admin.module.ts", + "5": "auth.service.ts", + "6": "OrdersService", "7": "app.module.ts", - "8": "CreateVideoDto", - "9": "ProductService", - "10": "ContactService", - "11": "compilerOptions", - "12": "UserDashboard.tsx", - "13": "auth.controller.ts", - "14": "ProductsService", - "15": "lib/services/api.ts", - "16": "tickets.controller.ts", - "17": "ArchivePage.tsx", - "18": "MetricsController", - "19": "B2BService", - "20": "CategoriesController", - "21": "RedisService", - "22": "MediaController", - "23": "Ingredient Management Controller", - "24": "adminRoutes.tsx", - "25": "admin.module.ts", - "26": "Coupons.tsx", - "27": "Prescription Review Controller", - "28": "Smart Advisor Controller", - "29": "Testimonials Management Controller", - "30": "src/services/api.ts", - "31": "Spinner.tsx", - "32": "PetProfile.tsx", - "33": "ZibalService", - "34": "main.ts", - "35": "admin.ts", - "36": "compilerOptions", - "37": "compilerOptions", - "38": "Transactions.tsx", - "39": "dependencies", - "40": "Node TypeScript Config", - "41": "Admin Blog Controller", - "42": "WholesaleApplyDto", - "43": "devDependencies", - "44": "Generic CRUD Controller", - "45": "seo.module.ts", - "46": "PaginationDto", - "47": "Project Build Scripts", - "48": "Home Data Module", - "49": "devDependencies", - "50": "Database Seeding Logic", - "51": "Prisma Database Migrations", - "52": "dependencies", - "53": "Orders.tsx", - "54": "auth.service.ts", - "55": "BE-001", - "56": "VetGallery.tsx", - "57": "NPM Lifecycle Scripts", - "58": "PetsController", - "59": "PrismaService", - "60": "Jest Testing Config", - "61": "CreateReviewDto", - "62": "BannersService", - "63": "FE-001", - "64": "VerifyOtpDto", - "65": "rules/graphify.md", - "66": "App Health Controller", - "67": "dependencies", - "68": "OrdersService", - "69": "Integrity Validation Scripts", - "70": "Admin Panel Package Config", - "71": "Analytics and Report Charts", - "72": "Task Orchestration Scripts", - "73": "Backend Package Config", - "74": "useSettingsStore", - "75": "React Error Boundary", - "76": "Application Package Config", - "77": "WikiController", - "78": "Error and Not Found Pages", - "79": "VPN Utility Scripts", - "80": "NestJS CLI Config", - "81": "Seed TypeScript Config", - "82": "ADM-001", - "83": "Browser Utility Scripts", - "84": "Dev Server Startup", - "85": "Architectural Audit Findings", - "86": "Pagination API Schemas", - "87": "Font Assets and Licenses", - "88": "Ledger Rebuild Scripts", - "89": "Evidence Validation Scripts", - "90": "SslController", - "91": "Blog Post Detail Page", - "92": "@types/node", - "93": "devDependencies", - "94": "UI Text Seeding", - "95": "Wiki Terms Seeding", - "96": "Blog Management DTOs", - "97": "Home Management DTOs", - "98": "Wiki Management DTOs", - "99": "Wiki Page Routing", - "100": "toPersian", - "101": "Docker Deployment Scripts", - "102": "DB-001", - "103": "BlogsService", - "104": "Database Migration Scripts", - "105": "Scientific Terms Schema", - "106": "Blog Data Seeding", - "107": "Custom Data Seeding", - "108": "Products Table", - "109": "Auth Architecture and Planning", - "110": "Build Manifest Generation", - "111": "Classification Data Generation", - "112": "Evidence Data Generation", - "113": "Ledger Data Generation", - "114": "Manifest Data Generation", - "115": "Honest Manifest Synchronization", - "116": "Manifest Entry Synchronization", - "117": "PaymentController", - "118": "TS-001", - "119": "TEST-001", - "120": "AdminTransactionFilterDto", - "121": "UITexts.tsx", - "122": "Admin Panel TSConfig", - "123": "About Page Component", - "124": "Privacy Page Component", - "125": "Next.js Security Configuration", - "126": "Typography and Font Assets", - "127": "DEVOPS-001", - "128": "DOC-001", - "129": "What You Must Do When Invoked", - "130": "JwtAuthGuard", - "131": "راهنمای تست سیستم (Software Testing)", - "132": "Role & Core Objective", - "133": "Required Review Group Closures", - "134": "Operational Rules & Boundaries", - "135": "Operational Rules & Boundaries", - "136": "🏢 AI Software Agency — Master Orchestration Protocol v3", - "137": "@nestjs/cli", - "138": "Operational Rules & Boundaries", - "139": "Operational Rules & Boundaries", - "140": "Bcrypt Type Definitions", - "141": "SettingsService", - "142": ".update", - "143": "Blog Entity Model", - "144": "Home Entity Model", - "145": "Wiki Entity Model", - "146": "User Profile Management", - "147": "Pets Table", - "148": "User Database and Infrastructure", - "149": "API and Frontend Specifications", - "150": "Brand and Agent Guidelines", - "151": "Search Engine Robots Config", - "152": "Application ESLint Config", - "153": "PostCSS Configuration", - "154": "Vitest Test Setup", - "155": "Database Backup Script", - "156": "Application Startup Script", - "157": "What You Must Do When Invoked", - "158": "Backend ESLint Config", - "159": "User Logout Endpoint", - "160": "Company Profile", - "161": "Project Introduction", - "162": "Architecture Route Map", - "163": "Project Task Backlog", - "164": "Root ESLint Configuration", - "165": "PostCSS Build Config", - "166": "Tailwind CSS Configuration", - "167": "Vite Build Configuration", - "168": "Sahel Font Samples", - "169": "Shabnam Font History", - "170": "Vazirmatn Font History", - "171": "Vitest Test Configuration", - "172": "Variable Font Samples", - "173": "Shabnam Font Preview", - "174": "Production Docker Setup", - "175": "Staging Docker Setup", - "176": ".agents/workflows/graphify.md", - "177": "Role & Core Objective", - "178": "graphify reference: extra exports and benchmark", - "179": "graphify reference: query, path, explain", - "180": "graphify reference: add a URL and watch a folder", - "181": "graphify reference: commit hook and native CLAUDE.md integration", - "182": "graphify reference: incremental update and cluster-only", - "183": "graphify reference: GitHub clone and cross-repo merge", - "184": "graphify reference: transcribe video and audio", - "185": "Reconciled Audit Roles & Assignments", - "186": "instructions.md", - "187": "Phase 3.1 — Human Review Preparation and Master Backlog Critique", - "188": "CLAUDE.md", - "189": ".claude/CLAUDE.md", - "190": "extraction-spec.md", - "191": "User Login API", - "192": "Developer Standards and Architecture", - "193": "Deep Audit Summary Report", - "194": "Operational Rules & Boundaries", - "195": "Comprehensive Change Log", - "196": "Operational Rules & Boundaries", - "197": "1. Summary of Integrity Repairs Performed", - "198": "Operational Rules & Boundaries", - "199": "Operational Rules & Boundaries", - "200": "Operational Rules & Boundaries", - "201": "Vazirmatn Changelog", - "202": "Vazirmatn Font فونت وزیرمتن", - "203": "Operational Rules & Boundaries", - "204": "backend/README.md", - "205": "Repository Map", - "206": "Sahel-Font", - "207": "zibal.service.ts", - "208": "Sahel-Font", - "209": "Role & Core Objective", - "210": "exclude", - "211": "Phase 2 Final Quality Gate Summary Report", - "212": "Task Modifications Log", - "213": "Install", - "214": "BlogsController", - "215": "System Discovery", - "216": "Product Requirement Document (PRD)", - "217": "Baseline Command Plan & Reconciled Command History", - "218": "Architecture Specification", - "219": "Project Health Audit Report", - "220": "Open Questions", - "221": "Final Phase 2 Audit Closure Report", - "222": "📝 Active Agent Working Scratchpad", - "223": "🔍 Code Health Audit Review (01_auditor)", - "224": "Omitted File Inspection Report", - "225": "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report", - "226": "Phase 3 Audit Traceability Matrix", - "227": "API Contract Specification", - "228": "⚙️ Backend Technical Review (05_dev_backend)", - "229": "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)", - "230": "🚀 SEO & Content Strategy Review (12_seo_content)", - "231": "Raw Finding Verification & Disposition Report", - "232": "React + TypeScript + Vite", - "233": "application/README.md", - "234": "🔒 Security & Performance Review (09_devops_security)", - "235": "👁️ UX & Persona Interface Review (08_visual_qa)", - "236": "Compiler Diagnostic Dispositions", - "237": "useCartStore", - "238": "ProductPage.tsx", - "239": "globals", - "240": "prettier", - "241": "prisma", - "242": "supertest", - "243": "ts-loader", - "244": "ts-node", - "245": "@types/express", - "246": "@types/jest", - "247": "@types/js-yaml", - "248": "@types/multer", - "249": "eslint-plugin-react-hooks", - "250": "eslint-plugin-react-refresh", - "251": "tailwindcss", - "252": "typescript", - "253": "@testing-library/jest-dom", - "254": "@testing-library/react", - "255": "@types/react", - "256": "typescript", - "257": "vitest", - "258": "reviews/README.md", - "259": "axios", - "260": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "261": "shabnam-font-v5.0.1/CHANGELOG.md", - "262": "application/CLAUDE.md", - "263": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "264": "tailwindcss", - "265": "typescript-eslint", - "266": ".handleZibalCallback", - "267": "PetsService", - "268": "PetsController", - "269": "generate-openapi.js", - "270": "InitiatePaymentDto", - "271": "SmsLogQueryDto", - "272": "CreateHealthLogDto", - "273": "AGENTS.md", - "274": "eslint-config-prettier", - "275": "CreateReminderDto", - "276": "Reviews.tsx", - "277": "Tickets.tsx", - "278": "Videos.tsx", - "279": "@types/passport-jwt", - "280": "@types/supertest", - "281": "typescript", - "282": "@types/react-dom", - "283": "generate-openapi.d.ts", - "285": "eslint-plugin-prettier", - "288": "SmsSettingsPage.tsx", - "290": "@tailwindcss/postcss" + "8": "CmsController", + "9": "tickets.controller.ts", + "10": "useSettingsStore", + "11": "UserDashboard.tsx", + "12": "CreateVideoDto", + "13": "compilerOptions", + "14": "CreateReviewDto", + "15": "ProductsService", + "16": "PrismaService", + "17": "lib/services/api.ts", + "18": "devDependencies", + "19": "JwtAuthGuard", + "20": "BE-001", + "21": "src/services/api.ts", + "22": "RedisService", + "23": "WholesaleApplyDto", + "24": "FE-001", + "25": "ADM-001", + "26": "DB-001", + "27": "TS-001", + "28": "TEST-001", + "29": "DEVOPS-001", + "30": "DOC-001", + "31": "adminRoutes.tsx", + "32": "userStore.ts", + "33": "Spinner.tsx", + "34": "PetProfile.tsx", + "35": "main.ts", + "36": "B2BService", + "37": "ZibalService", + "38": "راهنمای تست سیستم (Software Testing)", + "39": "CategoriesController", + "40": "MediaController", + "41": "What You Must Do When Invoked", + "42": "SslController", + "43": "BannersService", + "44": "What You Must Do When Invoked", + "45": "UITexts.tsx", + "46": "IngredientsService", + "47": ".update", + "48": "HomeClient.tsx", + "49": "SmartAdvisorService", + "50": "TestimonialsService", + "51": "Role & Core Objective", + "52": "PaginationDto", + "53": "ContactService", + "54": "compilerOptions", + "55": "Reports.tsx", + "56": "compilerOptions", + "57": "dependencies", + "58": "PrescriptionsService", + "59": "BlogsController", + "60": "Required Review Group Closures", + "61": "devDependencies", + "62": "Coupons.tsx", + "63": "Operational Rules & Boundaries", + "64": "Operational Rules & Boundaries", + "65": "WikiController", + "66": "PaymentController", + "67": "pets/pets.controller.ts", + "68": "seo.module.ts", + "69": "admin.service.ts", + "70": "🏢 AI Software Agency — Master Orchestration Protocol v3", + "71": "Operational Rules & Boundaries", + "72": "Operational Rules & Boundaries", + "73": "HomeController", + "74": "scripts", + "75": "Role & Core Objective", + "76": ".handleZibalCallback", + "77": "zibal.service.ts", + "78": "Orders.tsx", + "79": "devDependencies", + "80": "exclude", + "81": "seed-products.ts", + "82": "Reconciled Audit Roles & Assignments", + "83": "20260526145407_init/migration.sql", + "84": "Phase 3.1 — Human Review Preparation and Master Backlog Critique", + "85": "dependencies", + "86": "SmsService", + "87": "SafeImage.tsx", + "88": "compilerOptions", + "89": "scripts", + "90": "AdminService", + "91": "Deep Audit Summary Report", + "92": "dependencies", + "93": "Operational Rules & Boundaries", + "94": "jest", + "95": "PetsController", + "96": "Comprehensive Change Log", + "97": "Operational Rules & Boundaries", + "98": "BlogsController", + "99": "PetsService", + "100": "1. Summary of Integrity Repairs Performed", + "101": "Operational Rules & Boundaries", + "102": "Operational Rules & Boundaries", + "103": "Operational Rules & Boundaries", + "104": "AppService", + "105": "AdminTransactionFilterDto", + "106": "Vazirmatn Changelog", + "107": "Vazirmatn Font فونت وزیرمتن", + "108": "Operational Rules & Boundaries", + "109": "backend/README.md", + "110": "Repository Map", + "111": "validate_integrity.js", + "112": "admin-panel/package.json", + "113": "Sahel-Font", + "114": "Sahel-Font", + "115": "Role & Core Objective", + "116": "orchestrate.py", + "117": "backend/package.json", + "118": "graphify reference: extra exports and benchmark", + "119": "Phase 2 Final Quality Gate Summary Report", + "120": "Task Modifications Log", + "121": "Install", + "122": "ErrorBoundary", + "123": "application/package.json", + "124": "generate-openapi.js", + "125": "InitiatePaymentDto", + "126": "SmsLogQueryDto", + "127": "AuthService", + "128": "System Discovery", + "129": "Product Requirement Document (PRD)", + "130": "videos.controller.ts", + "131": "CreateHealthLogDto", + "132": "CreateReminderDto", + "133": "reviews.controller.ts", + "134": "Baseline Command Plan & Reconciled Command History", + "135": "SmsSettingsPage.tsx", + "136": "ErrorPages.tsx", + "137": "compilerOptions", + "138": "with-vpn.sh", + "139": "Architecture Specification", + "140": "Project Health Audit Report", + "141": "nest-cli.json", + "142": "graphify reference: query, path, explain", + "143": "Open Questions", + "144": "Final Phase 2 Audit Closure Report", + "145": "Transactions.tsx", + "146": "open-browsers.js", + "147": "start-dev.js", + "148": "📝 Active Agent Working Scratchpad", + "149": "🔍 Code Health Audit Review (01_auditor)", + "150": "paginated-response.schema.ts", + "151": "PetsController", + "152": "Vazirmatn Font README", + "153": "Omitted File Inspection Report", + "154": "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report", + "155": "Phase 3 Audit Traceability Matrix", + "156": "rebuild_honest_ledger.js", + "157": "validate_evidence_grade.js", + "158": "api", + "159": "Reviews.tsx", + "160": "compilerOptions", + "161": "blog/[slug]/page.tsx", + "162": "WikiService", + "163": "API Contract Specification", + "164": "⚙️ Backend Technical Review (05_dev_backend)", + "165": "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "166": "🚀 SEO & Content Strategy Review (12_seo_content)", + "167": "@types/node", + "168": "typescript", + "169": "seed-ui-texts.ts", + "170": "seed-wiki.ts", + "171": "update-blog.dto.ts", + "172": "update-home.dto.ts", + "173": "update-wiki.dto.ts", + "174": "graphify reference: add a URL and watch a folder", + "175": "graphify reference: commit hook and native CLAUDE.md integration", + "176": "graphify reference: incremental update and cluster-only", + "177": "Raw Finding Verification & Disposition Report", + "178": "React + TypeScript + Vite", + "179": "Select.tsx", + "180": "wiki/[slug]/page.tsx", + "181": "application/README.md", + "182": "NetworkBanner.tsx", + "183": "deploy.sh", + "184": "🔒 Security & Performance Review (09_devops_security)", + "185": "👁️ UX & Persona Interface Review (08_visual_qa)", + "186": "@eslint/eslintrc", + "187": "typescript-eslint", + "188": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "189": "prisma/scientificTerms.ts", + "190": "seed-blogs.ts", + "191": "seed-custom.ts", + "192": "graphify reference: GitHub clone and cross-repo merge", + "193": "graphify reference: transcribe video and audio", + "194": "Compiler Diagnostic Dispositions", + "195": "Master Task Backlog (Phase 3.3)", + "196": "build_manifest.js", + "197": "generate_classification.js", + "198": "generate_evidence.js", + "199": "generate_ledger.js", + "200": "generate_manifest.js", + "201": "sync_honest_manifest.js", + "202": "sync_manifest.js", + "203": "eslint-plugin-prettier", + "204": "globals", + "205": "tailwindcss", + "206": "@nestjs/cli", + "207": "FormField.tsx", + "208": "Input.tsx", + "209": "Textarea.tsx", + "210": "admin-panel/tsconfig.json", + "211": "about/page.tsx", + "212": "privacy/page.tsx", + "213": "next.config.ts", + "214": "Shabnam Font README", + "215": "AGENTS.md", + "216": "rules/graphify.md", + "217": ".agents/workflows/graphify.md", + "218": "instructions.md", + "219": "prettier", + "220": "prisma", + "221": "supertest", + "222": "ts-node", + "223": "@types/express", + "224": "@types/jest", + "225": "@types/js-yaml", + "226": "@types/multer", + "227": "@types/passport-jwt", + "228": "eslint-config-next", + "229": "eslint-plugin-react-hooks", + "230": "eslint-plugin-react-refresh", + "231": "ts-loader", + "232": "@tailwindcss/postcss", + "233": "@types/bcrypt", + "234": "@types/supertest", + "235": "blog.entity.ts", + "236": "home.entity.ts", + "237": "wiki.entity.ts", + "238": "User Profile Photo", + "239": "CLAUDE.md", + "240": ".claude/CLAUDE.md", + "241": "extraction-spec.md", + "242": "Products Table", + "243": "Users Table", + "244": "Architectural Audit Findings", + "245": "Cross Boundary Dependencies & Backend Architecture Specification", + "246": "Next.js Agent Rules & Brand Guidelines", + "247": "robots.ts", + "248": "application/eslint.config.mjs", + "249": "postcss.config.mjs", + "250": "vitest.setup.ts", + "251": "backup_db.sh", + "252": "start.sh", + "253": "reviews/README.md", + "254": "backend/eslint.config.mjs", + "255": "User Login API", + "256": "User Logout API", + "257": "generate-openapi.d.ts", + "258": "ApiOperation", + "259": "typescript", + "260": "@testing-library/jest-dom", + "261": "@testing-library/react", + "262": "@types/react", + "263": "typescript", + "264": "Roles", + "265": "Get", + "266": "vitest", + "267": "axios", + "268": "tailwindcss", + "279": "Canina Pharma GmbH", + "280": "Pets Table", + "281": "Canina Iran Project Introduction", + "282": "Developer Standards and Architecture", + "283": "Frontend & Admin Architecture Route Map Specification", + "284": "Project Backlog and Tasks", + "285": "eslint.config.js", + "286": "postcss.config.js", + "287": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "288": "shabnam-font-v5.0.1/CHANGELOG.md", + "289": "tailwind.config.js", + "290": "vite.config.ts", + "291": "application/CLAUDE.md", + "292": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "293": "Sahel Font Sample", + "294": "Shabnam Font Changelog", + "295": "Vazirmatn Changelog", + "296": "vitest.config.ts", + "297": "Sahel Font Variable Sample", + "298": "Shabnam Font Sample", + "299": "Production Docker Compose", + "300": "Staging Docker Compose" } diff --git a/graphify-out/.graphify_labels.json.sig b/graphify-out/.graphify_labels.json.sig index 6610adb..49da529 100644 --- a/graphify-out/.graphify_labels.json.sig +++ b/graphify-out/.graphify_labels.json.sig @@ -1 +1 @@ -{"0": "148cce7cbee990ca", "1": "0e290698fd1e38fc", "2": "3561a8d2513085e4", "3": "6c75b96cecea106c", "4": "a8271cb02ab806ff", "5": "1417d68cfc6cafb0", "6": "b549662eb9628091", "7": "e6dacdce8f3cdca2", "8": "ac55f129e493e305", "9": "e47750e4b9599a5c", "10": "93d54dd865cba4db", "11": "7bf5b79d43d8adb6", "12": "11224d4841e78dae", "13": "642e51489ab39b63", "14": "8fb0bfac013b3325", "15": "b4ae3c692d2d2371", "16": "57f26bed5f2b7960", "17": "b49b0cedb14557eb", "18": "038915bd030e573c", "19": "9b13da82475fc3c8", "20": "f38c905c9af9edc0", "21": "97c6a6ec0b5e25cd", "22": "f07a16ec76520068", "23": "65e41c1c22dcd058", "24": "e74b6b7091315263", "25": "0b4a9d7c5f435acd", "26": "95526a5655b981bc", "27": "73df605d6eec20d9", "28": "cb17af4eb831480f", "29": "5a6d4157fb91d937", "30": "8fc9b54905bc77bc", "31": "ec4df16418a93591", "32": "ecb2032b488c29e1", "33": "32117d32aa2801ee", "34": "6198197b3da188d8", "35": "d62d32cdc1134e9e", "36": "e802e72646a2bc8a", "37": "19d63ab62d6c19f1", "38": "4a1bb81756ca0e46", "39": "1f914a584cbde781", "40": "fd6d145000147563", "41": "3b1909d07e8fb962", "42": "4c3daa7635f2b586", "43": "b1c3283bd55a8fe9", "44": "d9e74b032c5b8440", "45": "62430df45afa65b5", "46": "91edf2ab7e4700b0", "47": "b1fb8b1d0bcaa7fd", "48": "4ece6985263357c4", "49": "841013681f4e6e8c", "50": "656f816eb51f2ab1", "51": "bf5a253cc5340107", "52": "71d2ce6fb684bc0e", "53": "a52798c605a0df16", "54": "90593f535790f457", "55": "4eda46a5b0695ef6", "56": "db04321dca52a9ad", "57": "c2ee2f9838df873c", "58": "10d4f0bfa19dd52f", "59": "61ae5f6db1dcb1d2", "60": "e036dbd1de0f8b38", "61": "223bda208af7d4ec", "62": "7478d6755ca2248a", "63": "90b79d6027d60d30", "64": "176083777cb01eb7", "65": "4654167fd211d027", "66": "c6b57d78299a27b3", "67": "f0f56796aaebb4f5", "68": "00341c22c4d34679", "69": "9409b3b8a334f51d", "70": "ac95a9f152e3d1c4", "71": "989c014f76b74793", "72": "17ecb7325285cf7a", "73": "4487fd85ddc13c93", "74": "d65b8372a514d64d", "75": "167643bcbbc26244", "76": "dcffd9ad7a1f7df6", "77": "f17c5fbca8a8e41e", "78": "48f898ce95c8e90c", "79": "a2fe690317aef2ee", "80": "fa2d7dcf52348095", "81": "b92a68cf0d823560", "82": "6bd6f2633370820c", "83": "1d80b74f885d6716", "84": "f4d1e3ec22fbfe3d", "85": "e9728eefddbaed5b", "86": "85cd9ca1246dc437", "87": "3e93071fc4a80e95", "88": "35d3a2679371e9a4", "89": "b8f35a499b36a57a", "90": "cbaa20536db72d3e", "91": "00d9ddfeee7b4c47", "92": "6ddbf62ac93920e1", "93": "051ba28e492dcfc6", "94": "867babdd40f0c3fc", "95": "94971d590fc06983", "96": "00d275127a7e435e", "97": "2942a9d30dae4a29", "98": "3e21e2fb50e12670", "99": "17ca8d640a75a60d", "100": "9c3ca92a83ec08fb", "101": "6256958a9b817133", "102": "7664e56213a29331", "103": "81b239851ec502ca", "104": "7c65a1f3c4f1b858", "105": "67b5cef27d55952d", "106": "10b2996179aaaf2e", "107": "39031f751fb2d42f", "108": "1e833ee596b5ca23", "109": "2434b1a28b16557f", "110": "cb3fe87c920b0cb3", "111": "ddb9c95db6575999", "112": "e2250667e3a77089", "113": "9069d5dda9013eee", "114": "0077975cffee54dc", "115": "e6fcd0aec85fac92", "116": "9590124db1601a96", "117": "b37052439b21abe1", "118": "942c4f9928c60a45", "119": "0614b98d9013b5f5", "120": "cd0a24421495923f", "121": "b11a675eadec12b6", "122": "3be2a9ccdc6668cc", "123": "3fb0bef25bab507e", "124": "bd3010d97e467f52", "125": "703a4a9860d7ed16", "126": "85fd4a84b5393d0e", "127": "53ff49b3d54f0fba", "128": "2153ddcd7477dfb7", "129": "7abb5bc6a0e4f65f", "130": "f92c2008971c44dd", "131": "1c9a1f4c72613346", "132": "0f62727f3b4907c0", "133": "31a5a53f1fe77e46", "134": "69d0f8b228227690", "135": "22456307ff273d80", "136": "ba7bc17581366c9a", "137": "d7cad630fb1d1414", "138": "0727bb53199085fc", "139": "91393683c97d1773", "140": "ecfb692b6f7a1014", "141": "b74789b8a193f416", "142": "e5f59705d4b860a6", "143": "e66a941c60456b44", "144": "a7cf02106e992a23", "145": "88604333ff6aa860", "146": "8365b02889fa6cfc", "147": "38a03e32ab28113e", "148": "9fd8a4abf0eb00a3", "149": "fe8ad8aaa5b6f652", "150": "be78134816511eaf", "151": "4737624cd139d117", "152": "5fcab665dcd75a7d", "153": "33b1870821fb012a", "154": "10992f7331cbdeba", "155": "cef806733796b489", "156": "76578e90353475ed", "157": "7dd5c61562c827a8", "158": "57931ddf408ceeeb", "159": "d64c6d160a7faed4", "160": "e6273a4f9b65952b", "161": "400d2883ce278be7", "162": "6e3ce4714f76f2f9", "163": "de2233c73c628824", "164": "a144dcdc61af17a5", "165": "672ba0ee4d6993c2", "166": "60a2d42e0373376c", "167": "934bee98555c5f5b", "168": "3323cd7407922799", "169": "9050a3ebe80326e5", "170": "10d7c8f3898b68e5", "171": "2ce5bbc30db985b5", "172": "2a963843e9a8e153", "173": "28537a0c0fbd566f", "174": "3659ed0b62c213c5", "175": "912cf03978233ef7", "176": "8176a164778526f9", "177": "70497658d0e0cea6", "178": "c4abf0eb38ef740d", "179": "75efc6457f7fce22", "180": "be62daa7d5bc336a", "181": "47c3e1a9d4bb7e67", "182": "82ff39c105ae3090", "183": "54f53e5e0cc8c385", "184": "821696b1ff49347b", "185": "25a6695f5783d2be", "186": "a74925b45b279d6f", "187": "f7a706f5fcb260c3", "188": "6e7b82d0387bf16d", "189": "2eef246ebb269184", "190": "f5edd0761d024ff0", "191": "b4fbbd4b7a13369e", "192": "a13f9628796dc16a", "193": "3c1d9844d072bd2a", "194": "b3c5433df880f335", "195": "ac7cb5ec7d5c0802", "196": "622f83f2eb300a25", "197": "6d16ccde1291c9d4", "198": "d228746e85ead3af", "199": "b55ba9125ffb5729", "200": "5f50a360f18a880b", "201": "db70db08c00162df", "202": "9a1080686fc7c39b", "203": "77fd76193df9f573", "204": "9141a0ede9461fd5", "205": "3ceda88239910d9a", "206": "a7299f20633c0236", "207": "e3d13e2060945d3f", "208": "7f405315686459b9", "209": "44c7924c829cc215", "210": "3077e46a7508b30b", "211": "07d37aeefbe50e21", "212": "70b58e32c2890fdd", "213": "f2c7afb0c277c4b7", "214": "e37e0ecadc209564", "215": "c7ddffce8605b65b", "216": "5910eeefe2f97a20", "217": "66efafa1e86d8081", "218": "e30004421d79ffeb", "219": "cd66a5f43cd3407d", "220": "8375a4fbf0573a52", "221": "edb079558c6f3d59", "222": "3cd15de82f23093a", "223": "7a77349497fcdf37", "224": "6114ccb7b9036e33", "225": "f3d92800d756dd79", "226": "2aa85a497fd142d7", "227": "4ac5f9965007617d", "228": "cff999497d56b512", "229": "06b38ffa6f58195d", "230": "ee705c178d6958bb", "231": "6747ecf936cb0400", "232": "ebc0087e3400009c", "233": "162b36508e5879f3", "234": "ab06e01c9caa9f90", "235": "204b3a83ef62f360", "236": "00739b5480732bdc", "237": "e48f977d9d142fcb", "238": "c3a39bc45a5d398b", "239": "c556ac339be4aba5", "240": "78aa95566e86b57f", "241": "fc778d7a22e550eb", "242": "8d1aad761b4c839d", "243": "e24cf60bcf607797", "244": "bbcea5ec9d046ac0", "245": "5eb83040a203bd16", "246": "20a2080eac259e2b", "247": "d2a7888a77082d4c", "248": "0598c15fa2a12fad", "249": "88e82bb9fffbe642", "250": "60ce4fcea460e0a6", "251": "7a7f04630a11cc2b", "252": "b1d204e97a3c45dc", "253": "0650b6a561436852", "254": "e195f425def606d0", "255": "19ac29575c50f599", "256": "a0fdc688ac30f227", "257": "bcf417101439fd9e", "258": "04d938f720c1db19", "259": "768db8a3a299f590", "260": "daf108b14eb1d2d5", "261": "a618b7b467aa2c0c", "262": "3a30dd7bf2ececaa", "263": "23c1a365d72c9b86", "264": "321732baccae846b", "265": "1c69dcee9405ce47", "266": "34aa7801077814c8", "267": "4937232fc9cf1c68", "268": "3037b2b82ea44c45", "269": "1b0ef1cf87b53de3", "270": "34581929891cefb2", "271": "8ffb30447853a689", "272": "20ee2c8dca771e1b", "273": "97ec841e4f367258", "274": "f6ddba6f531d6b96", "275": "af64ebd98dd4a80d", "276": "1c6386fd10b17514", "277": "cbbff1e7d0637165", "278": "95071eae544f664e", "279": "05f1ad1f29e435ff", "280": "bfcc583da029935c", "281": "d0fc47de7f8bcf41", "282": "4ab8ffab1d51ca61", "283": "2d1c86501cdb42dd", "285": "578638c4278d00c6", "288": "763842f965ae3d9d", "290": "5a4d1c1ef8bed9bb"} \ No newline at end of file +{"0": "7fd7ed63d32fa507", "1": "28673c99766c5c1f", "2": "de037e6c3093162e", "3": "99069a1b3d3e82b0", "4": "ab3f573eec64ccd3", "5": "b0c48ee43feac336", "6": "00341c22c4d34679", "7": "09f416c4dec23723", "8": "f34c872571e8a774", "9": "81b67391b0b87cab", "10": "86cbd838cc013183", "11": "91f9e31975a3f1a1", "12": "67ce5a498e6dcd5c", "13": "3b9521f7d7986eaa", "14": "223bda208af7d4ec", "15": "8fb0bfac013b3325", "16": "b24047481f9cd55a", "17": "d66c814d13578ee2", "18": "9a39f6904a50a0d5", "19": "d5d4ce8f67465360", "20": "4eda46a5b0695ef6", "21": "56cd6bc119e4b0e7", "22": "02628d51965c9cfc", "23": "4c3daa7635f2b586", "24": "90b79d6027d60d30", "25": "6bd6f2633370820c", "26": "7664e56213a29331", "27": "942c4f9928c60a45", "28": "0614b98d9013b5f5", "29": "53ff49b3d54f0fba", "30": "2153ddcd7477dfb7", "31": "ce134675dd1232b4", "32": "4bd2f657716a72c5", "33": "1513303f1ab43731", "34": "0b0fcb4307d7671a", "35": "6198197b3da188d8", "36": "9b13da82475fc3c8", "37": "32117d32aa2801ee", "38": "1c9a1f4c72613346", "39": "f38c905c9af9edc0", "40": "f07a16ec76520068", "41": "7abb5bc6a0e4f65f", "42": "cbaa20536db72d3e", "43": "7478d6755ca2248a", "44": "7dd5c61562c827a8", "45": "fc92c1fcdea92c3a", "46": "65e41c1c22dcd058", "47": "e5f59705d4b860a6", "48": "22693241ec02a985", "49": "cb17af4eb831480f", "50": "5a6d4157fb91d937", "51": "0f62727f3b4907c0", "52": "975b770d0e0b06f4", "53": "93d54dd865cba4db", "54": "e802e72646a2bc8a", "55": "989c014f76b74793", "56": "19d63ab62d6c19f1", "57": "1f914a584cbde781", "58": "73df605d6eec20d9", "59": "3b1909d07e8fb962", "60": "31a5a53f1fe77e46", "61": "6e280669736f661b", "62": "0f977a15216aa1e4", "63": "69d0f8b228227690", "64": "22456307ff273d80", "65": "d9e74b032c5b8440", "66": "b37052439b21abe1", "67": "0e290698fd1e38fc", "68": "62430df45afa65b5", "69": "989b1147112804db", "70": "ba7bc17581366c9a", "71": "0727bb53199085fc", "72": "91393683c97d1773", "73": "4ece6985263357c4", "74": "b1fb8b1d0bcaa7fd", "75": "70497658d0e0cea6", "76": "34aa7801077814c8", "77": "e3d13e2060945d3f", "78": "a52798c605a0df16", "79": "841013681f4e6e8c", "80": "3077e46a7508b30b", "81": "656f816eb51f2ab1", "82": "25a6695f5783d2be", "83": "bf5a253cc5340107", "84": "f7a706f5fcb260c3", "85": "71d2ce6fb684bc0e", "86": "1417d68cfc6cafb0", "87": "a679ee562115c275", "88": "7bf5b79d43d8adb6", "89": "c2ee2f9838df873c", "90": "09743c7b6606eaeb", "91": "3c1d9844d072bd2a", "92": "f0f56796aaebb4f5", "93": "b3c5433df880f335", "94": "e036dbd1de0f8b38", "95": "10d4f0bfa19dd52f", "96": "ac7cb5ec7d5c0802", "97": "622f83f2eb300a25", "98": "e37e0ecadc209564", "99": "4937232fc9cf1c68", "100": "6d16ccde1291c9d4", "101": "d228746e85ead3af", "102": "b55ba9125ffb5729", "103": "5f50a360f18a880b", "104": "c6b57d78299a27b3", "105": "cd0a24421495923f", "106": "db70db08c00162df", "107": "9a1080686fc7c39b", "108": "77fd76193df9f573", "109": "9141a0ede9461fd5", "110": "3ceda88239910d9a", "111": "9409b3b8a334f51d", "112": "ac95a9f152e3d1c4", "113": "a7299f20633c0236", "114": "7f405315686459b9", "115": "44c7924c829cc215", "116": "17ecb7325285cf7a", "117": "4487fd85ddc13c93", "118": "c4abf0eb38ef740d", "119": "07d37aeefbe50e21", "120": "70b58e32c2890fdd", "121": "f2c7afb0c277c4b7", "122": "167643bcbbc26244", "123": "dcffd9ad7a1f7df6", "124": "1b0ef1cf87b53de3", "125": "34581929891cefb2", "126": "489ef228fe7c463b", "127": "6b19596e5e1a2885", "128": "c7ddffce8605b65b", "129": "5910eeefe2f97a20", "130": "13638abcd52e555c", "131": "20ee2c8dca771e1b", "132": "af64ebd98dd4a80d", "133": "2fa8e027550bc817", "134": "66efafa1e86d8081", "135": "763842f965ae3d9d", "136": "48f898ce95c8e90c", "137": "28355f848c862b6e", "138": "a2fe690317aef2ee", "139": "e30004421d79ffeb", "140": "cd66a5f43cd3407d", "141": "fa2d7dcf52348095", "142": "75efc6457f7fce22", "143": "8375a4fbf0573a52", "144": "edb079558c6f3d59", "145": "4a1bb81756ca0e46", "146": "1d80b74f885d6716", "147": "f4d1e3ec22fbfe3d", "148": "3cd15de82f23093a", "149": "7a77349497fcdf37", "150": "85cd9ca1246dc437", "151": "3037b2b82ea44c45", "152": "3e93071fc4a80e95", "153": "6114ccb7b9036e33", "154": "f3d92800d756dd79", "155": "2aa85a497fd142d7", "156": "35d3a2679371e9a4", "157": "b8f35a499b36a57a", "158": "77dfb57b4f0a60e7", "159": "1c6386fd10b17514", "160": "25f77f5455bdc96a", "161": "00d9ddfeee7b4c47", "162": "28d2ad13da284bd3", "163": "4ac5f9965007617d", "164": "cff999497d56b512", "165": "06b38ffa6f58195d", "166": "ee705c178d6958bb", "167": "6ddbf62ac93920e1", "168": "d0fc47de7f8bcf41", "169": "867babdd40f0c3fc", "170": "298144d1548a7dee", "171": "00d275127a7e435e", "172": "2942a9d30dae4a29", "173": "3e21e2fb50e12670", "174": "be62daa7d5bc336a", "175": "47c3e1a9d4bb7e67", "176": "82ff39c105ae3090", "177": "6747ecf936cb0400", "178": "ebc0087e3400009c", "179": "51d4e15c7e10decf", "180": "17ca8d640a75a60d", "181": "162b36508e5879f3", "182": "6cc089e9f052ba3f", "183": "6256958a9b817133", "184": "ab06e01c9caa9f90", "185": "204b3a83ef62f360", "186": "0bd7ed52b69464bf", "187": "1c69dcee9405ce47", "188": "7c65a1f3c4f1b858", "189": "67b5cef27d55952d", "190": "10b2996179aaaf2e", "191": "39031f751fb2d42f", "192": "54f53e5e0cc8c385", "193": "821696b1ff49347b", "194": "00739b5480732bdc", "195": "2434b1a28b16557f", "196": "cb3fe87c920b0cb3", "197": "ddb9c95db6575999", "198": "e2250667e3a77089", "199": "9069d5dda9013eee", "200": "0077975cffee54dc", "201": "e6fcd0aec85fac92", "202": "9590124db1601a96", "203": "578638c4278d00c6", "204": "c556ac339be4aba5", "205": "7a7f04630a11cc2b", "206": "d7cad630fb1d1414", "207": "e077f384ad6b18ad", "208": "dd8d62f9fb517bb5", "209": "6d0322fa3d03fa10", "210": "3be2a9ccdc6668cc", "211": "3fb0bef25bab507e", "212": "bd3010d97e467f52", "213": "703a4a9860d7ed16", "214": "85fd4a84b5393d0e", "215": "97ec841e4f367258", "216": "4654167fd211d027", "217": "8176a164778526f9", "218": "a74925b45b279d6f", "219": "78aa95566e86b57f", "220": "fc778d7a22e550eb", "221": "8d1aad761b4c839d", "222": "bbcea5ec9d046ac0", "223": "5eb83040a203bd16", "224": "20a2080eac259e2b", "225": "d2a7888a77082d4c", "226": "0598c15fa2a12fad", "227": "05f1ad1f29e435ff", "228": "bddcc43a56a2787b", "229": "88e82bb9fffbe642", "230": "60ce4fcea460e0a6", "231": "e24cf60bcf607797", "232": "5a4d1c1ef8bed9bb", "233": "ecfb692b6f7a1014", "234": "bfcc583da029935c", "235": "e66a941c60456b44", "236": "a7cf02106e992a23", "237": "88604333ff6aa860", "238": "8365b02889fa6cfc", "239": "6e7b82d0387bf16d", "240": "2eef246ebb269184", "241": "f5edd0761d024ff0", "242": "1e833ee596b5ca23", "243": "9fd8a4abf0eb00a3", "244": "e9728eefddbaed5b", "245": "fe8ad8aaa5b6f652", "246": "be78134816511eaf", "247": "4737624cd139d117", "248": "5fcab665dcd75a7d", "249": "33b1870821fb012a", "250": "10992f7331cbdeba", "251": "cef806733796b489", "252": "76578e90353475ed", "253": "04d938f720c1db19", "254": "57931ddf408ceeeb", "255": "b4fbbd4b7a13369e", "256": "d64c6d160a7faed4", "257": "2d1c86501cdb42dd", "258": "cb75aae9cc4c7b8a", "259": "b1d204e97a3c45dc", "260": "0650b6a561436852", "261": "e195f425def606d0", "262": "19ac29575c50f599", "263": "a0fdc688ac30f227", "264": "60f9184d6b552039", "265": "237a39d21f4e7816", "266": "bcf417101439fd9e", "267": "768db8a3a299f590", "268": "321732baccae846b", "279": "e6273a4f9b65952b", "280": "38a03e32ab28113e", "281": "400d2883ce278be7", "282": "a13f9628796dc16a", "283": "6e3ce4714f76f2f9", "284": "de2233c73c628824", "285": "a144dcdc61af17a5", "286": "672ba0ee4d6993c2", "287": "daf108b14eb1d2d5", "288": "a618b7b467aa2c0c", "289": "60a2d42e0373376c", "290": "934bee98555c5f5b", "291": "3a30dd7bf2ececaa", "292": "23c1a365d72c9b86", "293": "3323cd7407922799", "294": "9050a3ebe80326e5", "295": "10d7c8f3898b68e5", "296": "2ce5bbc30db985b5", "297": "2a963843e9a8e153", "298": "28537a0c0fbd566f", "299": "3659ed0b62c213c5", "300": "912cf03978233ef7"} \ No newline at end of file diff --git a/graphify-out/2026-08-17/.graphify_analysis.json b/graphify-out/2026-08-17/.graphify_analysis.json index 0376528..9d622ed 100644 --- a/graphify-out/2026-08-17/.graphify_analysis.json +++ b/graphify-out/2026-08-17/.graphify_analysis.json @@ -488,6 +488,62 @@ "validatenested" ], "7": [ + "backend_src_app_module", + "backend_src_auth_auth_module", + "backend_src_auth_auth_module_authmodule", + "backend_src_auth_auth_module_ts_module", + "backend_src_b2b_b2b_module", + "backend_src_b2b_b2b_module_b2bmodule", + "backend_src_b2b_b2b_module_ts_module", + "backend_src_banners_banners_module", + "backend_src_banners_banners_module_bannersmodule", + "backend_src_banners_banners_module_ts_module", + "backend_src_cms_cms_module", + "backend_src_cms_cms_module_cmsmodule", + "backend_src_cms_cms_module_ts_module", + "backend_src_common_sms_module", + "backend_src_common_sms_module_smsmodule", + "backend_src_common_sms_module_ts_global", + "backend_src_common_sms_module_ts_module", + "backend_src_contact_contact_module", + "backend_src_contact_contact_module_contactmodule", + "backend_src_contact_contact_module_ts_module", + "backend_src_ingredients_ingredients_module", + "backend_src_ingredients_ingredients_module_ingredientsmodule", + "backend_src_ingredients_ingredients_module_ts_module", + "backend_src_payment_payment_module", + "backend_src_payment_payment_module_paymentmodule", + "backend_src_payment_payment_module_ts_module", + "backend_src_prescriptions_prescriptions_module", + "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "backend_src_prisma_prisma_module", + "backend_src_prisma_prisma_module_prismamodule", + "backend_src_prisma_prisma_module_ts_global", + "backend_src_prisma_prisma_module_ts_module", + "backend_src_reviews_reviews_module", + "backend_src_reviews_reviews_module_reviewsmodule", + "backend_src_reviews_reviews_module_ts_module", + "backend_src_settings_settings_module", + "backend_src_settings_settings_module_settingsmodule", + "backend_src_settings_settings_module_ts_module", + "backend_src_smart_advisor_smart_advisor_module", + "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "backend_src_smart_advisor_smart_advisor_module_ts_module", + "backend_src_testimonials_testimonials_module", + "backend_src_testimonials_testimonials_module_testimonialsmodule", + "backend_src_testimonials_testimonials_module_ts_module", + "backend_src_users_users_module", + "backend_src_users_users_module_ts_module", + "backend_src_users_users_module_usersmodule", + "backend_src_videos_videos_module", + "backend_src_videos_videos_module_ts_module", + "backend_src_videos_videos_module_videosmodule", + "backend_src_wholesale_wholesale_module", + "backend_src_wholesale_wholesale_module_ts_module", + "backend_src_wholesale_wholesale_module_wholesalemodule", + "module" + ], + "8": [ "backend_src_cms_cms_controller_cmscontroller", "backend_src_cms_cms_controller_cmscontroller_constructor", "backend_src_cms_cms_controller_cmscontroller_createherobanner", @@ -541,7 +597,7 @@ "backend_src_cms_dto_cms_dto_ts_isstring", "isuuid" ], - "8": [ + "9": [ "backend_src_tickets_dto_create_ticket_dto", "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", "backend_src_tickets_dto_create_ticket_dto_createticketdto", @@ -595,59 +651,6 @@ "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", "backend_src_tickets_tickets_service_ts_injectable" ], - "9": [ - "backend_src_app_module", - "backend_src_auth_auth_module", - "backend_src_auth_auth_module_authmodule", - "backend_src_auth_auth_module_ts_module", - "backend_src_b2b_b2b_module", - "backend_src_b2b_b2b_module_b2bmodule", - "backend_src_b2b_b2b_module_ts_module", - "backend_src_banners_banners_module", - "backend_src_banners_banners_module_bannersmodule", - "backend_src_banners_banners_module_ts_module", - "backend_src_cms_cms_module", - "backend_src_cms_cms_module_cmsmodule", - "backend_src_cms_cms_module_ts_module", - "backend_src_common_sms_module", - "backend_src_common_sms_module_smsmodule", - "backend_src_common_sms_module_ts_global", - "backend_src_common_sms_module_ts_module", - "backend_src_contact_contact_module", - "backend_src_contact_contact_module_contactmodule", - "backend_src_contact_contact_module_ts_module", - "backend_src_ingredients_ingredients_module", - "backend_src_ingredients_ingredients_module_ingredientsmodule", - "backend_src_ingredients_ingredients_module_ts_module", - "backend_src_payment_payment_module", - "backend_src_payment_payment_module_paymentmodule", - "backend_src_payment_payment_module_ts_module", - "backend_src_prescriptions_prescriptions_module", - "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", - "backend_src_prisma_prisma_module", - "backend_src_prisma_prisma_module_prismamodule", - "backend_src_prisma_prisma_module_ts_global", - "backend_src_prisma_prisma_module_ts_module", - "backend_src_reviews_reviews_module", - "backend_src_reviews_reviews_module_reviewsmodule", - "backend_src_reviews_reviews_module_ts_module", - "backend_src_settings_settings_module", - "backend_src_settings_settings_module_settingsmodule", - "backend_src_settings_settings_module_ts_module", - "backend_src_smart_advisor_smart_advisor_module", - "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", - "backend_src_smart_advisor_smart_advisor_module_ts_module", - "backend_src_testimonials_testimonials_module", - "backend_src_testimonials_testimonials_module_testimonialsmodule", - "backend_src_testimonials_testimonials_module_ts_module", - "backend_src_users_users_module", - "backend_src_users_users_module_ts_module", - "backend_src_users_users_module_usersmodule", - "backend_src_videos_videos_module", - "backend_src_videos_videos_module_ts_module", - "backend_src_videos_videos_module_videosmodule", - "module" - ], "10": [ "frontend_application_app_clientlayout", "frontend_application_app_clientlayout_clientlayout", @@ -956,44 +959,6 @@ "backend_src_videos_videos_service_videoquery" ], "17": [ - "backend_src_wholesale_dto_wholesale_apply_dto", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", - "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", - "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", - "backend_src_wholesale_wholesale_controller", - "backend_src_wholesale_wholesale_controller_ts_apibearerauth", - "backend_src_wholesale_wholesale_controller_ts_apioperation", - "backend_src_wholesale_wholesale_controller_ts_apitags", - "backend_src_wholesale_wholesale_controller_ts_body", - "backend_src_wholesale_wholesale_controller_ts_controller", - "backend_src_wholesale_wholesale_controller_ts_get", - "backend_src_wholesale_wholesale_controller_ts_param", - "backend_src_wholesale_wholesale_controller_ts_post", - "backend_src_wholesale_wholesale_controller_ts_put", - "backend_src_wholesale_wholesale_controller_ts_request", - "backend_src_wholesale_wholesale_controller_ts_useguards", - "backend_src_wholesale_wholesale_controller_wholesalecontroller", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", - "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", - "backend_src_wholesale_wholesale_module", - "backend_src_wholesale_wholesale_module_ts_module", - "backend_src_wholesale_wholesale_module_wholesalemodule", - "backend_src_wholesale_wholesale_service", - "backend_src_wholesale_wholesale_service_ts_injectable", - "backend_src_wholesale_wholesale_service_wholesaleservice", - "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", - "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", - "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", - "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", - "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest" - ], - "18": [ "frontend_application_app_contact_page", "frontend_application_app_contact_page_contactpage", "frontend_application_app_contact_page_metadata", @@ -1031,79 +996,7 @@ "frontend_application_lib_store_userstore_userrole", "frontend_application_lib_store_userstore_userstore" ], - "19": [ - "frontend_admin_panel_src_app", - "frontend_admin_panel_src_app_app", - "frontend_admin_panel_src_app_suspensefallback", - "frontend_admin_panel_src_main", - "frontend_admin_panel_src_pages_contactsubmissions", - "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", - "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", - "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", - "frontend_admin_panel_src_pages_dashboard", - "frontend_admin_panel_src_pages_dashboard_categorydist", - "frontend_admin_panel_src_pages_dashboard_dashboard", - "frontend_admin_panel_src_pages_dashboard_dashboarddata", - "frontend_admin_panel_src_pages_sslsettingspage", - "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", - "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", - "frontend_admin_panel_src_pages_tickets", - "frontend_admin_panel_src_pages_tickets_ticket", - "frontend_admin_panel_src_pages_tickets_ticketmessage", - "frontend_admin_panel_src_pages_tickets_tickets", - "frontend_admin_panel_src_pages_transactions", - "frontend_admin_panel_src_pages_transactions_gatewayhealth", - "frontend_admin_panel_src_pages_transactions_stats", - "frontend_admin_panel_src_pages_transactions_transaction", - "frontend_admin_panel_src_pages_transactions_transactions", - "frontend_admin_panel_src_routes_adminroutes", - "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", - "frontend_admin_panel_src_routes_adminroutes_blogs", - "frontend_admin_panel_src_routes_adminroutes_categories", - "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", - "frontend_admin_panel_src_routes_adminroutes_dashboard", - "frontend_admin_panel_src_routes_adminroutes_router", - "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", - "frontend_admin_panel_src_routes_adminroutes_tickets", - "frontend_admin_panel_src_routes_adminroutes_transactions" - ], - "20": [ - "frontend_admin_panel_src_components_ui_spinner", - "frontend_admin_panel_src_components_ui_spinner_spinner", - "frontend_admin_panel_src_pages_b2bmanager", - "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", - "frontend_admin_panel_src_pages_bannersmanager", - "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", - "frontend_admin_panel_src_pages_ingredientsmanager", - "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", - "frontend_admin_panel_src_pages_seosettingspage", - "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", - "frontend_admin_panel_src_pages_smartadvisormanager", - "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", - "frontend_admin_panel_src_pages_systemsettingspage", - "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", - "frontend_admin_panel_src_routes_adminroutes_b2bmanager", - "frontend_admin_panel_src_routes_adminroutes_bannersmanager", - "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", - "frontend_admin_panel_src_routes_adminroutes_seosettingspage", - "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", - "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", - "frontend_admin_panel_src_types_admin", - "frontend_admin_panel_src_types_admin_adminloginpayload", - "frontend_admin_panel_src_types_admin_authstate", - "frontend_admin_panel_src_types_admin_b2binquiry", - "frontend_admin_panel_src_types_admin_banner", - "frontend_admin_panel_src_types_admin_ingredient", - "frontend_admin_panel_src_types_admin_partneraccount", - "frontend_admin_panel_src_types_admin_product", - "frontend_admin_panel_src_types_admin_sendotppayload", - "frontend_admin_panel_src_types_admin_seosettings", - "frontend_admin_panel_src_types_admin_smartadvisorrule", - "frontend_admin_panel_src_types_admin_systemsettings", - "frontend_admin_panel_src_types_admin_testimonial", - "frontend_admin_panel_src_types_admin_verifyotppayload" - ], - "21": [ + "18": [ "backend_package_devdependencies", "backend_package_devdependencies_eslint_config_prettier", "backend_package_devdependencies_eslint_eslintrc", @@ -1138,7 +1031,42 @@ "types_multer", "types_passport_jwt" ], - "22": [ + "19": [ + "backend_src_admin_media_controller", + "backend_src_admin_ssl_controller", + "backend_src_auth_jwt_auth_guard", + "backend_src_auth_jwt_auth_guard_jwtauthguard", + "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "backend_src_auth_jwt_auth_guard_ts_injectable", + "backend_src_auth_roles_decorator", + "backend_src_auth_roles_guard", + "backend_src_b2b_b2b_controller", + "backend_src_banners_banners_controller", + "backend_src_cms_cms_controller", + "backend_src_common_decorators_roles_decorator", + "backend_src_common_decorators_roles_decorator_roles", + "backend_src_common_decorators_roles_decorator_roles_key", + "backend_src_common_guards_roles_guard", + "backend_src_common_guards_roles_guard_requestwithuser", + "backend_src_common_guards_roles_guard_rolesguard", + "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "backend_src_common_guards_roles_guard_rolesguard_constructor", + "backend_src_common_guards_roles_guard_spec", + "backend_src_common_guards_roles_guard_ts_injectable", + "backend_src_contact_contact_controller", + "backend_src_ingredients_ingredients_controller", + "backend_src_payment_payment_controller", + "backend_src_prescriptions_prescriptions_controller", + "backend_src_prescriptions_prescriptions_controller_userreqpayload", + "backend_src_products_products_controller", + "backend_src_reviews_reviews_controller", + "backend_src_settings_settings_controller", + "backend_src_settings_settings_controller_spec", + "backend_src_smart_advisor_smart_advisor_controller", + "backend_src_testimonials_testimonials_controller", + "backend_src_wholesale_wholesale_controller" + ], + "20": [ "docs_audit_07_backend_audit", "docs_audit_07_backend_audit_acceptance_criteria", "docs_audit_07_backend_audit_affected_application", @@ -1173,42 +1101,42 @@ "docs_audit_07_backend_audit_verification_requirements", "docs_audit_07_backend_audit_why_it_matters" ], - "23": [ - "frontend_admin_panel_src_components_layout", - "frontend_admin_panel_src_components_layout_layout", - "frontend_admin_panel_src_components_protectedroute", - "frontend_admin_panel_src_components_protectedroute_protectedroute", - "frontend_admin_panel_src_components_sidebar", - "frontend_admin_panel_src_components_sidebar_menugroup", - "frontend_admin_panel_src_components_sidebar_sidebar", - "frontend_admin_panel_src_components_sidebar_sidebarprops", - "frontend_admin_panel_src_components_sidebar_submenuitem", - "frontend_admin_panel_src_components_topbar", - "frontend_admin_panel_src_components_topbar_searchable_pages", - "frontend_admin_panel_src_components_topbar_topbar", - "frontend_admin_panel_src_components_topbar_topbarprops", - "frontend_admin_panel_src_pages_cms", - "frontend_admin_panel_src_pages_cms_cms", - "frontend_admin_panel_src_pages_cms_herobanner", - "frontend_admin_panel_src_pages_cms_vettestimonial", - "frontend_admin_panel_src_pages_login", - "frontend_admin_panel_src_pages_login_login", - "frontend_admin_panel_src_pages_wholesaleapplications", - "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", - "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", - "frontend_admin_panel_src_routes_adminroutes_cms", - "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", - "frontend_admin_panel_src_services_api", - "frontend_admin_panel_src_services_api_api", - "frontend_admin_panel_src_services_api_apierrorpayload", - "frontend_admin_panel_src_services_api_failedqueue", - "frontend_admin_panel_src_services_api_processqueue", - "frontend_admin_panel_src_store_adminauthstore", - "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", - "frontend_admin_panel_src_types_admin_adminuser", - "frontend_admin_panel_src_types_admin_authresponsedata" + "21": [ + "frontend_admin_panel_src_components_ui_spinner", + "frontend_admin_panel_src_components_ui_spinner_spinner", + "frontend_admin_panel_src_pages_b2bmanager", + "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", + "frontend_admin_panel_src_pages_bannersmanager", + "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "frontend_admin_panel_src_pages_ingredientsmanager", + "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "frontend_admin_panel_src_pages_seosettingspage", + "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", + "frontend_admin_panel_src_pages_smartadvisormanager", + "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", + "frontend_admin_panel_src_pages_systemsettingspage", + "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "frontend_admin_panel_src_types_admin", + "frontend_admin_panel_src_types_admin_adminloginpayload", + "frontend_admin_panel_src_types_admin_b2binquiry", + "frontend_admin_panel_src_types_admin_banner", + "frontend_admin_panel_src_types_admin_ingredient", + "frontend_admin_panel_src_types_admin_partneraccount", + "frontend_admin_panel_src_types_admin_product", + "frontend_admin_panel_src_types_admin_sendotppayload", + "frontend_admin_panel_src_types_admin_seosettings", + "frontend_admin_panel_src_types_admin_smartadvisorrule", + "frontend_admin_panel_src_types_admin_systemsettings", + "frontend_admin_panel_src_types_admin_testimonial", + "frontend_admin_panel_src_types_admin_verifyotppayload" ], - "24": [ + "22": [ "backend_src_admin_admin_service_adminservice_getdashboardstats", "backend_src_admin_admin_service_spec", "backend_src_app_module_appmodule_configure", @@ -1242,41 +1170,41 @@ "backend_src_redis_redis_service_spec", "backend_src_redis_redis_service_ts_injectable" ], - "25": [ - "backend_src_admin_media_controller", - "backend_src_admin_ssl_controller", - "backend_src_auth_jwt_auth_guard", - "backend_src_auth_jwt_auth_guard_jwtauthguard", - "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", - "backend_src_auth_jwt_auth_guard_ts_injectable", - "backend_src_auth_roles_decorator", - "backend_src_auth_roles_guard", - "backend_src_b2b_b2b_controller", - "backend_src_banners_banners_controller", - "backend_src_cms_cms_controller", - "backend_src_common_decorators_roles_decorator", - "backend_src_common_decorators_roles_decorator_roles", - "backend_src_common_decorators_roles_decorator_roles_key", - "backend_src_common_guards_roles_guard", - "backend_src_common_guards_roles_guard_requestwithuser", - "backend_src_common_guards_roles_guard_rolesguard", - "backend_src_common_guards_roles_guard_rolesguard_canactivate", - "backend_src_common_guards_roles_guard_rolesguard_constructor", - "backend_src_common_guards_roles_guard_spec", - "backend_src_common_guards_roles_guard_ts_injectable", - "backend_src_contact_contact_controller", - "backend_src_ingredients_ingredients_controller", - "backend_src_payment_payment_controller", - "backend_src_prescriptions_prescriptions_controller", - "backend_src_prescriptions_prescriptions_controller_userreqpayload", - "backend_src_products_products_controller", - "backend_src_reviews_reviews_controller", - "backend_src_settings_settings_controller", - "backend_src_settings_settings_controller_spec", - "backend_src_smart_advisor_smart_advisor_controller", - "backend_src_testimonials_testimonials_controller" + "23": [ + "backend_src_wholesale_dto_wholesale_apply_dto", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", + "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "backend_src_wholesale_wholesale_controller_ts_apioperation", + "backend_src_wholesale_wholesale_controller_ts_apitags", + "backend_src_wholesale_wholesale_controller_ts_body", + "backend_src_wholesale_wholesale_controller_ts_controller", + "backend_src_wholesale_wholesale_controller_ts_get", + "backend_src_wholesale_wholesale_controller_ts_param", + "backend_src_wholesale_wholesale_controller_ts_post", + "backend_src_wholesale_wholesale_controller_ts_put", + "backend_src_wholesale_wholesale_controller_ts_request", + "backend_src_wholesale_wholesale_controller_ts_useguards", + "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "backend_src_wholesale_wholesale_service", + "backend_src_wholesale_wholesale_service_ts_injectable", + "backend_src_wholesale_wholesale_service_wholesaleservice", + "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest" ], - "26": [ + "24": [ "docs_audit_06_storefront_audit", "docs_audit_06_storefront_audit_acceptance_criteria", "docs_audit_06_storefront_audit_affected_application", @@ -1310,7 +1238,7 @@ "docs_audit_06_storefront_audit_verification_requirements", "docs_audit_06_storefront_audit_why_it_matters" ], - "27": [ + "25": [ "docs_audit_08_admin_features_audit", "docs_audit_08_admin_features_audit_acceptance_criteria", "docs_audit_08_admin_features_audit_adm_001", @@ -1344,7 +1272,7 @@ "docs_audit_08_admin_features_audit_verification_requirements", "docs_audit_08_admin_features_audit_why_it_matters" ], - "28": [ + "26": [ "docs_audit_09_database_audit", "docs_audit_09_database_audit_acceptance_criteria", "docs_audit_09_database_audit_affected_application", @@ -1378,7 +1306,7 @@ "docs_audit_09_database_audit_verification_requirements", "docs_audit_09_database_audit_why_it_matters" ], - "29": [ + "27": [ "docs_audit_11_code_quality_audit", "docs_audit_11_code_quality_audit_acceptance_criteria", "docs_audit_11_code_quality_audit_affected_application", @@ -1412,7 +1340,7 @@ "docs_audit_11_code_quality_audit_verification_requirements", "docs_audit_11_code_quality_audit_why_it_matters" ], - "30": [ + "28": [ "docs_audit_12_testing_audit", "docs_audit_12_testing_audit_acceptance_criteria", "docs_audit_12_testing_audit_affected_application", @@ -1446,7 +1374,7 @@ "docs_audit_12_testing_audit_verification_requirements", "docs_audit_12_testing_audit_why_it_matters" ], - "31": [ + "29": [ "docs_audit_13_devops_audit", "docs_audit_13_devops_audit_acceptance_criteria", "docs_audit_13_devops_audit_affected_application", @@ -1480,7 +1408,7 @@ "docs_audit_13_devops_audit_verification_requirements", "docs_audit_13_devops_audit_why_it_matters" ], - "32": [ + "30": [ "docs_audit_14_documentation_audit", "docs_audit_14_documentation_audit_acceptance_criteria", "docs_audit_14_documentation_audit_affected_application", @@ -1514,7 +1442,41 @@ "docs_audit_14_documentation_audit_verification_requirements", "docs_audit_14_documentation_audit_why_it_matters" ], - "33": [ + "31": [ + "frontend_admin_panel_src_app", + "frontend_admin_panel_src_app_app", + "frontend_admin_panel_src_app_suspensefallback", + "frontend_admin_panel_src_main", + "frontend_admin_panel_src_pages_contactsubmissions", + "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", + "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "frontend_admin_panel_src_pages_login", + "frontend_admin_panel_src_pages_login_login", + "frontend_admin_panel_src_pages_sslsettingspage", + "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "frontend_admin_panel_src_pages_tickets", + "frontend_admin_panel_src_pages_tickets_ticket", + "frontend_admin_panel_src_pages_tickets_ticketmessage", + "frontend_admin_panel_src_pages_tickets_tickets", + "frontend_admin_panel_src_pages_wholesaleapplications", + "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "frontend_admin_panel_src_pages_wiki", + "frontend_admin_panel_src_pages_wiki_productitem", + "frontend_admin_panel_src_pages_wiki_wiki", + "frontend_admin_panel_src_pages_wiki_wikiterm", + "frontend_admin_panel_src_routes_adminroutes", + "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "frontend_admin_panel_src_routes_adminroutes_router", + "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "frontend_admin_panel_src_routes_adminroutes_tickets", + "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "frontend_admin_panel_src_routes_adminroutes_wiki" + ], + "32": [ "frontend_application_app_checkout_success_id_page", "frontend_application_app_checkout_success_id_page_successpage", "frontend_application_app_track_page", @@ -1548,40 +1510,40 @@ "frontend_application_lib_store_tests_cartstore_test", "frontend_application_lib_store_tests_cartstore_test_mockproduct" ], - "34": [ - "backend_src_payment_payment_controller_paymentcontroller", - "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", - "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", - "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", - "backend_src_payment_payment_controller_ts_apibadrequestresponse", - "backend_src_payment_payment_controller_ts_apibearerauth", - "backend_src_payment_payment_controller_ts_apiokresponse", - "backend_src_payment_payment_controller_ts_apioperation", - "backend_src_payment_payment_controller_ts_apitags", - "backend_src_payment_payment_controller_ts_body", - "backend_src_payment_payment_controller_ts_controller", - "backend_src_payment_payment_controller_ts_get", - "backend_src_payment_payment_controller_ts_param", - "backend_src_payment_payment_controller_ts_post", - "backend_src_payment_payment_controller_ts_query", - "backend_src_payment_payment_controller_ts_req", - "backend_src_payment_payment_controller_ts_roles", - "backend_src_payment_payment_controller_ts_useguards", - "headers", - "ip", - "res" + "33": [ + "frontend_admin_panel_src_components_ui_confirmmodal", + "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "frontend_admin_panel_src_components_ui_mediaselector", + "frontend_admin_panel_src_components_ui_mediaselector_media", + "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "frontend_admin_panel_src_components_ui_pagination", + "frontend_admin_panel_src_components_ui_pagination_pagination", + "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "frontend_admin_panel_src_pages_blogs", + "frontend_admin_panel_src_pages_blogs_blogpost", + "frontend_admin_panel_src_pages_blogs_blogs", + "frontend_admin_panel_src_pages_categories", + "frontend_admin_panel_src_pages_categories_categories", + "frontend_admin_panel_src_pages_categories_category", + "frontend_admin_panel_src_pages_pets", + "frontend_admin_panel_src_pages_pets_pet", + "frontend_admin_panel_src_pages_pets_pets", + "frontend_admin_panel_src_pages_products", + "frontend_admin_panel_src_pages_products_category", + "frontend_admin_panel_src_pages_products_product", + "frontend_admin_panel_src_pages_products_products", + "frontend_admin_panel_src_pages_testimonialsmanager", + "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", + "frontend_admin_panel_src_routes_adminroutes_blogs", + "frontend_admin_panel_src_routes_adminroutes_categories", + "frontend_admin_panel_src_routes_adminroutes_pets", + "frontend_admin_panel_src_routes_adminroutes_products", + "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "frontend_admin_panel_src_services_api_base_domain" ], - "35": [ + "34": [ "frontend_application_app_loading", "frontend_application_app_loading_globalloading", "frontend_application_app_profile_page", @@ -1614,7 +1576,7 @@ "frontend_application_lib_store_usepetstore_reminder", "frontend_application_lib_store_usepetstore_usepetstore" ], - "36": [ + "35": [ "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", "backend_src_app_module_appmodule", @@ -1645,7 +1607,7 @@ "backend_test_app_e2e_spec", "catch" ], - "37": [ + "36": [ "backend_src_b2b_b2b_controller_b2bcontroller", "backend_src_b2b_b2b_controller_b2bcontroller_constructor", "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", @@ -1676,7 +1638,7 @@ "backend_src_b2b_b2b_service_b2bwholesaleorderitem", "backend_src_b2b_b2b_service_ts_injectable" ], - "38": [ + "37": [ "backend_src_payment_payment_controller_paymentcontroller_constructor", "backend_src_payment_payment_service_paymentservice", "backend_src_payment_payment_service_paymentservice_adminliveinquiry", @@ -1707,7 +1669,7 @@ "backend_src_payment_zibal_service_zibalservice_requestpayment", "backend_src_payment_zibal_service_zibalservice_verifypayment" ], - "39": [ + "38": [ "docs_04_setup_and_deployment", "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f", "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f", @@ -1738,38 +1700,7 @@ "docs_readme", "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents" ], - "40": [ - "frontend_admin_panel_src_components_ui_confirmmodal", - "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", - "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", - "frontend_admin_panel_src_components_ui_mediaselector", - "frontend_admin_panel_src_components_ui_mediaselector_media", - "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", - "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", - "frontend_admin_panel_src_components_ui_pagination", - "frontend_admin_panel_src_components_ui_pagination_pagination", - "frontend_admin_panel_src_components_ui_pagination_paginationprops", - "frontend_admin_panel_src_pages_blogs", - "frontend_admin_panel_src_pages_blogs_blogpost", - "frontend_admin_panel_src_pages_blogs_blogs", - "frontend_admin_panel_src_pages_categories", - "frontend_admin_panel_src_pages_categories_categories", - "frontend_admin_panel_src_pages_categories_category", - "frontend_admin_panel_src_pages_pets", - "frontend_admin_panel_src_pages_pets_pet", - "frontend_admin_panel_src_pages_pets_pets", - "frontend_admin_panel_src_pages_products", - "frontend_admin_panel_src_pages_products_category", - "frontend_admin_panel_src_pages_products_product", - "frontend_admin_panel_src_pages_products_products", - "frontend_admin_panel_src_pages_testimonialsmanager", - "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", - "frontend_admin_panel_src_routes_adminroutes_pets", - "frontend_admin_panel_src_routes_adminroutes_products", - "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", - "frontend_admin_panel_src_services_api_base_domain" - ], - "41": [ + "39": [ "backend_src_admin_categories_controller_categoriescontroller", "backend_src_admin_categories_controller_categoriescontroller_constructor", "backend_src_admin_categories_controller_categoriescontroller_createcategory", @@ -1799,7 +1730,7 @@ "backend_src_admin_categories_service_categoriesservice_updatecategory", "backend_src_admin_categories_service_ts_injectable" ], - "42": [ + "40": [ "backend_src_admin_media_controller_mediacontroller", "backend_src_admin_media_controller_mediacontroller_constructor", "backend_src_admin_media_controller_mediacontroller_deletemanymedia", @@ -1829,7 +1760,7 @@ "backend_src_admin_media_service_mediaservice_uploadfile", "backend_src_admin_media_service_ts_injectable" ], - "43": [ + "41": [ "antigravity_workflows_graphify", "antigravity_workflows_graphify_for_graphify_add_and_watch", "antigravity_workflows_graphify_for_graphify_query", @@ -1858,7 +1789,7 @@ "antigravity_workflows_graphify_what_graphify_is_for", "antigravity_workflows_graphify_what_you_must_do_when_invoked" ], - "44": [ + "42": [ "backend_src_admin_ssl_controller_sslcontroller", "backend_src_admin_ssl_controller_sslcontroller_constructor", "backend_src_admin_ssl_controller_sslcontroller_getstatus", @@ -1887,7 +1818,7 @@ "backend_src_admin_ssl_service_ts_injectable", "uploadedfiles" ], - "45": [ + "43": [ "backend_src_banners_banners_controller_bannerscontroller", "backend_src_banners_banners_controller_bannerscontroller_constructor", "backend_src_banners_banners_controller_bannerscontroller_create", @@ -1916,7 +1847,7 @@ "backend_src_banners_banners_service_bannersservice_update", "backend_src_banners_banners_service_ts_injectable" ], - "46": [ + "44": [ "claude_skills_graphify_skill", "claude_skills_graphify_skill_for_graphify_add_and_watch", "claude_skills_graphify_skill_for_graphify_query", @@ -1945,7 +1876,7 @@ "claude_skills_graphify_skill_what_graphify_is_for", "claude_skills_graphify_skill_what_you_must_do_when_invoked" ], - "47": [ + "45": [ "frontend_admin_panel_src_components_ui_badge", "frontend_admin_panel_src_components_ui_badge_badge", "frontend_admin_panel_src_components_ui_badge_badgeprops", @@ -1974,7 +1905,7 @@ "frontend_admin_panel_src_routes_adminroutes_uitexts", "frontend_admin_panel_src_types_admin_prescription" ], - "48": [ + "46": [ "backend_src_ingredients_ingredients_controller_ingredientscontroller", "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", @@ -2002,7 +1933,7 @@ "backend_src_ingredients_ingredients_service_ingredientsservice_update", "backend_src_ingredients_ingredients_service_ts_injectable" ], - "49": [ + "47": [ "backend_src_pets_pets_controller_petscontroller", "backend_src_pets_pets_controller_petscontroller_addhealthlog", "backend_src_pets_pets_controller_petscontroller_addreminder", @@ -2029,7 +1960,7 @@ "backend_src_pets_pets_controller_ts_req", "backend_src_pets_pets_controller_ts_useguards" ], - "50": [ + "48": [ "frontend_application_app_homeclient", "frontend_application_app_homeclient_homeclient", "frontend_application_app_homeclient_homeclientprops", @@ -2056,7 +1987,7 @@ "frontend_application_lib_types_smartadvisorrule", "frontend_application_lib_types_testimonial" ], - "51": [ + "49": [ "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", @@ -2082,7 +2013,7 @@ "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", "backend_src_smart_advisor_smart_advisor_service_ts_injectable" ], - "52": [ + "50": [ "backend_src_testimonials_testimonials_controller_testimonialscontroller", "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", @@ -2108,7 +2039,7 @@ "backend_src_testimonials_testimonials_service_testimonialsservice_update", "backend_src_testimonials_testimonials_service_ts_injectable" ], - "53": [ + "51": [ "ai_agency_agents_12_seo_content", "ai_agency_agents_12_seo_content_create_mode_normal_operation", "ai_agency_agents_12_seo_content_expected_json_output_schema", @@ -2133,7 +2064,7 @@ "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only", "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas" ], - "54": [ + "52": [ "backend_src_admin_dto_admin_query_dto", "backend_src_admin_dto_admin_query_dto_adminquerydto", "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", @@ -2158,7 +2089,7 @@ "backend_src_common_dto_pagination_dto_ts_min", "backend_src_common_dto_pagination_dto_ts_type" ], - "55": [ + "53": [ "backend_src_contact_contact_controller_contactcontroller", "backend_src_contact_contact_controller_contactcontroller_constructor", "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", @@ -2183,7 +2114,7 @@ "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", "backend_src_contact_contact_service_ts_injectable" ], - "56": [ + "54": [ "backend_tsconfig_compileroptions", "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", "backend_tsconfig_compileroptions_baseurl", @@ -2208,7 +2139,32 @@ "backend_tsconfig_compileroptions_strictnullchecks", "backend_tsconfig_compileroptions_target" ], - "57": [ + "55": [ + "frontend_admin_panel_src_components_layout", + "frontend_admin_panel_src_components_layout_layout", + "frontend_admin_panel_src_components_sidebar", + "frontend_admin_panel_src_components_sidebar_menugroup", + "frontend_admin_panel_src_components_sidebar_sidebar", + "frontend_admin_panel_src_components_sidebar_sidebarprops", + "frontend_admin_panel_src_components_sidebar_submenuitem", + "frontend_admin_panel_src_pages_dashboard", + "frontend_admin_panel_src_pages_dashboard_categorydist", + "frontend_admin_panel_src_pages_dashboard_dashboard", + "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "frontend_admin_panel_src_pages_reports", + "frontend_admin_panel_src_pages_reports_bestselleritem", + "frontend_admin_panel_src_pages_reports_categorydistitem", + "frontend_admin_panel_src_pages_reports_colors", + "frontend_admin_panel_src_pages_reports_customtooltip", + "frontend_admin_panel_src_pages_reports_customtooltipprops", + "frontend_admin_panel_src_pages_reports_reportdata", + "frontend_admin_panel_src_pages_reports_reports", + "frontend_admin_panel_src_pages_reports_topcouponitem", + "frontend_admin_panel_src_routes_adminroutes_dashboard", + "frontend_admin_panel_src_routes_adminroutes_reports", + "frontend_admin_panel_src_services_api_api" + ], + "56": [ "frontend_admin_panel_tsconfig_app", "frontend_admin_panel_tsconfig_app_compileroptions", "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions", @@ -2233,7 +2189,7 @@ "frontend_admin_panel_tsconfig_app_json_ref_src", "ref_vite_client" ], - "58": [ + "57": [ "backend_package_dependencies", "backend_package_dependencies_bcrypt", "backend_package_dependencies_class_transformer", @@ -2256,7 +2212,7 @@ "reflect_metadata", "rxjs" ], - "59": [ + "58": [ "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", @@ -2279,7 +2235,7 @@ "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review" ], - "60": [ + "59": [ "backend_src_admin_blogs_controller_blogscontroller", "backend_src_admin_blogs_controller_blogscontroller_constructor", "backend_src_admin_blogs_controller_blogscontroller_createblog", @@ -2301,7 +2257,7 @@ "backend_src_admin_blogs_controller_ts_request", "backend_src_admin_blogs_controller_ts_useguards" ], - "61": [ + "60": [ "docs_audit_31_module_audit_closure", "docs_audit_31_module_audit_closure_10_orders_backend", "docs_audit_31_module_audit_closure_11_settings_administrative_backend", @@ -2323,7 +2279,7 @@ "docs_audit_31_module_audit_closure_module_audit_closure_report", "docs_audit_31_module_audit_closure_required_review_group_closures" ], - "62": [ + "61": [ "eslint_config_next", "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", "frontend_admin_panel_package_devdependencies_types_react", @@ -2345,7 +2301,7 @@ "testing_library_react", "vitest" ], - "63": [ + "62": [ "frontend_admin_panel_src_components_ui_priceinput", "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", "frontend_admin_panel_src_components_ui_priceinput_priceinput", @@ -2367,7 +2323,7 @@ "frontend_admin_panel_src_routes_adminroutes_settings", "frontend_admin_panel_src_types_admin_financialsettings" ], - "64": [ + "63": [ "ai_agency_agents_06_dev_frontend", "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", @@ -2388,7 +2344,7 @@ "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only", "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas" ], - "65": [ + "64": [ "ai_agency_agents_08_visual_qa", "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", @@ -2409,7 +2365,7 @@ "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only", "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas" ], - "66": [ + "65": [ "backend_src_admin_wiki_controller_ts_apibearerauth", "backend_src_admin_wiki_controller_ts_apioperation", "backend_src_admin_wiki_controller_ts_apiquery", @@ -2430,6 +2386,27 @@ "backend_src_admin_wiki_controller_wikicontroller_getterms", "backend_src_admin_wiki_controller_wikicontroller_updateterm" ], + "66": [ + "backend_src_payment_payment_controller_paymentcontroller", + "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "backend_src_payment_payment_controller_ts_apibearerauth", + "backend_src_payment_payment_controller_ts_apioperation", + "backend_src_payment_payment_controller_ts_apitags", + "backend_src_payment_payment_controller_ts_controller", + "backend_src_payment_payment_controller_ts_get", + "backend_src_payment_payment_controller_ts_param", + "backend_src_payment_payment_controller_ts_query", + "backend_src_payment_payment_controller_ts_roles", + "backend_src_payment_payment_controller_ts_useguards" + ], "67": [ "backend_src_pets_dto_create_pet_dto", "backend_src_pets_dto_create_pet_dto_createpetdto", @@ -2613,6 +2590,25 @@ "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas" ], "76": [ + "backend_src_payment_dto_verify_payment_dto", + "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "backend_src_payment_payment_controller_ts_apiokresponse", + "backend_src_payment_payment_controller_ts_body", + "backend_src_payment_payment_controller_ts_post", + "backend_src_payment_payment_controller_ts_req", + "headers", + "ip", + "res" + ], + "77": [ "backend_src_payment_interfaces_payment_gateway_interface", "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", @@ -2631,7 +2627,7 @@ "backend_src_payment_zibal_service_zibalrequestresponse", "backend_src_payment_zibal_service_zibalverifyresponse" ], - "77": [ + "78": [ "frontend_admin_panel_src_components_ui_skeleton", "frontend_admin_panel_src_components_ui_skeleton_skeleton", "frontend_admin_panel_src_pages_orders", @@ -2650,7 +2646,7 @@ "frontend_admin_panel_src_types_admin_petsummary", "frontend_admin_panel_src_types_admin_useraddress" ], - "78": [ + "79": [ "autoprefixer", "backend_package_devdependencies_eslint", "backend_package_devdependencies_globals", @@ -2668,7 +2664,7 @@ "frontend_application_package_devdependencies_eslint", "postcss" ], - "79": [ + "80": [ "backend_package_devdependencies_prisma", "backend_tsconfig", "backend_tsconfig_build", @@ -2686,7 +2682,7 @@ "ref_test", "ref_tsconfig_json" ], - "80": [ + "81": [ "backend_prisma_seed", "backend_prisma_seed_home", "backend_prisma_seed_home_main", @@ -2704,7 +2700,7 @@ "backend_prisma_seed_products_product_taglines_map", "backend_prisma_seed_products_slugify" ], - "81": [ + "82": [ "docs_audit_02_audit_plan", "docs_audit_02_audit_plan_10_documentation_engineer", "docs_audit_02_audit_plan_1_lead_architect_orchestrator", @@ -2722,7 +2718,7 @@ "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", "docs_audit_02_audit_plan_subagent_execution_mode" ], - "82": [ + "83": [ "backend_prisma_migrations_20260526145407_init_migration", "backend_prisma_migrations_20260526145407_init_migration_coupons", "backend_prisma_migrations_20260526145407_init_migration_health_logs", @@ -2739,7 +2735,7 @@ "backend_prisma_migrations_20260526145407_init_migration_users", "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions" ], - "83": [ + "84": [ "docs_audit_phase3_1_backlog_review", "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments", "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements", @@ -2756,7 +2752,7 @@ "docs_audit_phase3_1_backlog_review_9_architecture_review", "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique" ], - "84": [ + "85": [ "frontend_admin_panel_package_dependencies", "frontend_admin_panel_package_dependencies_axios", "frontend_admin_panel_package_dependencies_react", @@ -2773,7 +2769,24 @@ "tanstack_react_query", "vite" ], - "85": [ + "86": [ + "frontend_admin_panel_src_components_protectedroute", + "frontend_admin_panel_src_components_protectedroute_protectedroute", + "frontend_admin_panel_src_components_topbar", + "frontend_admin_panel_src_components_topbar_searchable_pages", + "frontend_admin_panel_src_components_topbar_topbar", + "frontend_admin_panel_src_components_topbar_topbarprops", + "frontend_admin_panel_src_services_api", + "frontend_admin_panel_src_services_api_apierrorpayload", + "frontend_admin_panel_src_services_api_failedqueue", + "frontend_admin_panel_src_services_api_processqueue", + "frontend_admin_panel_src_store_adminauthstore", + "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "frontend_admin_panel_src_types_admin_adminuser", + "frontend_admin_panel_src_types_admin_authresponsedata", + "frontend_admin_panel_src_types_admin_authstate" + ], + "87": [ "frontend_application_app_videos_page", "frontend_application_app_videos_page_videos", "frontend_application_components_safeimage", @@ -2790,7 +2803,7 @@ "frontend_application_lib_services_videoservice_video", "frontend_application_lib_services_videoservice_videoservice" ], - "86": [ + "88": [ "frontend_application_tsconfig_compileroptions", "frontend_application_tsconfig_compileroptions_allowjs", "frontend_application_tsconfig_compileroptions_esmoduleinterop", @@ -2807,7 +2820,7 @@ "frontend_application_tsconfig_compileroptions_strict", "frontend_application_tsconfig_compileroptions_target" ], - "87": [ + "89": [ "backend_package_scripts", "backend_package_scripts_build", "backend_package_scripts_docs_generate", @@ -2823,7 +2836,7 @@ "backend_package_scripts_test_e2e", "backend_package_scripts_test_watch" ], - "88": [ + "90": [ "backend_src_wiki_wiki_controller", "backend_src_wiki_wiki_controller_ts_apitags", "backend_src_wiki_wiki_controller_ts_controller", @@ -2839,7 +2852,7 @@ "backend_src_wiki_wiki_service_wikiservice_findall", "backend_src_wiki_wiki_service_wikiservice_findonebykey" ], - "89": [ + "91": [ "docs_audit_16_deep_audit_summary", "docs_audit_16_deep_audit_summary_1_audit_overview", "docs_audit_16_deep_audit_summary_2_findings_metrics", @@ -2855,7 +2868,7 @@ "docs_audit_16_deep_audit_summary_executed_commands_results", "docs_audit_16_deep_audit_summary_inspected_scopes" ], - "90": [ + "92": [ "frontend_admin_panel_package_dependencies_lucide_react", "frontend_admin_panel_package_json_lucide_react", "frontend_application_package_dependencies", @@ -2871,7 +2884,7 @@ "next", "sonner" ], - "91": [ + "93": [ "ai_agency_agents_04_architect", "ai_agency_agents_04_architect_1_stack_detection_brownfield", "ai_agency_agents_04_architect_2_stack_selection_greenfield", @@ -2886,7 +2899,7 @@ "ai_agency_agents_04_architect_role_core_objective", "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read" ], - "92": [ + "94": [ "backend_package_jest", "backend_package_jest_collectcoveragefrom", "backend_package_jest_coveragedirectory", @@ -2901,7 +2914,7 @@ "ref_json", "ref_t_j_s" ], - "93": [ + "95": [ "backend_src_admin_pets_controller_petscontroller", "backend_src_admin_pets_controller_petscontroller_deletepet", "backend_src_admin_pets_controller_petscontroller_getpets", @@ -2916,7 +2929,7 @@ "backend_src_admin_pets_controller_ts_query", "backend_src_admin_pets_controller_ts_useguards" ], - "94": [ + "96": [ "docs_audit_phase3_2_change_log", "docs_audit_phase3_2_change_log_10_task_verify_001", "docs_audit_phase3_2_change_log_1_task_sec_001", @@ -2931,7 +2944,7 @@ "docs_audit_phase3_2_change_log_comprehensive_change_log", "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log" ], - "95": [ + "97": [ "ai_agency_agents_07_qa_engineer", "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", @@ -2945,7 +2958,7 @@ "ai_agency_agents_07_qa_engineer_role_core_objective", "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read" ], - "96": [ + "98": [ "backend_src_blogs_blogs_controller_blogscontroller", "backend_src_blogs_blogs_controller_blogscontroller_constructor", "backend_src_blogs_blogs_controller_blogscontroller_findall", @@ -2959,7 +2972,7 @@ "backend_src_blogs_blogs_controller_ts_param", "backend_src_blogs_blogs_controller_ts_query" ], - "97": [ + "99": [ "backend_src_pets_pets_service_petsservice", "backend_src_pets_pets_service_petsservice_addhealthlog", "backend_src_pets_pets_service_petsservice_addreminder", @@ -2973,7 +2986,7 @@ "backend_src_pets_pets_service_petsservice_update", "backend_src_pets_pets_service_ts_injectable" ], - "98": [ + "100": [ "docs_audit_26_phase2_integrity_repair_report", "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt", "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled", @@ -2987,7 +3000,7 @@ "docs_audit_26_phase2_integrity_repair_report_by_severity", "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report" ], - "99": [ + "101": [ "ai_agency_agents_01_auditor", "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", @@ -3000,7 +3013,7 @@ "ai_agency_agents_01_auditor_role_core_objective", "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read" ], - "100": [ + "102": [ "ai_agency_agents_10_tech_writer", "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", "ai_agency_agents_10_tech_writer_2_documentation_updates", @@ -3013,7 +3026,7 @@ "ai_agency_agents_10_tech_writer_role_core_objective", "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read" ], - "101": [ + "103": [ "ai_agency_agents_11_deploy", "ai_agency_agents_11_deploy_1_pre_deployment_checklist", "ai_agency_agents_11_deploy_2_build_verification", @@ -3026,7 +3039,7 @@ "ai_agency_agents_11_deploy_role_core_objective", "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read" ], - "102": [ + "104": [ "backend_src_app_controller", "backend_src_app_controller_appcontroller", "backend_src_app_controller_appcontroller_constructor", @@ -3039,7 +3052,7 @@ "backend_src_app_service_appservice_gethello", "backend_src_app_service_ts_injectable" ], - "103": [ + "105": [ "backend_src_payment_dto_admin_transaction_filter_dto", "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", @@ -3052,7 +3065,7 @@ "backend_src_payment_payment_service_clientmetadata", "backend_src_payment_payment_service_paymentservice_getadmintransactions" ], - "104": [ + "106": [ "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", @@ -3065,7 +3078,7 @@ "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog" ], - "105": [ + "107": [ "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors", @@ -3078,7 +3091,7 @@ "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you", "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646" ], - "106": [ + "108": [ "ai_agency_agents_02_ceo", "ai_agency_agents_02_ceo_1_mode_direction_decision", "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", @@ -3090,7 +3103,7 @@ "ai_agency_agents_02_ceo_role_core_objective", "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read" ], - "107": [ + "109": [ "backend_readme", "backend_readme_compile_and_run_the_project", "backend_readme_deployment", @@ -3102,7 +3115,7 @@ "backend_readme_stay_in_touch", "backend_readme_support" ], - "108": [ + "110": [ "docs_audit_00_repository_map", "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application", "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", @@ -3114,7 +3127,7 @@ "docs_audit_00_repository_map_repository_map", "docs_audit_00_repository_map_repository_structure_overview" ], - "109": [ + "111": [ "docs_audit_validate_integrity", "docs_audit_validate_integrity_dispsum", "docs_audit_validate_integrity_errors", @@ -3126,7 +3139,7 @@ "docs_audit_validate_integrity_verifiedindex", "docs_audit_validate_integrity_warnings" ], - "110": [ + "112": [ "frontend_admin_panel_package", "frontend_admin_panel_package_name", "frontend_admin_panel_package_private", @@ -3138,7 +3151,7 @@ "frontend_admin_panel_package_type", "frontend_admin_panel_package_version" ], - "111": [ + "113": [ "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", @@ -3150,19 +3163,7 @@ "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" ], - "112": [ - "frontend_admin_panel_src_pages_reports", - "frontend_admin_panel_src_pages_reports_bestselleritem", - "frontend_admin_panel_src_pages_reports_categorydistitem", - "frontend_admin_panel_src_pages_reports_colors", - "frontend_admin_panel_src_pages_reports_customtooltip", - "frontend_admin_panel_src_pages_reports_customtooltipprops", - "frontend_admin_panel_src_pages_reports_reportdata", - "frontend_admin_panel_src_pages_reports_reports", - "frontend_admin_panel_src_pages_reports_topcouponitem", - "frontend_admin_panel_src_routes_adminroutes_reports" - ], - "113": [ + "114": [ "frontend_application_public_fonts_sahel_font_v3_4_0_readme", "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux", "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors", @@ -3174,7 +3175,7 @@ "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" ], - "114": [ + "115": [ "ai_agency_agents_00_intake", "ai_agency_agents_00_intake_1_ask_don_t_assume", "ai_agency_agents_00_intake_2_forbidden_actions", @@ -3185,7 +3186,7 @@ "ai_agency_agents_00_intake_role_core_objective", "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read" ], - "115": [ + "116": [ "ai_agency_orchestrate", "ai_agency_orchestrate_cmd_next_task", "ai_agency_orchestrate_cmd_progress", @@ -3196,7 +3197,7 @@ "ai_agency_orchestrate_main", "ai_agency_orchestrate_save_json" ], - "116": [ + "117": [ "backend_package", "backend_package_author", "backend_package_description", @@ -3207,7 +3208,7 @@ "backend_package_private", "backend_package_version" ], - "117": [ + "118": [ "claude_skills_graphify_references_exports", "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag", @@ -3218,7 +3219,7 @@ "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag", "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000" ], - "118": [ + "119": [ "docs_audit_21_phase2_quality_gate_summary", "docs_audit_21_phase2_quality_gate_summary_1_executive_summary", "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", @@ -3229,7 +3230,7 @@ "docs_audit_21_phase2_quality_gate_summary_by_severity", "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report" ], - "119": [ + "120": [ "docs_audit_phase3_1_change_log", "docs_audit_phase3_1_change_log_1_task_auth_001", "docs_audit_phase3_1_change_log_2_task_fin_001", @@ -3240,7 +3241,7 @@ "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", "docs_audit_phase3_1_change_log_task_modifications_log" ], - "120": [ + "121": [ "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme", "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux", "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower", @@ -3251,7 +3252,7 @@ "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample" ], - "121": [ + "122": [ "frontend_application_components_errorboundary", "frontend_application_components_errorboundary_errorboundary", "frontend_application_components_errorboundary_errorboundary_componentdidcatch", @@ -3262,7 +3263,7 @@ "frontend_application_components_errorboundary_props", "frontend_application_components_errorboundary_state" ], - "122": [ + "123": [ "frontend_application_package", "frontend_application_package_name", "frontend_application_package_private", @@ -3273,7 +3274,7 @@ "frontend_application_package_scripts_start", "frontend_application_package_version" ], - "123": [ + "124": [ "backend_scripts_generate_openapi", "backend_scripts_generate_openapi_app_module_1", "backend_scripts_generate_openapi_core_1", @@ -3283,7 +3284,7 @@ "backend_scripts_generate_openapi_swagger_1", "backend_scripts_generate_openapi_yaml" ], - "124": [ + "125": [ "backend_src_payment_dto_initiate_payment_dto", "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", @@ -3293,7 +3294,7 @@ "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", "backend_src_payment_dto_initiate_payment_dto_ts_isstring" ], - "125": [ + "126": [ "backend_src_settings_dto_sms_log_query_dto", "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", @@ -3303,7 +3304,7 @@ "backend_src_settings_dto_sms_log_query_dto_ts_isstring", "backend_src_settings_dto_sms_log_query_dto_ts_type" ], - "126": [ + "127": [ "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", "backend_src_wiki_wiki_controller_ts_apiokresponse", "backend_src_wiki_wiki_controller_ts_apioperation", @@ -3313,7 +3314,7 @@ "backend_src_wiki_wiki_controller_wikicontroller_findall", "backend_src_wiki_wiki_controller_wikicontroller_findone" ], - "127": [ + "128": [ "docs_audit_01_system_discovery", "docs_audit_01_system_discovery_active_core_applications", "docs_audit_01_system_discovery_current_architecture", @@ -3323,7 +3324,7 @@ "docs_audit_01_system_discovery_system_discovery", "docs_audit_01_system_discovery_technical_architecture_summary" ], - "128": [ + "129": [ "ai_agency_specs_prd", "ai_agency_specs_prd_1_executive_vision", "ai_agency_specs_prd_2_target_audience", @@ -3332,7 +3333,7 @@ "ai_agency_specs_prd_5_epic_feature_breakdown", "ai_agency_specs_prd_product_requirement_document_prd" ], - "129": [ + "130": [ "apiexcludecontroller", "backend_src_common_metrics_controller_metricscontroller", "backend_src_common_metrics_controller_metricscontroller_constructor", @@ -3341,7 +3342,7 @@ "backend_src_common_metrics_controller_ts_get", "backend_src_common_metrics_controller_ts_res" ], - "130": [ + "131": [ "backend_src_pets_dto_create_health_log_dto", "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", @@ -3350,7 +3351,7 @@ "backend_src_pets_dto_create_health_log_dto_ts_isoptional", "backend_src_pets_dto_create_health_log_dto_ts_isstring" ], - "131": [ + "132": [ "backend_src_pets_dto_create_reminder_dto", "backend_src_pets_dto_create_reminder_dto_createreminderdto", "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", @@ -3359,7 +3360,7 @@ "backend_src_pets_dto_create_reminder_dto_ts_isoptional", "backend_src_pets_dto_create_reminder_dto_ts_isstring" ], - "132": [ + "133": [ "backend_src_reviews_dto_update_review_dto", "backend_src_reviews_dto_update_review_dto_ts_apiproperty", "backend_src_reviews_dto_update_review_dto_ts_isin", @@ -3368,7 +3369,7 @@ "backend_src_reviews_dto_update_review_dto_updatereviewdto", "backend_src_reviews_reviews_service" ], - "133": [ + "134": [ "docs_audit_03_baseline_command_plan", "docs_audit_03_baseline_command_plan_attempted_command_execution_log", "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", @@ -3377,7 +3378,7 @@ "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2", "docs_audit_03_baseline_command_plan_root_package_json_scripts" ], - "134": [ + "135": [ "frontend_admin_panel_src_pages_smssettingspage", "frontend_admin_panel_src_pages_smssettingspage_patternitem", "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", @@ -3386,7 +3387,7 @@ "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", "frontend_admin_panel_src_routes_adminroutes_smssettingspage" ], - "135": [ + "136": [ "frontend_application_app_error", "frontend_application_app_error_errorboundary", "frontend_application_app_not_found", @@ -3395,7 +3396,7 @@ "frontend_application_components_errorpages_notfoundpage", "frontend_application_components_errorpages_servererrorpage" ], - "136": [ + "137": [ "frontend_application_tsconfig_include", "frontend_application_tsconfig_json_ref_ts", "ref_mts", @@ -3404,7 +3405,7 @@ "ref_next_types_ts", "ref_tsx" ], - "137": [ + "138": [ "gitea_scripts_with_vpn", "gitea_scripts_with_vpn_cleanup", "gitea_scripts_with_vpn_log", @@ -3413,7 +3414,7 @@ "gitea_scripts_with_vpn_stop_vpn", "gitea_scripts_with_vpn_vpn_is_up" ], - "138": [ + "139": [ "ai_agency_specs_architecture_spec", "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack", "ai_agency_specs_architecture_spec_2_directory_structure_tree", @@ -3421,7 +3422,7 @@ "ai_agency_specs_architecture_spec_4_deployment_docker_architecture", "ai_agency_specs_architecture_spec_architecture_specification" ], - "139": [ + "140": [ "ai_agency_specs_project_health", "ai_agency_specs_project_health_1_audit_score_summary", "ai_agency_specs_project_health_2_technical_debt_inventory", @@ -3429,7 +3430,7 @@ "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports", "ai_agency_specs_project_health_project_health_audit_report" ], - "140": [ + "141": [ "backend_nest_cli", "backend_nest_cli_collection", "backend_nest_cli_compileroptions", @@ -3437,7 +3438,7 @@ "backend_nest_cli_schema", "backend_nest_cli_sourceroot" ], - "141": [ + "142": [ "claude_skills_graphify_references_query", "claude_skills_graphify_references_query_for_graphify_explain", "claude_skills_graphify_references_query_for_graphify_path", @@ -3445,7 +3446,7 @@ "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal", "claude_skills_graphify_references_query_step_1_traversal" ], - "142": [ + "143": [ "docs_audit_04_open_questions", "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application", "docs_audit_04_open_questions_2_payment_gateway_integration_provider", @@ -3453,7 +3454,7 @@ "docs_audit_04_open_questions_4_sms_otp_service_provider", "docs_audit_04_open_questions_open_questions" ], - "143": [ + "144": [ "docs_audit_33_final_phase2_audit_closure", "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics", "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization", @@ -3461,7 +3462,15 @@ "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion", "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report" ], - "144": [ + "145": [ + "frontend_admin_panel_src_pages_transactions", + "frontend_admin_panel_src_pages_transactions_gatewayhealth", + "frontend_admin_panel_src_pages_transactions_stats", + "frontend_admin_panel_src_pages_transactions_transaction", + "frontend_admin_panel_src_pages_transactions_transactions", + "frontend_admin_panel_src_routes_adminroutes_transactions" + ], + "146": [ "scripts_open_browsers", "scripts_open_browsers_checkandopen", "scripts_open_browsers_exec", @@ -3469,7 +3478,7 @@ "scripts_open_browsers_openurl", "scripts_open_browsers_urls" ], - "145": [ + "147": [ "scripts_start_dev", "scripts_start_dev_backend", "scripts_start_dev_http", @@ -3477,693 +3486,686 @@ "scripts_start_dev_waitforbackend", "scripts_start_dev_waitforbackend_check" ], - "146": [ + "148": [ "ai_agency_memory_scratchpad", "ai_agency_memory_scratchpad_active_agent_working_scratchpad", "ai_agency_memory_scratchpad_execution_target", "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system", "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request" ], - "147": [ + "149": [ "ai_agency_specs_reviews_code_health_review", "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", "ai_agency_specs_reviews_code_health_review_executive_summary", "ai_agency_specs_reviews_code_health_review_key_findings", "ai_agency_specs_reviews_code_health_review_recommendations" ], - "148": [ + "150": [ "backend_src_common_schemas_paginated_response_schema", "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", "backend_src_common_schemas_paginated_response_schema_paginatedresponse", "backend_src_common_schemas_paginated_response_schema_paginationmeta", "backend_src_common_schemas_paginated_response_schema_ts_apiproperty" ], - "149": [ - "backend_src_payment_dto_verify_payment_dto", - "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", - "backend_src_payment_dto_verify_payment_dto_ts_isoptional", - "backend_src_payment_dto_verify_payment_dto_ts_isstring", - "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto" - ], - "150": [ + "151": [ "backend_src_pets_pets_controller_petscontroller_uploadpetimage", "backend_src_pets_pets_controller_ts_apibadrequestresponse", "backend_src_pets_pets_controller_ts_apicreatedresponse", "backend_src_pets_pets_controller_ts_uploadedfile", "backend_src_pets_pets_controller_ts_useinterceptors" ], - "151": [ + "152": [ "dejavu_sans", "frontend_application_public_fonts_vazirmatn_v33_003_authors", "frontend_application_public_fonts_vazirmatn_v33_003_ofl", "frontend_application_public_fonts_vazirmatn_v33_003_readme", "roboto_font" ], - "152": [ + "153": [ "docs_audit_24_omitted_file_inspection_report", "docs_audit_24_omitted_file_inspection_report_conclusion", "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit", "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections" ], - "153": [ + "154": [ "docs_audit_phase3_2_implementation_readiness", "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions", "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview", "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement", "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report" ], - "154": [ + "155": [ "docs_audit_phase3_traceability_matrix", "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix", "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification", "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks" ], - "155": [ + "156": [ "docs_audit_rebuild_honest_ledger", "docs_audit_rebuild_honest_ledger_evidencelist", "docs_audit_rebuild_honest_ledger_ledger", "docs_audit_rebuild_honest_ledger_mandatorymap", "docs_audit_rebuild_honest_ledger_mandatoryscope" ], - "156": [ + "157": [ "docs_audit_validate_evidence_grade", "docs_audit_validate_evidence_grade_activefiles", "docs_audit_validate_evidence_grade_errors", "docs_audit_validate_evidence_grade_validationoutput", "docs_audit_validate_evidence_grade_warnings" ], - "157": [ + "158": [ + "frontend_admin_panel_src_pages_cms", + "frontend_admin_panel_src_pages_cms_cms", + "frontend_admin_panel_src_pages_cms_herobanner", + "frontend_admin_panel_src_pages_cms_vettestimonial", + "frontend_admin_panel_src_routes_adminroutes_cms" + ], + "159": [ "frontend_admin_panel_src_pages_reviews", "frontend_admin_panel_src_pages_reviews_productreview", "frontend_admin_panel_src_pages_reviews_reviews", "frontend_admin_panel_src_pages_reviews_topersiandigits", "frontend_admin_panel_src_routes_adminroutes_reviews" ], - "158": [ + "160": [ "frontend_admin_panel_src_pages_videos", "frontend_admin_panel_src_pages_videos_fetchvideoslist", "frontend_admin_panel_src_pages_videos_video", "frontend_admin_panel_src_pages_videos_videos", "frontend_admin_panel_src_routes_adminroutes_videos" ], - "159": [ - "frontend_admin_panel_src_pages_wiki", - "frontend_admin_panel_src_pages_wiki_productitem", - "frontend_admin_panel_src_pages_wiki_wiki", - "frontend_admin_panel_src_pages_wiki_wikiterm", - "frontend_admin_panel_src_routes_adminroutes_wiki" - ], - "160": [ + "161": [ "frontend_application_app_blog_slug_page", "frontend_application_app_blog_slug_page_blogpostpage", "frontend_application_app_blog_slug_page_generatemetadata", "frontend_application_app_blog_slug_page_getblog", "frontend_application_app_blog_slug_page_revalidate" ], - "161": [ + "162": [ "frontend_application_tsconfig", "frontend_application_tsconfig_exclude", "ref_tests", "ref_vitest_config_ts", "ref_vitest_setup_ts" ], - "162": [ + "163": [ "ai_agency_specs_api_contract", "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", "ai_agency_specs_api_contract_api_contract_specification" ], - "163": [ + "164": [ "ai_agency_specs_reviews_backend_review", "ai_agency_specs_reviews_backend_review_architectural_overview", "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements" ], - "164": [ + "165": [ "ai_agency_specs_reviews_frontend_review", "ai_agency_specs_reviews_frontend_review_architectural_overview", "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements", "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend" ], - "165": [ + "166": [ "ai_agency_specs_reviews_seo_content_review", "ai_agency_specs_reviews_seo_content_review_overview_content_foundation", "ai_agency_specs_reviews_seo_content_review_seo_content_requirements", "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content" ], - "166": [ + "167": [ "backend_package_devdependencies_types_node", "backend_package_json_types_node", "frontend_admin_panel_package_devdependencies_types_node", "frontend_application_package_devdependencies_types_node" ], - "167": [ + "168": [ "backend_package_devdependencies_typescript", "backend_package_json_typescript", "frontend_admin_panel_package_devdependencies_typescript", "frontend_application_package_devdependencies_typescript" ], - "168": [ + "169": [ "backend_prisma_seed_ui_texts", "backend_prisma_seed_ui_texts_main", "backend_prisma_seed_ui_texts_prisma", "backend_prisma_seed_ui_texts_ui_texts" ], - "169": [ + "170": [ "backend_prisma_seed_wiki", "backend_prisma_seed_wiki_canonical_wiki_terms", "backend_prisma_seed_wiki_main", "backend_prisma_seed_wiki_prisma" ], - "170": [ + "171": [ "backend_src_blogs_dto_create_blog_dto", "backend_src_blogs_dto_create_blog_dto_createblogdto", "backend_src_blogs_dto_update_blog_dto", "backend_src_blogs_dto_update_blog_dto_updateblogdto" ], - "171": [ + "172": [ "backend_src_home_dto_create_home_dto", "backend_src_home_dto_create_home_dto_createhomedto", "backend_src_home_dto_update_home_dto", "backend_src_home_dto_update_home_dto_updatehomedto" ], - "172": [ + "173": [ "backend_src_wiki_dto_create_wiki_dto", "backend_src_wiki_dto_create_wiki_dto_createwikidto", "backend_src_wiki_dto_update_wiki_dto", "backend_src_wiki_dto_update_wiki_dto_updatewikidto" ], - "173": [ + "174": [ "claude_skills_graphify_references_add_watch", "claude_skills_graphify_references_add_watch_for_graphify_add", "claude_skills_graphify_references_add_watch_for_watch", "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder" ], - "174": [ + "175": [ "claude_skills_graphify_references_hooks", "claude_skills_graphify_references_hooks_for_git_commit_hook", "claude_skills_graphify_references_hooks_for_native_claude_md_integration", "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration" ], - "175": [ + "176": [ "claude_skills_graphify_references_update", "claude_skills_graphify_references_update_for_cluster_only", "claude_skills_graphify_references_update_for_update_incremental_re_extraction", "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only" ], - "176": [ + "177": [ "docs_audit_19_finding_verification_report", "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table", "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids", "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report" ], - "177": [ + "178": [ "frontend_admin_panel_readme", "frontend_admin_panel_readme_expanding_the_eslint_configuration", "frontend_admin_panel_readme_react_compiler", "frontend_admin_panel_readme_react_typescript_vite" ], - "178": [ + "179": [ "frontend_admin_panel_src_components_ui_select", "frontend_admin_panel_src_components_ui_select_select", "frontend_admin_panel_src_components_ui_select_selectoption", "frontend_admin_panel_src_components_ui_select_selectprops" ], - "179": [ + "180": [ "frontend_application_app_wiki_slug_page", "frontend_application_app_wiki_slug_page_generatemetadata", "frontend_application_app_wiki_slug_page_getwikiterm", "frontend_application_app_wiki_slug_page_wikitermpage" ], - "180": [ + "181": [ "frontend_application_readme", "frontend_application_readme_deploy_on_vercel", "frontend_application_readme_getting_started", "frontend_application_readme_learn_more" ], - "181": [ + "182": [ "frontend_application_tsconfig_compileroptions_lib", "frontend_application_tsconfig_json_ref_dom", "ref_dom_iterable", "ref_esnext" ], - "182": [ + "183": [ "scripts_deploy", "scripts_deploy_compose_docker_cli_build", "scripts_deploy_docker_buildkit", "scripts_deploy_sh__entry" ], - "183": [ + "184": [ "ai_agency_specs_reviews_security_review", "ai_agency_specs_reviews_security_review_security_architecture_best_practices", "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security" ], - "184": [ + "185": [ "ai_agency_specs_reviews_ux_review", "ai_agency_specs_reviews_ux_review_persona_experience_alignment", "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa" ], - "185": [ + "186": [ "backend_package_devdependencies_eslint_js", "backend_package_json_eslint_js", "frontend_admin_panel_package_devdependencies_eslint_js" ], - "186": [ + "187": [ "backend_package_devdependencies_typescript_eslint", "backend_package_json_typescript_eslint", "frontend_admin_panel_package_devdependencies_typescript_eslint" ], - "187": [ + "188": [ "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration", "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms", "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts" ], - "188": [ + "189": [ "backend_prisma_scientificterms", "backend_prisma_scientificterms_scientific_terms", "backend_prisma_scientificterms_scientificterm" ], - "189": [ + "190": [ "backend_prisma_seed_blogs", "backend_prisma_seed_blogs_main", "backend_prisma_seed_blogs_prisma" ], - "190": [ + "191": [ "backend_prisma_seed_custom", "backend_prisma_seed_custom_main", "backend_prisma_seed_custom_prisma" ], - "191": [ + "192": [ "claude_skills_graphify_references_github_and_merge", "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given" ], - "192": [ + "193": [ "claude_skills_graphify_references_transcribe", "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected" ], - "193": [ + "194": [ "docs_audit_18_compiler_diagnostic_dispositions", "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table" ], - "194": [ + "195": [ "docs_audit_adr_auth_001", "docs_audit_master_task_backlog", "docs_audit_phase3_execution_plan" ], - "195": [ + "196": [ "docs_audit_build_manifest", "docs_audit_build_manifest_entries", "docs_audit_build_manifest_lines" ], - "196": [ + "197": [ "docs_audit_generate_classification", "docs_audit_generate_classification_classified", "docs_audit_generate_classification_lines" ], - "197": [ + "198": [ "docs_audit_generate_evidence", "docs_audit_generate_evidence_classification", "docs_audit_generate_evidence_evidenceentries" ], - "198": [ + "199": [ "docs_audit_generate_ledger", "docs_audit_generate_ledger_evidence", "docs_audit_generate_ledger_ledgerentries" ], - "199": [ + "200": [ "docs_audit_generate_manifest", "docs_audit_generate_manifest_evidence", "docs_audit_generate_manifest_manifestentries" ], - "200": [ + "201": [ "docs_audit_sync_honest_manifest", "docs_audit_sync_honest_manifest_ledger", "docs_audit_sync_honest_manifest_manifest" ], - "201": [ + "202": [ "docs_audit_sync_manifest", "docs_audit_sync_manifest_ledger", "docs_audit_sync_manifest_manifestentries" ], - "202": [ + "203": [ "frontend_admin_panel_package_dependencies_react_dom", "frontend_admin_panel_package_json_react_dom", "frontend_application_package_dependencies_react_dom" ], - "203": [ + "204": [ "frontend_admin_panel_package_dependencies_zustand", "frontend_admin_panel_package_json_zustand", "frontend_application_package_dependencies_zustand" ], - "204": [ + "205": [ "frontend_admin_panel_package_devdependencies_tailwindcss", "frontend_admin_panel_package_json_tailwindcss", "frontend_application_package_devdependencies_tailwindcss" ], - "205": [ + "206": [ "frontend_admin_panel_package_devdependencies_types_react_dom", "frontend_application_package_devdependencies_types_react_dom", "frontend_application_package_json_types_react_dom" ], - "206": [ + "207": [ "frontend_admin_panel_src_components_ui_formfield", "frontend_admin_panel_src_components_ui_formfield_formfield", "frontend_admin_panel_src_components_ui_formfield_formfieldprops" ], - "207": [ + "208": [ "frontend_admin_panel_src_components_ui_input", "frontend_admin_panel_src_components_ui_input_input", "frontend_admin_panel_src_components_ui_input_inputprops" ], - "208": [ + "209": [ "frontend_admin_panel_src_components_ui_textarea", "frontend_admin_panel_src_components_ui_textarea_textarea", "frontend_admin_panel_src_components_ui_textarea_textareaprops" ], - "209": [ + "210": [ "frontend_admin_panel_tsconfig", "frontend_admin_panel_tsconfig_files", "frontend_admin_panel_tsconfig_references" ], - "210": [ + "211": [ "frontend_application_app_about_page", "frontend_application_app_about_page_aboutpage", "frontend_application_app_about_page_metadata" ], - "211": [ + "212": [ "frontend_application_app_privacy_page", "frontend_application_app_privacy_page_metadata", "frontend_application_app_privacy_page_privacypage" ], - "212": [ + "213": [ "frontend_application_next_config", "frontend_application_next_config_nextconfig", "frontend_application_next_config_securityheaders" ], - "213": [ + "214": [ "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", "frontend_application_public_fonts_shabnam_font_v5_0_1_sample", "vazir_font" ], - "214": [ + "215": [ "agents", "agents_graphify" ], - "215": [ + "216": [ "agents_rules_graphify", "agents_rules_graphify_graphify" ], - "216": [ + "217": [ "agents_workflows_graphify", "agents_workflows_graphify_workflow_graphify" ], - "217": [ + "218": [ "antigravity_instructions", "antigravity_instructions_graphify" ], - "218": [ + "219": [ "backend_package_dependencies_bcryptjs", "bcryptjs" ], - "219": [ + "220": [ "backend_package_dependencies_helmet", "helmet" ], - "220": [ + "221": [ "backend_package_dependencies_js_yaml", "js_yaml" ], - "221": [ + "222": [ "backend_package_dependencies_nestjs_core", "nestjs_core" ], - "222": [ + "223": [ "backend_package_dependencies_nestjs_jwt", "nestjs_jwt" ], - "223": [ + "224": [ "backend_package_dependencies_nestjs_swagger", "nestjs_swagger" ], - "224": [ + "225": [ "backend_package_dependencies_nestjs_throttler", "nestjs_throttler" ], - "225": [ + "226": [ "backend_package_dependencies_passport_jwt", "passport_jwt" ], - "226": [ + "227": [ "backend_package_dependencies_prisma_client", "prisma_client" ], - "227": [ + "228": [ "backend_package_dependencies_swagger_ui_express", "swagger_ui_express" ], - "228": [ + "229": [ "backend_package_devdependencies_nestjs_schematics", "nestjs_schematics" ], - "229": [ + "230": [ "backend_package_devdependencies_ts_jest", "ts_jest" ], - "230": [ + "231": [ "backend_package_devdependencies_ts_loader", "ts_loader" ], - "231": [ + "232": [ "backend_package_devdependencies_tsconfig_paths", "tsconfig_paths" ], - "232": [ + "233": [ "backend_package_devdependencies_types_bcrypt", "types_bcrypt" ], - "233": [ + "234": [ "backend_package_devdependencies_types_supertest", "types_supertest" ], - "234": [ + "235": [ "backend_src_blogs_entities_blog_entity", "backend_src_blogs_entities_blog_entity_blog" ], - "235": [ + "236": [ "backend_src_home_entities_home_entity", "backend_src_home_entities_home_entity_home" ], - "236": [ + "237": [ "backend_src_wiki_entities_wiki_entity", "backend_src_wiki_entities_wiki_entity_wiki" ], - "237": [ + "238": [ "backend_uploads_1781288429353_508765350", "docs_02_user_guide_roles" ], - "238": [ + "239": [ "claude", "claude_graphify" ], - "239": [ + "240": [ "claude_claude", "claude_claude_graphify" ], - "240": [ + "241": [ "claude_skills_graphify_references_extraction_spec", "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt" ], - "241": [ + "242": [ "database_schema_products", "readme_smartadvisor" ], - "242": [ + "243": [ "database_schema_users", "docker_backend_prod" ], - "243": [ + "244": [ "docs_audit_05_architectural_audit_findings", "docs_audit_10_security_audit_findings" ], - "244": [ + "245": [ "docs_audit_cross_boundary_dependencies", "docs_audit_frontend_integration_requirements" ], - "245": [ + "246": [ "frontend_application_agents", "image_pharma_lab" ], - "246": [ + "247": [ "frontend_application_app_robots", "frontend_application_app_robots_robots" ], - "247": [ + "248": [ "frontend_application_eslint_config", "frontend_application_eslint_config_eslintconfig" ], - "248": [ + "249": [ "frontend_application_postcss_config", "frontend_application_postcss_config_config" ], - "249": [ + "250": [ "frontend_application_vitest_setup", "frontend_application_vitest_setup_mockintersectionobserver" ], - "250": [ + "251": [ "scripts_backup_db", "scripts_backup_db_sh__entry" ], - "251": [ + "252": [ "start", "start_sh__entry" ], - "252": [ + "253": [ "ai_agency_specs_reviews_readme" ], - "253": [ + "254": [ "backend_eslint_config" ], - "254": [ + "255": [ "backend_integration_login" ], - "255": [ + "256": [ "backend_integration_logout" ], - "256": [ + "257": [ "backend_scripts_generate_openapi_d" ], - "257": [ + "258": [ "backend_src_admin_admin_controller_ts_apiquery" ], - "258": [ + "259": [ "backend_src_common_filters_http_exception_filter_ts_catch" ], - "259": [ + "260": [ "backend_src_payment_payment_controller_ts_res" ], - "260": [ + "261": [ "backend_src_prescriptions_prescriptions_module_ts_module" ], - "261": [ + "262": [ "backend_src_reviews_dto_create_review_dto_ts_isint" ], - "262": [ + "263": [ "backend_src_reviews_dto_create_review_dto_ts_min" ], - "263": [ + "264": [ "backend_src_settings_settings_controller_ts_apibearerauth" ], - "264": [ + "265": [ "backend_src_settings_settings_controller_ts_apiokresponse" ], - "265": [ + "266": [ "backend_src_settings_settings_controller_ts_apioperation" ], - "266": [ + "267": [ "backend_src_settings_settings_controller_ts_apitags" ], - "267": [ + "268": [ "backend_src_settings_settings_controller_ts_body" ], - "268": [ + "269": [ "backend_src_settings_settings_controller_ts_controller" ], - "269": [ + "270": [ "backend_src_settings_settings_controller_ts_delete" ], - "270": [ + "271": [ "backend_src_settings_settings_controller_ts_get" ], - "271": [ + "272": [ "backend_src_settings_settings_controller_ts_param" ], - "272": [ + "273": [ "backend_src_settings_settings_controller_ts_patch" ], - "273": [ + "274": [ "backend_src_settings_settings_controller_ts_post" ], - "274": [ + "275": [ "backend_src_settings_settings_controller_ts_put" ], - "275": [ + "276": [ "backend_src_settings_settings_controller_ts_query" ], - "276": [ + "277": [ "backend_src_settings_settings_controller_ts_roles" ], - "277": [ + "278": [ "backend_src_settings_settings_controller_ts_useguards" ], - "278": [ + "279": [ "canina_pharma_gmbh" ], - "279": [ + "280": [ "database_schema_pets" ], - "280": [ + "281": [ "docs_01_introduction_canina_iran" ], - "281": [ + "282": [ "docs_03_developer_guide_standards" ], - "282": [ + "283": [ "docs_audit_frontend_route_map" ], - "283": [ + "284": [ "docs_backlog_tasks" ], - "284": [ + "285": [ "frontend_admin_panel_eslint_config" ], - "285": [ + "286": [ "frontend_admin_panel_postcss_config" ], - "286": [ + "287": [ "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog" ], - "287": [ + "288": [ "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog" ], - "288": [ + "289": [ "frontend_admin_panel_tailwind_config" ], - "289": [ + "290": [ "frontend_admin_panel_vite_config" ], - "290": [ + "291": [ "frontend_application_claude" ], - "291": [ + "292": [ "frontend_application_public_fonts_sahel_font_v3_4_0_changelog" ], - "292": [ + "293": [ "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable" ], - "293": [ + "294": [ "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog" ], - "294": [ + "295": [ "frontend_application_public_fonts_vazirmatn_v33_003_changelog" ], - "295": [ + "296": [ "frontend_application_vitest_config" ], - "296": [ + "297": [ "image_sahel_sample" ], - "297": [ + "298": [ "image_shabnam_sample" ], - "298": [ + "299": [ "scripts_compose_prod" ], - "299": [ + "300": [ "scripts_compose_stage" ] }, @@ -4175,9 +4177,9 @@ "4": 0.04597701149425287, "5": 0.05889724310776942, "6": 0.05952380952380952, - "7": 0.08823529411764706, - "8": 0.08672699849170437, - "9": 0.07215686274509804, + "7": 0.06848357791754019, + "8": 0.08823529411764706, + "9": 0.08672699849170437, "10": 0.08941176470588236, "11": 0.0824829931972789, "12": 0.07505285412262157, @@ -4185,56 +4187,56 @@ "14": 0.08392603129445235, "15": 0.08858858858858859, "16": 0.09365079365079365, - "17": 0.09523809523809523, - "18": 0.0761904761904762, - "19": 0.07130124777183601, - "20": 0.0873440285204991, - "21": 0.06060606060606061, - "22": 0.06060606060606061, - "23": 0.10037878787878787, - "24": 0.10080645161290322, - "25": 0.21370967741935484, + "17": 0.0761904761904762, + "18": 0.06060606060606061, + "19": 0.21212121212121213, + "20": 0.06060606060606061, + "21": 0.09090909090909091, + "22": 0.10080645161290322, + "23": 0.09879032258064516, + "24": 0.0625, + "25": 0.0625, "26": 0.0625, "27": 0.0625, "28": 0.0625, "29": 0.0625, "30": 0.0625, - "31": 0.0625, - "32": 0.0625, - "33": 0.0967741935483871, - "34": 0.20430107526881722, - "35": 0.1032258064516129, - "36": 0.10591133004926108, - "37": 0.13054187192118227, - "38": 0.13793103448275862, - "39": 0.06896551724137931, - "40": 0.1206896551724138, - "41": 0.10317460317460317, - "42": 0.1111111111111111, - "43": 0.07407407407407407, - "44": 0.11965811965811966, - "45": 0.1282051282051282, - "46": 0.07407407407407407, - "47": 0.08831908831908832, - "48": 0.12923076923076923, - "49": 0.18, - "50": 0.13, - "51": 0.13043478260869565, - "52": 0.13043478260869565, - "53": 0.08695652173913043, - "54": 0.11067193675889328, - "55": 0.13438735177865613, + "31": 0.07862903225806452, + "32": 0.0967741935483871, + "33": 0.10967741935483871, + "34": 0.1032258064516129, + "35": 0.10591133004926108, + "36": 0.13054187192118227, + "37": 0.13793103448275862, + "38": 0.06896551724137931, + "39": 0.10317460317460317, + "40": 0.1111111111111111, + "41": 0.07407407407407407, + "42": 0.11965811965811966, + "43": 0.1282051282051282, + "44": 0.07407407407407407, + "45": 0.08831908831908832, + "46": 0.12923076923076923, + "47": 0.18, + "48": 0.13, + "49": 0.13043478260869565, + "50": 0.13043478260869565, + "51": 0.08695652173913043, + "52": 0.11067193675889328, + "53": 0.13438735177865613, + "54": 0.08695652173913043, + "55": 0.09090909090909091, "56": 0.08695652173913043, - "57": 0.08695652173913043, - "58": 0.09523809523809523, - "59": 0.14761904761904762, - "60": 0.12631578947368421, + "57": 0.09523809523809523, + "58": 0.14761904761904762, + "59": 0.12631578947368421, + "60": 0.1, "61": 0.1, - "62": 0.1, - "63": 0.13157894736842105, + "62": 0.13157894736842105, + "63": 0.10526315789473684, "64": 0.10526315789473684, - "65": 0.10526315789473684, - "66": 0.13450292397660818, + "65": 0.13450292397660818, + "66": 0.30994152046783624, "67": 0.16374269005847952, "68": 0.15789473684210525, "69": 0.15204678362573099, @@ -4244,93 +4246,93 @@ "73": 0.1503267973856209, "74": 0.1111111111111111, "75": 0.11764705882352941, - "76": 0.16176470588235295, - "77": 0.14705882352941177, - "78": 0.125, - "79": 0.14166666666666666, - "80": 0.16666666666666666, - "81": 0.125, - "82": 0.26666666666666666, - "83": 0.13333333333333333, + "76": 0.19852941176470587, + "77": 0.16176470588235295, + "78": 0.14705882352941177, + "79": 0.125, + "80": 0.14166666666666666, + "81": 0.16666666666666666, + "82": 0.125, + "83": 0.26666666666666666, "84": 0.13333333333333333, - "85": 0.20952380952380953, - "86": 0.13333333333333333, - "87": 0.14285714285714285, - "88": 0.1978021978021978, + "85": 0.13333333333333333, + "86": 0.21904761904761905, + "87": 0.20952380952380953, + "88": 0.13333333333333333, "89": 0.14285714285714285, - "90": 0.14285714285714285, - "91": 0.15384615384615385, - "92": 0.15384615384615385, - "93": 0.16666666666666666, + "90": 0.1978021978021978, + "91": 0.14285714285714285, + "92": 0.14285714285714285, + "93": 0.15384615384615385, "94": 0.15384615384615385, "95": 0.16666666666666666, - "96": 0.21212121212121213, - "97": 0.2878787878787879, - "98": 0.16666666666666666, - "99": 0.18181818181818182, - "100": 0.18181818181818182, + "96": 0.15384615384615385, + "97": 0.16666666666666666, + "98": 0.21212121212121213, + "99": 0.2878787878787879, + "100": 0.16666666666666666, "101": 0.18181818181818182, - "102": 0.2909090909090909, - "103": 0.2, - "104": 0.18181818181818182, - "105": 0.18181818181818182, - "106": 0.2, - "107": 0.2, + "102": 0.18181818181818182, + "103": 0.18181818181818182, + "104": 0.2909090909090909, + "105": 0.2, + "106": 0.18181818181818182, + "107": 0.18181818181818182, "108": 0.2, "109": 0.2, "110": 0.2, "111": 0.2, "112": 0.2, "113": 0.2, - "114": 0.2222222222222222, - "115": 0.5277777777777778, - "116": 0.2222222222222222, + "114": 0.2, + "115": 0.2222222222222222, + "116": 0.5277777777777778, "117": 0.2222222222222222, "118": 0.2222222222222222, "119": 0.2222222222222222, "120": 0.2222222222222222, "121": 0.2222222222222222, "122": 0.2222222222222222, - "123": 0.25, - "124": 0.42857142857142855, - "125": 0.25, - "126": 0.32142857142857145, - "127": 0.25, - "128": 0.2857142857142857, + "123": 0.2222222222222222, + "124": 0.25, + "125": 0.42857142857142855, + "126": 0.25, + "127": 0.32142857142857145, + "128": 0.25, "129": 0.2857142857142857, "130": 0.2857142857142857, "131": 0.2857142857142857, - "132": 0.3333333333333333, - "133": 0.2857142857142857, + "132": 0.2857142857142857, + "133": 0.3333333333333333, "134": 0.2857142857142857, - "135": 0.38095238095238093, - "136": 0.2857142857142857, - "137": 0.6190476190476191, - "138": 0.3333333333333333, + "135": 0.2857142857142857, + "136": 0.38095238095238093, + "137": 0.2857142857142857, + "138": 0.6190476190476191, "139": 0.3333333333333333, "140": 0.3333333333333333, "141": 0.3333333333333333, "142": 0.3333333333333333, "143": 0.3333333333333333, - "144": 0.4, + "144": 0.3333333333333333, "145": 0.3333333333333333, "146": 0.4, - "147": 0.4, - "148": 0.5, + "147": 0.3333333333333333, + "148": 0.4, "149": 0.4, - "150": 0.4, + "150": 0.5, "151": 0.4, "152": 0.4, "153": 0.4, "154": 0.4, "155": 0.4, "156": 0.4, - "157": 0.5, - "158": 0.5, - "159": 0.4, - "160": 0.6, - "161": 0.4, - "162": 0.5, + "157": 0.4, + "158": 0.4, + "159": 0.5, + "160": 0.5, + "161": 0.6, + "162": 0.4, "163": 0.5, "164": 0.5, "165": 0.5, @@ -4338,20 +4340,20 @@ "167": 0.5, "168": 0.5, "169": 0.5, - "170": 0.6666666666666666, + "170": 0.5, "171": 0.6666666666666666, "172": 0.6666666666666666, - "173": 0.5, + "173": 0.6666666666666666, "174": 0.5, "175": 0.5, "176": 0.5, "177": 0.5, "178": 0.5, - "179": 0.8333333333333334, - "180": 0.5, + "179": 0.5, + "180": 0.8333333333333334, "181": 0.5, "182": 0.5, - "183": 0.6666666666666666, + "183": 0.5, "184": 0.6666666666666666, "185": 0.6666666666666666, "186": 0.6666666666666666, @@ -4382,7 +4384,7 @@ "211": 0.6666666666666666, "212": 0.6666666666666666, "213": 0.6666666666666666, - "214": 1.0, + "214": 0.6666666666666666, "215": 1.0, "216": 1.0, "217": 1.0, @@ -4467,7 +4469,8 @@ "296": 1.0, "297": 1.0, "298": 1.0, - "299": 1.0 + "299": 1.0, + "300": 1.0 }, "gods": [ { @@ -4533,28 +4536,6 @@ "relation": "conceptually_related_to", "why": "inferred connection - not explicitly stated in source; crosses file types (doc \u2194 image); connects across different repos/directories" }, - { - "source": "PetsController", - "target": "ApiResponse", - "source_files": [ - "backend/src/pets/pets.controller.ts", - "frontend/admin-panel/src/types/admin.ts" - ], - "confidence": "EXTRACTED", - "relation": "references", - "why": "connects across different repos/directories; bridges separate communities" - }, - { - "source": "WikiController", - "target": "ApiResponse", - "source_files": [ - "backend/src/wiki/wiki.controller.ts", - "frontend/admin-panel/src/types/admin.ts" - ], - "confidence": "EXTRACTED", - "relation": "references", - "why": "connects across different repos/directories; bridges separate communities" - }, { "source": "ProductsController", "target": "ApiResponse", @@ -4576,6 +4557,28 @@ "confidence": "EXTRACTED", "relation": "references", "why": "connects across different repos/directories; bridges separate communities" + }, + { + "source": "PetsController", + "target": "ApiResponse", + "source_files": [ + "backend/src/pets/pets.controller.ts", + "frontend/admin-panel/src/types/admin.ts" + ], + "confidence": "EXTRACTED", + "relation": "references", + "why": "connects across different repos/directories; bridges separate communities" + }, + { + "source": "AuthController", + "target": "ApiResponse", + "source_files": [ + "backend/src/auth/auth.controller.ts", + "frontend/admin-panel/src/types/admin.ts" + ], + "confidence": "EXTRACTED", + "relation": "references", + "why": "connects across different repos/directories; bridges separate communities" } ], "tokens": { diff --git a/graphify-out/2026-08-17/.graphify_labels.json b/graphify-out/2026-08-17/.graphify_labels.json index 6ea0aad..53fb7e7 100644 --- a/graphify-out/2026-08-17/.graphify_labels.json +++ b/graphify-out/2026-08-17/.graphify_labels.json @@ -1,289 +1,293 @@ { - "0": "AdminService", - "1": "pets/pets.controller.ts", - "2": "Roles", - "3": "UsersService", - "4": "CmsController", - "5": "SmsService", - "6": "AuthController", + "0": "SettingsService", + "1": "AdminController", + "2": "UsersService", + "3": "ProductService", + "4": "admin.module.ts", + "5": "auth.service.ts", + "6": "OrdersService", "7": "app.module.ts", - "8": "CreateVideoDto", - "9": "ProductService", - "10": "ContactService", - "11": "compilerOptions", - "12": "UserDashboard.tsx", - "13": "auth.controller.ts", - "14": "ProductsService", - "15": "lib/services/api.ts", - "16": "tickets.controller.ts", - "17": "ArchivePage.tsx", - "18": "MetricsController", - "19": "B2BService", - "20": "CategoriesController", - "21": "RedisService", - "22": "MediaController", - "23": "Ingredient Management Controller", - "24": "adminRoutes.tsx", - "25": "admin.module.ts", - "26": "Coupons.tsx", - "27": "Prescription Review Controller", - "28": "Smart Advisor Controller", - "29": "Testimonials Management Controller", - "30": "src/services/api.ts", - "31": "Spinner.tsx", - "32": "PetProfile.tsx", - "33": "ZibalService", - "34": "main.ts", - "35": "admin.ts", - "36": "compilerOptions", - "37": "compilerOptions", - "38": "Transactions.tsx", - "39": "dependencies", - "40": "Node TypeScript Config", - "41": "Admin Blog Controller", - "42": "WholesaleApplyDto", - "43": "devDependencies", - "44": "Generic CRUD Controller", - "45": "seo.module.ts", - "46": "PaginationDto", - "47": "Project Build Scripts", - "48": "Home Data Module", - "49": "devDependencies", - "50": "Database Seeding Logic", - "51": "Prisma Database Migrations", - "52": "dependencies", - "53": "Orders.tsx", - "54": "auth.service.ts", - "55": "BE-001", - "56": "VetGallery.tsx", - "57": "NPM Lifecycle Scripts", - "58": "PetsController", - "59": "PrismaService", - "60": "Jest Testing Config", - "61": "CreateReviewDto", - "62": "BannersService", - "63": "FE-001", - "64": "VerifyOtpDto", - "65": "rules/graphify.md", - "66": "App Health Controller", - "67": "dependencies", - "68": "OrdersService", - "69": "Integrity Validation Scripts", - "70": "Admin Panel Package Config", - "71": "Analytics and Report Charts", - "72": "Task Orchestration Scripts", - "73": "Backend Package Config", - "74": "useSettingsStore", - "75": "React Error Boundary", - "76": "Application Package Config", - "77": "WikiController", - "78": "Error and Not Found Pages", - "79": "VPN Utility Scripts", - "80": "NestJS CLI Config", - "81": "Seed TypeScript Config", - "82": "ADM-001", - "83": "Browser Utility Scripts", - "84": "Dev Server Startup", - "85": "Architectural Audit Findings", - "86": "Pagination API Schemas", - "87": "Font Assets and Licenses", - "88": "Ledger Rebuild Scripts", - "89": "Evidence Validation Scripts", - "90": "SslController", - "91": "Blog Post Detail Page", - "92": "@types/node", - "93": "devDependencies", - "94": "UI Text Seeding", - "95": "Wiki Terms Seeding", - "96": "Blog Management DTOs", - "97": "Home Management DTOs", - "98": "Wiki Management DTOs", - "99": "Wiki Page Routing", - "100": "toPersian", - "101": "Docker Deployment Scripts", - "102": "DB-001", - "103": "BlogsService", - "104": "Database Migration Scripts", - "105": "Scientific Terms Schema", - "106": "Blog Data Seeding", - "107": "Custom Data Seeding", - "108": "Products Table", - "109": "Auth Architecture and Planning", - "110": "Build Manifest Generation", - "111": "Classification Data Generation", - "112": "Evidence Data Generation", - "113": "Ledger Data Generation", - "114": "Manifest Data Generation", - "115": "Honest Manifest Synchronization", - "116": "Manifest Entry Synchronization", - "117": "PaymentController", - "118": "TS-001", - "119": "TEST-001", - "120": "AdminTransactionFilterDto", - "121": "UITexts.tsx", - "122": "Admin Panel TSConfig", - "123": "About Page Component", - "124": "Privacy Page Component", - "125": "Next.js Security Configuration", - "126": "Typography and Font Assets", - "127": "DEVOPS-001", - "128": "DOC-001", - "129": "What You Must Do When Invoked", - "130": "JwtAuthGuard", - "131": "راهنمای تست سیستم (Software Testing)", - "132": "Role & Core Objective", - "133": "Required Review Group Closures", - "134": "Operational Rules & Boundaries", - "135": "Operational Rules & Boundaries", - "136": "🏢 AI Software Agency — Master Orchestration Protocol v3", - "137": "@nestjs/cli", - "138": "Operational Rules & Boundaries", - "139": "Operational Rules & Boundaries", - "140": "Bcrypt Type Definitions", - "141": "SettingsService", - "142": ".update", - "143": "Blog Entity Model", - "144": "Home Entity Model", - "145": "Wiki Entity Model", - "146": "User Profile Management", - "147": "Pets Table", - "148": "User Database and Infrastructure", - "149": "API and Frontend Specifications", - "150": "Brand and Agent Guidelines", - "151": "Search Engine Robots Config", - "152": "Application ESLint Config", - "153": "PostCSS Configuration", - "154": "Vitest Test Setup", - "155": "Database Backup Script", - "156": "Application Startup Script", - "157": "What You Must Do When Invoked", - "158": "Backend ESLint Config", - "159": "User Logout Endpoint", - "160": "Company Profile", - "161": "Project Introduction", - "162": "Architecture Route Map", - "163": "Project Task Backlog", - "164": "Root ESLint Configuration", - "165": "PostCSS Build Config", - "166": "Tailwind CSS Configuration", - "167": "Vite Build Configuration", - "168": "Sahel Font Samples", - "169": "Shabnam Font History", - "170": "Vazirmatn Font History", - "171": "Vitest Test Configuration", - "172": "Variable Font Samples", - "173": "Shabnam Font Preview", - "174": "Production Docker Setup", - "175": "Staging Docker Setup", - "176": ".agents/workflows/graphify.md", - "177": "Role & Core Objective", - "178": "graphify reference: extra exports and benchmark", - "179": "graphify reference: query, path, explain", - "180": "graphify reference: add a URL and watch a folder", - "181": "graphify reference: commit hook and native CLAUDE.md integration", - "182": "graphify reference: incremental update and cluster-only", - "183": "graphify reference: GitHub clone and cross-repo merge", - "184": "graphify reference: transcribe video and audio", - "185": "Reconciled Audit Roles & Assignments", - "186": "instructions.md", - "187": "Phase 3.1 — Human Review Preparation and Master Backlog Critique", - "188": "CLAUDE.md", - "189": ".claude/CLAUDE.md", - "190": "extraction-spec.md", - "191": "User Login API", - "192": "Developer Standards and Architecture", - "193": "Deep Audit Summary Report", - "194": "Operational Rules & Boundaries", - "195": "Comprehensive Change Log", - "196": "Operational Rules & Boundaries", - "197": "1. Summary of Integrity Repairs Performed", - "198": "Operational Rules & Boundaries", - "199": "Operational Rules & Boundaries", - "200": "Operational Rules & Boundaries", - "201": "Vazirmatn Changelog", - "202": "Vazirmatn Font فونت وزیرمتن", - "203": "Operational Rules & Boundaries", - "204": "backend/README.md", - "205": "Repository Map", - "206": "Sahel-Font", - "207": "zibal.service.ts", - "208": "Sahel-Font", - "209": "Role & Core Objective", - "210": "exclude", - "211": "Phase 2 Final Quality Gate Summary Report", - "212": "Task Modifications Log", - "213": "Install", - "214": "BlogsController", - "215": "System Discovery", - "216": "Product Requirement Document (PRD)", - "217": "Baseline Command Plan & Reconciled Command History", - "218": "Architecture Specification", - "219": "Project Health Audit Report", - "220": "Open Questions", - "221": "Final Phase 2 Audit Closure Report", - "222": "📝 Active Agent Working Scratchpad", - "223": "🔍 Code Health Audit Review (01_auditor)", - "224": "Omitted File Inspection Report", - "225": "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report", - "226": "Phase 3 Audit Traceability Matrix", - "227": "API Contract Specification", - "228": "⚙️ Backend Technical Review (05_dev_backend)", - "229": "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)", - "230": "🚀 SEO & Content Strategy Review (12_seo_content)", - "231": "Raw Finding Verification & Disposition Report", - "232": "React + TypeScript + Vite", - "233": "application/README.md", - "234": "🔒 Security & Performance Review (09_devops_security)", - "235": "👁️ UX & Persona Interface Review (08_visual_qa)", - "236": "Compiler Diagnostic Dispositions", - "237": "useCartStore", - "238": "ProductPage.tsx", - "239": "globals", - "240": "prettier", - "241": "prisma", - "242": "supertest", - "243": "ts-loader", - "244": "ts-node", - "245": "@types/express", - "246": "@types/jest", - "247": "@types/js-yaml", - "248": "@types/multer", - "249": "eslint-plugin-react-hooks", - "250": "eslint-plugin-react-refresh", - "251": "tailwindcss", - "252": "typescript", - "253": "@testing-library/jest-dom", - "254": "@testing-library/react", - "255": "@types/react", - "256": "typescript", - "257": "vitest", - "258": "reviews/README.md", - "259": "axios", - "260": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "261": "shabnam-font-v5.0.1/CHANGELOG.md", - "262": "application/CLAUDE.md", - "263": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "264": "tailwindcss", - "265": "typescript-eslint", - "266": ".handleZibalCallback", - "267": "PetsService", - "268": "PetsController", - "269": "generate-openapi.js", - "270": "InitiatePaymentDto", - "271": "SmsLogQueryDto", - "272": "CreateHealthLogDto", - "273": "AGENTS.md", - "274": "eslint-config-prettier", - "275": "CreateReminderDto", - "276": "Reviews.tsx", - "277": "Tickets.tsx", - "278": "Videos.tsx", - "279": "@types/passport-jwt", - "280": "@types/supertest", - "281": "typescript", - "282": "@types/react-dom", - "283": "generate-openapi.d.ts", - "285": "eslint-plugin-prettier", - "288": "SmsSettingsPage.tsx", - "290": "@tailwindcss/postcss" + "8": "CmsController", + "9": "tickets.controller.ts", + "10": "useSettingsStore", + "11": "UserDashboard.tsx", + "12": "CreateVideoDto", + "13": "compilerOptions", + "14": "CreateReviewDto", + "15": "ProductsService", + "16": "PrismaService", + "17": "lib/services/api.ts", + "18": "devDependencies", + "19": "JwtAuthGuard", + "20": "BE-001", + "21": "src/services/api.ts", + "22": "RedisService", + "23": "WholesaleApplyDto", + "24": "FE-001", + "25": "ADM-001", + "26": "DB-001", + "27": "TS-001", + "28": "TEST-001", + "29": "DEVOPS-001", + "30": "DOC-001", + "31": "adminRoutes.tsx", + "32": "userStore.ts", + "33": "Spinner.tsx", + "34": "PetProfile.tsx", + "35": "main.ts", + "36": "B2BService", + "37": "ZibalService", + "38": "راهنمای تست سیستم (Software Testing)", + "39": "CategoriesController", + "40": "MediaController", + "41": "What You Must Do When Invoked", + "42": "SslController", + "43": "BannersService", + "44": "What You Must Do When Invoked", + "45": "UITexts.tsx", + "46": "IngredientsService", + "47": ".update", + "48": "HomeClient.tsx", + "49": "SmartAdvisorService", + "50": "TestimonialsService", + "51": "Role & Core Objective", + "52": "PaginationDto", + "53": "ContactService", + "54": "compilerOptions", + "55": "Reports.tsx", + "56": "compilerOptions", + "57": "dependencies", + "58": "PrescriptionsService", + "59": "BlogsController", + "60": "Required Review Group Closures", + "61": "devDependencies", + "62": "Coupons.tsx", + "63": "Operational Rules & Boundaries", + "64": "Operational Rules & Boundaries", + "65": "WikiController", + "66": "PaymentController", + "67": "pets/pets.controller.ts", + "68": "seo.module.ts", + "69": "admin.service.ts", + "70": "🏢 AI Software Agency — Master Orchestration Protocol v3", + "71": "Operational Rules & Boundaries", + "72": "Operational Rules & Boundaries", + "73": "HomeController", + "74": "scripts", + "75": "Role & Core Objective", + "76": ".handleZibalCallback", + "77": "zibal.service.ts", + "78": "Orders.tsx", + "79": "devDependencies", + "80": "exclude", + "81": "seed-products.ts", + "82": "Reconciled Audit Roles & Assignments", + "83": "20260526145407_init/migration.sql", + "84": "Phase 3.1 — Human Review Preparation and Master Backlog Critique", + "85": "dependencies", + "86": "SmsService", + "87": "SafeImage.tsx", + "88": "compilerOptions", + "89": "scripts", + "90": "AdminService", + "91": "Deep Audit Summary Report", + "92": "dependencies", + "93": "Operational Rules & Boundaries", + "94": "jest", + "95": "PetsController", + "96": "Comprehensive Change Log", + "97": "Operational Rules & Boundaries", + "98": "BlogsController", + "99": "PetsService", + "100": "1. Summary of Integrity Repairs Performed", + "101": "Operational Rules & Boundaries", + "102": "Operational Rules & Boundaries", + "103": "Operational Rules & Boundaries", + "104": "AppService", + "105": "AdminTransactionFilterDto", + "106": "Vazirmatn Changelog", + "107": "Vazirmatn Font فونت وزیرمتن", + "108": "Operational Rules & Boundaries", + "109": "backend/README.md", + "110": "Repository Map", + "111": "validate_integrity.js", + "112": "admin-panel/package.json", + "113": "Sahel-Font", + "114": "Sahel-Font", + "115": "Role & Core Objective", + "116": "orchestrate.py", + "117": "backend/package.json", + "118": "graphify reference: extra exports and benchmark", + "119": "Phase 2 Final Quality Gate Summary Report", + "120": "Task Modifications Log", + "121": "Install", + "122": "ErrorBoundary", + "123": "application/package.json", + "124": "generate-openapi.js", + "125": "InitiatePaymentDto", + "126": "SmsLogQueryDto", + "127": "AuthService", + "128": "System Discovery", + "129": "Product Requirement Document (PRD)", + "130": "videos.controller.ts", + "131": "CreateHealthLogDto", + "132": "CreateReminderDto", + "133": "reviews.controller.ts", + "134": "Baseline Command Plan & Reconciled Command History", + "135": "SmsSettingsPage.tsx", + "136": "ErrorPages.tsx", + "137": "compilerOptions", + "138": "with-vpn.sh", + "139": "Architecture Specification", + "140": "Project Health Audit Report", + "141": "nest-cli.json", + "142": "graphify reference: query, path, explain", + "143": "Open Questions", + "144": "Final Phase 2 Audit Closure Report", + "145": "Transactions.tsx", + "146": "open-browsers.js", + "147": "start-dev.js", + "148": "📝 Active Agent Working Scratchpad", + "149": "🔍 Code Health Audit Review (01_auditor)", + "150": "paginated-response.schema.ts", + "151": "PetsController", + "152": "Vazirmatn Font README", + "153": "Omitted File Inspection Report", + "154": "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report", + "155": "Phase 3 Audit Traceability Matrix", + "156": "rebuild_honest_ledger.js", + "157": "validate_evidence_grade.js", + "158": "api", + "159": "Reviews.tsx", + "160": "compilerOptions", + "161": "blog/[slug]/page.tsx", + "162": "WikiService", + "163": "API Contract Specification", + "164": "⚙️ Backend Technical Review (05_dev_backend)", + "165": "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "166": "🚀 SEO & Content Strategy Review (12_seo_content)", + "167": "@types/node", + "168": "typescript", + "169": "seed-ui-texts.ts", + "170": "seed-wiki.ts", + "171": "update-blog.dto.ts", + "172": "update-home.dto.ts", + "173": "update-wiki.dto.ts", + "174": "graphify reference: add a URL and watch a folder", + "175": "graphify reference: commit hook and native CLAUDE.md integration", + "176": "graphify reference: incremental update and cluster-only", + "177": "Raw Finding Verification & Disposition Report", + "178": "React + TypeScript + Vite", + "179": "Select.tsx", + "180": "wiki/[slug]/page.tsx", + "181": "application/README.md", + "182": "NetworkBanner.tsx", + "183": "deploy.sh", + "184": "🔒 Security & Performance Review (09_devops_security)", + "185": "👁️ UX & Persona Interface Review (08_visual_qa)", + "186": "@eslint/eslintrc", + "187": "typescript-eslint", + "188": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "189": "prisma/scientificTerms.ts", + "190": "seed-blogs.ts", + "191": "seed-custom.ts", + "192": "graphify reference: GitHub clone and cross-repo merge", + "193": "graphify reference: transcribe video and audio", + "194": "Compiler Diagnostic Dispositions", + "195": "Master Task Backlog (Phase 3.3)", + "196": "build_manifest.js", + "197": "generate_classification.js", + "198": "generate_evidence.js", + "199": "generate_ledger.js", + "200": "generate_manifest.js", + "201": "sync_honest_manifest.js", + "202": "sync_manifest.js", + "203": "eslint-plugin-prettier", + "204": "globals", + "205": "tailwindcss", + "206": "@nestjs/cli", + "207": "FormField.tsx", + "208": "Input.tsx", + "209": "Textarea.tsx", + "210": "admin-panel/tsconfig.json", + "211": "about/page.tsx", + "212": "privacy/page.tsx", + "213": "next.config.ts", + "214": "Shabnam Font README", + "215": "AGENTS.md", + "216": "rules/graphify.md", + "217": ".agents/workflows/graphify.md", + "218": "instructions.md", + "219": "prettier", + "220": "prisma", + "221": "supertest", + "222": "ts-node", + "223": "@types/express", + "224": "@types/jest", + "225": "@types/js-yaml", + "226": "@types/multer", + "227": "@types/passport-jwt", + "228": "eslint-config-next", + "229": "eslint-plugin-react-hooks", + "230": "eslint-plugin-react-refresh", + "231": "ts-loader", + "232": "@tailwindcss/postcss", + "233": "@types/bcrypt", + "234": "@types/supertest", + "235": "blog.entity.ts", + "236": "home.entity.ts", + "237": "wiki.entity.ts", + "238": "User Profile Photo", + "239": "CLAUDE.md", + "240": ".claude/CLAUDE.md", + "241": "extraction-spec.md", + "242": "Products Table", + "243": "Users Table", + "244": "Architectural Audit Findings", + "245": "Cross Boundary Dependencies & Backend Architecture Specification", + "246": "Next.js Agent Rules & Brand Guidelines", + "247": "robots.ts", + "248": "application/eslint.config.mjs", + "249": "postcss.config.mjs", + "250": "vitest.setup.ts", + "251": "backup_db.sh", + "252": "start.sh", + "253": "reviews/README.md", + "254": "backend/eslint.config.mjs", + "255": "User Login API", + "256": "User Logout API", + "257": "generate-openapi.d.ts", + "258": "ApiOperation", + "259": "typescript", + "260": "@testing-library/jest-dom", + "261": "@testing-library/react", + "262": "@types/react", + "263": "typescript", + "264": "Roles", + "265": "Get", + "266": "vitest", + "267": "axios", + "268": "tailwindcss", + "279": "Canina Pharma GmbH", + "280": "Pets Table", + "281": "Canina Iran Project Introduction", + "282": "Developer Standards and Architecture", + "283": "Frontend & Admin Architecture Route Map Specification", + "284": "Project Backlog and Tasks", + "285": "eslint.config.js", + "286": "postcss.config.js", + "287": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "288": "shabnam-font-v5.0.1/CHANGELOG.md", + "289": "tailwind.config.js", + "290": "vite.config.ts", + "291": "application/CLAUDE.md", + "292": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "293": "Sahel Font Sample", + "294": "Shabnam Font Changelog", + "295": "Vazirmatn Changelog", + "296": "vitest.config.ts", + "297": "Sahel Font Variable Sample", + "298": "Shabnam Font Sample", + "299": "Production Docker Compose", + "300": "Staging Docker Compose" } diff --git a/graphify-out/2026-08-17/GRAPH_REPORT.md b/graphify-out/2026-08-17/GRAPH_REPORT.md index 79f4d67..95ca810 100644 --- a/graphify-out/2026-08-17/GRAPH_REPORT.md +++ b/graphify-out/2026-08-17/GRAPH_REPORT.md @@ -1,299 +1,303 @@ # Graph Report - canina (2026-08-17) ## Corpus Check -- 493 files · ~709,356 words +- 502 files · ~721,351 words - Verdict: corpus is large enough that graph structure adds value. ## Summary -- 3516 nodes · 5922 edges · 287 communities (192 shown, 95 thin omitted) -- Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 217 edges (avg confidence: 0.79) +- 3568 nodes · 6028 edges · 291 communities (190 shown, 101 thin omitted) +- Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 220 edges (avg confidence: 0.79) - Token cost: 0 input · 0 output ## Graph Freshness -- Built from commit: `2fca7789` +- Built from commit: `23a31203` - Run `git rev-parse HEAD` and compare to check if the graph is stale. - Run `graphify update .` after code changes (no API cost). ## Community Hubs (Navigation) -- AdminService -- pets/pets.controller.ts -- Roles +- SettingsService +- AdminController - UsersService -- CmsController -- SmsService -- AuthController -- app.module.ts -- CreateVideoDto - ProductService -- ContactService -- compilerOptions -- UserDashboard.tsx -- auth.controller.ts -- ProductsService -- lib/services/api.ts -- tickets.controller.ts -- ArchivePage.tsx -- MetricsController -- B2BService -- CategoriesController -- RedisService -- MediaController -- Ingredient Management Controller -- adminRoutes.tsx - admin.module.ts -- Coupons.tsx -- Prescription Review Controller -- Smart Advisor Controller -- Testimonials Management Controller -- src/services/api.ts -- Spinner.tsx -- PetProfile.tsx -- ZibalService -- main.ts -- admin.ts -- compilerOptions -- compilerOptions -- Transactions.tsx -- dependencies -- Node TypeScript Config -- Admin Blog Controller -- WholesaleApplyDto -- devDependencies -- Generic CRUD Controller -- seo.module.ts -- PaginationDto -- Project Build Scripts -- Home Data Module -- devDependencies -- Database Seeding Logic -- Prisma Database Migrations -- dependencies -- Orders.tsx - auth.service.ts -- BE-001 -- VetGallery.tsx -- NPM Lifecycle Scripts -- PetsController -- PrismaService -- Jest Testing Config -- CreateReviewDto -- BannersService -- FE-001 -- VerifyOtpDto -- rules/graphify.md -- App Health Controller -- dependencies - OrdersService -- Integrity Validation Scripts -- Admin Panel Package Config -- Analytics and Report Charts -- Task Orchestration Scripts -- Backend Package Config +- app.module.ts +- CmsController +- tickets.controller.ts - useSettingsStore -- React Error Boundary -- Application Package Config -- WikiController -- Error and Not Found Pages -- VPN Utility Scripts -- NestJS CLI Config -- Seed TypeScript Config -- ADM-001 -- Browser Utility Scripts -- Dev Server Startup -- Architectural Audit Findings -- Pagination API Schemas -- Font Assets and Licenses -- Ledger Rebuild Scripts -- Evidence Validation Scripts -- SslController -- Blog Post Detail Page -- @types/node +- UserDashboard.tsx +- CreateVideoDto +- compilerOptions +- CreateReviewDto +- ProductsService +- PrismaService +- lib/services/api.ts - devDependencies -- UI Text Seeding -- Wiki Terms Seeding -- Blog Management DTOs -- Home Management DTOs -- Wiki Management DTOs -- Wiki Page Routing -- toPersian -- Docker Deployment Scripts +- JwtAuthGuard +- BE-001 +- src/services/api.ts +- RedisService +- WholesaleApplyDto +- FE-001 +- ADM-001 - DB-001 -- BlogsService -- Database Migration Scripts -- Scientific Terms Schema -- Blog Data Seeding -- Custom Data Seeding -- Products Table -- Auth Architecture and Planning -- Build Manifest Generation -- Classification Data Generation -- Evidence Data Generation -- Ledger Data Generation -- Manifest Data Generation -- Honest Manifest Synchronization -- Manifest Entry Synchronization -- PaymentController - TS-001 - TEST-001 -- AdminTransactionFilterDto -- UITexts.tsx -- Admin Panel TSConfig -- About Page Component -- Privacy Page Component -- Next.js Security Configuration -- Typography and Font Assets - DEVOPS-001 - DOC-001 -- What You Must Do When Invoked -- JwtAuthGuard +- adminRoutes.tsx +- userStore.ts +- Spinner.tsx +- PetProfile.tsx +- main.ts +- B2BService +- ZibalService - راهنمای تست سیستم (Software Testing) -- Role & Core Objective -- Required Review Group Closures -- Operational Rules & Boundaries -- Operational Rules & Boundaries -- 🏢 AI Software Agency — Master Orchestration Protocol v3 -- @nestjs/cli -- Operational Rules & Boundaries -- Operational Rules & Boundaries -- Bcrypt Type Definitions -- SettingsService -- .update -- Blog Entity Model -- Home Entity Model -- Wiki Entity Model -- User Profile Management -- Pets Table -- User Database and Infrastructure -- API and Frontend Specifications -- Brand and Agent Guidelines -- Application ESLint Config -- PostCSS Configuration -- Vitest Test Setup -- Database Backup Script -- Application Startup Script +- CategoriesController +- MediaController - What You Must Do When Invoked -- User Logout Endpoint -- Company Profile -- Project Introduction -- Architecture Route Map -- Project Task Backlog -- Sahel Font Samples -- Shabnam Font History -- Vazirmatn Font History -- Variable Font Samples -- Shabnam Font Preview -- Production Docker Setup -- Staging Docker Setup -- .agents/workflows/graphify.md +- SslController +- BannersService +- What You Must Do When Invoked +- UITexts.tsx +- IngredientsService +- .update +- HomeClient.tsx +- SmartAdvisorService +- TestimonialsService - Role & Core Objective -- graphify reference: extra exports and benchmark -- graphify reference: query, path, explain -- graphify reference: add a URL and watch a folder -- graphify reference: commit hook and native CLAUDE.md integration -- graphify reference: incremental update and cluster-only -- graphify reference: GitHub clone and cross-repo merge -- graphify reference: transcribe video and audio -- Reconciled Audit Roles & Assignments -- instructions.md -- Phase 3.1 — Human Review Preparation and Master Backlog Critique -- CLAUDE.md -- .claude/CLAUDE.md -- extraction-spec.md -- User Login API -- Developer Standards and Architecture -- Deep Audit Summary Report +- PaginationDto +- ContactService +- compilerOptions +- Reports.tsx +- compilerOptions +- dependencies +- PrescriptionsService +- BlogsController +- Required Review Group Closures +- devDependencies +- Coupons.tsx - Operational Rules & Boundaries +- Operational Rules & Boundaries +- WikiController +- PaymentController +- pets/pets.controller.ts +- seo.module.ts +- admin.service.ts +- 🏢 AI Software Agency — Master Orchestration Protocol v3 +- Operational Rules & Boundaries +- Operational Rules & Boundaries +- HomeController +- scripts +- Role & Core Objective +- .handleZibalCallback +- zibal.service.ts +- Orders.tsx +- devDependencies +- exclude +- seed-products.ts +- Reconciled Audit Roles & Assignments +- 20260526145407_init/migration.sql +- Phase 3.1 — Human Review Preparation and Master Backlog Critique +- dependencies +- SmsService +- SafeImage.tsx +- compilerOptions +- scripts +- AdminService +- Deep Audit Summary Report +- dependencies +- Operational Rules & Boundaries +- jest +- PetsController - Comprehensive Change Log - Operational Rules & Boundaries +- BlogsController +- PetsService - 1. Summary of Integrity Repairs Performed - Operational Rules & Boundaries - Operational Rules & Boundaries - Operational Rules & Boundaries +- AppService +- AdminTransactionFilterDto - Vazirmatn Changelog - Vazirmatn Font فونت وزیرمتن - Operational Rules & Boundaries - backend/README.md - Repository Map +- validate_integrity.js +- admin-panel/package.json - Sahel-Font -- zibal.service.ts - Sahel-Font - Role & Core Objective -- exclude +- orchestrate.py +- backend/package.json +- graphify reference: extra exports and benchmark - Phase 2 Final Quality Gate Summary Report - Task Modifications Log - Install -- BlogsController +- ErrorBoundary +- application/package.json +- generate-openapi.js +- InitiatePaymentDto +- SmsLogQueryDto +- AuthService - System Discovery - Product Requirement Document (PRD) +- videos.controller.ts +- CreateHealthLogDto +- CreateReminderDto +- reviews.controller.ts - Baseline Command Plan & Reconciled Command History +- SmsSettingsPage.tsx +- ErrorPages.tsx +- compilerOptions +- with-vpn.sh - Architecture Specification - Project Health Audit Report +- nest-cli.json +- graphify reference: query, path, explain - Open Questions - Final Phase 2 Audit Closure Report +- Transactions.tsx +- open-browsers.js +- start-dev.js - 📝 Active Agent Working Scratchpad - 🔍 Code Health Audit Review (01_auditor) +- paginated-response.schema.ts +- PetsController +- Vazirmatn Font README - Omitted File Inspection Report - Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report - Phase 3 Audit Traceability Matrix +- rebuild_honest_ledger.js +- validate_evidence_grade.js +- api +- Reviews.tsx +- compilerOptions +- blog/[slug]/page.tsx +- WikiService - API Contract Specification - ⚙️ Backend Technical Review (05_dev_backend) - 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) - 🚀 SEO & Content Strategy Review (12_seo_content) +- @types/node +- typescript +- seed-ui-texts.ts +- seed-wiki.ts +- update-blog.dto.ts +- update-home.dto.ts +- update-wiki.dto.ts +- graphify reference: add a URL and watch a folder +- graphify reference: commit hook and native CLAUDE.md integration +- graphify reference: incremental update and cluster-only - Raw Finding Verification & Disposition Report - React + TypeScript + Vite +- Select.tsx +- wiki/[slug]/page.tsx - application/README.md +- NetworkBanner.tsx +- deploy.sh - 🔒 Security & Performance Review (09_devops_security) - 👁️ UX & Persona Interface Review (08_visual_qa) +- @eslint/eslintrc +- typescript-eslint +- 20260526160916_add_ui_texts_and_scientific_terms/migration.sql +- prisma/scientificTerms.ts +- seed-blogs.ts +- seed-custom.ts +- graphify reference: GitHub clone and cross-repo merge +- graphify reference: transcribe video and audio - Compiler Diagnostic Dispositions -- useCartStore -- ProductPage.tsx +- Master Task Backlog (Phase 3.3) +- build_manifest.js +- generate_classification.js +- generate_evidence.js +- generate_ledger.js +- generate_manifest.js +- sync_honest_manifest.js +- sync_manifest.js +- eslint-plugin-prettier - globals +- tailwindcss +- @nestjs/cli +- FormField.tsx +- Input.tsx +- Textarea.tsx +- admin-panel/tsconfig.json +- about/page.tsx +- privacy/page.tsx +- next.config.ts +- Shabnam Font README +- AGENTS.md +- rules/graphify.md +- .agents/workflows/graphify.md +- instructions.md - prettier - prisma - supertest -- ts-loader - ts-node - @types/express - @types/jest - @types/js-yaml - @types/multer +- @types/passport-jwt +- eslint-config-next - eslint-plugin-react-hooks - eslint-plugin-react-refresh -- tailwindcss +- ts-loader +- @tailwindcss/postcss +- @types/bcrypt +- @types/supertest +- blog.entity.ts +- home.entity.ts +- wiki.entity.ts +- User Profile Photo +- CLAUDE.md +- .claude/CLAUDE.md +- extraction-spec.md +- Products Table +- Users Table +- Architectural Audit Findings +- Cross Boundary Dependencies & Backend Architecture Specification +- Next.js Agent Rules & Brand Guidelines +- application/eslint.config.mjs +- postcss.config.mjs +- vitest.setup.ts +- backup_db.sh +- start.sh +- User Login API +- User Logout API +- ApiOperation - typescript - @testing-library/jest-dom - @testing-library/react - @types/react - typescript +- Roles +- Get - vitest -- typescript-eslint -- .handleZibalCallback -- PetsService -- PetsController -- generate-openapi.js -- InitiatePaymentDto -- SmsLogQueryDto -- CreateHealthLogDto -- AGENTS.md -- eslint-config-prettier -- CreateReminderDto -- Reviews.tsx -- Tickets.tsx -- Videos.tsx -- @types/passport-jwt -- @types/supertest -- typescript -- @types/react-dom -- eslint-plugin-prettier -- SmsSettingsPage.tsx -- @tailwindcss/postcss +- Canina Pharma GmbH +- Pets Table +- Canina Iran Project Introduction +- Developer Standards and Architecture +- Frontend & Admin Architecture Route Map Specification +- Project Backlog and Tasks +- Sahel Font Sample +- Shabnam Font Changelog +- Vazirmatn Changelog +- Sahel Font Variable Sample +- Shabnam Font Sample +- Production Docker Compose +- Staging Docker Compose ## God Nodes (most connected - your core abstractions) 1. `PrismaService` - 79 edges -2. `Roles()` - 73 edges +2. `Roles()` - 74 edges 3. `useSettingsStore` - 43 edges -4. `PaginationDto` - 39 edges -5. `SmsService` - 38 edges +4. `SmsService` - 41 edges +5. `PaginationDto` - 39 edges 6. `api` - 37 edges 7. `AdminService` - 34 edges 8. `AdminController` - 33 edges @@ -321,735 +325,727 @@ - **Rastikerdar Font Ecosystem** — frontend_application_public_fonts_shabnam_font_v5_0_1_readme, frontend_application_public_fonts_vazirmatn_v33_003_readme, vazir_font [EXTRACTED 0.95] - **Canina Deployment Stack** — scripts_compose_prod, scripts_compose_stage [EXTRACTED 1.00] -## Communities (287 total, 95 thin omitted) +## Communities (291 total, 101 thin omitted) -### Community 0 - "AdminService" +### Community 1 - "AdminController" +Cohesion: 0.12 +Nodes (9): AdminController, ApiBearerAuth, ApiTags, Body, Controller, Post, Put, UseGuards (+1 more) + +### Community 2 - "UsersService" Cohesion: 0.05 -Nodes (34): AdminController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+26 more) +Nodes (42): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+34 more) -### Community 1 - "pets/pets.controller.ts" -Cohesion: 0.16 -Nodes (13): CreatePetDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional, IsString (+5 more) - -### Community 2 - "Roles" -Cohesion: 0.18 -Nodes (16): Roles(), SettingsController, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+8 more) - -### Community 3 - "UsersService" +### Community 3 - "ProductService" Cohesion: 0.06 -Nodes (41): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+33 more) +Nodes (36): Blog(), getBlogs(), metadata, CatalogClient(), metadata, metadata, metadata, BlogPage() (+28 more) -### Community 4 - "CmsController" -Cohesion: 0.08 -Nodes (26): CmsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+18 more) - -### Community 6 - "AuthController" -Cohesion: 0.27 -Nodes (12): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+4 more) - -### Community 7 - "app.module.ts" -Cohesion: 0.09 -Nodes (28): B2BModule, Module, BannersModule, Module, SmsModule, Global, Module, ContactModule (+20 more) - -### Community 8 - "CreateVideoDto" +### Community 4 - "admin.module.ts" Cohesion: 0.07 -Nodes (32): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+24 more) +Nodes (18): AdminModule, Module, BlogQuery, BlogsService, Injectable, CategoryQuery, MediaService, Injectable (+10 more) -### Community 9 - "ProductService" +### Community 5 - "auth.service.ts" Cohesion: 0.06 -Nodes (34): Blog(), getBlogs(), metadata, CatalogClient(), metadata, metadata, metadata, BlogPage() (+26 more) +Nodes (45): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+37 more) -### Community 10 - "ContactService" -Cohesion: 0.13 -Nodes (11): ContactController, Body, Controller, Get, Param, Post, Put, Query (+3 more) - -### Community 11 - "compilerOptions" -Cohesion: 0.06 -Nodes (32): compilerOptions, allowJs, esModuleInterop, incremental, isolatedModules, jsx, lib, module (+24 more) - -### Community 12 - "UserDashboard.tsx" -Cohesion: 0.12 -Nodes (17): AddressModal(), AddressModalProps, CheckoutPage(), DeleteConfirmModal(), DeleteConfirmModalProps, SearchableSelect(), SearchableSelectProps, PRESET_AMOUNTS (+9 more) - -### Community 13 - "auth.controller.ts" -Cohesion: 0.10 -Nodes (19): AdminLoginDto, ApiProperty, IsEmail, IsNotEmpty, IsString, MinLength, LoginDto, ApiProperty (+11 more) - -### Community 14 - "ProductsService" -Cohesion: 0.09 -Nodes (19): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, ProductsController, ApiOperation, ApiTags (+11 more) - -### Community 15 - "lib/services/api.ts" -Cohesion: 0.08 -Nodes (16): metadata, ContactFormClient(), ContactInfoItem, PrescriptionUploadModal(), PrescriptionUploadModalProps, api, ApiErrorPayload, baseURL (+8 more) - -### Community 16 - "tickets.controller.ts" -Cohesion: 0.09 -Nodes (31): AdminUpdateTicketDto, CreateTicketDto, ReplyTicketDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString (+23 more) - -### Community 17 - "ArchivePage.tsx" -Cohesion: 0.09 -Nodes (26): HomeClient(), HomeClientProps, getHomeData(), Home(), metadata, metadata, ArchivePage(), CATEGORY_MAP (+18 more) - -### Community 18 - "MetricsController" -Cohesion: 0.29 -Nodes (5): ApiExcludeController, MetricsController, Controller, Get, Res - -### Community 19 - "B2BService" -Cohesion: 0.14 -Nodes (14): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) - -### Community 20 - "CategoriesController" -Cohesion: 0.10 -Nodes (16): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+8 more) - -### Community 21 - "RedisService" -Cohesion: 0.12 -Nodes (4): AppModule, Module, RedisService, Injectable - -### Community 22 - "MediaController" -Cohesion: 0.11 -Nodes (14): MediaController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 23 - "Ingredient Management Controller" -Cohesion: 0.13 -Nodes (14): IngredientsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 24 - "adminRoutes.tsx" -Cohesion: 0.06 -Nodes (22): App(), HeroBanner, VetTestimonial, ContactInfoItem, ContactSubmission, CategoryDist, DashboardData, SslStatus (+14 more) - -### Community 25 - "admin.module.ts" -Cohesion: 0.07 -Nodes (20): AdminModule, Module, MediaService, Injectable, ReportsController, ApiBearerAuth, ApiOperation, ApiTags (+12 more) - -### Community 26 - "Coupons.tsx" -Cohesion: 0.25 -Nodes (5): Coupon, CouponFormData, CouponModalProps, CouponTarget, Coupons - -### Community 27 - "Prescription Review Controller" -Cohesion: 0.14 -Nodes (14): PrescriptionsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) - -### Community 28 - "Smart Advisor Controller" -Cohesion: 0.13 -Nodes (14): SmartAdvisorController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 29 - "Testimonials Management Controller" -Cohesion: 0.13 -Nodes (14): TestimonialsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 30 - "src/services/api.ts" -Cohesion: 0.14 -Nodes (18): Layout(), ProtectedRoute(), MenuGroup, Sidebar(), SidebarProps, SubMenuItem, SEARCHABLE_PAGES, Topbar() (+10 more) - -### Community 31 - "Spinner.tsx" -Cohesion: 0.12 -Nodes (21): ConfirmModal(), ConfirmModalProps, Media, MediaSelector(), MediaSelectorProps, Pagination(), PaginationProps, Spinner() (+13 more) - -### Community 32 - "PetProfile.tsx" -Cohesion: 0.15 -Nodes (15): BackButton(), BackButtonProps, PetProfile(), SafeImage(), SafeImageProps, CURRENT_SYMPTOMS, MEDICAL_HISTORIES, SmartAdvisor() (+7 more) - -### Community 33 - "ZibalService" -Cohesion: 0.14 -Nodes (4): PaymentService, Injectable, Injectable, ZibalService - -### Community 34 - "main.ts" -Cohesion: 0.14 -Nodes (9): CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable, ApiErrorResponse, ErrorDetailField (+1 more) - -### Community 35 - "admin.ts" -Cohesion: 0.08 -Nodes (20): B2BManager, FinancialSettingsPage, PrescriptionsManager, SeoSettingsPage, SmartAdvisorManager, SystemSettingsPage, AdminLoginPayload, B2BInquiry (+12 more) - -### Community 36 - "compilerOptions" -Cohesion: 0.06 -Nodes (31): compilerOptions, allowSyntheticDefaultImports, baseUrl, declaration, emitDecoratorMetadata, esModuleInterop, experimentalDecorators, forceConsistentCasingInFileNames (+23 more) - -### Community 37 - "compilerOptions" -Cohesion: 0.09 -Nodes (22): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, jsx, lib, module, moduleDetection, moduleResolution (+14 more) - -### Community 38 - "Transactions.tsx" -Cohesion: 0.33 -Nodes (4): GatewayHealth, Stats, Transaction, Transactions - -### Community 39 - "dependencies" -Cohesion: 0.05 -Nodes (41): dependencies, bcrypt, bcryptjs, class-transformer, class-validator, helmet, ioredis, js-yaml (+33 more) - -### Community 40 - "Node TypeScript Config" -Cohesion: 0.10 -Nodes (20): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, lib, module, moduleDetection, moduleResolution, noEmit (+12 more) - -### Community 41 - "Admin Blog Controller" -Cohesion: 0.13 -Nodes (15): BlogsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+7 more) - -### Community 42 - "WholesaleApplyDto" -Cohesion: 0.10 -Nodes (20): ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, WholesaleApplyDto, ApiBearerAuth, ApiOperation (+12 more) - -### Community 43 - "devDependencies" -Cohesion: 0.13 -Nodes (15): eslint-config-next, devDependencies, eslint, eslint-config-next, jsdom, tailwindcss, @tailwindcss/postcss, @types/node (+7 more) - -### Community 44 - "Generic CRUD Controller" -Cohesion: 0.13 -Nodes (14): ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 45 - "seo.module.ts" -Cohesion: 0.16 -Nodes (10): SeoController, ApiOperation, ApiTags, Controller, Get, Param, SeoModule, Module (+2 more) - -### Community 46 - "PaginationDto" -Cohesion: 0.07 -Nodes (24): CategoryQuery, BlogsModule, Module, BlogsService, Injectable, PaginationDto, SortOrder, ApiPropertyOptional (+16 more) - -### Community 47 - "Project Build Scripts" -Cohesion: 0.11 -Nodes (17): concurrently, devDependencies, concurrently, name, private, scripts, build, build:admin (+9 more) - -### Community 48 - "Home Data Module" -Cohesion: 0.16 -Nodes (10): HomeController, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, HomeModule, Module (+2 more) - -### Community 49 - "devDependencies" -Cohesion: 0.11 -Nodes (19): autoprefixer, devDependencies, autoprefixer, eslint, @eslint/js, globals, postcss, @types/node (+11 more) - -### Community 50 - "Database Seeding Logic" -Cohesion: 0.17 -Nodes (12): prisma, main(), prisma, determineSuitableFor(), findOrCreateCategory(), getProductImageUrl(), main(), parseSize() (+4 more) - -### Community 51 - "Prisma Database Migrations" -Cohesion: 0.27 -Nodes (14): "coupons", "health_logs", "order_items", "orders", "pet_medical_conditions", "pets", "product_ingredients", "product_symptoms" (+6 more) - -### Community 52 - "dependencies" -Cohesion: 0.10 -Nodes (21): dependencies, axios, lucide-react, react, react-dom, react-hot-toast, react-router-dom, recharts (+13 more) - -### Community 53 - "Orders.tsx" -Cohesion: 0.16 -Nodes (13): Skeleton(), getPaymentMethodLabel(), Order, OrderItem, Orders(), PaymentTx, statusStyles, toPersianDigits() (+5 more) - -### Community 54 - "auth.service.ts" -Cohesion: 0.12 -Nodes (11): AdminLoginInput, AuthService, LoginInput, RegisterInput, Injectable, SendOtpDto, ApiProperty, IsNotEmpty (+3 more) - -### Community 55 - "BE-001" -Cohesion: 0.06 -Nodes (32): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, BE-001, Category, Completion Statement, Confidence (+24 more) - -### Community 56 - "VetGallery.tsx" -Cohesion: 0.22 -Nodes (8): DisplayVideoItem, FALLBACK_VIDEOS, TestimonialItem, VetGallery(), FALLBACK_VIDEOS, VideosPage(), Video, videoService - -### Community 57 - "NPM Lifecycle Scripts" -Cohesion: 0.14 -Nodes (14): scripts, build, docs:generate, format, lint, start, start:debug, start:dev (+6 more) - -### Community 58 - "PetsController" -Cohesion: 0.10 -Nodes (14): PetsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Controller, Delete, Get (+6 more) - -### Community 59 - "PrismaService" -Cohesion: 0.08 -Nodes (14): B2BWholesaleOrderItem, MeliPayamakPattern, MeliPayamakResponse, SendPatternSmsOptions, SmsConfig, SmsLogQuery, CreateContactSubmissionDto, UpdateContactInfoItemDto (+6 more) - -### Community 60 - "Jest Testing Config" -Cohesion: 0.15 -Nodes (13): jest, collectCoverageFrom, coverageDirectory, moduleFileExtensions, rootDir, testEnvironment, testRegex, transform (+5 more) - -### Community 61 - "CreateReviewDto" -Cohesion: 0.07 -Nodes (29): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+21 more) - -### Community 62 - "BannersService" -Cohesion: 0.13 -Nodes (15): BannersController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) - -### Community 63 - "FE-001" -Cohesion: 0.06 -Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Architecture Overview & Confirmed Strengths, Category, Completion Statement, Confidence (+23 more) - -### Community 64 - "VerifyOtpDto" -Cohesion: 0.29 -Nodes (6): ApiProperty, IsNotEmpty, IsString, Matches, VerifyOtpDto, Length - -### Community 66 - "App Health Controller" -Cohesion: 0.29 -Nodes (5): AppController, Controller, Get, AppService, Injectable - -### Community 67 - "dependencies" -Cohesion: 0.12 -Nodes (17): dependencies, axios, lucide-react, motion, next, react, react-dom, sonner (+9 more) - -### Community 68 - "OrdersService" +### Community 6 - "OrdersService" Cohesion: 0.07 Nodes (29): CreateOrderDto, OrderItemDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional (+21 more) -### Community 69 - "Integrity Validation Scripts" -Cohesion: 0.20 -Nodes (9): dispSum, errors, invalidNewIds, manifest, report, trackedFiles, uninspected, verifiedIndex (+1 more) +### Community 7 - "app.module.ts" +Cohesion: 0.08 +Nodes (28): B2BModule, Module, BannersModule, Module, CmsModule, Module, SmsModule, Global (+20 more) -### Community 70 - "Admin Panel Package Config" -Cohesion: 0.20 -Nodes (9): name, private, scripts, build, dev, lint, preview, type (+1 more) +### Community 8 - "CmsController" +Cohesion: 0.09 +Nodes (24): CmsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+16 more) -### Community 71 - "Analytics and Report Charts" -Cohesion: 0.20 -Nodes (7): BestSellerItem, CategoryDistItem, COLORS, CustomTooltipProps, ReportData, TopCouponItem, Reports +### Community 9 - "tickets.controller.ts" +Cohesion: 0.09 +Nodes (29): AdminUpdateTicketDto, CreateTicketDto, ReplyTicketDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString (+21 more) -### Community 72 - "Task Orchestration Scripts" -Cohesion: 0.53 -Nodes (8): cmd_next_task(), cmd_progress(), cmd_reset(), cmd_status(), cmd_unblock(), load_json(), main(), save_json() +### Community 10 - "useSettingsStore" +Cohesion: 0.09 +Nodes (23): metadata, BrandLogo(), BrandLogoProps, EnamadBadge(), Footer(), Hero(), StatCounter(), MaintenancePage() (+15 more) -### Community 73 - "Backend Package Config" -Cohesion: 0.22 -Nodes (8): author, description, license, name, prisma, seed, private, version +### Community 11 - "UserDashboard.tsx" +Cohesion: 0.09 +Nodes (29): AddressModal(), AddressModalProps, BackButton(), BackButtonProps, CheckoutPage(), DeleteConfirmModal(), DeleteConfirmModalProps, HeaderButton() (+21 more) -### Community 74 - "useSettingsStore" -Cohesion: 0.15 -Nodes (14): metadata, BrandLogo(), BrandLogoProps, EnamadBadge(), Footer(), MENU_ICONS, MaintenancePage(), TickerBanner() (+6 more) +### Community 12 - "CreateVideoDto" +Cohesion: 0.09 +Nodes (24): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+16 more) -### Community 75 - "React Error Boundary" -Cohesion: 0.22 -Nodes (3): ErrorBoundary, Props, State +### Community 13 - "compilerOptions" +Cohesion: 0.10 +Nodes (20): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, lib, module, moduleDetection, moduleResolution, noEmit (+12 more) -### Community 76 - "Application Package Config" -Cohesion: 0.22 -Nodes (8): name, private, scripts, build, dev, lint, start, version +### Community 14 - "CreateReviewDto" +Cohesion: 0.07 +Nodes (29): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+21 more) -### Community 77 - "WikiController" +### Community 15 - "ProductsService" +Cohesion: 0.09 +Nodes (19): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, ProductsController, ApiOperation, ApiTags (+11 more) + +### Community 16 - "PrismaService" +Cohesion: 0.08 +Nodes (20): ApiExcludeController, B2BWholesaleOrderItem, MetricsController, Controller, Get, Res, MeliPayamakPattern, MeliPayamakResponse (+12 more) + +### Community 17 - "lib/services/api.ts" +Cohesion: 0.06 +Nodes (15): metadata, ContactFormClient(), ContactInfoItem, api, ApiErrorPayload, BASE_DOMAIN, baseURL, ApiErr (+7 more) + +### Community 18 - "devDependencies" +Cohesion: 0.09 +Nodes (23): devDependencies, eslint, eslint-config-prettier, @eslint/js, jest, @nestjs/schematics, @nestjs/testing, source-map-support (+15 more) + +### Community 19 - "JwtAuthGuard" Cohesion: 0.21 -Nodes (9): ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param, Query (+1 more) +Nodes (7): JwtAuthGuard, Injectable, ROLES_KEY, RequestWithUser, RolesGuard, Injectable, UserReqPayload -### Community 79 - "VPN Utility Scripts" -Cohesion: 0.62 -Nodes (6): cleanup(), log(), with-vpn.sh script, start_vpn(), stop_vpn(), vpn_is_up() +### Community 20 - "BE-001" +Cohesion: 0.06 +Nodes (32): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, BE-001, Category, Completion Statement, Confidence (+24 more) -### Community 80 - "NestJS CLI Config" -Cohesion: 0.33 -Nodes (5): collection, compilerOptions, deleteOutDir, $schema, sourceRoot +### Community 21 - "src/services/api.ts" +Cohesion: 0.11 +Nodes (22): ProtectedRoute(), Login(), B2BManager, SmartAdvisorManager, SystemSettingsPage, ApiErrorPayload, failedQueue, useAdminAuthStore (+14 more) -### Community 81 - "Seed TypeScript Config" -Cohesion: 0.33 -Nodes (5): compilerOptions, esModuleInterop, module, moduleResolution, skipLibCheck +### Community 22 - "RedisService" +Cohesion: 0.10 +Nodes (7): AppModule, Module, RedisModule, Global, Module, RedisService, Injectable -### Community 82 - "ADM-001" +### Community 23 - "WholesaleApplyDto" +Cohesion: 0.10 +Nodes (20): ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, WholesaleApplyDto, ApiBearerAuth, ApiOperation (+12 more) + +### Community 24 - "FE-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Architecture Overview & Confirmed Strengths, Category, Completion Statement, Confidence (+23 more) + +### Community 25 - "ADM-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, ADM-001, Admin Features Audit Report, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement (+23 more) -### Community 83 - "Browser Utility Scripts" -Cohesion: 0.40 -Nodes (5): checkAndOpen(), { exec }, http, openUrl(), URLS - -### Community 84 - "Dev Server Startup" -Cohesion: 0.33 -Nodes (4): backend, http, { spawn }, waitForBackend() - -### Community 86 - "Pagination API Schemas" -Cohesion: 0.50 -Nodes (3): PaginatedResponse, PaginationMeta, ApiProperty - -### Community 87 - "Font Assets and Licenses" -Cohesion: 0.40 -Nodes (5): DejaVu Sans Font, Vazirmatn Authors, SIL Open Font License (OFL), Vazirmatn Font README, Roboto Font - -### Community 88 - "Ledger Rebuild Scripts" -Cohesion: 0.40 -Nodes (4): evidenceList, ledger, mandatoryMap, mandatoryScope - -### Community 89 - "Evidence Validation Scripts" -Cohesion: 0.40 -Nodes (4): activeFiles, errors, validationOutput, warnings - -### Community 90 - "SslController" -Cohesion: 0.13 -Nodes (14): SslController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Post (+6 more) - -### Community 91 - "Blog Post Detail Page" -Cohesion: 0.60 -Nodes (4): BlogPostPage(), generateMetadata(), getBlog(), revalidate - -### Community 93 - "devDependencies" -Cohesion: 0.09 -Nodes (23): devDependencies, eslint, @eslint/eslintrc, @eslint/js, jest, @nestjs/schematics, @nestjs/testing, source-map-support (+15 more) - -### Community 99 - "Wiki Page Routing" -Cohesion: 0.83 -Nodes (3): generateMetadata(), getWikiTerm(), WikiTermPage() - -### Community 100 - "toPersian" -Cohesion: 0.11 -Nodes (21): ClientLayout(), VerifyContent(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), CartDrawer(), HeaderButton() (+13 more) - -### Community 101 - "Docker Deployment Scripts" -Cohesion: 0.50 -Nodes (3): COMPOSE_DOCKER_CLI_BUILD, DOCKER_BUILDKIT, deploy.sh script - -### Community 102 - "DB-001" +### Community 26 - "DB-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Database and Data Integrity Audit Report (+23 more) -### Community 103 - "BlogsService" -Cohesion: 0.22 -Nodes (3): BlogQuery, BlogsService, Injectable - -### Community 109 - "Auth Architecture and Planning" -Cohesion: 0.67 -Nodes (3): ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management, Master Task Backlog (Phase 3.3), Phase 3 Master Execution Plan - -### Community 117 - "PaymentController" -Cohesion: 0.25 -Nodes (13): PaymentController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+5 more) - -### Community 118 - "TS-001" +### Community 27 - "TS-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 119 - "TEST-001" +### Community 28 - "TEST-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 120 - "AdminTransactionFilterDto" -Cohesion: 0.25 -Nodes (7): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type - -### Community 121 - "UITexts.tsx" -Cohesion: 0.29 -Nodes (5): GROUP_PAGE_MAP, GROUPS, KEY_LABELS_FA, PAGE_TABS, UITexts - -### Community 126 - "Typography and Font Assets" -Cohesion: 0.67 -Nodes (3): Shabnam Font README, Shabnam Font Sample, Vazir Font - -### Community 127 - "DEVOPS-001" +### Community 29 - "DEVOPS-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 128 - "DOC-001" +### Community 30 - "DOC-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 129 - "What You Must Do When Invoked" -Cohesion: 0.07 -Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) +### Community 31 - "adminRoutes.tsx" +Cohesion: 0.06 +Nodes (26): App(), ContactInfoItem, ContactSubmission, CategoryDist, DashboardData, SslStatus, Ticket, TicketMessage (+18 more) -### Community 130 - "JwtAuthGuard" -Cohesion: 0.18 -Nodes (7): JwtAuthGuard, Injectable, ROLES_KEY, RequestWithUser, RolesGuard, Injectable, UserReqPayload +### Community 32 - "userStore.ts" +Cohesion: 0.11 +Nodes (23): ClientLayout(), VerifyContent(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), CartDrawer(), Header() (+15 more) -### Community 131 - "راهنمای تست سیستم (Software Testing)" +### Community 33 - "Spinner.tsx" +Cohesion: 0.10 +Nodes (23): ConfirmModal(), ConfirmModalProps, Media, MediaSelector(), MediaSelectorProps, Pagination(), PaginationProps, Spinner() (+15 more) + +### Community 34 - "PetProfile.tsx" +Cohesion: 0.08 +Nodes (26): metadata, ArchivePage(), ArchiveProductCard(), CATEGORY_MAP, ICON_MAP, FeaturedProducts(), ProductCard(), OrderSuccess() (+18 more) + +### Community 35 - "main.ts" +Cohesion: 0.14 +Nodes (9): CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable, ApiErrorResponse, ErrorDetailField (+1 more) + +### Community 36 - "B2BService" +Cohesion: 0.14 +Nodes (14): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) + +### Community 37 - "ZibalService" +Cohesion: 0.14 +Nodes (4): PaymentService, Injectable, Injectable, ZibalService + +### Community 38 - "راهنمای تست سیستم (Software Testing)" Cohesion: 0.07 Nodes (25): اجرای بک‌اند, اجرای فرانت‌اند, اجرای پروژه در سرور با PM2, برای راه‌اندازی بک‌اند:, برای راه‌اندازی فرانت‌اند Next.js:, بیلد کردن پروژه (Building), ذخیره پروسه‌ها تا پس از ری‌استارت سرور قطع نشوند:, راه‌اندازی و انتشار سیستم (Setup & Deployment) (+17 more) -### Community 132 - "Role & Core Objective" -Cohesion: 0.09 -Nodes (22): CREATE MODE — Normal Operation, Expected JSON Output Schema, File Scope Boundary, Forbidden Actions, MODE 1: REVIEW (called during Review Phase), MODE 2: CONTENT CREATION (standalone task from backlog), Operating Modes, Operational Rules & Boundaries (+14 more) - -### Community 133 - "Required Review Group Closures" +### Community 39 - "CategoriesController" Cohesion: 0.10 -Nodes (19): 10. Orders Backend, 11. Settings & Administrative Backend, 12. Prisma Schema, Migrations & Seed, 13. Redis & Temporary Auth State, 14. Unit & E2E Tests, 15. Docker, NGINX, Prometheus & Deployment Config, 16. Documentation & OpenAPI Artifacts, 1. Storefront Shell & Routing (+11 more) +Nodes (16): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+8 more) -### Community 134 - "Operational Rules & Boundaries" +### Community 40 - "MediaController" Cohesion: 0.11 -Nodes (18): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. API Mocking Requirement, 4. Modular Component Architecture, 5. Responsive Design (Mandatory), 6. File Scope Boundary, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) +Nodes (14): MediaController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) -### Community 135 - "Operational Rules & Boundaries" -Cohesion: 0.11 -Nodes (18): 1. Framework-Aware Analysis, 2. DOM & Semantic Structure Analysis, 3. Accessibility Compliance, 4. Responsive Layout Verification, 5. Fallback Inspection Mode, 6. Defect Routing Protocol, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) - -### Community 136 - "🏢 AI Software Agency — Master Orchestration Protocol v3" -Cohesion: 0.11 -Nodes (17): Activation, Agent Directory Reference, 🏢 AI Software Agency — Master Orchestration Protocol v3, Phase 1: Specialist Review (All agents read, none write code yet), Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode), Phase 3: Execution (Same as always), PIPELINE A — New Project (GREENFIELD), PIPELINE B — Review & Improve Existing Project (REVIEW_AND_PLAN) ★ (+9 more) - -### Community 138 - "Operational Rules & Boundaries" -Cohesion: 0.11 -Nodes (17): 1. Hierarchical Decomposition Algorithm (3-Tier), 2. Sub-step Definition (Required for all tasks), 3. Brownfield Completeness Rule, 4. Role Assignment Rules, 5. Dependency Tracking (Strict), 6. Priority Assignment, 7. Forbidden Actions, DECOMPOSE MODE — Normal Operation (New Projects) (+9 more) - -### Community 139 - "Operational Rules & Boundaries" -Cohesion: 0.11 -Nodes (17): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. Mandatory Test Authoring, 4. Code Quality Standards, 5. File Scope Boundary, 6. Forbidden Actions, Expected JSON Output Schema, IMPLEMENT MODE — Normal Operation (+9 more) - -### Community 142 - ".update" -Cohesion: 0.24 -Nodes (11): ApiNotFoundResponse, ApiOkResponse, ApiOperation, Body, Delete, Get, Param, Patch (+3 more) - -### Community 157 - "What You Must Do When Invoked" +### Community 41 - "What You Must Do When Invoked" Cohesion: 0.07 Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) -### Community 177 - "Role & Core Objective" +### Community 42 - "SslController" +Cohesion: 0.13 +Nodes (14): SslController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Post (+6 more) + +### Community 43 - "BannersService" +Cohesion: 0.13 +Nodes (15): BannersController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) + +### Community 44 - "What You Must Do When Invoked" +Cohesion: 0.07 +Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) + +### Community 45 - "UITexts.tsx" +Cohesion: 0.10 +Nodes (16): Badge(), BadgeProps, BadgeVariant, variantStyles, ImagePreviewModal(), ImagePreviewModalProps, ToggleSwitch(), ToggleSwitchProps (+8 more) + +### Community 46 - "IngredientsService" +Cohesion: 0.13 +Nodes (14): IngredientsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 47 - ".update" +Cohesion: 0.24 +Nodes (11): ApiNotFoundResponse, ApiOkResponse, ApiOperation, Body, Delete, Get, Param, Patch (+3 more) + +### Community 48 - "HomeClient.tsx" +Cohesion: 0.16 +Nodes (17): HomeClient(), HomeClientProps, getHomeData(), Home(), metadata, BannerPlacement(), BannerPlacementProps, VetGallery() (+9 more) + +### Community 49 - "SmartAdvisorService" +Cohesion: 0.13 +Nodes (14): SmartAdvisorController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 50 - "TestimonialsService" +Cohesion: 0.13 +Nodes (14): TestimonialsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 51 - "Role & Core Objective" +Cohesion: 0.09 +Nodes (22): CREATE MODE — Normal Operation, Expected JSON Output Schema, File Scope Boundary, Forbidden Actions, MODE 1: REVIEW (called during Review Phase), MODE 2: CONTENT CREATION (standalone task from backlog), Operating Modes, Operational Rules & Boundaries (+14 more) + +### Community 52 - "PaginationDto" +Cohesion: 0.06 +Nodes (32): BlogsModule, Module, BlogsService, Injectable, PaginationDto, SortOrder, ApiPropertyOptional, IsEnum (+24 more) + +### Community 53 - "ContactService" +Cohesion: 0.13 +Nodes (11): ContactController, Body, Controller, Get, Param, Post, Put, Query (+3 more) + +### Community 54 - "compilerOptions" +Cohesion: 0.06 +Nodes (31): compilerOptions, allowSyntheticDefaultImports, baseUrl, declaration, emitDecoratorMetadata, esModuleInterop, experimentalDecorators, forceConsistentCasingInFileNames (+23 more) + +### Community 55 - "Reports.tsx" +Cohesion: 0.20 +Nodes (7): BestSellerItem, CategoryDistItem, COLORS, CustomTooltipProps, ReportData, TopCouponItem, Reports + +### Community 56 - "compilerOptions" +Cohesion: 0.09 +Nodes (22): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, jsx, lib, module, moduleDetection, moduleResolution (+14 more) + +### Community 57 - "dependencies" +Cohesion: 0.05 +Nodes (41): dependencies, bcrypt, bcryptjs, class-transformer, class-validator, helmet, ioredis, js-yaml (+33 more) + +### Community 58 - "PrescriptionsService" +Cohesion: 0.14 +Nodes (14): PrescriptionsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) + +### Community 59 - "BlogsController" +Cohesion: 0.13 +Nodes (15): BlogsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+7 more) + +### Community 60 - "Required Review Group Closures" +Cohesion: 0.10 +Nodes (19): 10. Orders Backend, 11. Settings & Administrative Backend, 12. Prisma Schema, Migrations & Seed, 13. Redis & Temporary Auth State, 14. Unit & E2E Tests, 15. Docker, NGINX, Prometheus & Deployment Config, 16. Documentation & OpenAPI Artifacts, 1. Storefront Shell & Routing (+11 more) + +### Community 61 - "devDependencies" +Cohesion: 0.13 +Nodes (15): devDependencies, eslint, jsdom, tailwindcss, @tailwindcss/postcss, @types/node, @types/react-dom, @vitejs/plugin-react (+7 more) + +### Community 62 - "Coupons.tsx" +Cohesion: 0.13 +Nodes (12): formatPriceWithCommas(), PriceInput(), PriceInputProps, toEnglishDigits(), Coupon, CouponFormData, CouponModalProps, CouponTarget (+4 more) + +### Community 63 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (18): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. API Mocking Requirement, 4. Modular Component Architecture, 5. Responsive Design (Mandatory), 6. File Scope Boundary, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) + +### Community 64 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (18): 1. Framework-Aware Analysis, 2. DOM & Semantic Structure Analysis, 3. Accessibility Compliance, 4. Responsive Layout Verification, 5. Fallback Inspection Mode, 6. Defect Routing Protocol, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) + +### Community 65 - "WikiController" +Cohesion: 0.13 +Nodes (14): ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 66 - "PaymentController" +Cohesion: 0.25 +Nodes (13): PaymentController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+5 more) + +### Community 67 - "pets/pets.controller.ts" +Cohesion: 0.16 +Nodes (13): CreatePetDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional, IsString (+5 more) + +### Community 68 - "seo.module.ts" +Cohesion: 0.16 +Nodes (10): SeoController, ApiOperation, ApiTags, Controller, Get, Param, SeoModule, Module (+2 more) + +### Community 69 - "admin.service.ts" +Cohesion: 0.14 +Nodes (14): CouponTargetInput, PaginationQuery, ProductInput, CreateUserDto, ApiProperty, ApiPropertyOptional, IsEmail, IsNotEmpty (+6 more) + +### Community 70 - "🏢 AI Software Agency — Master Orchestration Protocol v3" +Cohesion: 0.11 +Nodes (17): Activation, Agent Directory Reference, 🏢 AI Software Agency — Master Orchestration Protocol v3, Phase 1: Specialist Review (All agents read, none write code yet), Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode), Phase 3: Execution (Same as always), PIPELINE A — New Project (GREENFIELD), PIPELINE B — Review & Improve Existing Project (REVIEW_AND_PLAN) ★ (+9 more) + +### Community 71 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (17): 1. Hierarchical Decomposition Algorithm (3-Tier), 2. Sub-step Definition (Required for all tasks), 3. Brownfield Completeness Rule, 4. Role Assignment Rules, 5. Dependency Tracking (Strict), 6. Priority Assignment, 7. Forbidden Actions, DECOMPOSE MODE — Normal Operation (New Projects) (+9 more) + +### Community 72 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (17): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. Mandatory Test Authoring, 4. Code Quality Standards, 5. File Scope Boundary, 6. Forbidden Actions, Expected JSON Output Schema, IMPLEMENT MODE — Normal Operation (+9 more) + +### Community 73 - "HomeController" +Cohesion: 0.16 +Nodes (10): HomeController, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, HomeModule, Module (+2 more) + +### Community 74 - "scripts" +Cohesion: 0.11 +Nodes (17): concurrently, devDependencies, concurrently, name, private, scripts, build, build:admin (+9 more) + +### Community 75 - "Role & Core Objective" Cohesion: 0.12 Nodes (16): 1. Active Secret Scanning (All Modified Files), 2. Docker Container Verification (if Dockerfile exists), 3. CI/CD Basic Check (if `.github/workflows/` exists), 4. Failure Routing Protocol, 5. Forbidden Actions, ENFORCE MODE — Normal Operation, Expected JSON Output Schema, Operational Rules & Boundaries (+8 more) -### Community 178 - "graphify reference: extra exports and benchmark" -Cohesion: 0.22 -Nodes (8): graphify reference: extra exports and benchmark, Step 6b - Wiki (only if --wiki flag), Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag), Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag), Step 7b - SVG export (only if --svg flag), Step 7c - GraphML export (only if --graphml flag), Step 7d - MCP server (only if --mcp flag), Step 8 - Token reduction benchmark (only if total_words > 5000) - -### Community 179 - "graphify reference: query, path, explain" -Cohesion: 0.33 -Nodes (5): For /graphify explain, For /graphify path, graphify reference: query, path, explain, Step 0 — Constrained query expansion (REQUIRED before traversal), Step 1 — Traversal - -### Community 180 - "graphify reference: add a URL and watch a folder" -Cohesion: 0.50 -Nodes (3): For /graphify add, For --watch, graphify reference: add a URL and watch a folder - -### Community 181 - "graphify reference: commit hook and native CLAUDE.md integration" -Cohesion: 0.50 -Nodes (3): For git commit hook, For native CLAUDE.md integration, graphify reference: commit hook and native CLAUDE.md integration - -### Community 182 - "graphify reference: incremental update and cluster-only" -Cohesion: 0.50 -Nodes (3): For --cluster-only, For --update (incremental re-extraction), graphify reference: incremental update and cluster-only - -### Community 185 - "Reconciled Audit Roles & Assignments" -Cohesion: 0.12 -Nodes (15): 10. Documentation Engineer, 1. Lead Architect / Orchestrator, 2. React / Vite Storefront Auditor, 3. NestJS Backend Auditor, 4. Admin Features Auditor, 5. Database & Data Integrity Auditor, 6. Security Auditor, 7. TypeScript & Code Quality Auditor (+7 more) - -### Community 187 - "Phase 3.1 — Human Review Preparation and Master Backlog Critique" -Cohesion: 0.13 -Nodes (14): 10. Dependency & Wave Adjustments, 11. Acceptance Criteria Refinements, 12. Business and Product Decision Classification, 13. Final Recommended Backlog Summary, 1. Executive Assessment, 2. Findings That Require No Change, 3. Findings Requiring Task Refinements, 4. Tasks Requiring Splitting (+6 more) - -### Community 193 - "Deep Audit Summary Report" -Cohesion: 0.14 -Nodes (13): 1. Audit Overview, 2. Findings Metrics, 3. Inspected Scope & Command Log, 4. Key Business & Integration Questions, 5. Audit Limitations & Integrity Confirmation, 6. Exact Next Recommended Phase, Blocked Commands & Reasons, By Confidence (+5 more) - -### Community 194 - "Operational Rules & Boundaries" -Cohesion: 0.15 -Nodes (12): 1. Stack Detection (Brownfield), 2. Stack Selection (Greenfield), 3. Single Non-Negotiable Stack Choice, 4. Tech Stack Must Be Written to state.json, 5. Directory Layout, 6. OpenAPI / API Contract, 7. Forbidden Actions, Expected JSON Output Schema (+4 more) - -### Community 195 - "Comprehensive Change Log" -Cohesion: 0.15 -Nodes (12): 10. `TASK-VERIFY-001`, 1. `TASK-SEC-001`, 2. `TASK-SEC-002`, 3. `TASK-SEC-003`, 4. `TASK-FIN-001`, 5. `TASK-BUILD-001`, 6. `TASK-AUTH-001`, 7. `TASK-FE-001` (+4 more) - -### Community 196 - "Operational Rules & Boundaries" -Cohesion: 0.17 -Nodes (11): 1. Detect Test Runner from Tech Stack, 2. Execution Output Capture (Mandatory), 3. Acceptance Criteria Verification, 4. Failure Routing Protocol, 5. Success Routing Protocol, 6. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries (+3 more) - -### Community 197 - "1. Summary of Integrity Repairs Performed" -Cohesion: 0.17 -Nodes (11): 1.1 Authoritative Source File Inventory Rebuilt, 1.2 Raw Finding Dispositions Reconciled, 1.3 Finding Identifier Normalization, 1.4 Rejected Finding Cleanup, 1. Summary of Integrity Repairs Performed, 2. Final Verified Finding Metrics, 3. Reference and Compiler Integrity Results, 4. Quality Gate Conclusion (+3 more) - -### Community 198 - "Operational Rules & Boundaries" -Cohesion: 0.18 -Nodes (10): 1. Detect Tech Stack First (Universal), 2. Explicit Scoring Methodology (Universal), 3. Code Coverage Ratio Rule, 4. Deep Directory Scanning, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) - -### Community 199 - "Operational Rules & Boundaries" -Cohesion: 0.18 -Nodes (10): 1. Mark Active Task as Complete, 2. Documentation Updates, 3. Dynamic Routing Protocol (CRITICAL), 4. Backlog Insufficiency Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) - -### Community 200 - "Operational Rules & Boundaries" -Cohesion: 0.18 -Nodes (10): 1. Pre-Deployment Checklist, 2. Build Verification, 3. Deployment Strategy (Based on Target), 4. Post-Deployment Health Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) - -### Community 201 - "Vazirmatn Changelog" -Cohesion: 0.18 -Nodes (10): 32.0.0, 32.1, 32.101, 32.102, 33.000, 33.001, 33.002, 33.003 (+2 more) - -### Community 202 - "Vazirmatn Font فونت وزیرمتن" -Cohesion: 0.18 -Nodes (10): Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts)), Authors, Build, CDN, Download, Install, License, [npm](https://www.npmjs.com/package/vazirmatn) (+2 more) - -### Community 203 - "Operational Rules & Boundaries" -Cohesion: 0.20 -Nodes (9): 1. Mode & Direction Decision, 2. Brownfield Strategic Evaluation, 3. Risk Assessment, 4. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective (+1 more) - -### Community 204 - "backend/README.md" -Cohesion: 0.20 -Nodes (9): Compile and run the project, Deployment, Description, License, Project setup, Resources, Run tests, Stay in touch (+1 more) - -### Community 205 - "Repository Map" -Cohesion: 0.20 -Nodes (9): 1. Active Customer Storefront: React 19 + Vite Application, 2. Active Backend Service: NestJS Application, 3. Excluded Placeholder / Non-Auditable Directories, Active Applications & Non-Auditable Scopes, Documentation Governance, Important Configuration & Infrastructure Files, Mandatory Global Audit Exclusions, Repository Map (+1 more) - -### Community 206 - "Sahel-Font" -Cohesion: 0.20 -Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) - -### Community 207 - "zibal.service.ts" -Cohesion: 0.16 -Nodes (9): GatewayHealthResult, IPaymentGateway, PaymentInquiryResult, PaymentRequestOptions, PaymentRequestResult, PaymentVerifyResult, ZibalInquiryResponse, ZibalRequestResponse (+1 more) - -### Community 208 - "Sahel-Font" -Cohesion: 0.20 -Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) - -### Community 209 - "Role & Core Objective" -Cohesion: 0.22 -Nodes (8): 1. Ask — Don't Assume, 2. Forbidden Actions, Brownfield Detection, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective, Strict Input Specifications (What files to read) - -### Community 210 - "exclude" -Cohesion: 0.22 -Nodes (8): exclude, extends, dist, node_modules, prisma, **/*spec.ts, test, ./tsconfig.json - -### Community 211 - "Phase 2 Final Quality Gate Summary Report" -Cohesion: 0.22 -Nodes (8): 1. Executive Summary, 2. Final Verified Finding Breakdown, 3. Source Coverage & Diagnostic Metrics, 4. Integrity Check & Quality Gate Status, 5. Exact Next Recommended Phase, By Confidence, By Severity, Phase 2 Final Quality Gate Summary Report - -### Community 212 - "Task Modifications Log" -Cohesion: 0.22 -Nodes (8): 1. `TASK-AUTH-001`, 2. `TASK-FIN-001`, 3. `DECISION-002`, 4. `TASK-VERIFY-001`, 5. `TASK-SEC-001` & `TASK-SEC-002`, 6. `TASK-BUILD-001` & Execution Waves, Phase 3.1 — Master Task Backlog Change Log, Task Modifications Log - -### Community 213 - "Install" -Cohesion: 0.22 -Nodes (8): Arch Linux, bower, Install, npm, Shabnam Font, yarn, طریقه استفاده در صفحات وب:, نمونه متن Sample: - -### Community 214 - "BlogsController" -Cohesion: 0.21 -Nodes (9): BlogsController, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param (+1 more) - -### Community 215 - "System Discovery" -Cohesion: 0.25 -Nodes (7): Active Core Applications, Current Architecture, Evidence-Based Status Matrix, Excluded / Non-Auditable Artifacts, Major Business Domains Discovered, System Discovery, Technical Architecture Summary - -### Community 216 - "Product Requirement Document (PRD)" -Cohesion: 0.29 -Nodes (6): 1. Executive Vision, 2. Target Audience, 3. Functional Requirements, 4. Non-Functional Requirements (Performance, Security), 5. Epic / Feature Breakdown, Product Requirement Document (PRD) - -### Community 217 - "Baseline Command Plan & Reconciled Command History" -Cohesion: 0.29 -Nodes (6): Attempted Command Execution Log, Backend `backend/package.json` Scripts, Baseline Command Plan & Reconciled Command History, Package Scripts Safety Analysis, Permitted Safe Checks for Phase 2, Root `package.json` Scripts - -### Community 218 - "Architecture Specification" -Cohesion: 0.33 -Nodes (5): 1. Single Non-Negotiable Tech Stack, 2. Directory Structure Tree, 3. State Management Strategy, 4. Deployment / Docker Architecture, Architecture Specification - -### Community 219 - "Project Health Audit Report" -Cohesion: 0.33 -Nodes (5): 1. Audit Score Summary, 2. Technical Debt Inventory, 3. Outdated Dependencies List, 4. Security Risks (.env leaks, unprotected ports), Project Health Audit Report - -### Community 220 - "Open Questions" -Cohesion: 0.33 -Nodes (5): 1. Storefront Migration Roadmap (`frontend/application`), 2. Payment Gateway Integration Provider, 3. Deployment & CI/CD Pipeline Specifications, 4. SMS / OTP Service Provider, Open Questions - -### Community 221 - "Final Phase 2 Audit Closure Report" -Cohesion: 0.33 -Nodes (5): 1. Executive Summary & Honest Review-Tier Metrics, 2. Reconciled Findings & Canonical Identifier Normalization, 3. Validation & Integrity Verification, 4. Final Quality Gate Conclusion, Final Phase 2 Audit Closure Report - -### Community 222 - "📝 Active Agent Working Scratchpad" -Cohesion: 0.40 -Nodes (4): 📝 Active Agent Working Scratchpad, 🏗️ Execution Target, Project: Canina Veterinary E-Commerce System, 📋 Requirements & Persona Mandates (Intake & User Request) - -### Community 223 - "🔍 Code Health Audit Review (01_auditor)" -Cohesion: 0.40 -Nodes (4): 🔍 Code Health Audit Review (01_auditor), Executive Summary, Key Findings, Recommendations - -### Community 224 - "Omitted File Inspection Report" -Cohesion: 0.40 -Nodes (4): Conclusion, Key Domain Findings from Omitted File Audit, Omitted File Inspection Report, Overview of Omitted File Inspections - -### Community 225 - "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report" -Cohesion: 0.40 -Nodes (4): 1. Executive Summary & Architecture Decisions, 2. Updated Task Specifications Overview, 3. Final Readiness Statement, Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report - -### Community 226 - "Phase 3 Audit Traceability Matrix" -Cohesion: 0.40 -Nodes (4): Complete Finding-to-Task Traceability Matrix, Finding Disposition & Accounting Verification, Phase 3 Audit Traceability Matrix, Special Task Traceability (Non-Finding Tasks) - -### Community 227 - "API Contract Specification" -Cohesion: 0.50 -Nodes (3): 1. OpenAPI 3.0 (Swagger) Specification, 2. Endpoint Definitions & Data Types, API Contract Specification - -### Community 228 - "⚙️ Backend Technical Review (05_dev_backend)" -Cohesion: 0.50 -Nodes (3): Architectural Overview, ⚙️ Backend Technical Review (05_dev_backend), Critical Review Findings & Required Enhancements - -### Community 229 - "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)" -Cohesion: 0.50 -Nodes (3): Architectural Overview, Critical Review Findings & Required Enhancements, 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) - -### Community 230 - "🚀 SEO & Content Strategy Review (12_seo_content)" -Cohesion: 0.50 -Nodes (3): Overview & Content Foundation, SEO & Content Requirements, 🚀 SEO & Content Strategy Review (12_seo_content) - -### Community 231 - "Raw Finding Verification & Disposition Report" -Cohesion: 0.50 -Nodes (3): 1. Executive Summary & Verification Reconciliation Table, 2. Newly Discovered & Split Findings (Canonical IDs), Raw Finding Verification & Disposition Report - -### Community 232 - "React + TypeScript + Vite" -Cohesion: 0.50 -Nodes (3): Expanding the ESLint configuration, React Compiler, React + TypeScript + Vite - -### Community 233 - "application/README.md" -Cohesion: 0.50 -Nodes (3): Deploy on Vercel, Getting Started, Learn More - -### Community 237 - "useCartStore" -Cohesion: 0.10 -Nodes (16): ArchiveProductCard(), FeaturedProducts(), ProductCard(), Header(), OrderSuccess(), OrderTracking(), mockProduct, mockProducts (+8 more) - -### Community 238 - "ProductPage.tsx" -Cohesion: 0.16 -Nodes (10): CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore, ProductReviews(), ProductReviewsProps, ReviewItem, SCIENTIFIC_TERMS (+2 more) - -### Community 266 - ".handleZibalCallback" +### Community 76 - ".handleZibalCallback" Cohesion: 0.24 Nodes (8): ApiPropertyOptional, IsOptional, IsString, ZibalCallbackQueryDto, Query, Res, Headers, Ip -### Community 268 - "PetsController" -Cohesion: 0.18 -Nodes (9): PetsController, ApiBadRequestResponse, ApiBearerAuth, ApiCreatedResponse, ApiTags, Controller, UploadedFile, UseGuards (+1 more) +### Community 77 - "zibal.service.ts" +Cohesion: 0.16 +Nodes (9): GatewayHealthResult, IPaymentGateway, PaymentInquiryResult, PaymentRequestOptions, PaymentRequestResult, PaymentVerifyResult, ZibalInquiryResponse, ZibalRequestResponse (+1 more) -### Community 269 - "generate-openapi.js" +### Community 78 - "Orders.tsx" +Cohesion: 0.16 +Nodes (13): Skeleton(), getPaymentMethodLabel(), Order, OrderItem, Orders(), PaymentTx, statusStyles, toPersianDigits() (+5 more) + +### Community 79 - "devDependencies" +Cohesion: 0.11 +Nodes (19): autoprefixer, devDependencies, autoprefixer, eslint, @eslint/js, globals, postcss, @types/node (+11 more) + +### Community 80 - "exclude" +Cohesion: 0.22 +Nodes (8): exclude, extends, dist, node_modules, prisma, **/*spec.ts, test, ./tsconfig.json + +### Community 81 - "seed-products.ts" +Cohesion: 0.17 +Nodes (12): prisma, main(), prisma, determineSuitableFor(), findOrCreateCategory(), getProductImageUrl(), main(), parseSize() (+4 more) + +### Community 82 - "Reconciled Audit Roles & Assignments" +Cohesion: 0.12 +Nodes (15): 10. Documentation Engineer, 1. Lead Architect / Orchestrator, 2. React / Vite Storefront Auditor, 3. NestJS Backend Auditor, 4. Admin Features Auditor, 5. Database & Data Integrity Auditor, 6. Security Auditor, 7. TypeScript & Code Quality Auditor (+7 more) + +### Community 83 - "20260526145407_init/migration.sql" +Cohesion: 0.27 +Nodes (14): "coupons", "health_logs", "order_items", "orders", "pet_medical_conditions", "pets", "product_ingredients", "product_symptoms" (+6 more) + +### Community 84 - "Phase 3.1 — Human Review Preparation and Master Backlog Critique" +Cohesion: 0.13 +Nodes (14): 10. Dependency & Wave Adjustments, 11. Acceptance Criteria Refinements, 12. Business and Product Decision Classification, 13. Final Recommended Backlog Summary, 1. Executive Assessment, 2. Findings That Require No Change, 3. Findings Requiring Task Refinements, 4. Tasks Requiring Splitting (+6 more) + +### Community 85 - "dependencies" +Cohesion: 0.10 +Nodes (21): dependencies, axios, lucide-react, react, react-dom, react-hot-toast, react-router-dom, recharts (+13 more) + +### Community 87 - "SafeImage.tsx" +Cohesion: 0.21 +Nodes (9): SafeImage(), SafeImageProps, DisplayVideoItem, FALLBACK_VIDEOS, TestimonialItem, FALLBACK_VIDEOS, VideosPage(), Video (+1 more) + +### Community 88 - "compilerOptions" +Cohesion: 0.06 +Nodes (32): compilerOptions, allowJs, esModuleInterop, incremental, isolatedModules, jsx, lib, module (+24 more) + +### Community 89 - "scripts" +Cohesion: 0.14 +Nodes (14): scripts, build, docs:generate, format, lint, start, start:debug, start:dev (+6 more) + +### Community 90 - "AdminService" +Cohesion: 0.18 +Nodes (4): Delete, Param, AdminService, Injectable + +### Community 91 - "Deep Audit Summary Report" +Cohesion: 0.14 +Nodes (13): 1. Audit Overview, 2. Findings Metrics, 3. Inspected Scope & Command Log, 4. Key Business & Integration Questions, 5. Audit Limitations & Integrity Confirmation, 6. Exact Next Recommended Phase, Blocked Commands & Reasons, By Confidence (+5 more) + +### Community 92 - "dependencies" +Cohesion: 0.12 +Nodes (17): dependencies, axios, lucide-react, motion, next, react, react-dom, sonner (+9 more) + +### Community 93 - "Operational Rules & Boundaries" +Cohesion: 0.15 +Nodes (12): 1. Stack Detection (Brownfield), 2. Stack Selection (Greenfield), 3. Single Non-Negotiable Stack Choice, 4. Tech Stack Must Be Written to state.json, 5. Directory Layout, 6. OpenAPI / API Contract, 7. Forbidden Actions, Expected JSON Output Schema (+4 more) + +### Community 94 - "jest" +Cohesion: 0.15 +Nodes (13): jest, collectCoverageFrom, coverageDirectory, moduleFileExtensions, rootDir, testEnvironment, testRegex, transform (+5 more) + +### Community 95 - "PetsController" +Cohesion: 0.10 +Nodes (14): PetsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Controller, Delete, Get (+6 more) + +### Community 96 - "Comprehensive Change Log" +Cohesion: 0.15 +Nodes (12): 10. `TASK-VERIFY-001`, 1. `TASK-SEC-001`, 2. `TASK-SEC-002`, 3. `TASK-SEC-003`, 4. `TASK-FIN-001`, 5. `TASK-BUILD-001`, 6. `TASK-AUTH-001`, 7. `TASK-FE-001` (+4 more) + +### Community 97 - "Operational Rules & Boundaries" +Cohesion: 0.17 +Nodes (11): 1. Detect Test Runner from Tech Stack, 2. Execution Output Capture (Mandatory), 3. Acceptance Criteria Verification, 4. Failure Routing Protocol, 5. Success Routing Protocol, 6. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries (+3 more) + +### Community 98 - "BlogsController" +Cohesion: 0.21 +Nodes (9): BlogsController, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param (+1 more) + +### Community 100 - "1. Summary of Integrity Repairs Performed" +Cohesion: 0.17 +Nodes (11): 1.1 Authoritative Source File Inventory Rebuilt, 1.2 Raw Finding Dispositions Reconciled, 1.3 Finding Identifier Normalization, 1.4 Rejected Finding Cleanup, 1. Summary of Integrity Repairs Performed, 2. Final Verified Finding Metrics, 3. Reference and Compiler Integrity Results, 4. Quality Gate Conclusion (+3 more) + +### Community 101 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Detect Tech Stack First (Universal), 2. Explicit Scoring Methodology (Universal), 3. Code Coverage Ratio Rule, 4. Deep Directory Scanning, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 102 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Mark Active Task as Complete, 2. Documentation Updates, 3. Dynamic Routing Protocol (CRITICAL), 4. Backlog Insufficiency Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 103 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Pre-Deployment Checklist, 2. Build Verification, 3. Deployment Strategy (Based on Target), 4. Post-Deployment Health Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 104 - "AppService" +Cohesion: 0.29 +Nodes (5): AppController, Controller, Get, AppService, Injectable + +### Community 105 - "AdminTransactionFilterDto" +Cohesion: 0.25 +Nodes (7): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type + +### Community 106 - "Vazirmatn Changelog" +Cohesion: 0.18 +Nodes (10): 32.0.0, 32.1, 32.101, 32.102, 33.000, 33.001, 33.002, 33.003 (+2 more) + +### Community 107 - "Vazirmatn Font فونت وزیرمتن" +Cohesion: 0.18 +Nodes (10): Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts)), Authors, Build, CDN, Download, Install, License, [npm](https://www.npmjs.com/package/vazirmatn) (+2 more) + +### Community 108 - "Operational Rules & Boundaries" +Cohesion: 0.20 +Nodes (9): 1. Mode & Direction Decision, 2. Brownfield Strategic Evaluation, 3. Risk Assessment, 4. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective (+1 more) + +### Community 109 - "backend/README.md" +Cohesion: 0.20 +Nodes (9): Compile and run the project, Deployment, Description, License, Project setup, Resources, Run tests, Stay in touch (+1 more) + +### Community 110 - "Repository Map" +Cohesion: 0.20 +Nodes (9): 1. Active Customer Storefront: React 19 + Vite Application, 2. Active Backend Service: NestJS Application, 3. Excluded Placeholder / Non-Auditable Directories, Active Applications & Non-Auditable Scopes, Documentation Governance, Important Configuration & Infrastructure Files, Mandatory Global Audit Exclusions, Repository Map (+1 more) + +### Community 111 - "validate_integrity.js" +Cohesion: 0.20 +Nodes (9): dispSum, errors, invalidNewIds, manifest, report, trackedFiles, uninspected, verifiedIndex (+1 more) + +### Community 112 - "admin-panel/package.json" +Cohesion: 0.20 +Nodes (9): name, private, scripts, build, dev, lint, preview, type (+1 more) + +### Community 113 - "Sahel-Font" +Cohesion: 0.20 +Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) + +### Community 114 - "Sahel-Font" +Cohesion: 0.20 +Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) + +### Community 115 - "Role & Core Objective" +Cohesion: 0.22 +Nodes (8): 1. Ask — Don't Assume, 2. Forbidden Actions, Brownfield Detection, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective, Strict Input Specifications (What files to read) + +### Community 116 - "orchestrate.py" +Cohesion: 0.53 +Nodes (8): cmd_next_task(), cmd_progress(), cmd_reset(), cmd_status(), cmd_unblock(), load_json(), main(), save_json() + +### Community 117 - "backend/package.json" +Cohesion: 0.22 +Nodes (8): author, description, license, name, prisma, seed, private, version + +### Community 118 - "graphify reference: extra exports and benchmark" +Cohesion: 0.22 +Nodes (8): graphify reference: extra exports and benchmark, Step 6b - Wiki (only if --wiki flag), Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag), Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag), Step 7b - SVG export (only if --svg flag), Step 7c - GraphML export (only if --graphml flag), Step 7d - MCP server (only if --mcp flag), Step 8 - Token reduction benchmark (only if total_words > 5000) + +### Community 119 - "Phase 2 Final Quality Gate Summary Report" +Cohesion: 0.22 +Nodes (8): 1. Executive Summary, 2. Final Verified Finding Breakdown, 3. Source Coverage & Diagnostic Metrics, 4. Integrity Check & Quality Gate Status, 5. Exact Next Recommended Phase, By Confidence, By Severity, Phase 2 Final Quality Gate Summary Report + +### Community 120 - "Task Modifications Log" +Cohesion: 0.22 +Nodes (8): 1. `TASK-AUTH-001`, 2. `TASK-FIN-001`, 3. `DECISION-002`, 4. `TASK-VERIFY-001`, 5. `TASK-SEC-001` & `TASK-SEC-002`, 6. `TASK-BUILD-001` & Execution Waves, Phase 3.1 — Master Task Backlog Change Log, Task Modifications Log + +### Community 121 - "Install" +Cohesion: 0.22 +Nodes (8): Arch Linux, bower, Install, npm, Shabnam Font, yarn, طریقه استفاده در صفحات وب:, نمونه متن Sample: + +### Community 122 - "ErrorBoundary" +Cohesion: 0.22 +Nodes (3): ErrorBoundary, Props, State + +### Community 123 - "application/package.json" +Cohesion: 0.22 +Nodes (8): name, private, scripts, build, dev, lint, start, version + +### Community 124 - "generate-openapi.js" Cohesion: 0.25 Nodes (6): app_module_1, core_1, fs, path, swagger_1, yaml -### Community 270 - "InitiatePaymentDto" +### Community 125 - "InitiatePaymentDto" Cohesion: 0.43 Nodes (7): InitiatePaymentDto, InitiateWalletTopupDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString -### Community 271 - "SmsLogQueryDto" -Cohesion: 0.25 -Nodes (7): SmsLogQueryDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type +### Community 126 - "SmsLogQueryDto" +Cohesion: 0.17 +Nodes (8): SmsLogQueryDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type, Query -### Community 272 - "CreateHealthLogDto" +### Community 127 - "AuthService" +Cohesion: 0.24 +Nodes (3): AuthService, Injectable, normalizeMobile() + +### Community 128 - "System Discovery" +Cohesion: 0.25 +Nodes (7): Active Core Applications, Current Architecture, Evidence-Based Status Matrix, Excluded / Non-Auditable Artifacts, Major Business Domains Discovered, System Discovery, Technical Architecture Summary + +### Community 129 - "Product Requirement Document (PRD)" +Cohesion: 0.29 +Nodes (6): 1. Executive Vision, 2. Target Audience, 3. Functional Requirements, 4. Non-Functional Requirements (Performance, Security), 5. Epic / Feature Breakdown, Product Requirement Document (PRD) + +### Community 130 - "videos.controller.ts" +Cohesion: 0.20 +Nodes (8): GetVideosQueryDto, ApiPropertyOptional, IsBoolean, IsOptional, Module, VideosModule, VideoQuery, Transform + +### Community 131 - "CreateHealthLogDto" Cohesion: 0.29 Nodes (6): CreateHealthLogDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString -### Community 275 - "CreateReminderDto" +### Community 132 - "CreateReminderDto" Cohesion: 0.29 Nodes (6): CreateReminderDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString -### Community 276 - "Reviews.tsx" -Cohesion: 0.50 -Nodes (4): ProductReview, Reviews(), toPersianDigits(), Reviews +### Community 134 - "Baseline Command Plan & Reconciled Command History" +Cohesion: 0.29 +Nodes (6): Attempted Command Execution Log, Backend `backend/package.json` Scripts, Baseline Command Plan & Reconciled Command History, Package Scripts Safety Analysis, Permitted Safe Checks for Phase 2, Root `package.json` Scripts -### Community 277 - "Tickets.tsx" -Cohesion: 0.40 -Nodes (3): Ticket, TicketMessage, Tickets - -### Community 278 - "Videos.tsx" -Cohesion: 0.50 -Nodes (4): fetchVideosList(), Video, Videos(), Videos - -### Community 288 - "SmsSettingsPage.tsx" +### Community 135 - "SmsSettingsPage.tsx" Cohesion: 0.29 Nodes (5): PatternItem, SmsConfigState, SmsLogItem, SmsLogStats, SmsSettingsPage +### Community 137 - "compilerOptions" +Cohesion: 0.20 +Nodes (9): compilerOptions, esModuleInterop, module, moduleResolution, skipLibCheck, types, include, node (+1 more) + +### Community 138 - "with-vpn.sh" +Cohesion: 0.62 +Nodes (6): cleanup(), log(), with-vpn.sh script, start_vpn(), stop_vpn(), vpn_is_up() + +### Community 139 - "Architecture Specification" +Cohesion: 0.33 +Nodes (5): 1. Single Non-Negotiable Tech Stack, 2. Directory Structure Tree, 3. State Management Strategy, 4. Deployment / Docker Architecture, Architecture Specification + +### Community 140 - "Project Health Audit Report" +Cohesion: 0.33 +Nodes (5): 1. Audit Score Summary, 2. Technical Debt Inventory, 3. Outdated Dependencies List, 4. Security Risks (.env leaks, unprotected ports), Project Health Audit Report + +### Community 141 - "nest-cli.json" +Cohesion: 0.33 +Nodes (5): collection, compilerOptions, deleteOutDir, $schema, sourceRoot + +### Community 142 - "graphify reference: query, path, explain" +Cohesion: 0.33 +Nodes (5): For /graphify explain, For /graphify path, graphify reference: query, path, explain, Step 0 — Constrained query expansion (REQUIRED before traversal), Step 1 — Traversal + +### Community 143 - "Open Questions" +Cohesion: 0.33 +Nodes (5): 1. Storefront Migration Roadmap (`frontend/application`), 2. Payment Gateway Integration Provider, 3. Deployment & CI/CD Pipeline Specifications, 4. SMS / OTP Service Provider, Open Questions + +### Community 144 - "Final Phase 2 Audit Closure Report" +Cohesion: 0.33 +Nodes (5): 1. Executive Summary & Honest Review-Tier Metrics, 2. Reconciled Findings & Canonical Identifier Normalization, 3. Validation & Integrity Verification, 4. Final Quality Gate Conclusion, Final Phase 2 Audit Closure Report + +### Community 145 - "Transactions.tsx" +Cohesion: 0.33 +Nodes (4): GatewayHealth, Stats, Transaction, Transactions + +### Community 146 - "open-browsers.js" +Cohesion: 0.40 +Nodes (5): checkAndOpen(), { exec }, http, openUrl(), URLS + +### Community 147 - "start-dev.js" +Cohesion: 0.33 +Nodes (4): backend, http, { spawn }, waitForBackend() + +### Community 148 - "📝 Active Agent Working Scratchpad" +Cohesion: 0.40 +Nodes (4): 📝 Active Agent Working Scratchpad, 🏗️ Execution Target, Project: Canina Veterinary E-Commerce System, 📋 Requirements & Persona Mandates (Intake & User Request) + +### Community 149 - "🔍 Code Health Audit Review (01_auditor)" +Cohesion: 0.40 +Nodes (4): 🔍 Code Health Audit Review (01_auditor), Executive Summary, Key Findings, Recommendations + +### Community 150 - "paginated-response.schema.ts" +Cohesion: 0.50 +Nodes (3): PaginatedResponse, PaginationMeta, ApiProperty + +### Community 151 - "PetsController" +Cohesion: 0.18 +Nodes (9): PetsController, ApiBadRequestResponse, ApiBearerAuth, ApiCreatedResponse, ApiTags, Controller, UploadedFile, UseGuards (+1 more) + +### Community 152 - "Vazirmatn Font README" +Cohesion: 0.40 +Nodes (5): DejaVu Sans Font, Vazirmatn Authors, SIL Open Font License (OFL), Vazirmatn Font README, Roboto Font + +### Community 153 - "Omitted File Inspection Report" +Cohesion: 0.40 +Nodes (4): Conclusion, Key Domain Findings from Omitted File Audit, Omitted File Inspection Report, Overview of Omitted File Inspections + +### Community 154 - "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report" +Cohesion: 0.40 +Nodes (4): 1. Executive Summary & Architecture Decisions, 2. Updated Task Specifications Overview, 3. Final Readiness Statement, Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report + +### Community 155 - "Phase 3 Audit Traceability Matrix" +Cohesion: 0.40 +Nodes (4): Complete Finding-to-Task Traceability Matrix, Finding Disposition & Accounting Verification, Phase 3 Audit Traceability Matrix, Special Task Traceability (Non-Finding Tasks) + +### Community 156 - "rebuild_honest_ledger.js" +Cohesion: 0.40 +Nodes (4): evidenceList, ledger, mandatoryMap, mandatoryScope + +### Community 157 - "validate_evidence_grade.js" +Cohesion: 0.40 +Nodes (4): activeFiles, errors, validationOutput, warnings + +### Community 158 - "api" +Cohesion: 0.14 +Nodes (12): Layout(), MenuGroup, Sidebar(), SidebarProps, SubMenuItem, SEARCHABLE_PAGES, Topbar(), TopbarProps (+4 more) + +### Community 159 - "Reviews.tsx" +Cohesion: 0.50 +Nodes (4): ProductReview, Reviews(), toPersianDigits(), Reviews + +### Community 160 - "compilerOptions" +Cohesion: 0.20 +Nodes (9): compilerOptions, esModuleInterop, module, moduleResolution, skipLibCheck, types, include, node (+1 more) + +### Community 161 - "blog/[slug]/page.tsx" +Cohesion: 0.60 +Nodes (4): BlogPostPage(), generateMetadata(), getBlog(), revalidate + +### Community 162 - "WikiService" +Cohesion: 0.22 +Nodes (3): Injectable, WikiQuery, WikiService + +### Community 163 - "API Contract Specification" +Cohesion: 0.50 +Nodes (3): 1. OpenAPI 3.0 (Swagger) Specification, 2. Endpoint Definitions & Data Types, API Contract Specification + +### Community 164 - "⚙️ Backend Technical Review (05_dev_backend)" +Cohesion: 0.50 +Nodes (3): Architectural Overview, ⚙️ Backend Technical Review (05_dev_backend), Critical Review Findings & Required Enhancements + +### Community 165 - "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)" +Cohesion: 0.50 +Nodes (3): Architectural Overview, Critical Review Findings & Required Enhancements, 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) + +### Community 166 - "🚀 SEO & Content Strategy Review (12_seo_content)" +Cohesion: 0.50 +Nodes (3): Overview & Content Foundation, SEO & Content Requirements, 🚀 SEO & Content Strategy Review (12_seo_content) + +### Community 174 - "graphify reference: add a URL and watch a folder" +Cohesion: 0.50 +Nodes (3): For /graphify add, For --watch, graphify reference: add a URL and watch a folder + +### Community 175 - "graphify reference: commit hook and native CLAUDE.md integration" +Cohesion: 0.50 +Nodes (3): For git commit hook, For native CLAUDE.md integration, graphify reference: commit hook and native CLAUDE.md integration + +### Community 176 - "graphify reference: incremental update and cluster-only" +Cohesion: 0.50 +Nodes (3): For --cluster-only, For --update (incremental re-extraction), graphify reference: incremental update and cluster-only + +### Community 177 - "Raw Finding Verification & Disposition Report" +Cohesion: 0.50 +Nodes (3): 1. Executive Summary & Verification Reconciliation Table, 2. Newly Discovered & Split Findings (Canonical IDs), Raw Finding Verification & Disposition Report + +### Community 178 - "React + TypeScript + Vite" +Cohesion: 0.50 +Nodes (3): Expanding the ESLint configuration, React Compiler, React + TypeScript + Vite + +### Community 179 - "Select.tsx" +Cohesion: 0.50 +Nodes (3): Select, SelectOption, SelectProps + +### Community 180 - "wiki/[slug]/page.tsx" +Cohesion: 0.83 +Nodes (3): generateMetadata(), getWikiTerm(), WikiTermPage() + +### Community 181 - "application/README.md" +Cohesion: 0.50 +Nodes (3): Deploy on Vercel, Getting Started, Learn More + +### Community 183 - "deploy.sh" +Cohesion: 0.50 +Nodes (3): COMPOSE_DOCKER_CLI_BUILD, DOCKER_BUILDKIT, deploy.sh script + +### Community 195 - "Master Task Backlog (Phase 3.3)" +Cohesion: 0.67 +Nodes (3): ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management, Master Task Backlog (Phase 3.3), Phase 3 Master Execution Plan + +### Community 214 - "Shabnam Font README" +Cohesion: 0.67 +Nodes (3): Shabnam Font README, Shabnam Font Sample, Vazir Font + +### Community 258 - "ApiOperation" +Cohesion: 0.15 +Nodes (8): ApiOperation, ApiQuery, Get, Query, AdminQueryDto, ApiPropertyOptional, IsOptional, IsString + +### Community 264 - "Roles" +Cohesion: 0.26 +Nodes (13): Roles(), SettingsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete (+5 more) + ## Knowledge Gaps -- **1208 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1203 more) +- **1231 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1226 more) These have ≤1 connection - possible missing edges or undocumented components. -- **95 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. +- **101 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. ## Suggested Questions _Questions this graph is uniquely positioned to answer:_ -- **Why does `Roles()` connect `Roles` to `JwtAuthGuard`, `CmsController`, `ContactService`, `WholesaleApplyDto`, `ProductsService`, `tickets.controller.ts`, `Testimonials Management Controller`, `B2BService`, `PaymentController`, `Ingredient Management Controller`, `SslController`, `Prescription Review Controller`, `Smart Advisor Controller`, `CreateReviewDto`, `BannersService`?** - _High betweenness centrality (0.044) - this node is a cross-community bridge._ -- **Why does `ApiResponse` connect `src/services/api.ts` to `UsersService`, `OrdersService`, `admin.ts`, `AuthController`, `PetsController`, `WikiController`, `ProductsService`, `Home Data Module`, `BlogsController`?** - _High betweenness centrality (0.039) - this node is a cross-community bridge._ -- **Why does `PrismaService` connect `PrismaService` to `AdminService`, `pets/pets.controller.ts`, `JwtAuthGuard`, `UsersService`, `CmsController`, `SmsService`, `app.module.ts`, `CreateVideoDto`, `ContactService`, `PetsService`, `SettingsService`, `ProductsService`, `tickets.controller.ts`, `MetricsController`, `B2BService`, `CategoriesController`, `RedisService`, `Ingredient Management Controller`, `admin.module.ts`, `Prescription Review Controller`, `Smart Advisor Controller`, `Testimonials Management Controller`, `ZibalService`, `WholesaleApplyDto`, `seo.module.ts`, `PaginationDto`, `Home Data Module`, `auth.service.ts`, `PetsController`, `CreateReviewDto`, `BannersService`, `OrdersService`, `zibal.service.ts`, `BlogsService`?** - _High betweenness centrality (0.026) - this node is a cross-community bridge._ +- **Why does `Roles()` connect `Roles` to `PaymentController`, `B2BService`, `reviews.controller.ts`, `CmsController`, `tickets.controller.ts`, `SslController`, `BannersService`, `IngredientsService`, `ProductsService`, `CreateReviewDto`, `SmartAdvisorService`, `TestimonialsService`, `JwtAuthGuard`, `ContactService`, `WholesaleApplyDto`, `PrescriptionsService`, `SmsLogQueryDto`?** + _High betweenness centrality (0.051) - this node is a cross-community bridge._ +- **Why does `ApiResponse` connect `src/services/api.ts` to `BlogsController`, `UsersService`, `auth.service.ts`, `OrdersService`, `HomeController`, `ProductsService`, `PaginationDto`, `PetsController`?** + _High betweenness centrality (0.037) - this node is a cross-community bridge._ +- **Why does `JwtAuthGuard` connect `JwtAuthGuard` to `WikiService`, `pets/pets.controller.ts`, `admin.module.ts`, `auth.service.ts`, `admin.service.ts`, `reviews.controller.ts`, `CmsController`, `tickets.controller.ts`, `UsersService`, `videos.controller.ts`, `ProductsService`, `PaginationDto`, `PetsController`?** + _High betweenness centrality (0.023) - this node is a cross-community bridge._ - **What connects `$schema`, `collection`, `sourceRoot` to the rest of the system?** - _1208 weakly-connected nodes found - possible documentation gaps or missing edges._ -- **Should `AdminService` be split into smaller, more focused modules?** - _Cohesion score 0.05396825396825397 - nodes in this community are weakly interconnected._ + _1231 weakly-connected nodes found - possible documentation gaps or missing edges._ +- **Should `SettingsService` be split into smaller, more focused modules?** + _Cohesion score 0.10153846153846154 - nodes in this community are weakly interconnected._ +- **Should `AdminController` be split into smaller, more focused modules?** + _Cohesion score 0.11965811965811966 - nodes in this community are weakly interconnected._ - **Should `UsersService` be split into smaller, more focused modules?** - _Cohesion score 0.05547785547785548 - nodes in this community are weakly interconnected._ -- **Should `CmsController` be split into smaller, more focused modules?** - _Cohesion score 0.08441558441558442 - nodes in this community are weakly interconnected._ \ No newline at end of file + _Cohesion score 0.05438184663536776 - nodes in this community are weakly interconnected._ \ No newline at end of file diff --git a/graphify-out/2026-08-17/graph.json b/graphify-out/2026-08-17/graph.json index f22257c..cf12859 100644 --- a/graphify-out/2026-08-17/graph.json +++ b/graphify-out/2026-08-17/graph.json @@ -31,42 +31,6 @@ ] }, "nodes": [ - { - "label": "SmsService", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L51", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 0, - "norm_label": "smsservice", - "id": "backend_src_common_services_sms_service_smsservice" - }, - { - "label": "SettingsController", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 0, - "norm_label": "settingscontroller", - "id": "backend_src_settings_settings_controller_settingscontroller" - }, - { - "label": "ScientificTermData", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 0, - "norm_label": "scientifictermdata", - "id": "backend_src_settings_settings_service_scientifictermdata" - }, { "label": "SettingsService", "file_type": "code", @@ -75,9 +39,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice", "community": 0, - "norm_label": "settingsservice", - "id": "backend_src_settings_settings_service_settingsservice" + "community_name": "SettingsService", + "norm_label": "settingsservice" }, { "label": "AdminController", @@ -87,21 +52,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller", "community": 1, - "norm_label": "admincontroller", - "id": "backend_src_admin_admin_controller_admincontroller" - }, - { - "label": "AdminService", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L72", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 1, - "norm_label": "adminservice", - "id": "backend_src_admin_admin_service_adminservice" + "community_name": "AdminController", + "norm_label": "admincontroller" }, { "label": "CouponInput", @@ -111,107 +65,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_couponinput", "community": 1, - "norm_label": "couponinput", - "id": "backend_src_admin_admin_service_couponinput" - }, - { - "label": "CouponTargetInput", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L52", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 1, - "norm_label": "coupontargetinput", - "id": "backend_src_admin_admin_service_coupontargetinput" - }, - { - "label": "PaginationQuery", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L15", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 1, - "norm_label": "paginationquery", - "id": "backend_src_admin_admin_service_paginationquery" - }, - { - "label": "ProductInput", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L24", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 1, - "norm_label": "productinput", - "id": "backend_src_admin_admin_service_productinput" - }, - { - "label": "CreateUserDto", - "file_type": "code", - "source_file": "backend/src/admin/dto/user.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 1, - "norm_label": "createuserdto", - "id": "backend_src_admin_dto_user_dto_createuserdto" - }, - { - "label": "UpdateUserDto", - "file_type": "code", - "source_file": "backend/src/admin/dto/user.dto.ts", - "source_location": "L42", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 1, - "norm_label": "updateuserdto", - "id": "backend_src_admin_dto_user_dto_updateuserdto" - }, - { - "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, - "community_name": "toPersian", - "norm_label": "uistate", - "id": "frontend_application_lib_store_uistore_uistate" - }, - { - "label": "NavigationTarget", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L109", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 10, - "community_name": "useSettingsStore", - "norm_label": "navigationtarget", - "id": "frontend_application_lib_types_navigationtarget" - }, - { - "label": "AuthModalProps", - "file_type": "code", - "source_file": "frontend/application/components/AuthModal.tsx", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 10, - "norm_label": "authmodalprops", - "id": "frontend_application_components_authmodal_authmodalprops" + "community_name": "AdminController", + "norm_label": "couponinput" }, { "label": "BrandLogoProps", @@ -221,3452 +78,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", + "id": "frontend_application_components_brandlogo_brandlogoprops", "community": 10, - "norm_label": "brandlogoprops", - "id": "frontend_application_components_brandlogo_brandlogoprops" - }, - { - "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" - }, - { - "label": "SmartAdvisorProps", - "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 10, - "norm_label": "smartadvisorprops", - "id": "frontend_application_components_smartadvisor_smartadvisorprops" - }, - { - "label": "ScientificTerm", - "file_type": "code", - "source_file": "frontend/application/lib/store/settingsStore.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 10, - "norm_label": "scientificterm", - "id": "frontend_application_lib_store_settingsstore_scientificterm" - }, - { - "label": "SettingsStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/settingsStore.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 10, - "norm_label": "settingsstore", - "id": "frontend_application_lib_store_settingsstore_settingsstore" - }, - { - "label": "AppController", - "file_type": "code", - "source_file": "backend/src/app.controller.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": "appcontroller", - "id": "backend_src_app_controller_appcontroller" - }, - { - "label": "AppService", - "file_type": "code", - "source_file": "backend/src/app.service.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": "appservice", - "id": "backend_src_app_service_appservice" - }, - { - "label": "AdminTransactionFilterDto", - "file_type": "code", - "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 103, - "norm_label": "admintransactionfilterdto", - "id": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto" - }, - { - "label": "ClientMetadata", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L13", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 103, - "norm_label": "clientmetadata", - "id": "backend_src_payment_payment_service_clientmetadata" - }, - { - "label": "BackButtonProps", - "file_type": "code", - "source_file": "frontend/application/components/BackButton.tsx", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "community_name": "PetProfile.tsx", - "norm_label": "backbuttonprops", - "id": "frontend_application_components_backbutton_backbuttonprops" - }, - { - "label": "AddressModalProps", - "file_type": "code", - "source_file": "frontend/application/components/AddressModal.tsx", - "source_location": "L11", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "addressmodalprops", - "id": "frontend_application_components_addressmodal_addressmodalprops" - }, - { - "label": "DeleteConfirmModalProps", - "file_type": "code", - "source_file": "frontend/application/components/DeleteConfirmModal.tsx", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "deleteconfirmmodalprops", - "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops" - }, - { - "label": "SearchableSelectProps", - "file_type": "code", - "source_file": "frontend/application/components/SearchableSelect.tsx", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "searchableselectprops", - "id": "frontend_application_components_searchableselect_searchableselectprops" - }, - { - "label": "HeaderButtonProps", - "file_type": "code", - "source_file": "frontend/application/components/HeaderButton.tsx", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "community_name": "toPersian", - "norm_label": "headerbuttonprops", - "id": "frontend_application_components_headerbutton_headerbuttonprops" - }, - { - "label": "OrderDetailsModalProps", - "file_type": "code", - "source_file": "frontend/application/components/OrderDetailsModal.tsx", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "norm_label": "orderdetailsmodalprops", - "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops" - }, - { - "label": "TopUpModalProps", - "file_type": "code", - "source_file": "frontend/application/components/TopUpModal.tsx", - "source_location": "L11", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "norm_label": "topupmodalprops", - "id": "frontend_application_components_topupmodal_topupmodalprops" - }, - { - "label": "CreateTicketPayload", - "file_type": "code", - "source_file": "frontend/application/lib/services/ticketService.ts", - "source_location": "L34", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "norm_label": "createticketpayload", - "id": "frontend_application_lib_services_ticketservice_createticketpayload" - }, - { - "label": "Ticket", - "file_type": "code", - "source_file": "frontend/application/lib/services/ticketService.ts", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "norm_label": "ticket", - "id": "frontend_application_lib_services_ticketservice_ticket" - }, - { - "label": "TicketMessage", - "file_type": "code", - "source_file": "frontend/application/lib/services/ticketService.ts", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "norm_label": "ticketmessage", - "id": "frontend_application_lib_services_ticketservice_ticketmessage" - }, - { - "label": "Address", - "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", - "source_location": "L13", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 11, - "norm_label": "address", - "id": "frontend_application_lib_store_userstore_address" - }, - { - "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": 112, - "norm_label": "bestselleritem", - "id": "frontend_admin_panel_src_pages_reports_bestselleritem" - }, - { - "label": "CategoryDistItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reports.tsx", - "source_location": "L30", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 112, - "norm_label": "categorydistitem", - "id": "frontend_admin_panel_src_pages_reports_categorydistitem" - }, - { - "label": "CustomTooltipProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reports.tsx", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 112, - "norm_label": "customtooltipprops", - "id": "frontend_admin_panel_src_pages_reports_customtooltipprops" - }, - { - "label": "ReportData", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reports.tsx", - "source_location": "L46", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 112, - "norm_label": "reportdata", - "id": "frontend_admin_panel_src_pages_reports_reportdata" - }, - { - "label": "TopCouponItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reports.tsx", - "source_location": "L40", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 112, - "norm_label": "topcouponitem", - "id": "frontend_admin_panel_src_pages_reports_topcouponitem" - }, - { - "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": 12, - "community_name": "CreateVideoDto", - "norm_label": "createvideodto", - "id": "backend_src_videos_dto_create_video_dto_createvideodto" - }, - { - "label": "UpdateVideoDto", - "file_type": "code", - "source_file": "backend/src/videos/dto/create-video.dto.ts", - "source_location": "L56", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "updatevideodto", - "id": "backend_src_videos_dto_create_video_dto_updatevideodto" - }, - { - "label": "GetVideosQueryDto", - "file_type": "code", - "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "getvideosquerydto", - "id": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto" - }, - { - "label": "VideosController", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "videoscontroller", - "id": "backend_src_videos_videos_controller_videoscontroller" - }, - { - "label": "VideosService", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "videosservice", - "id": "backend_src_videos_videos_service_videosservice" - }, - { - "label": "ErrorBoundary", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L15", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": "errorboundary", - "id": "frontend_application_components_errorboundary_errorboundary" - }, - { - "label": "Props", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": "props", - "id": "frontend_application_components_errorboundary_props" - }, - { - "label": "State", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": "state", - "id": "frontend_application_components_errorboundary_state" - }, - { - "label": "InitiatePaymentDto", - "file_type": "code", - "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 124, - "norm_label": "initiatepaymentdto", - "id": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto" - }, - { - "label": "InitiateWalletTopupDto", - "file_type": "code", - "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", - "source_location": "L16", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 124, - "norm_label": "initiatewallettopupdto", - "id": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto" - }, - { - "label": "SmsLogQueryDto", - "file_type": "code", - "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 125, - "norm_label": "smslogquerydto", - "id": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto" - }, - { - "label": "MetricsController", - "file_type": "code", - "source_file": "backend/src/common/metrics.controller.ts", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 129, - "community_name": "MetricsController", - "norm_label": "metricscontroller", - "id": "backend_src_common_metrics_controller_metricscontroller" - }, - { - "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": 130, - "community_name": "CreateHealthLogDto", - "norm_label": "createhealthlogdto", - "id": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto" - }, - { - "label": "CreateReminderDto", - "file_type": "code", - "source_file": "backend/src/pets/dto/create-reminder.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 131, - "community_name": "CreateReminderDto", - "norm_label": "createreminderdto", - "id": "backend_src_pets_dto_create_reminder_dto_createreminderdto" - }, - { - "label": "UpdateReviewDto", - "file_type": "code", - "source_file": "backend/src/reviews/dto/update-review.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 132, - "norm_label": "updatereviewdto", - "id": "backend_src_reviews_dto_update_review_dto_updatereviewdto" - }, - { - "label": "PatternItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", - "source_location": "L54", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 134, - "norm_label": "patternitem", - "id": "frontend_admin_panel_src_pages_smssettingspage_patternitem" - }, - { - "label": "SmsConfigState", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", - "source_location": "L42", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 134, - "norm_label": "smsconfigstate", - "id": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate" - }, - { - "label": "SmsLogItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", - "source_location": "L63", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 134, - "norm_label": "smslogitem", - "id": "frontend_admin_panel_src_pages_smssettingspage_smslogitem" - }, - { - "label": "SmsLogStats", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", - "source_location": "L76", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 134, - "norm_label": "smslogstats", - "id": "frontend_admin_panel_src_pages_smssettingspage_smslogstats" - }, - { - "label": "CreateReviewDto", - "file_type": "code", - "source_file": "backend/src/reviews/dto/create-review.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 14, - "norm_label": "createreviewdto", - "id": "backend_src_reviews_dto_create_review_dto_createreviewdto" - }, - { - "label": "ReviewsController", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L23", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 14, - "norm_label": "reviewscontroller", - "id": "backend_src_reviews_reviews_controller_reviewscontroller" - }, - { - "label": "ReviewsService", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 14, - "norm_label": "reviewsservice", - "id": "backend_src_reviews_reviews_service_reviewsservice" - }, - { - "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": 148, - "community_name": "Pagination API Schemas", - "norm_label": "paginatedresponse", - "id": "backend_src_common_schemas_paginated_response_schema_paginatedresponse" - }, - { - "label": "PaginationMeta", - "file_type": "code", - "source_file": "backend/src/common/schemas/paginated-response.schema.ts", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 148, - "community_name": "Pagination API Schemas", - "norm_label": "paginationmeta", - "id": "backend_src_common_schemas_paginated_response_schema_paginationmeta" - }, - { - "label": "ZibalCallbackQueryDto", - "file_type": "code", - "source_file": "backend/src/payment/dto/verify-payment.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 149, - "norm_label": "zibalcallbackquerydto", - "id": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto" - }, - { - "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": 15, - "community_name": "ProductsService", - "norm_label": "getproductsdto", - "id": "backend_src_products_dto_get_products_dto_getproductsdto" - }, - { - "label": "ProductsController", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L26", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "productscontroller", - "id": "backend_src_products_products_controller_productscontroller" - }, - { - "label": "ProductsModule", - "file_type": "code", - "source_file": "backend/src/products/products.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "productsmodule", - "id": "backend_src_products_products_module_productsmodule" - }, - { - "label": "ProductsService", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 15, - "norm_label": "productsservice", - "id": "backend_src_products_products_service_productsservice" - }, - { - "label": "ProductReview", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", - "source_location": "L22", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 157, - "norm_label": "productreview", - "id": "frontend_admin_panel_src_pages_reviews_productreview" - }, - { - "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": 158, - "norm_label": "video", - "id": "frontend_admin_panel_src_pages_videos_video" - }, - { - "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": 159, - "norm_label": "productitem", - "id": "frontend_admin_panel_src_pages_wiki_productitem" - }, - { - "label": "WikiTerm", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 159, - "norm_label": "wikiterm", - "id": "frontend_admin_panel_src_pages_wiki_wikiterm" - }, - { - "label": "VideoQuery", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "community_name": "CreateVideoDto", - "norm_label": "videoquery", - "id": "backend_src_videos_videos_service_videoquery" - }, - { - "label": "MeliPayamakPattern", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "melipayamakpattern", - "id": "backend_src_common_services_sms_service_melipayamakpattern" - }, - { - "label": "MeliPayamakResponse", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L44", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "melipayamakresponse", - "id": "backend_src_common_services_sms_service_melipayamakresponse" - }, - { - "label": "SendPatternSmsOptions", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "sendpatternsmsoptions", - "id": "backend_src_common_services_sms_service_sendpatternsmsoptions" - }, - { - "label": "SmsConfig", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L13", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "smsconfig", - "id": "backend_src_common_services_sms_service_smsconfig" - }, - { - "label": "SmsLogQuery", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L34", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "smslogquery", - "id": "backend_src_common_services_sms_service_smslogquery" - }, - { - "label": "CreateContactSubmissionDto", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "createcontactsubmissiondto", - "id": "backend_src_contact_contact_service_createcontactsubmissiondto" - }, - { - "label": "UpdateContactInfoItemDto", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L13", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "updatecontactinfoitemdto", - "id": "backend_src_contact_contact_service_updatecontactinfoitemdto" - }, - { - "label": "PrescriptionsService", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.service.ts", - "source_location": "L11", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "prescriptionsservice", - "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice" - }, - { - "label": "PrismaService", - "file_type": "code", - "source_file": "backend/src/prisma/prisma.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "prismaservice", - "id": "backend_src_prisma_prisma_service_prismaservice" - }, - { - "label": "UserAddressInput", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 16, - "norm_label": "useraddressinput", - "id": "backend_src_users_users_service_useraddressinput" - }, - { - "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": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "wholesaleapplydto", - "id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto" - }, - { - "label": "WholesaleController", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.controller.ts", - "source_location": "L20", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "wholesalecontroller", - "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller" - }, - { - "label": "WholesaleService", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.service.ts", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "wholesaleservice", - "id": "backend_src_wholesale_wholesale_service_wholesaleservice" - }, - { - "label": "WholesaleModule", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.module.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 17, - "community_name": "app.module.ts", - "norm_label": "wholesalemodule", - "id": "backend_src_wholesale_wholesale_module_wholesalemodule" - }, - { - "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": 170, - "community_name": "Blog Management DTOs", - "norm_label": "createblogdto", - "id": "backend_src_blogs_dto_create_blog_dto_createblogdto" - }, - { - "label": "UpdateBlogDto", - "file_type": "code", - "source_file": "backend/src/blogs/dto/update-blog.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 170, - "community_name": "Blog Management DTOs", - "norm_label": "updateblogdto", - "id": "backend_src_blogs_dto_update_blog_dto_updateblogdto" - }, - { - "label": "CreateHomeDto", - "file_type": "code", - "source_file": "backend/src/home/dto/create-home.dto.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 171, - "community_name": "Home Management DTOs", - "norm_label": "createhomedto", - "id": "backend_src_home_dto_create_home_dto_createhomedto" - }, - { - "label": "UpdateHomeDto", - "file_type": "code", - "source_file": "backend/src/home/dto/update-home.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 171, - "community_name": "Home Management DTOs", - "norm_label": "updatehomedto", - "id": "backend_src_home_dto_update_home_dto_updatehomedto" - }, - { - "label": "CreateWikiDto", - "file_type": "code", - "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 172, - "community_name": "Wiki Management DTOs", - "norm_label": "createwikidto", - "id": "backend_src_wiki_dto_create_wiki_dto_createwikidto" - }, - { - "label": "UpdateWikiDto", - "file_type": "code", - "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 172, - "community_name": "Wiki Management DTOs", - "norm_label": "updatewikidto", - "id": "backend_src_wiki_dto_update_wiki_dto_updatewikidto" - }, - { - "label": "SelectOption", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 178, - "norm_label": "selectoption", - "id": "frontend_admin_panel_src_components_ui_select_selectoption" - }, - { - "label": "SelectProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 178, - "norm_label": "selectprops", - "id": "frontend_admin_panel_src_components_ui_select_selectprops" - }, - { - "label": "ContactInfoItem", - "file_type": "code", - "source_file": "frontend/application/components/ContactFormClient.tsx", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "contactinfoitem", - "id": "frontend_application_components_contactformclient_contactinfoitem" - }, - { - "label": "PrescriptionUploadModalProps", - "file_type": "code", - "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "prescriptionuploadmodalprops", - "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops" - }, - { - "label": "ApiErrorPayload", - "file_type": "code", - "source_file": "frontend/application/lib/services/api.ts", - "source_location": "L16", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "apierrorpayload", - "id": "frontend_application_lib_services_api_apierrorpayload" - }, - { - "label": "ApiErr", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L29", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "apierr", - "id": "frontend_application_lib_services_authservice_apierr" - }, - { - "label": "AuthResponse", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L21", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "authresponse", - "id": "frontend_application_lib_services_authservice_authresponse" - }, - { - "label": "AuthService", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L38", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "authservice", - "id": "frontend_application_lib_services_authservice_authservice" - }, - { - "label": "User", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "user", - "id": "frontend_application_lib_services_authservice_user" - }, - { - "label": "Transaction", - "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "transaction", - "id": "frontend_application_lib_store_userstore_transaction" - }, - { - "label": "UserProfile", - "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", - "source_location": "L33", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "userprofile", - "id": "frontend_application_lib_store_userstore_userprofile" - }, - { - "label": "UserRole", - "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", - "source_location": "L11", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "userrole", - "id": "frontend_application_lib_store_userstore_userrole" - }, - { - "label": "UserStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", - "source_location": "L45", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 18, - "norm_label": "userstore", - "id": "frontend_application_lib_store_userstore_userstore" - }, - { - "label": "ScientificTerm", - "file_type": "code", - "source_file": "backend/prisma/scientificTerms.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 188, - "community_name": "Scientific Terms Schema", - "norm_label": "scientificterm", - "id": "backend_prisma_scientificterms_scientificterm" - }, - { - "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": 19, - "community_name": "adminRoutes.tsx", - "norm_label": "contactinfoitem", - "id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem" - }, - { - "label": "ContactSubmission", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "community_name": "adminRoutes.tsx", - "norm_label": "contactsubmission", - "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission" - }, - { - "label": "CategoryDist", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "categorydist", - "id": "frontend_admin_panel_src_pages_dashboard_categorydist" - }, - { - "label": "DashboardData", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "dashboarddata", - "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata" - }, - { - "label": "SslStatus", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", - "source_location": "L23", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "sslstatus", - "id": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus" - }, - { - "label": "Ticket", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", - "source_location": "L34", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "ticket", - "id": "frontend_admin_panel_src_pages_tickets_ticket" - }, - { - "label": "TicketMessage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", - "source_location": "L24", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "ticketmessage", - "id": "frontend_admin_panel_src_pages_tickets_ticketmessage" - }, - { - "label": "GatewayHealth", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L79", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "gatewayhealth", - "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth" - }, - { - "label": "Stats", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L69", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "stats", - "id": "frontend_admin_panel_src_pages_transactions_stats" - }, - { - "label": "Transaction", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L32", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "transaction", - "id": "frontend_admin_panel_src_pages_transactions_transaction" - }, - { - "label": "AdminRouteConfig", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L42", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 19, - "norm_label": "adminrouteconfig", - "id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig" - }, - { - "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": 2, - "community_name": "UsersService", - "norm_label": "addressdto", - "id": "backend_src_users_dto_address_dto_addressdto" - }, - { - "label": "UsersController", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L43", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "userscontroller", - "id": "backend_src_users_users_controller_userscontroller" - }, - { - "label": "JwtPayload", - "file_type": "code", - "source_file": "backend/src/auth/jwt.strategy.ts", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 2, - "norm_label": "jwtpayload", - "id": "backend_src_auth_jwt_strategy_jwtpayload" - }, - { - "label": "JwtStrategy", - "file_type": "code", - "source_file": "backend/src/auth/jwt.strategy.ts", - "source_location": "L15", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 2, - "norm_label": "jwtstrategy", - "id": "backend_src_auth_jwt_strategy_jwtstrategy" - }, - { - "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": 2, - "norm_label": "updateprofiledto", - "id": "backend_src_users_dto_update_profile_dto_updateprofiledto" - }, - { - "label": "UsersService", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L24", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 2, - "norm_label": "usersservice", - "id": "backend_src_users_users_service_usersservice" - }, - { - "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": 20, - "norm_label": "adminloginpayload", - "id": "frontend_admin_panel_src_types_admin_adminloginpayload" - }, - { - "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": 20, - "norm_label": "authstate", - "id": "frontend_admin_panel_src_types_admin_authstate" - }, - { - "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": 20, - "norm_label": "b2binquiry", - "id": "frontend_admin_panel_src_types_admin_b2binquiry" - }, - { - "label": "Banner", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L70", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 20, - "norm_label": "banner", - "id": "frontend_admin_panel_src_types_admin_banner" - }, - { - "label": "Ingredient", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L111", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 20, - "norm_label": "ingredient", - "id": "frontend_admin_panel_src_types_admin_ingredient" - }, - { - "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": 20, - "norm_label": "partneraccount", - "id": "frontend_admin_panel_src_types_admin_partneraccount" - }, - { - "label": "Product", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L187", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 20, - "norm_label": "product", - "id": "frontend_admin_panel_src_types_admin_product" - }, - { - "label": "SendOtpPayload", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L22", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 20, - "norm_label": "sendotppayload", - "id": "frontend_admin_panel_src_types_admin_sendotppayload" - }, - { - "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": 20, - "norm_label": "seosettings", - "id": "frontend_admin_panel_src_types_admin_seosettings" - }, - { - "label": "SmartAdvisorRule", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L83", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 20, - "norm_label": "smartadvisorrule", - "id": "frontend_admin_panel_src_types_admin_smartadvisorrule" - }, - { - "label": "SystemSettings", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L179", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 20, - "norm_label": "systemsettings", - "id": "frontend_admin_panel_src_types_admin_systemsettings" - }, - { - "label": "Testimonial", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L97", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 20, - "norm_label": "testimonial", - "id": "frontend_admin_panel_src_types_admin_testimonial" - }, - { - "label": "VerifyOtpPayload", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L26", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 20, - "norm_label": "verifyotppayload", - "id": "frontend_admin_panel_src_types_admin_verifyotppayload" - }, - { - "label": "FormFieldProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 206, - "norm_label": "formfieldprops", - "id": "frontend_admin_panel_src_components_ui_formfield_formfieldprops" - }, - { - "label": "InputProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 207, - "norm_label": "inputprops", - "id": "frontend_admin_panel_src_components_ui_input_inputprops" - }, - { - "label": "TextareaProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 208, - "norm_label": "textareaprops", - "id": "frontend_admin_panel_src_components_ui_textarea_textareaprops" - }, - { - "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": 23, - "community_name": "adminRoutes.tsx", - "norm_label": "herobanner", - "id": "frontend_admin_panel_src_pages_cms_herobanner" - }, - { - "label": "VetTestimonial", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/CMS.tsx", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 23, - "community_name": "adminRoutes.tsx", - "norm_label": "vettestimonial", - "id": "frontend_admin_panel_src_pages_cms_vettestimonial" - }, - { - "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": 23, - "community_name": "adminRoutes.tsx", - "norm_label": "wholesalerequest", - "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest" - }, - { - "label": "MenuGroup", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L42", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 23, - "norm_label": "menugroup", - "id": "frontend_admin_panel_src_components_sidebar_menugroup" - }, - { - "label": "SidebarProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L49", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 23, - "norm_label": "sidebarprops", - "id": "frontend_admin_panel_src_components_sidebar_sidebarprops" - }, - { - "label": "SubMenuItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L35", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 23, - "norm_label": "submenuitem", - "id": "frontend_admin_panel_src_components_sidebar_submenuitem" - }, - { - "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": 23, - "norm_label": "topbarprops", - "id": "frontend_admin_panel_src_components_topbar_topbarprops" - }, - { - "label": "ApiErrorPayload", - "file_type": "code", - "source_file": "frontend/admin-panel/src/services/api.ts", - "source_location": "L13", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 23, - "norm_label": "apierrorpayload", - "id": "frontend_admin_panel_src_services_api_apierrorpayload" - }, - { - "label": "AdminUser", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 23, - "norm_label": "adminuser", - "id": "frontend_admin_panel_src_types_admin_adminuser" - }, - { - "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": 23, - "norm_label": "authresponsedata", - "id": "frontend_admin_panel_src_types_admin_authresponsedata" - }, - { - "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": 234, - "community_name": "Blog Entity Model", - "norm_label": "blog", - "id": "backend_src_blogs_entities_blog_entity_blog" - }, - { - "label": "Home", - "file_type": "code", - "source_file": "backend/src/home/entities/home.entity.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 235, - "community_name": "Home Entity Model", - "norm_label": "home", - "id": "backend_src_home_entities_home_entity_home" - }, - { - "label": "Wiki", - "file_type": "code", - "source_file": "backend/src/wiki/entities/wiki.entity.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 236, - "community_name": "Wiki Entity Model", - "norm_label": "wiki", - "id": "backend_src_wiki_entities_wiki_entity_wiki" - }, - { - "label": "AdminLoginInput", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 24, - "norm_label": "adminlogininput", - "id": "backend_src_auth_auth_service_adminlogininput" - }, - { - "label": "AuthService", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L32", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 24, - "norm_label": "authservice", - "id": "backend_src_auth_auth_service_authservice" - }, - { - "label": "LoginInput", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L20", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 24, - "norm_label": "logininput", - "id": "backend_src_auth_auth_service_logininput" - }, - { - "label": "RegisterInput", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 24, - "norm_label": "registerinput", - "id": "backend_src_auth_auth_service_registerinput" - }, - { - "label": "RedisService", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 24, - "norm_label": "redisservice", - "id": "backend_src_redis_redis_service_redisservice" - }, - { - "label": "MockIntersectionObserver", - "file_type": "code", - "source_file": "frontend/application/vitest.setup.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 249, - "community_name": "Vitest Test Setup", - "norm_label": "mockintersectionobserver", - "id": "frontend_application_vitest_setup_mockintersectionobserver" - }, - { - "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": 25, - "community_name": "JwtAuthGuard", - "norm_label": "jwtauthguard", - "id": "backend_src_auth_jwt_auth_guard_jwtauthguard" - }, - { - "label": "RequestWithUser", - "file_type": "code", - "source_file": "backend/src/common/guards/roles.guard.ts", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "requestwithuser", - "id": "backend_src_common_guards_roles_guard_requestwithuser" - }, - { - "label": "RolesGuard", - "file_type": "code", - "source_file": "backend/src/common/guards/roles.guard.ts", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "rolesguard", - "id": "backend_src_common_guards_roles_guard_rolesguard" - }, - { - "label": "UserReqPayload", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.controller.ts", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "userreqpayload", - "id": "backend_src_prescriptions_prescriptions_controller_userreqpayload" - }, - { - "label": "Ingredient", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L42", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "community_name": "ProductService", - "norm_label": "ingredient", - "id": "frontend_application_lib_types_ingredient" - }, - { - "label": "BlogPost", - "file_type": "code", - "source_file": "frontend/application/components/BlogPage.tsx", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "blogpost", - "id": "frontend_application_components_blogpage_blogpost" - }, - { - "label": "CatalogPageSpreadProps", - "file_type": "code", - "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", - "source_location": "L36", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "catalogpagespreadprops", - "id": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops" - }, - { - "label": "CategoryMeta", - "file_type": "code", - "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "categorymeta", - "id": "frontend_application_components_catalog_catalogpagespread_categorymeta" - }, - { - "label": "FlipbookCatalogProps", - "file_type": "code", - "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", - "source_location": "L22", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "flipbookcatalogprops", - "id": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops" - }, - { - "label": "ProductDetailModalProps", - "file_type": "code", - "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "productdetailmodalprops", - "id": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops" - }, - { - "label": "DosageResult", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "dosageresult", - "id": "frontend_application_lib_data_products_dosageresult" - }, - { - "label": "FAQ", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L23", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "faq", - "id": "frontend_application_lib_data_products_faq" - }, - { - "label": "IngredientInfo", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "ingredientinfo", - "id": "frontend_application_lib_data_products_ingredientinfo" - }, - { - "label": "PetType", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "pettype", - "id": "frontend_application_lib_data_products_pettype" - }, - { - "label": "Product", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "product", - "id": "frontend_application_lib_data_products_product" - }, - { - "label": "Specialist", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "specialist", - "id": "frontend_application_lib_data_products_specialist" - }, - { - "label": "BackendProduct", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "backendproduct", - "id": "frontend_application_lib_services_productservice_backendproduct" - }, - { - "label": "ProductService", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L57", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 3, - "norm_label": "productservice", - "id": "frontend_application_lib_services_productservice_productservice" - }, - { - "label": "ApiErr", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L23", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "apierr", - "id": "frontend_application_lib_services_orderservice_apierr" - }, - { - "label": "Order", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L11", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "order", - "id": "frontend_application_lib_services_orderservice_order" - }, - { - "label": "OrderItem", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "orderitem", - "id": "frontend_application_lib_services_orderservice_orderitem" - }, - { - "label": "OrderService", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L31", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "orderservice", - "id": "frontend_application_lib_services_orderservice_orderservice" - }, - { - "label": "CartItem", - "file_type": "code", - "source_file": "frontend/application/lib/store/cartStore.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 33, - "norm_label": "cartitem", - "id": "frontend_application_lib_store_cartstore_cartitem" - }, - { - "label": "CartStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/cartStore.ts", - "source_location": "L32", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 33, - "norm_label": "cartstore", - "id": "frontend_application_lib_store_cartstore_cartstore" - }, - { - "label": "Order", - "file_type": "code", - "source_file": "frontend/application/lib/store/cartStore.ts", - "source_location": "L18", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 33, - "norm_label": "order", - "id": "frontend_application_lib_store_cartstore_order" - }, - { - "label": "PaymentController", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L38", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 34, - "norm_label": "paymentcontroller", - "id": "backend_src_payment_payment_controller_paymentcontroller" - }, - { - "label": "SkeletonProps", - "file_type": "code", - "source_file": "frontend/application/components/Skeleton.tsx", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 35, - "community_name": "ArchivePage.tsx", - "norm_label": "skeletonprops", - "id": "frontend_application_components_skeleton_skeletonprops" - }, - { - "label": "HealthLog", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 35, - "norm_label": "healthlog", - "id": "frontend_application_lib_store_usepetstore_healthlog" - }, - { - "label": "PetConsumption", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L26", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 35, - "norm_label": "petconsumption", - "id": "frontend_application_lib_store_usepetstore_petconsumption" - }, - { - "label": "PetProfile", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L32", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 35, - "norm_label": "petprofile", - "id": "frontend_application_lib_store_usepetstore_petprofile" - }, - { - "label": "PetStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L50", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 35, - "norm_label": "petstore", - "id": "frontend_application_lib_store_usepetstore_petstore" - }, - { - "label": "Reminder", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 35, - "norm_label": "reminder", - "id": "frontend_application_lib_store_usepetstore_reminder" - }, - { - "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": 36, - "community_name": "main.ts", - "norm_label": "prismaexceptionfilter", - "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter" - }, - { - "label": "DecimalInterceptor", - "file_type": "code", - "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "decimalinterceptor", - "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor" - }, - { - "label": "ApiErrorResponse", - "file_type": "code", - "source_file": "backend/src/common/schemas/error-response.schema.ts", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "apierrorresponse", - "id": "backend_src_common_schemas_error_response_schema_apierrorresponse" - }, - { - "label": "ErrorDetailField", - "file_type": "code", - "source_file": "backend/src/common/schemas/error-response.schema.ts", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "errordetailfield", - "id": "backend_src_common_schemas_error_response_schema_errordetailfield" - }, - { - "label": "AppModule", - "file_type": "code", - "source_file": "backend/src/app.module.ts", - "source_location": "L81", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 36, - "norm_label": "appmodule", - "id": "backend_src_app_module_appmodule" - }, - { - "label": "CustomHttpExceptionFilter", - "file_type": "code", - "source_file": "backend/src/common/filters/http-exception.filter.ts", - "source_location": "L13", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 36, - "norm_label": "customhttpexceptionfilter", - "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter" - }, - { - "label": "B2BController", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L19", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "b2bcontroller", - "id": "backend_src_b2b_b2b_controller_b2bcontroller" - }, - { - "label": "B2BService", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "b2bservice", - "id": "backend_src_b2b_b2b_service_b2bservice" - }, - { - "label": "B2BWholesaleOrderItem", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 37, - "community_name": "PrismaService", - "norm_label": "b2bwholesaleorderitem", - "id": "backend_src_b2b_b2b_service_b2bwholesaleorderitem" - }, - { - "label": "PaymentService", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L19", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 38, - "norm_label": "paymentservice", - "id": "backend_src_payment_payment_service_paymentservice" - }, - { - "label": "ZibalService", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L43", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 38, - "norm_label": "zibalservice", - "id": "backend_src_payment_zibal_service_zibalservice" - }, - { - "label": "BlogQuery", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": "blogquery", - "id": "backend_src_admin_blogs_service_blogquery" - }, - { - "label": "BlogsService", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": "blogsservice", - "id": "backend_src_admin_blogs_service_blogsservice" - }, - { - "label": "CategoryQuery", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "community_name": "PaginationDto", - "norm_label": "categoryquery", - "id": "backend_src_admin_categories_service_categoryquery" - }, - { - "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": 4, - "community_name": "PaginationDto", - "norm_label": "sortorder", - "id": "backend_src_common_dto_pagination_dto_sortorder" - }, - { - "label": "ReportsController", - "file_type": "code", - "source_file": "backend/src/admin/reports.controller.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "reportscontroller", - "id": "backend_src_admin_reports_controller_reportscontroller" - }, - { - "label": "ReportsService", - "file_type": "code", - "source_file": "backend/src/admin/reports.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "reportsservice", - "id": "backend_src_admin_reports_service_reportsservice" - }, - { - "label": "WikiQuery", - "file_type": "code", - "source_file": "backend/src/admin/wiki.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "wikiquery", - "id": "backend_src_admin_wiki_service_wikiquery" - }, - { - "label": "WikiService", - "file_type": "code", - "source_file": "backend/src/admin/wiki.service.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "wikiservice", - "id": "backend_src_admin_wiki_service_wikiservice" - }, - { - "label": "RedisModule", - "file_type": "code", - "source_file": "backend/src/redis/redis.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "redismodule", - "id": "backend_src_redis_redis_module_redismodule" - }, - { - "label": "AdminModule", - "file_type": "code", - "source_file": "backend/src/admin/admin.module.ts", - "source_location": "L44", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "norm_label": "adminmodule", - "id": "backend_src_admin_admin_module_adminmodule" - }, - { - "label": "PetQuery", - "file_type": "code", - "source_file": "backend/src/admin/pets.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "norm_label": "petquery", - "id": "backend_src_admin_pets_service_petquery" - }, - { - "label": "PetsService", - "file_type": "code", - "source_file": "backend/src/admin/pets.service.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "norm_label": "petsservice", - "id": "backend_src_admin_pets_service_petsservice" - }, - { - "label": "SslCertInfo", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 4, - "norm_label": "sslcertinfo", - "id": "backend_src_admin_ssl_service_sslcertinfo" - }, - { - "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": 40, - "community_name": "Spinner.tsx", - "norm_label": "confirmmodalprops", - "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops" - }, - { - "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": 40, - "community_name": "Spinner.tsx", - "norm_label": "paginationprops", - "id": "frontend_admin_panel_src_components_ui_pagination_paginationprops" - }, - { - "label": "BlogPost", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "blogpost", - "id": "frontend_admin_panel_src_pages_blogs_blogpost" - }, - { - "label": "Category", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Categories.tsx", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "category", - "id": "frontend_admin_panel_src_pages_categories_category" - }, - { - "label": "Media", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 40, - "norm_label": "media", - "id": "frontend_admin_panel_src_components_ui_mediaselector_media" - }, - { - "label": "MediaSelectorProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 40, - "norm_label": "mediaselectorprops", - "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops" - }, - { - "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": 40, - "norm_label": "pet", - "id": "frontend_admin_panel_src_pages_pets_pet" - }, - { - "label": "Category", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Products.tsx", - "source_location": "L11", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 40, - "norm_label": "category", - "id": "frontend_admin_panel_src_pages_products_category" - }, - { - "label": "Product", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Products.tsx", - "source_location": "L18", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 40, - "norm_label": "product", - "id": "frontend_admin_panel_src_pages_products_product" - }, - { - "label": "CategoriesController", - "file_type": "code", - "source_file": "backend/src/admin/categories.controller.ts", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "categoriescontroller", - "id": "backend_src_admin_categories_controller_categoriescontroller" - }, - { - "label": "CategoriesService", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "categoriesservice", - "id": "backend_src_admin_categories_service_categoriesservice" - }, - { - "label": "MediaController", - "file_type": "code", - "source_file": "backend/src/admin/media.controller.ts", - "source_location": "L22", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 42, - "norm_label": "mediacontroller", - "id": "backend_src_admin_media_controller_mediacontroller" - }, - { - "label": "MediaService", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 42, - "norm_label": "mediaservice", - "id": "backend_src_admin_media_service_mediaservice" - }, - { - "label": "SslController", - "file_type": "code", - "source_file": "backend/src/admin/ssl.controller.ts", - "source_location": "L24", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 44, - "norm_label": "sslcontroller", - "id": "backend_src_admin_ssl_controller_sslcontroller" - }, - { - "label": "SslService", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L22", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 44, - "norm_label": "sslservice", - "id": "backend_src_admin_ssl_service_sslservice" - }, - { - "label": "BannersController", - "file_type": "code", - "source_file": "backend/src/banners/banners.controller.ts", - "source_location": "L21", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "bannerscontroller", - "id": "backend_src_banners_banners_controller_bannerscontroller" - }, - { - "label": "BannersService", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "bannersservice", - "id": "backend_src_banners_banners_service_bannersservice" - }, - { - "label": "BadgeProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 47, - "norm_label": "badgeprops", - "id": "frontend_admin_panel_src_components_ui_badge_badgeprops" - }, - { - "label": "BadgeVariant", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 47, - "norm_label": "badgevariant", - "id": "frontend_admin_panel_src_components_ui_badge_badgevariant" - }, - { - "label": "ImagePreviewModalProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 47, - "norm_label": "imagepreviewmodalprops", - "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops" - }, - { - "label": "ToggleSwitchProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 47, - "norm_label": "toggleswitchprops", - "id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops" - }, - { - "label": "Media", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Media.tsx", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 47, - "norm_label": "media", - "id": "frontend_admin_panel_src_pages_media_media" - }, - { - "label": "ProductItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 47, - "norm_label": "productitem", - "id": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem" - }, - { - "label": "Prescription", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L124", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 47, - "norm_label": "prescription", - "id": "frontend_admin_panel_src_types_admin_prescription" - }, - { - "label": "IngredientsController", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.controller.ts", - "source_location": "L20", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "ingredientscontroller", - "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller" - }, - { - "label": "IngredientsService", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "ingredientsservice", - "id": "backend_src_ingredients_ingredients_service_ingredientsservice" - }, - { - "label": "PetsController", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L55", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 49, - "norm_label": "petscontroller", - "id": "backend_src_pets_pets_controller_petscontroller" - }, - { - "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": 5, - "community_name": "VerifyOtpDto", - "norm_label": "verifyotpdto", - "id": "backend_src_auth_dto_verify_otp_dto_verifyotpdto" - }, - { - "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": 5, - "community_name": "auth.controller.ts", - "norm_label": "adminlogindto", - "id": "backend_src_auth_dto_admin_login_dto_adminlogindto" - }, - { - "label": "LoginDto", - "file_type": "code", - "source_file": "backend/src/auth/dto/login.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "logindto", - "id": "backend_src_auth_dto_login_dto_logindto" - }, - { - "label": "RegisterDto", - "file_type": "code", - "source_file": "backend/src/auth/dto/register.dto.ts", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "registerdto", - "id": "backend_src_auth_dto_register_dto_registerdto" - }, - { - "label": "SendOtpDto", - "file_type": "code", - "source_file": "backend/src/auth/dto/send-otp.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 5, - "community_name": "auth.service.ts", - "norm_label": "sendotpdto", - "id": "backend_src_auth_dto_send_otp_dto_sendotpdto" - }, - { - "label": "AuthController", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L33", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 5, - "norm_label": "authcontroller", - "id": "backend_src_auth_auth_controller_authcontroller" - }, - { - "label": "B2BInquiry", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L67", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "b2binquiry", - "id": "frontend_application_lib_types_b2binquiry" - }, - { - "label": "Banner", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "banner", - "id": "frontend_application_lib_types_banner" - }, - { - "label": "HomeApiResponse", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L102", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "homeapiresponse", - "id": "frontend_application_lib_types_homeapiresponse" - }, - { - "label": "NavigationHandler", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L111", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "navigationhandler", - "id": "frontend_application_lib_types_navigationhandler" - }, - { - "label": "PartnerAccount", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L82", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "partneraccount", - "id": "frontend_application_lib_types_partneraccount" - }, - { - "label": "Prescription", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L55", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "prescription", - "id": "frontend_application_lib_types_prescription" - }, - { - "label": "SmartAdvisorRule", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "smartadvisorrule", - "id": "frontend_application_lib_types_smartadvisorrule" - }, - { - "label": "Testimonial", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "testimonial", - "id": "frontend_application_lib_types_testimonial" - }, - { - "label": "DosageConfig", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L94", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "community_name": "ProductPage.tsx", - "norm_label": "dosageconfig", - "id": "frontend_application_lib_types_dosageconfig" - }, - { - "label": "HomeClientProps", - "file_type": "code", - "source_file": "frontend/application/app/HomeClient.tsx", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "norm_label": "homeclientprops", - "id": "frontend_application_app_homeclient_homeclientprops" - }, - { - "label": "BannerPlacementProps", - "file_type": "code", - "source_file": "frontend/application/components/BannerPlacement.tsx", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 50, - "norm_label": "bannerplacementprops", - "id": "frontend_application_components_bannerplacement_bannerplacementprops" - }, - { - "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": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "smartadvisorcontroller", - "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller" - }, - { - "label": "SmartAdvisorService", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "smartadvisorservice", - "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice" - }, - { - "label": "TestimonialsController", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L20", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "testimonialscontroller", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller" - }, - { - "label": "TestimonialsService", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "testimonialsservice", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice" - }, - { - "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": 54, - "community_name": "AdminService", - "norm_label": "adminquerydto", - "id": "backend_src_admin_dto_admin_query_dto_adminquerydto" - }, - { - "label": "BlogsModule", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "blogsmodule", - "id": "backend_src_blogs_blogs_module_blogsmodule" - }, - { - "label": "BlogsService", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "blogsservice", - "id": "backend_src_blogs_blogs_service_blogsservice" - }, - { - "label": "PaginationDto", - "file_type": "code", - "source_file": "backend/src/common/dto/pagination.dto.ts", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "paginationdto", - "id": "backend_src_common_dto_pagination_dto_paginationdto" - }, - { - "label": "ContactController", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "contactcontroller", - "id": "backend_src_contact_contact_controller_contactcontroller" - }, - { - "label": "ContactService", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L22", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 55, - "norm_label": "contactservice", - "id": "backend_src_contact_contact_service_contactservice" - }, - { - "label": "PrescriptionsController", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.controller.ts", - "source_location": "L27", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "prescriptionscontroller", - "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller" - }, - { - "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": 6, - "community_name": "OrdersService", - "norm_label": "createorderdto", - "id": "backend_src_orders_dto_create_order_dto_createorderdto" - }, - { - "label": "OrderItemDto", - "file_type": "code", - "source_file": "backend/src/orders/dto/create-order.dto.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "orderitemdto", - "id": "backend_src_orders_dto_create_order_dto_orderitemdto" - }, - { - "label": "OrdersModule", - "file_type": "code", - "source_file": "backend/src/orders/orders.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 6, - "community_name": "PaginationDto", - "norm_label": "ordersmodule", - "id": "backend_src_orders_orders_module_ordersmodule" - }, - { - "label": "OrdersController", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L54", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 6, - "norm_label": "orderscontroller", - "id": "backend_src_orders_orders_controller_orderscontroller" - }, - { - "label": "ValidateCouponDto", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L29", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 6, - "norm_label": "validatecoupondto", - "id": "backend_src_orders_orders_controller_validatecoupondto" - }, - { - "label": "OrdersService", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 6, - "norm_label": "ordersservice", - "id": "backend_src_orders_orders_service_ordersservice" - }, - { - "label": "BlogsController", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L29", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "blogscontroller", - "id": "backend_src_admin_blogs_controller_blogscontroller" - }, - { - "label": "PriceInputProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 63, - "norm_label": "priceinputprops", - "id": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops" - }, - { - "label": "Coupon", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 63, - "norm_label": "coupon", - "id": "frontend_admin_panel_src_pages_coupons_coupon" - }, - { - "label": "CouponFormData", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L31", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 63, - "norm_label": "couponformdata", - "id": "frontend_admin_panel_src_pages_coupons_couponformdata" - }, - { - "label": "CouponModalProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L250", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 63, - "norm_label": "couponmodalprops", - "id": "frontend_admin_panel_src_pages_coupons_couponmodalprops" - }, - { - "label": "CouponTarget", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 63, - "norm_label": "coupontarget", - "id": "frontend_admin_panel_src_pages_coupons_coupontarget" - }, - { - "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": 63, - "norm_label": "financialsettings", - "id": "frontend_admin_panel_src_types_admin_financialsettings" - }, - { - "label": "WikiController", - "file_type": "code", - "source_file": "backend/src/admin/wiki.controller.ts", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "wikicontroller", - "id": "backend_src_admin_wiki_controller_wikicontroller" - }, - { - "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": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "createpetdto", - "id": "backend_src_pets_dto_create_pet_dto_createpetdto" - }, - { - "label": "UpdatePetDto", - "file_type": "code", - "source_file": "backend/src/pets/dto/update-pet.dto.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "updatepetdto", - "id": "backend_src_pets_dto_update_pet_dto_updatepetdto" - }, - { - "label": "PetsModule", - "file_type": "code", - "source_file": "backend/src/pets/pets.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "petsmodule", - "id": "backend_src_pets_pets_module_petsmodule" - }, - { - "label": "HealthLogInput", - "file_type": "code", - "source_file": "backend/src/pets/pets.service.ts", - "source_location": "L15", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "healthloginput", - "id": "backend_src_pets_pets_service_healthloginput" - }, - { - "label": "ReminderInput", - "file_type": "code", - "source_file": "backend/src/pets/pets.service.ts", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "reminderinput", - "id": "backend_src_pets_pets_service_reminderinput" - }, - { - "label": "SeoController", - "file_type": "code", - "source_file": "backend/src/seo/seo.controller.ts", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "seocontroller", - "id": "backend_src_seo_seo_controller_seocontroller" - }, - { - "label": "SeoModule", - "file_type": "code", - "source_file": "backend/src/seo/seo.module.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "seomodule", - "id": "backend_src_seo_seo_module_seomodule" - }, - { - "label": "SeoService", - "file_type": "code", - "source_file": "backend/src/seo/seo.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "seoservice", - "id": "backend_src_seo_seo_service_seoservice" + "community_name": "useSettingsStore", + "norm_label": "brandlogoprops" }, { "label": "CalculatorState", @@ -3676,9 +91,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 69, - "norm_label": "calculatorstate", - "id": "frontend_application_components_productpage_calculatorstate" + "id": "frontend_application_components_productpage_calculatorstate", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "calculatorstate" }, { "label": "ProductReviewsProps", @@ -3688,9 +104,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 69, - "norm_label": "productreviewsprops", - "id": "frontend_application_components_productreviews_productreviewsprops" + "id": "frontend_application_components_productreviews_productreviewsprops", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "productreviewsprops" }, { "label": "ReviewItem", @@ -3700,9 +117,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 69, - "norm_label": "reviewitem", - "id": "frontend_application_components_productreviews_reviewitem" + "id": "frontend_application_components_productreviews_reviewitem", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "reviewitem" }, { "label": "TooltipProps", @@ -3712,9 +130,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 69, - "norm_label": "tooltipprops", - "id": "frontend_application_components_tooltip_tooltipprops" + "id": "frontend_application_components_tooltip_tooltipprops", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "tooltipprops" }, { "label": "ScientificTerm", @@ -3724,490 +143,387 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 69, - "norm_label": "scientificterm", - "id": "frontend_application_lib_data_scientificterms_scientificterm" + "id": "frontend_application_lib_data_scientificterms_scientificterm", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "scientificterm" }, { - "label": "CmsController", + "label": "ScientificTerm", "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L27", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "cmscontroller", - "id": "backend_src_cms_cms_controller_cmscontroller" - }, - { - "label": "CmsService", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "cmsservice", - "id": "backend_src_cms_cms_service_cmsservice" - }, - { - "label": "CreateHeroBannerDto", - "file_type": "code", - "source_file": "backend/src/cms/dto/cms.dto.ts", - "source_location": "L10", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "createherobannerdto", - "id": "backend_src_cms_dto_cms_dto_createherobannerdto" - }, - { - "label": "CreateSmartAdvisorRuleDto", - "file_type": "code", - "source_file": "backend/src/cms/dto/cms.dto.ts", - "source_location": "L80", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "createsmartadvisorruledto", - "id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto" - }, - { - "label": "CreateVetTestimonialDto", - "file_type": "code", - "source_file": "backend/src/cms/dto/cms.dto.ts", - "source_location": "L45", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "createvettestimonialdto", - "id": "backend_src_cms_dto_cms_dto_createvettestimonialdto" - }, - { - "label": "HomeController", - "file_type": "code", - "source_file": "backend/src/home/home.controller.ts", - "source_location": "L16", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "homecontroller", - "id": "backend_src_home_home_controller_homecontroller" - }, - { - "label": "HomeModule", - "file_type": "code", - "source_file": "backend/src/home/home.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "homemodule", - "id": "backend_src_home_home_module_homemodule" - }, - { - "label": "HomeService", - "file_type": "code", - "source_file": "backend/src/home/home.service.ts", + "source_file": "frontend/application/lib/store/settingsStore.ts", "source_location": "L5", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "homeservice", - "id": "backend_src_home_home_service_homeservice" + "id": "frontend_application_lib_store_settingsstore_scientificterm", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "scientificterm" }, { - "label": "ApiResponse", + "label": "SettingsStore", "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L41", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 73, - "norm_label": "apiresponse", - "id": "frontend_admin_panel_src_types_admin_apiresponse" - }, - { - "label": "GatewayHealthResult", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L35", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 76, - "norm_label": "gatewayhealthresult", - "id": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult" - }, - { - "label": "IPaymentGateway", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L48", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 76, - "norm_label": "ipaymentgateway", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway" - }, - { - "label": "PaymentInquiryResult", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 76, - "norm_label": "paymentinquiryresult", - "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult" - }, - { - "label": "PaymentRequestOptions", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L1", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 76, - "norm_label": "paymentrequestoptions", - "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions" - }, - { - "label": "PaymentRequestResult", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 76, - "norm_label": "paymentrequestresult", - "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult" - }, - { - "label": "PaymentVerifyResult", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L16", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 76, - "norm_label": "paymentverifyresult", - "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult" - }, - { - "label": "ZibalInquiryResponse", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L30", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 76, - "norm_label": "zibalinquiryresponse", - "id": "backend_src_payment_zibal_service_zibalinquiryresponse" - }, - { - "label": "ZibalRequestResponse", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", + "source_file": "frontend/application/lib/store/settingsStore.ts", "source_location": "L12", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 76, - "norm_label": "zibalrequestresponse", - "id": "backend_src_payment_zibal_service_zibalrequestresponse" + "id": "frontend_application_lib_store_settingsstore_settingsstore", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "settingsstore" }, { - "label": "ZibalVerifyResponse", + "label": "AppController", "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L18", + "source_file": "backend/src/app.controller.ts", + "source_location": "L5", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 76, - "norm_label": "zibalverifyresponse", - "id": "backend_src_payment_zibal_service_zibalverifyresponse" + "id": "backend_src_app_controller_appcontroller", + "community": 104, + "community_name": "AppService", + "norm_label": "appcontroller" }, { - "label": "Order", + "label": "AppService", "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L57", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 77, - "norm_label": "order", - "id": "frontend_admin_panel_src_pages_orders_order" - }, - { - "label": "OrderItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 77, - "norm_label": "orderitem", - "id": "frontend_admin_panel_src_pages_orders_orderitem" - }, - { - "label": "PaymentTx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L44", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 77, - "norm_label": "paymenttx", - "id": "frontend_admin_panel_src_pages_orders_paymenttx" - }, - { - "label": "UserRecord", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Users.tsx", - "source_location": "L27", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 77, - "norm_label": "userrecord", - "id": "frontend_admin_panel_src_pages_users_userrecord" - }, - { - "label": "PetSummary", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L61", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 77, - "norm_label": "petsummary", - "id": "frontend_admin_panel_src_types_admin_petsummary" - }, - { - "label": "UserAddress", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L49", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 77, - "norm_label": "useraddress", - "id": "frontend_admin_panel_src_types_admin_useraddress" - }, - { - "label": "AdminUpdateTicketDto", - "file_type": "code", - "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", - "source_location": "L53", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 8, - "norm_label": "adminupdateticketdto", - "id": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto" - }, - { - "label": "CreateTicketDto", - "file_type": "code", - "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_file": "backend/src/app.service.ts", "source_location": "L4", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 8, - "norm_label": "createticketdto", - "id": "backend_src_tickets_dto_create_ticket_dto_createticketdto" + "id": "backend_src_app_service_appservice", + "community": 104, + "community_name": "AppService", + "norm_label": "appservice" }, { - "label": "ReplyTicketDto", + "label": "AdminTransactionFilterDto", "file_type": "code", - "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", - "source_location": "L36", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 8, - "norm_label": "replyticketdto", - "id": "backend_src_tickets_dto_create_ticket_dto_replyticketdto" - }, - { - "label": "TicketQueryDto", - "file_type": "code", - "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", "source_location": "L5", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 8, - "norm_label": "ticketquerydto", - "id": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto" + "id": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "community": 105, + "community_name": "AdminTransactionFilterDto", + "norm_label": "admintransactionfilterdto" }, { - "label": "TicketsController", + "label": "AddressModalProps", "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L27", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L11", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 8, - "norm_label": "ticketscontroller", - "id": "backend_src_tickets_tickets_controller_ticketscontroller" + "id": "frontend_application_components_addressmodal_addressmodalprops", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "addressmodalprops" }, { - "label": "TicketsModule", + "label": "BackButtonProps", "file_type": "code", - "source_file": "backend/src/tickets/tickets.module.ts", - "source_location": "L12", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L8", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 8, - "norm_label": "ticketsmodule", - "id": "backend_src_tickets_tickets_module_ticketsmodule" + "id": "frontend_application_components_backbutton_backbuttonprops", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "backbuttonprops" }, { - "label": "TicketsService", + "label": "DeleteConfirmModalProps", "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L14", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L6", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 8, - "norm_label": "ticketsservice", - "id": "backend_src_tickets_tickets_service_ticketsservice" + "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "deleteconfirmmodalprops" }, { - "label": "Video", + "label": "HeaderButtonProps", "file_type": "code", - "source_file": "frontend/application/lib/services/videoService.ts", - "source_location": "L3", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L6", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 85, - "community_name": "VetGallery.tsx", - "norm_label": "video", - "id": "frontend_application_lib_services_videoservice_video" + "id": "frontend_application_components_headerbutton_headerbuttonprops", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "headerbuttonprops" }, { - "label": "SafeImageProps", + "label": "LoginModalProps", "file_type": "code", - "source_file": "frontend/application/components/SafeImage.tsx", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 85, - "norm_label": "safeimageprops", - "id": "frontend_application_components_safeimage_safeimageprops" - }, - { - "label": "DisplayVideoItem", - "file_type": "code", - "source_file": "frontend/application/components/VetGallery.tsx", - "source_location": "L57", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 85, - "norm_label": "displayvideoitem", - "id": "frontend_application_components_vetgallery_displayvideoitem" - }, - { - "label": "TestimonialItem", - "file_type": "code", - "source_file": "frontend/application/components/VetGallery.tsx", + "source_file": "frontend/application/components/LoginModal.tsx", "source_location": "L10", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 85, - "norm_label": "testimonialitem", - "id": "frontend_application_components_vetgallery_testimonialitem" + "id": "frontend_application_components_loginmodal_loginmodalprops", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "loginmodalprops" }, { - "label": "WikiModule", + "label": "OrderDetailsModalProps", "file_type": "code", - "source_file": "backend/src/wiki/wiki.module.ts", - "source_location": "L9", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L28", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 88, - "community_name": "PaginationDto", - "norm_label": "wikimodule", - "id": "backend_src_wiki_wiki_module_wikimodule" + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "orderdetailsmodalprops" }, { - "label": "WikiService", + "label": "SearchableSelectProps", "file_type": "code", - "source_file": "backend/src/wiki/wiki.service.ts", - "source_location": "L7", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L6", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 88, - "community_name": "PaginationDto", - "norm_label": "wikiservice", - "id": "backend_src_wiki_wiki_service_wikiservice" + "id": "frontend_application_components_searchableselect_searchableselectprops", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "searchableselectprops" }, { - "label": "WikiController", + "label": "TopUpModalProps", "file_type": "code", - "source_file": "backend/src/wiki/wiki.controller.ts", - "source_location": "L18", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L11", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 88, - "community_name": "WikiController", - "norm_label": "wikicontroller", - "id": "backend_src_wiki_wiki_controller_wikicontroller" + "id": "frontend_application_components_topupmodal_topupmodalprops", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "topupmodalprops" }, { - "label": "CmsModule", + "label": "CreateTicketPayload", "file_type": "code", - "source_file": "backend/src/cms/cms.module.ts", - "source_location": "L12", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L34", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 9, - "community_name": "CmsController", - "norm_label": "cmsmodule", - "id": "backend_src_cms_cms_module_cmsmodule" + "id": "frontend_application_lib_services_ticketservice_createticketpayload", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "createticketpayload" + }, + { + "label": "Ticket", + "file_type": "code", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice_ticket", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "ticket" + }, + { + "label": "TicketMessage", + "file_type": "code", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice_ticketmessage", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "ticketmessage" + }, + { + "label": "Address", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_address", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "address" + }, + { + "label": "CreateVideoDto", + "file_type": "code", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_createvideodto", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": "createvideodto" + }, + { + "label": "UpdateVideoDto", + "file_type": "code", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L56", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_updatevideodto", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": "updatevideodto" + }, + { + "label": "VideosController", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": "videoscontroller" + }, + { + "label": "VideosService", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": "videosservice" + }, + { + "label": "ErrorBoundary", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": "errorboundary" + }, + { + "label": "Props", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_props", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": "props" + }, + { + "label": "State", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_state", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": "state" + }, + { + "label": "InitiatePaymentDto", + "file_type": "code", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "community": 125, + "community_name": "InitiatePaymentDto", + "norm_label": "initiatepaymentdto" + }, + { + "label": "InitiateWalletTopupDto", + "file_type": "code", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "community": 125, + "community_name": "InitiatePaymentDto", + "norm_label": "initiatewallettopupdto" + }, + { + "label": "SmsLogQueryDto", + "file_type": "code", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "community": 126, + "community_name": "SmsLogQueryDto", + "norm_label": "smslogquerydto" + }, + { + "label": "AuthService", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L32", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice", + "community": 127, + "community_name": "AuthService", + "norm_label": "authservice" + }, + { + "label": "GetVideosQueryDto", + "file_type": "code", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "getvideosquerydto" }, { "label": "VideosModule", @@ -4217,176 +533,49 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 9, - "community_name": "CreateVideoDto", - "norm_label": "videosmodule", - "id": "backend_src_videos_videos_module_videosmodule" + "id": "backend_src_videos_videos_module_videosmodule", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "videosmodule" }, { - "label": "UsersModule", + "label": "VideoQuery", "file_type": "code", - "source_file": "backend/src/users/users.module.ts", - "source_location": "L10", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L6", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 9, - "community_name": "UsersService", - "norm_label": "usersmodule", - "id": "backend_src_users_users_module_usersmodule" + "id": "backend_src_videos_videos_service_videoquery", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "videoquery" }, { - "label": "B2BModule", + "label": "CreateHealthLogDto", "file_type": "code", - "source_file": "backend/src/b2b/b2b.module.ts", - "source_location": "L12", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L4", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "b2bmodule", - "id": "backend_src_b2b_b2b_module_b2bmodule" + "id": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "community": 131, + "community_name": "CreateHealthLogDto", + "norm_label": "createhealthlogdto" }, { - "label": "BannersModule", + "label": "CreateReminderDto", "file_type": "code", - "source_file": "backend/src/banners/banners.module.ts", - "source_location": "L12", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L4", "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "bannersmodule", - "id": "backend_src_banners_banners_module_bannersmodule" - }, - { - "label": "SmsModule", - "file_type": "code", - "source_file": "backend/src/common/sms.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "smsmodule", - "id": "backend_src_common_sms_module_smsmodule" - }, - { - "label": "ContactModule", - "file_type": "code", - "source_file": "backend/src/contact/contact.module.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "contactmodule", - "id": "backend_src_contact_contact_module_contactmodule" - }, - { - "label": "IngredientsModule", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.module.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "ingredientsmodule", - "id": "backend_src_ingredients_ingredients_module_ingredientsmodule" - }, - { - "label": "PrismaModule", - "file_type": "code", - "source_file": "backend/src/prisma/prisma.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "prismamodule", - "id": "backend_src_prisma_prisma_module_prismamodule" - }, - { - "label": "SettingsModule", - "file_type": "code", - "source_file": "backend/src/settings/settings.module.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "settingsmodule", - "id": "backend_src_settings_settings_module_settingsmodule" - }, - { - "label": "SmartAdvisorModule", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "smartadvisormodule", - "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule" - }, - { - "label": "TestimonialsModule", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.module.ts", - "source_location": "L12", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "testimonialsmodule", - "id": "backend_src_testimonials_testimonials_module_testimonialsmodule" - }, - { - "label": "AuthModule", - "file_type": "code", - "source_file": "backend/src/auth/auth.module.ts", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "norm_label": "authmodule", - "id": "backend_src_auth_auth_module_authmodule" - }, - { - "label": "PaymentModule", - "file_type": "code", - "source_file": "backend/src/payment/payment.module.ts", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "norm_label": "paymentmodule", - "id": "backend_src_payment_payment_module_paymentmodule" - }, - { - "label": "PrescriptionsModule", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.module.ts", - "source_location": "L13", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "community": 9, - "norm_label": "prescriptionsmodule", - "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule" + "id": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "community": 132, + "community_name": "CreateReminderDto", + "norm_label": "createreminderdto" }, { "label": "ReviewsModule", @@ -4396,9 +585,4001 @@ "_callable": true, "_callable_class": true, "_origin": "ast", + "id": "backend_src_reviews_reviews_module_reviewsmodule", + "community": 133, + "community_name": "reviews.controller.ts", + "norm_label": "reviewsmodule" + }, + { + "label": "PatternItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L54", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_patternitem", + "community": 135, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "patternitem" + }, + { + "label": "SmsConfigState", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L42", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", + "community": 135, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smsconfigstate" + }, + { + "label": "SmsLogItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L63", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_smslogitem", + "community": 135, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smslogitem" + }, + { + "label": "SmsLogStats", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L76", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_smslogstats", + "community": 135, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smslogstats" + }, + { + "label": "CreateReviewDto", + "file_type": "code", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "createreviewdto" + }, + { + "label": "UpdateReviewDto", + "file_type": "code", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "updatereviewdto" + }, + { + "label": "ReviewsController", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "reviewscontroller" + }, + { + "label": "ReviewsService", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "reviewsservice" + }, + { + "label": "GatewayHealth", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L79", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth", + "community": 145, + "community_name": "Transactions.tsx", + "norm_label": "gatewayhealth" + }, + { + "label": "Stats", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L69", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions_stats", + "community": 145, + "community_name": "Transactions.tsx", + "norm_label": "stats" + }, + { + "label": "Transaction", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L32", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions_transaction", + "community": 145, + "community_name": "Transactions.tsx", + "norm_label": "transaction" + }, + { + "label": "GetProductsDto", + "file_type": "code", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_getproductsdto", + "community": 15, + "community_name": "ProductsService", + "norm_label": "getproductsdto" + }, + { + "label": "ProductsController", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L26", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller", + "community": 15, + "community_name": "ProductsService", + "norm_label": "productscontroller" + }, + { + "label": "ProductsModule", + "file_type": "code", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_products_products_module_productsmodule", + "community": 15, + "community_name": "ProductsService", + "norm_label": "productsmodule" + }, + { + "label": "ProductsService", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice", + "community": 15, + "community_name": "ProductsService", + "norm_label": "productsservice" + }, + { + "label": "PaginatedResponse", + "file_type": "code", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "community": 150, + "community_name": "paginated-response.schema.ts", + "norm_label": "paginatedresponse" + }, + { + "label": "PaginationMeta", + "file_type": "code", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "community": 150, + "community_name": "paginated-response.schema.ts", + "norm_label": "paginationmeta" + }, + { + "label": "PetsController", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L55", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller", + "community": 151, + "community_name": "PetsController", + "norm_label": "petscontroller" + }, + { + "label": "MenuGroup", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L42", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar_menugroup", + "community": 158, + "community_name": "api", + "norm_label": "menugroup" + }, + { + "label": "SidebarProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L49", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar_sidebarprops", + "community": 158, + "community_name": "api", + "norm_label": "sidebarprops" + }, + { + "label": "SubMenuItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L35", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar_submenuitem", + "community": 158, + "community_name": "api", + "norm_label": "submenuitem" + }, + { + "label": "TopbarProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_topbar_topbarprops", + "community": 158, + "community_name": "api", + "norm_label": "topbarprops" + }, + { + "label": "HeroBanner", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_cms_herobanner", + "community": 158, + "community_name": "api", + "norm_label": "herobanner" + }, + { + "label": "VetTestimonial", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_cms_vettestimonial", + "community": 158, + "community_name": "api", + "norm_label": "vettestimonial" + }, + { + "label": "ProductReview", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reviews_productreview", + "community": 159, + "community_name": "Reviews.tsx", + "norm_label": "productreview" + }, + { + "label": "B2BWholesaleOrderItem", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "community": 16, + "community_name": "PrismaService", + "norm_label": "b2bwholesaleorderitem" + }, + { + "label": "MetricsController", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_metrics_controller_metricscontroller", + "community": 16, + "community_name": "PrismaService", + "norm_label": "metricscontroller" + }, + { + "label": "MeliPayamakPattern", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_melipayamakpattern", + "community": 16, + "community_name": "PrismaService", + "norm_label": "melipayamakpattern" + }, + { + "label": "MeliPayamakResponse", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L44", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_melipayamakresponse", + "community": 16, + "community_name": "PrismaService", + "norm_label": "melipayamakresponse" + }, + { + "label": "SendPatternSmsOptions", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_sendpatternsmsoptions", + "community": 16, + "community_name": "PrismaService", + "norm_label": "sendpatternsmsoptions" + }, + { + "label": "SmsConfig", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsconfig", + "community": 16, + "community_name": "PrismaService", + "norm_label": "smsconfig" + }, + { + "label": "SmsLogQuery", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L34", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smslogquery", + "community": 16, + "community_name": "PrismaService", + "norm_label": "smslogquery" + }, + { + "label": "CreateContactSubmissionDto", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_createcontactsubmissiondto", + "community": 16, + "community_name": "PrismaService", + "norm_label": "createcontactsubmissiondto" + }, + { + "label": "UpdateContactInfoItemDto", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_updatecontactinfoitemdto", + "community": 16, + "community_name": "PrismaService", + "norm_label": "updatecontactinfoitemdto" + }, + { + "label": "ClientMetadata", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_clientmetadata", + "community": 16, + "community_name": "PrismaService", + "norm_label": "clientmetadata" + }, + { + "label": "PrescriptionsModule", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "community": 16, + "community_name": "PrismaService", + "norm_label": "prescriptionsmodule" + }, + { + "label": "PrismaService", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_prismaservice", + "community": 16, + "community_name": "PrismaService", + "norm_label": "prismaservice" + }, + { + "label": "ScientificTermData", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_scientifictermdata", + "community": 16, + "community_name": "PrismaService", + "norm_label": "scientifictermdata" + }, + { + "label": "WikiQuery", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiquery", + "community": 162, + "community_name": "WikiService", + "norm_label": "wikiquery" + }, + { + "label": "WikiService", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice", + "community": 162, + "community_name": "WikiService", + "norm_label": "wikiservice" + }, + { + "label": "ContactInfoItem", + "file_type": "code", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_contactformclient_contactinfoitem", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "contactinfoitem" + }, + { + "label": "ApiErrorPayload", + "file_type": "code", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_api_apierrorpayload", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "apierrorpayload" + }, + { + "label": "ApiErr", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L29", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_apierr", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "apierr" + }, + { + "label": "AuthResponse", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L21", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authresponse", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "authresponse" + }, + { + "label": "AuthService", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L38", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "authservice" + }, + { + "label": "User", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_user", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "user" + }, + { + "label": "ApiErr", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_apierr", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "apierr" + }, + { + "label": "Order", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_order", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "order" + }, + { + "label": "OrderItem", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderitem", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "orderitem" + }, + { + "label": "OrderService", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L31", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "orderservice" + }, + { + "label": "CreateBlogDto", + "file_type": "code", + "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_dto_create_blog_dto_createblogdto", + "community": 171, + "community_name": "update-blog.dto.ts", + "norm_label": "createblogdto" + }, + { + "label": "UpdateBlogDto", + "file_type": "code", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_dto_update_blog_dto_updateblogdto", + "community": 171, + "community_name": "update-blog.dto.ts", + "norm_label": "updateblogdto" + }, + { + "label": "CreateHomeDto", + "file_type": "code", + "source_file": "backend/src/home/dto/create-home.dto.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_dto_create_home_dto_createhomedto", + "community": 172, + "community_name": "update-home.dto.ts", + "norm_label": "createhomedto" + }, + { + "label": "UpdateHomeDto", + "file_type": "code", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_dto_update_home_dto_updatehomedto", + "community": 172, + "community_name": "update-home.dto.ts", + "norm_label": "updatehomedto" + }, + { + "label": "CreateWikiDto", + "file_type": "code", + "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "community": 173, + "community_name": "update-wiki.dto.ts", + "norm_label": "createwikidto" + }, + { + "label": "UpdateWikiDto", + "file_type": "code", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_dto_update_wiki_dto_updatewikidto", + "community": 173, + "community_name": "update-wiki.dto.ts", + "norm_label": "updatewikidto" + }, + { + "label": "SelectOption", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_select_selectoption", + "community": 179, + "community_name": "Select.tsx", + "norm_label": "selectoption" + }, + { + "label": "SelectProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_select_selectprops", + "community": 179, + "community_name": "Select.tsx", + "norm_label": "selectprops" + }, + { + "label": "ScientificTerm", + "file_type": "code", + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_prisma_scientificterms_scientificterm", + "community": 189, + "community_name": "prisma/scientificTerms.ts", + "norm_label": "scientificterm" + }, + { + "label": "JwtAuthGuard", + "file_type": "code", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "jwtauthguard" + }, + { + "label": "RequestWithUser", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_requestwithuser", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "requestwithuser" + }, + { + "label": "RolesGuard", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_rolesguard", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "rolesguard" + }, + { + "label": "UserReqPayload", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_userreqpayload", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "userreqpayload" + }, + { + "label": "AuthModule", + "file_type": "code", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_module_authmodule", + "community": 2, + "community_name": "UsersService", + "norm_label": "authmodule" + }, + { + "label": "JwtPayload", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_jwtpayload", + "community": 2, + "community_name": "UsersService", + "norm_label": "jwtpayload" + }, + { + "label": "JwtStrategy", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_jwtstrategy", + "community": 2, + "community_name": "UsersService", + "norm_label": "jwtstrategy" + }, + { + "label": "AddressDto", + "file_type": "code", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_addressdto", + "community": 2, + "community_name": "UsersService", + "norm_label": "addressdto" + }, + { + "label": "UpdateProfileDto", + "file_type": "code", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "community": 2, + "community_name": "UsersService", + "norm_label": "updateprofiledto" + }, + { + "label": "UsersController", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L43", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller", + "community": 2, + "community_name": "UsersService", + "norm_label": "userscontroller" + }, + { + "label": "UsersModule", + "file_type": "code", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_users_module_usersmodule", + "community": 2, + "community_name": "UsersService", + "norm_label": "usersmodule" + }, + { + "label": "UserAddressInput", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_users_service_useraddressinput", + "community": 2, + "community_name": "UsersService", + "norm_label": "useraddressinput" + }, + { + "label": "UsersService", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice", + "community": 2, + "community_name": "UsersService", + "norm_label": "usersservice" + }, + { + "label": "FormFieldProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_formfield_formfieldprops", + "community": 207, + "community_name": "FormField.tsx", + "norm_label": "formfieldprops" + }, + { + "label": "InputProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_input_inputprops", + "community": 208, + "community_name": "Input.tsx", + "norm_label": "inputprops" + }, + { + "label": "TextareaProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_textarea_textareaprops", + "community": 209, + "community_name": "Textarea.tsx", + "norm_label": "textareaprops" + }, + { + "label": "ApiErrorPayload", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_apierrorpayload", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "apierrorpayload" + }, + { + "label": "AdminLoginPayload", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L31", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_adminloginpayload", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "adminloginpayload" + }, + { + "label": "AdminUser", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_adminuser", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "adminuser" + }, + { + "label": "ApiResponse", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L41", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_apiresponse", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "apiresponse" + }, + { + "label": "AuthResponseData", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L36", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_authresponsedata", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "authresponsedata" + }, + { + "label": "AuthState", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_authstate", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "authstate" + }, + { + "label": "B2BInquiry", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L136", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_b2binquiry", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "b2binquiry" + }, + { + "label": "Banner", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L70", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_banner", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "banner" + }, + { + "label": "PartnerAccount", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L151", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_partneraccount", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "partneraccount" + }, + { + "label": "Product", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L187", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_product", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "product" + }, + { + "label": "SendOtpPayload", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_sendotppayload", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "sendotppayload" + }, + { + "label": "SeoSettings", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L163", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_seosettings", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "seosettings" + }, + { + "label": "SmartAdvisorRule", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L83", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "smartadvisorrule" + }, + { + "label": "SystemSettings", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L179", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_systemsettings", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "systemsettings" + }, + { + "label": "VerifyOtpPayload", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L26", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_verifyotppayload", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "verifyotppayload" + }, + { + "label": "AppModule", + "file_type": "code", + "source_file": "backend/src/app.module.ts", + "source_location": "L81", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_app_module_appmodule", + "community": 22, + "community_name": "RedisService", + "norm_label": "appmodule" + }, + { + "label": "RedisModule", + "file_type": "code", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_redis_redis_module_redismodule", + "community": 22, + "community_name": "RedisService", + "norm_label": "redismodule" + }, + { + "label": "RedisService", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice", + "community": 22, + "community_name": "RedisService", + "norm_label": "redisservice" + }, + { + "label": "WholesaleApplyDto", + "file_type": "code", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "wholesaleapplydto" + }, + { + "label": "WholesaleController", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "wholesalecontroller" + }, + { + "label": "WholesaleService", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "wholesaleservice" + }, + { + "label": "Blog", + "file_type": "code", + "source_file": "backend/src/blogs/entities/blog.entity.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_entities_blog_entity_blog", + "community": 235, + "community_name": "blog.entity.ts", + "norm_label": "blog" + }, + { + "label": "Home", + "file_type": "code", + "source_file": "backend/src/home/entities/home.entity.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_entities_home_entity_home", + "community": 236, + "community_name": "home.entity.ts", + "norm_label": "home" + }, + { + "label": "Wiki", + "file_type": "code", + "source_file": "backend/src/wiki/entities/wiki.entity.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_entities_wiki_entity_wiki", + "community": 237, + "community_name": "wiki.entity.ts", + "norm_label": "wiki" + }, + { + "label": "MockIntersectionObserver", + "file_type": "code", + "source_file": "frontend/application/vitest.setup.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_vitest_setup_mockintersectionobserver", + "community": 250, + "community_name": "vitest.setup.ts", + "norm_label": "mockintersectionobserver" + }, + { + "label": "AdminQueryDto", + "file_type": "code", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "community": 258, + "community_name": "ApiOperation", + "norm_label": "adminquerydto" + }, + { + "label": "SettingsController", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller", + "community": 264, + "community_name": "Roles", + "norm_label": "settingscontroller" + }, + { + "label": "BlogPost", + "file_type": "code", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_blogpage_blogpost", + "community": 3, + "community_name": "ProductService", + "norm_label": "blogpost" + }, + { + "label": "CatalogPageSpreadProps", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L36", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "community": 3, + "community_name": "ProductService", + "norm_label": "catalogpagespreadprops" + }, + { + "label": "CategoryMeta", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "community": 3, + "community_name": "ProductService", + "norm_label": "categorymeta" + }, + { + "label": "FlipbookCatalogProps", + "file_type": "code", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "community": 3, + "community_name": "ProductService", + "norm_label": "flipbookcatalogprops" + }, + { + "label": "ProductDetailModalProps", + "file_type": "code", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "community": 3, + "community_name": "ProductService", + "norm_label": "productdetailmodalprops" + }, + { + "label": "DosageResult", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_dosageresult", + "community": 3, + "community_name": "ProductService", + "norm_label": "dosageresult" + }, + { + "label": "FAQ", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_faq", + "community": 3, + "community_name": "ProductService", + "norm_label": "faq" + }, + { + "label": "IngredientInfo", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_ingredientinfo", + "community": 3, + "community_name": "ProductService", + "norm_label": "ingredientinfo" + }, + { + "label": "PetType", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_pettype", + "community": 3, + "community_name": "ProductService", + "norm_label": "pettype" + }, + { + "label": "Product", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_product", + "community": 3, + "community_name": "ProductService", + "norm_label": "product" + }, + { + "label": "Specialist", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_specialist", + "community": 3, + "community_name": "ProductService", + "norm_label": "specialist" + }, + { + "label": "BackendProduct", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_backendproduct", + "community": 3, + "community_name": "ProductService", + "norm_label": "backendproduct" + }, + { + "label": "ProductService", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L57", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice", + "community": 3, + "community_name": "ProductService", + "norm_label": "productservice" + }, + { + "label": "CartItem", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore_cartitem", + "community": 3, + "community_name": "ProductService", + "norm_label": "cartitem" + }, + { + "label": "CartStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L32", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore_cartstore", + "community": 3, + "community_name": "ProductService", + "norm_label": "cartstore" + }, + { + "label": "Ingredient", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L42", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_ingredient", + "community": 3, + "community_name": "ProductService", + "norm_label": "ingredient" + }, + { + "label": "ContactInfoItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "contactinfoitem" + }, + { + "label": "ContactSubmission", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "contactsubmission" + }, + { + "label": "CategoryDist", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_dashboard_categorydist", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "categorydist" + }, + { + "label": "DashboardData", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "dashboarddata" + }, + { + "label": "SslStatus", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "sslstatus" + }, + { + "label": "Ticket", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L34", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_tickets_ticket", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "ticket" + }, + { + "label": "TicketMessage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_tickets_ticketmessage", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "ticketmessage" + }, + { + "label": "Video", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_videos_video", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "video" + }, + { + "label": "WholesaleRequest", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "wholesalerequest" + }, + { + "label": "AdminRouteConfig", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L42", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "adminrouteconfig" + }, + { + "label": "AuthModalProps", + "file_type": "code", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_authmodal_authmodalprops", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "authmodalprops" + }, + { + "label": "PrescriptionUploadModalProps", + "file_type": "code", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "prescriptionuploadmodalprops" + }, + { + "label": "Order", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore_order", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "order" + }, + { + "label": "Transaction", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_transaction", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "transaction" + }, + { + "label": "UserProfile", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L33", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_userprofile", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "userprofile" + }, + { + "label": "UserRole", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_userrole", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "userrole" + }, + { + "label": "UserStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L45", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_userstore", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "userstore" + }, + { + "label": "NavigationTarget", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L109", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_navigationtarget", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "navigationtarget" + }, + { + "label": "ConfirmModalProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "confirmmodalprops" + }, + { + "label": "Media", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector_media", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "media" + }, + { + "label": "MediaSelectorProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "mediaselectorprops" + }, + { + "label": "PaginationProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "paginationprops" + }, + { + "label": "BlogPost", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_blogs_blogpost", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "blogpost" + }, + { + "label": "Category", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_categories_category", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "category" + }, + { + "label": "Media", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_media_media", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "media" + }, + { + "label": "Pet", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_pets_pet", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "pet" + }, + { + "label": "Category", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_products_category", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "category" + }, + { + "label": "Product", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_products_product", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "product" + }, + { + "label": "ProductItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wiki_productitem", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "productitem" + }, + { + "label": "WikiTerm", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wiki_wikiterm", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "wikiterm" + }, + { + "label": "Ingredient", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L111", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_ingredient", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "ingredient" + }, + { + "label": "Testimonial", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L97", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_testimonial", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "testimonial" + }, + { + "label": "SkeletonProps", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_skeletonprops", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "skeletonprops" + }, + { + "label": "SmartAdvisorProps", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_smartadvisor_smartadvisorprops", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "smartadvisorprops" + }, + { + "label": "UIState", + "file_type": "code", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_uistore_uistate", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "uistate" + }, + { + "label": "HealthLog", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_healthlog", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "healthlog" + }, + { + "label": "PetConsumption", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L26", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_petconsumption", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "petconsumption" + }, + { + "label": "PetProfile", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L32", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_petprofile", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "petprofile" + }, + { + "label": "PetStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L50", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_petstore", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "petstore" + }, + { + "label": "Reminder", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_reminder", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "reminder" + }, + { + "label": "CustomHttpExceptionFilter", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "community": 35, + "community_name": "main.ts", + "norm_label": "customhttpexceptionfilter" + }, + { + "label": "PrismaExceptionFilter", + "file_type": "code", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "community": 35, + "community_name": "main.ts", + "norm_label": "prismaexceptionfilter" + }, + { + "label": "DecimalInterceptor", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "community": 35, + "community_name": "main.ts", + "norm_label": "decimalinterceptor" + }, + { + "label": "ApiErrorResponse", + "file_type": "code", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_schemas_error_response_schema_apierrorresponse", + "community": 35, + "community_name": "main.ts", + "norm_label": "apierrorresponse" + }, + { + "label": "ErrorDetailField", + "file_type": "code", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_schemas_error_response_schema_errordetailfield", + "community": 35, + "community_name": "main.ts", + "norm_label": "errordetailfield" + }, + { + "label": "B2BController", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L19", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller", + "community": 36, + "community_name": "B2BService", + "norm_label": "b2bcontroller" + }, + { + "label": "B2BService", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice", + "community": 36, + "community_name": "B2BService", + "norm_label": "b2bservice" + }, + { + "label": "PaymentService", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L19", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice", + "community": 37, + "community_name": "ZibalService", + "norm_label": "paymentservice" + }, + { + "label": "ZibalService", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L43", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice", + "community": 37, + "community_name": "ZibalService", + "norm_label": "zibalservice" + }, + { + "label": "CategoriesController", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "categoriescontroller" + }, + { + "label": "CategoriesService", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "categoriesservice" + }, + { + "label": "AdminModule", + "file_type": "code", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L44", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_module_adminmodule", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "adminmodule" + }, + { + "label": "BlogQuery", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogquery", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "blogquery" + }, + { + "label": "BlogsService", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "blogsservice" + }, + { + "label": "CategoryQuery", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoryquery", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "categoryquery" + }, + { + "label": "MediaService", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "mediaservice" + }, + { + "label": "ReportsController", + "file_type": "code", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_reports_controller_reportscontroller", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "reportscontroller" + }, + { + "label": "ReportsService", + "file_type": "code", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_reports_service_reportsservice", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "reportsservice" + }, + { + "label": "SslCertInfo", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslcertinfo", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "sslcertinfo" + }, + { + "label": "MediaController", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller", + "community": 40, + "community_name": "MediaController", + "norm_label": "mediacontroller" + }, + { + "label": "SslController", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller", + "community": 42, + "community_name": "SslController", + "norm_label": "sslcontroller" + }, + { + "label": "SslService", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice", + "community": 42, + "community_name": "SslController", + "norm_label": "sslservice" + }, + { + "label": "BannersController", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L21", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller", + "community": 43, + "community_name": "BannersService", + "norm_label": "bannerscontroller" + }, + { + "label": "BannersService", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice", + "community": 43, + "community_name": "BannersService", + "norm_label": "bannersservice" + }, + { + "label": "BadgeProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge_badgeprops", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "badgeprops" + }, + { + "label": "BadgeVariant", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge_badgevariant", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "badgevariant" + }, + { + "label": "ImagePreviewModalProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "imagepreviewmodalprops" + }, + { + "label": "ToggleSwitchProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "toggleswitchprops" + }, + { + "label": "ProductItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "productitem" + }, + { + "label": "Prescription", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L124", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_prescription", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "prescription" + }, + { + "label": "IngredientsController", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "ingredientscontroller" + }, + { + "label": "IngredientsService", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "ingredientsservice" + }, + { + "label": "HomeClientProps", + "file_type": "code", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_app_homeclient_homeclientprops", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "homeclientprops" + }, + { + "label": "BannerPlacementProps", + "file_type": "code", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_bannerplacement_bannerplacementprops", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "bannerplacementprops" + }, + { + "label": "B2BInquiry", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L67", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_b2binquiry", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "b2binquiry" + }, + { + "label": "Banner", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_banner", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "banner" + }, + { + "label": "DosageConfig", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L94", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_dosageconfig", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "dosageconfig" + }, + { + "label": "HomeApiResponse", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L102", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_homeapiresponse", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "homeapiresponse" + }, + { + "label": "NavigationHandler", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L111", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_navigationhandler", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "navigationhandler" + }, + { + "label": "PartnerAccount", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L82", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_partneraccount", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "partneraccount" + }, + { + "label": "Prescription", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L55", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_prescription", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "prescription" + }, + { + "label": "SmartAdvisorRule", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_smartadvisorrule", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "smartadvisorrule" + }, + { + "label": "Testimonial", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_testimonial", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "testimonial" + }, + { + "label": "SmartAdvisorController", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "smartadvisorcontroller" + }, + { + "label": "SmartAdvisorService", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "smartadvisorservice" + }, + { + "label": "AuthController", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L33", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "authcontroller" + }, + { + "label": "AdminLoginInput", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_adminlogininput", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "adminlogininput" + }, + { + "label": "LoginInput", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_logininput", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "logininput" + }, + { + "label": "RegisterInput", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_registerinput", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "registerinput" + }, + { + "label": "AdminLoginDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "adminlogindto" + }, + { + "label": "LoginDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_login_dto_logindto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "logindto" + }, + { + "label": "RegisterDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_registerdto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "registerdto" + }, + { + "label": "SendOtpDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "sendotpdto" + }, + { + "label": "VerifyOtpDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "verifyotpdto" + }, + { + "label": "TestimonialsController", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "testimonialscontroller" + }, + { + "label": "TestimonialsService", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "testimonialsservice" + }, + { + "label": "BlogsModule", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_module_blogsmodule", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "blogsmodule" + }, + { + "label": "BlogsService", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_blogsservice", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "blogsservice" + }, + { + "label": "PaginationDto", + "file_type": "code", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_paginationdto", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "paginationdto" + }, + { + "label": "SortOrder", + "file_type": "code", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_sortorder", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "sortorder" + }, + { + "label": "ValidateCouponDto", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L29", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_validatecoupondto", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "validatecoupondto" + }, + { + "label": "OrdersModule", + "file_type": "code", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_orders_module_ordersmodule", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "ordersmodule" + }, + { + "label": "WikiController", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_wikicontroller", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "wikicontroller" + }, + { + "label": "WikiModule", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_module_wikimodule", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "wikimodule" + }, + { + "label": "WikiService", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_wikiservice", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "wikiservice" + }, + { + "label": "ContactController", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller", + "community": 53, + "community_name": "ContactService", + "norm_label": "contactcontroller" + }, + { + "label": "ContactService", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice", + "community": 53, + "community_name": "ContactService", + "norm_label": "contactservice" + }, + { + "label": "BestSellerItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L35", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_bestselleritem", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "bestselleritem" + }, + { + "label": "CategoryDistItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L30", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_categorydistitem", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "categorydistitem" + }, + { + "label": "CustomTooltipProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_customtooltipprops", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "customtooltipprops" + }, + { + "label": "ReportData", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L46", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_reportdata", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "reportdata" + }, + { + "label": "TopCouponItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L40", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_topcouponitem", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "topcouponitem" + }, + { + "label": "PrescriptionsController", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L27", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "prescriptionscontroller" + }, + { + "label": "PrescriptionsService", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "prescriptionsservice" + }, + { + "label": "BlogsController", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L29", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller", + "community": 59, + "community_name": "BlogsController", + "norm_label": "blogscontroller" + }, + { + "label": "CreateOrderDto", + "file_type": "code", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_createorderdto", + "community": 6, + "community_name": "OrdersService", + "norm_label": "createorderdto" + }, + { + "label": "OrderItemDto", + "file_type": "code", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_orderitemdto", + "community": 6, + "community_name": "OrdersService", + "norm_label": "orderitemdto" + }, + { + "label": "OrdersController", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L54", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller", + "community": 6, + "community_name": "OrdersService", + "norm_label": "orderscontroller" + }, + { + "label": "OrdersService", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice", + "community": 6, + "community_name": "OrdersService", + "norm_label": "ordersservice" + }, + { + "label": "PriceInputProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "priceinputprops" + }, + { + "label": "Coupon", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_coupon", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "coupon" + }, + { + "label": "CouponFormData", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L31", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_couponformdata", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "couponformdata" + }, + { + "label": "CouponModalProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L250", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_couponmodalprops", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "couponmodalprops" + }, + { + "label": "CouponTarget", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_coupontarget", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "coupontarget" + }, + { + "label": "FinancialSettings", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L171", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_financialsettings", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "financialsettings" + }, + { + "label": "WikiController", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller", + "community": 65, + "community_name": "WikiController", + "norm_label": "wikicontroller" + }, + { + "label": "PaymentController", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L38", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller", + "community": 66, + "community_name": "PaymentController", + "norm_label": "paymentcontroller" + }, + { + "label": "CreatePetDto", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_createpetdto", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "createpetdto" + }, + { + "label": "UpdatePetDto", + "file_type": "code", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "updatepetdto" + }, + { + "label": "PetsModule", + "file_type": "code", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_module_petsmodule", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "petsmodule" + }, + { + "label": "HealthLogInput", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_healthloginput", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "healthloginput" + }, + { + "label": "ReminderInput", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_reminderinput", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "reminderinput" + }, + { + "label": "SeoController", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_seo_seo_controller_seocontroller", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "seocontroller" + }, + { + "label": "SeoModule", + "file_type": "code", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_seo_seo_module_seomodule", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "seomodule" + }, + { + "label": "SeoService", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_seo_seo_service_seoservice", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "seoservice" + }, + { + "label": "CouponTargetInput", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L52", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_coupontargetinput", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "coupontargetinput" + }, + { + "label": "PaginationQuery", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_paginationquery", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "paginationquery" + }, + { + "label": "ProductInput", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_productinput", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "productinput" + }, + { + "label": "CreateUserDto", + "file_type": "code", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_createuserdto", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "createuserdto" + }, + { + "label": "UpdateUserDto", + "file_type": "code", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L42", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_updateuserdto", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "updateuserdto" + }, + { + "label": "B2BModule", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_module_b2bmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "b2bmodule" + }, + { + "label": "BannersModule", + "file_type": "code", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_banners_banners_module_bannersmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "bannersmodule" + }, + { + "label": "CmsModule", + "file_type": "code", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_cms_module_cmsmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "cmsmodule" + }, + { + "label": "SmsModule", + "file_type": "code", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_sms_module_smsmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "smsmodule" + }, + { + "label": "ContactModule", + "file_type": "code", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_module_contactmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "contactmodule" + }, + { + "label": "IngredientsModule", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "ingredientsmodule" + }, + { + "label": "PaymentModule", + "file_type": "code", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_payment_module_paymentmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "paymentmodule" + }, + { + "label": "PrismaModule", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_module_prismamodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "prismamodule" + }, + { + "label": "SettingsModule", + "file_type": "code", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_settings_module_settingsmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "settingsmodule" + }, + { + "label": "SmartAdvisorModule", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "smartadvisormodule" + }, + { + "label": "TestimonialsModule", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "testimonialsmodule" + }, + { + "label": "TicketsModule", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_module_ticketsmodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "ticketsmodule" + }, + { + "label": "WholesaleModule", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_module_wholesalemodule", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "wholesalemodule" + }, + { + "label": "HomeController", + "file_type": "code", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_home_controller_homecontroller", + "community": 73, + "community_name": "HomeController", + "norm_label": "homecontroller" + }, + { + "label": "HomeModule", + "file_type": "code", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_home_module_homemodule", + "community": 73, + "community_name": "HomeController", + "norm_label": "homemodule" + }, + { + "label": "HomeService", + "file_type": "code", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_home_service_homeservice", + "community": 73, + "community_name": "HomeController", + "norm_label": "homeservice" + }, + { + "label": "ZibalCallbackQueryDto", + "file_type": "code", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "zibalcallbackquerydto" + }, + { + "label": "GatewayHealthResult", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L35", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "gatewayhealthresult" + }, + { + "label": "IPaymentGateway", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L48", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "ipaymentgateway" + }, + { + "label": "PaymentInquiryResult", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "paymentinquiryresult" + }, + { + "label": "PaymentRequestOptions", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "paymentrequestoptions" + }, + { + "label": "PaymentRequestResult", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "paymentrequestresult" + }, + { + "label": "PaymentVerifyResult", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "paymentverifyresult" + }, + { + "label": "ZibalInquiryResponse", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L30", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalinquiryresponse", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "zibalinquiryresponse" + }, + { + "label": "ZibalRequestResponse", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalrequestresponse", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "zibalrequestresponse" + }, + { + "label": "ZibalVerifyResponse", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalverifyresponse", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "zibalverifyresponse" + }, + { + "label": "Order", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L57", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_order", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "order" + }, + { + "label": "OrderItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_orderitem", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "orderitem" + }, + { + "label": "PaymentTx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L44", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_paymenttx", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "paymenttx" + }, + { + "label": "UserRecord", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L27", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_users_userrecord", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "userrecord" + }, + { + "label": "PetSummary", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L61", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_petsummary", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "petsummary" + }, + { + "label": "UserAddress", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L49", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_useraddress", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "useraddress" + }, + { + "label": "CmsController", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L27", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller", + "community": 8, + "community_name": "CmsController", + "norm_label": "cmscontroller" + }, + { + "label": "CmsService", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice", + "community": 8, + "community_name": "CmsController", + "norm_label": "cmsservice" + }, + { + "label": "CreateHeroBannerDto", + "file_type": "code", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_createherobannerdto", + "community": 8, + "community_name": "CmsController", + "norm_label": "createherobannerdto" + }, + { + "label": "CreateSmartAdvisorRuleDto", + "file_type": "code", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L80", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "community": 8, + "community_name": "CmsController", + "norm_label": "createsmartadvisorruledto" + }, + { + "label": "CreateVetTestimonialDto", + "file_type": "code", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L45", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "community": 8, + "community_name": "CmsController", + "norm_label": "createvettestimonialdto" + }, + { + "label": "SmsService", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L51", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice", + "community": 86, + "community_name": "SmsService", + "norm_label": "smsservice" + }, + { + "label": "SafeImageProps", + "file_type": "code", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_safeimage_safeimageprops", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "safeimageprops" + }, + { + "label": "DisplayVideoItem", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L57", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_vetgallery_displayvideoitem", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "displayvideoitem" + }, + { + "label": "TestimonialItem", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_vetgallery_testimonialitem", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "testimonialitem" + }, + { + "label": "Video", + "file_type": "code", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_videoservice_video", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "video" + }, + { + "label": "AdminUpdateTicketDto", + "file_type": "code", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L53", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", "community": 9, - "norm_label": "reviewsmodule", - "id": "backend_src_reviews_reviews_module_reviewsmodule" + "community_name": "tickets.controller.ts", + "norm_label": "adminupdateticketdto" + }, + { + "label": "CreateTicketDto", + "file_type": "code", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "createticketdto" + }, + { + "label": "ReplyTicketDto", + "file_type": "code", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L36", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "replyticketdto" + }, + { + "label": "TicketQueryDto", + "file_type": "code", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "ticketquerydto" + }, + { + "label": "TicketsController", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L27", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "ticketscontroller" + }, + { + "label": "TicketsService", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "ticketsservice" + }, + { + "label": "AdminService", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L72", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice", + "community": 90, + "community_name": "AdminService", + "norm_label": "adminservice" }, { "label": "PetsController", @@ -4408,10 +4589,36 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 93, + "id": "backend_src_admin_pets_controller_petscontroller", + "community": 95, "community_name": "PetsController", - "norm_label": "petscontroller", - "id": "backend_src_admin_pets_controller_petscontroller" + "norm_label": "petscontroller" + }, + { + "label": "PetQuery", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petquery", + "community": 95, + "community_name": "PetsController", + "norm_label": "petquery" + }, + { + "label": "PetsService", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petsservice", + "community": 95, + "community_name": "PetsController", + "norm_label": "petsservice" }, { "label": "BlogsController", @@ -4421,10 +4628,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 96, + "id": "backend_src_blogs_blogs_controller_blogscontroller", + "community": 98, "community_name": "BlogsController", - "norm_label": "blogscontroller", - "id": "backend_src_blogs_blogs_controller_blogscontroller" + "norm_label": "blogscontroller" }, { "label": "PetsService", @@ -4434,21 +4641,10 @@ "_callable": true, "_callable_class": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice", + "community": 99, "community_name": "PetsService", - "norm_label": "petsservice", - "id": "backend_src_pets_pets_service_petsservice" - }, - { - "label": ".addPattern()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L407", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".addpattern()", - "id": "backend_src_common_services_sms_service_smsservice_addpattern" + "norm_label": "petsservice" }, { "label": ".clearAllSmsLogs()", @@ -4457,20 +4653,10 @@ "source_location": "L255", "_callable": true, "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_clearallsmslogs", "community": 0, - "norm_label": ".clearallsmslogs()", - "id": "backend_src_common_services_sms_service_smsservice_clearallsmslogs" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".constructor()", - "id": "backend_src_common_services_sms_service_smsservice_constructor" + "community_name": "SettingsService", + "norm_label": ".clearallsmslogs()" }, { "label": ".deleteSmsLog()", @@ -4479,218 +4665,10 @@ "source_location": "L248", "_callable": true, "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_deletesmslog", "community": 0, - "norm_label": ".deletesmslog()", - "id": "backend_src_common_services_sms_service_smsservice_deletesmslog" - }, - { - "label": ".editPattern()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L486", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".editpattern()", - "id": "backend_src_common_services_sms_service_smsservice_editpattern" - }, - { - "label": ".getPatterns()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L300", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getpatterns()", - "id": "backend_src_common_services_sms_service_smsservice_getpatterns" - }, - { - "label": ".getSmsConfig()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L59", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getsmsconfig()", - "id": "backend_src_common_services_sms_service_smsservice_getsmsconfig" - }, - { - "label": ".getSmsLogs()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L191", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getsmslogs()", - "id": "backend_src_common_services_sms_service_smsservice_getsmslogs" - }, - { - "label": ".parsePatternsXml()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L262", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".parsepatternsxml()", - "id": "backend_src_common_services_sms_service_smsservice_parsepatternsxml" - }, - { - "label": ".postAsmx()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L123", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".postasmx()", - "id": "backend_src_common_services_sms_service_smsservice_postasmx" - }, - { - "label": ".recordLog()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L159", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".recordlog()", - "id": "backend_src_common_services_sms_service_smsservice_recordlog" - }, - { - "label": ".saveLocalPattern()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L541", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".savelocalpattern()", - "id": "backend_src_common_services_sms_service_smsservice_savelocalpattern" - }, - { - "label": ".sendB2bNotification()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L911", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".sendb2bnotification()", - "id": "backend_src_common_services_sms_service_smsservice_sendb2bnotification" - }, - { - "label": ".sendOrderConfirmation()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L875", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".sendorderconfirmation()", - "id": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation" - }, - { - "label": ".sendOtp()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L862", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".sendotp()", - "id": "backend_src_common_services_sms_service_smsservice_sendotp" - }, - { - "label": ".sendPatternSms()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L609", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".sendpatternsms()", - "id": "backend_src_common_services_sms_service_smsservice_sendpatternsms" - }, - { - "label": ".sendPetCareReminder()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L927", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".sendpetcarereminder()", - "id": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder" - }, - { - "label": ".sendShippingNotification()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L894", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".sendshippingnotification()", - "id": "backend_src_common_services_sms_service_smsservice_sendshippingnotification" - }, - { - "label": ".sendSms()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L945", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".sendsms()", - "id": "backend_src_common_services_sms_service_smsservice_sendsms" - }, - { - "label": ".testSms()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L737", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".testsms()", - "id": "backend_src_common_services_sms_service_smsservice_testsms" - }, - { - "label": ".updateLocalPattern()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L569", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".updatelocalpattern()", - "id": "backend_src_common_services_sms_service_smsservice_updatelocalpattern" - }, - { - "label": ".addPattern()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L225", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".addpattern()", - "id": "backend_src_settings_settings_controller_settingscontroller_addpattern" - }, - { - "label": ".clearAllSmsLogs()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L270", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".clearallsmslogs()", - "id": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs" + "community_name": "SettingsService", + "norm_label": ".deletesmslog()" }, { "label": ".constructor()", @@ -4699,42 +4677,10 @@ "source_location": "L29", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_constructor", "community": 0, - "norm_label": ".constructor()", - "id": "backend_src_settings_settings_controller_settingscontroller_constructor" - }, - { - "label": ".deleteScientificTerm()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L119", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".deletescientificterm()", - "id": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm" - }, - { - "label": ".deleteSmsLog()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L261", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".deletesmslog()", - "id": "backend_src_settings_settings_controller_settingscontroller_deletesmslog" - }, - { - "label": ".editPattern()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L240", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".editpattern()", - "id": "backend_src_settings_settings_controller_settingscontroller_editpattern" + "community_name": "SettingsService", + "norm_label": ".constructor()" }, { "label": ".getFinancial()", @@ -4743,207 +4689,10 @@ "source_location": "L82", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getfinancial", "community": 0, - "norm_label": ".getfinancial()", - "id": "backend_src_settings_settings_controller_settingscontroller_getfinancial" - }, - { - "label": ".getFinancialSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L145", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getfinancialsettings()", - "id": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings" - }, - { - "label": ".getPatterns()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L216", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getpatterns()", - "id": "backend_src_settings_settings_controller_settingscontroller_getpatterns" - }, - { - "label": ".getScientificTerms()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L98", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getscientificterms()", - "id": "backend_src_settings_settings_controller_settingscontroller_getscientificterms" - }, - { - "label": ".getSeoSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L126", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getseosettings()", - "id": "backend_src_settings_settings_controller_settingscontroller_getseosettings" - }, - { - "label": ".getSmsLogs()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L252", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getsmslogs()", - "id": "backend_src_settings_settings_controller_settingscontroller_getsmslogs" - }, - { - "label": ".getSmsSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L183", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getsmssettings()", - "id": "backend_src_settings_settings_controller_settingscontroller_getsmssettings" - }, - { - "label": ".getSystemSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L164", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getsystemsettings()", - "id": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings" - }, - { - "label": ".getUiTexts()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L37", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getuitexts()", - "id": "backend_src_settings_settings_controller_settingscontroller_getuitexts" - }, - { - "label": ".patchUiText()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".patchuitext()", - "id": "backend_src_settings_settings_controller_settingscontroller_patchuitext" - }, - { - "label": ".putBulkUiTexts()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L76", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".putbulkuitexts()", - "id": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts" - }, - { - "label": ".putUiText()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L46", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".putuitext()", - "id": "backend_src_settings_settings_controller_settingscontroller_putuitext" - }, - { - "label": ".testSms()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L201", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".testsms()", - "id": "backend_src_settings_settings_controller_settingscontroller_testsms" - }, - { - "label": ".updateFinancial()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L92", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".updatefinancial()", - "id": "backend_src_settings_settings_controller_settingscontroller_updatefinancial" - }, - { - "label": ".updateFinancialSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L154", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".updatefinancialsettings()", - "id": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings" - }, - { - "label": ".updateSeoSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L135", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".updateseosettings()", - "id": "backend_src_settings_settings_controller_settingscontroller_updateseosettings" - }, - { - "label": ".updateSmsSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L192", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".updatesmssettings()", - "id": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings" - }, - { - "label": ".updateSystemSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L173", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".updatesystemsettings()", - "id": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings" - }, - { - "label": ".upsertScientificTerm()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L107", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".upsertscientificterm()", - "id": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm" + "community_name": "SettingsService", + "norm_label": ".getfinancial()" }, { "label": ".addPattern()", @@ -4952,9 +4701,10 @@ "source_location": "L387", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_addpattern", "community": 0, - "norm_label": ".addpattern()", - "id": "backend_src_settings_settings_service_settingsservice_addpattern" + "community_name": "SettingsService", + "norm_label": ".addpattern()" }, { "label": ".clearAllSmsLogs()", @@ -4963,9 +4713,10 @@ "source_location": "L403", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", "community": 0, - "norm_label": ".clearallsmslogs()", - "id": "backend_src_settings_settings_service_settingsservice_clearallsmslogs" + "community_name": "SettingsService", + "norm_label": ".clearallsmslogs()" }, { "label": ".constructor()", @@ -4974,9 +4725,10 @@ "source_location": "L89", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_constructor", "community": 0, - "norm_label": ".constructor()", - "id": "backend_src_settings_settings_service_settingsservice_constructor" + "community_name": "SettingsService", + "norm_label": ".constructor()" }, { "label": ".deleteScientificTerm()", @@ -4985,9 +4737,10 @@ "source_location": "L296", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_deletescientificterm", "community": 0, - "norm_label": ".deletescientificterm()", - "id": "backend_src_settings_settings_service_settingsservice_deletescientificterm" + "community_name": "SettingsService", + "norm_label": ".deletescientificterm()" }, { "label": ".deleteSmsLog()", @@ -4996,9 +4749,10 @@ "source_location": "L399", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_deletesmslog", "community": 0, - "norm_label": ".deletesmslog()", - "id": "backend_src_settings_settings_service_settingsservice_deletesmslog" + "community_name": "SettingsService", + "norm_label": ".deletesmslog()" }, { "label": ".editPattern()", @@ -5007,9 +4761,10 @@ "source_location": "L391", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_editpattern", "community": 0, - "norm_label": ".editpattern()", - "id": "backend_src_settings_settings_service_settingsservice_editpattern" + "community_name": "SettingsService", + "norm_label": ".editpattern()" }, { "label": ".getCategorySetting()", @@ -5018,9 +4773,10 @@ "source_location": "L302", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getcategorysetting", "community": 0, - "norm_label": ".getcategorysetting()", - "id": "backend_src_settings_settings_service_settingsservice_getcategorysetting" + "community_name": "SettingsService", + "norm_label": ".getcategorysetting()" }, { "label": ".getFinancialSettings()", @@ -5029,9 +4785,10 @@ "source_location": "L200", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", "community": 0, - "norm_label": ".getfinancialsettings()", - "id": "backend_src_settings_settings_service_settingsservice_getfinancialsettings" + "community_name": "SettingsService", + "norm_label": ".getfinancialsettings()" }, { "label": ".getPatterns()", @@ -5040,31 +4797,10 @@ "source_location": "L383", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getpatterns", "community": 0, - "norm_label": ".getpatterns()", - "id": "backend_src_settings_settings_service_settingsservice_getpatterns" - }, - { - "label": ".getScientificTerms()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L271", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getscientificterms()", - "id": "backend_src_settings_settings_service_settingsservice_getscientificterms" - }, - { - "label": ".getSmsLogs()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L395", - "_callable": true, - "_origin": "ast", - "community": 0, - "norm_label": ".getsmslogs()", - "id": "backend_src_settings_settings_service_settingsservice_getsmslogs" + "community_name": "SettingsService", + "norm_label": ".getpatterns()" }, { "label": ".getSmsSettings()", @@ -5073,9 +4809,10 @@ "source_location": "L366", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getsmssettings", "community": 0, - "norm_label": ".getsmssettings()", - "id": "backend_src_settings_settings_service_settingsservice_getsmssettings" + "community_name": "SettingsService", + "norm_label": ".getsmssettings()" }, { "label": ".getUiTexts()", @@ -5084,9 +4821,10 @@ "source_location": "L119", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getuitexts", "community": 0, - "norm_label": ".getuitexts()", - "id": "backend_src_settings_settings_service_settingsservice_getuitexts" + "community_name": "SettingsService", + "norm_label": ".getuitexts()" }, { "label": ".onModuleInit()", @@ -5095,9 +4833,10 @@ "source_location": "L94", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_onmoduleinit", "community": 0, - "norm_label": ".onmoduleinit()", - "id": "backend_src_settings_settings_service_settingsservice_onmoduleinit" + "community_name": "SettingsService", + "norm_label": ".onmoduleinit()" }, { "label": ".seedDefaultUiTexts()", @@ -5106,9 +4845,10 @@ "source_location": "L98", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", "community": 0, - "norm_label": ".seeddefaultuitexts()", - "id": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts" + "community_name": "SettingsService", + "norm_label": ".seeddefaultuitexts()" }, { "label": ".testSms()", @@ -5117,9 +4857,10 @@ "source_location": "L379", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_testsms", "community": 0, - "norm_label": ".testsms()", - "id": "backend_src_settings_settings_service_settingsservice_testsms" + "community_name": "SettingsService", + "norm_label": ".testsms()" }, { "label": ".updateBulkUiTexts()", @@ -5128,9 +4869,10 @@ "source_location": "L191", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", "community": 0, - "norm_label": ".updatebulkuitexts()", - "id": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts" + "community_name": "SettingsService", + "norm_label": ".updatebulkuitexts()" }, { "label": ".updateCategorySetting()", @@ -5139,9 +4881,10 @@ "source_location": "L327", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", "community": 0, - "norm_label": ".updatecategorysetting()", - "id": "backend_src_settings_settings_service_settingsservice_updatecategorysetting" + "community_name": "SettingsService", + "norm_label": ".updatecategorysetting()" }, { "label": ".updateFinancialSettings()", @@ -5150,9 +4893,10 @@ "source_location": "L225", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", "community": 0, - "norm_label": ".updatefinancialsettings()", - "id": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings" + "community_name": "SettingsService", + "norm_label": ".updatefinancialsettings()" }, { "label": ".updateSmsSettings()", @@ -5161,9 +4905,10 @@ "source_location": "L370", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updatesmssettings", "community": 0, - "norm_label": ".updatesmssettings()", - "id": "backend_src_settings_settings_service_settingsservice_updatesmssettings" + "community_name": "SettingsService", + "norm_label": ".updatesmssettings()" }, { "label": ".updateUiText()", @@ -5172,9 +4917,10 @@ "source_location": "L164", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updateuitext", "community": 0, - "norm_label": ".updateuitext()", - "id": "backend_src_settings_settings_service_settingsservice_updateuitext" + "community_name": "SettingsService", + "norm_label": ".updateuitext()" }, { "label": ".upsertScientificTerm()", @@ -5183,9 +4929,10 @@ "source_location": "L275", "_callable": true, "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_upsertscientificterm", "community": 0, - "norm_label": ".upsertscientificterm()", - "id": "backend_src_settings_settings_service_settingsservice_upsertscientificterm" + "community_name": "SettingsService", + "norm_label": ".upsertscientificterm()" }, { "label": ".adjustWallet()", @@ -5194,9 +4941,10 @@ "source_location": "L99", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_adjustwallet", "community": 1, - "norm_label": ".adjustwallet()", - "id": "backend_src_admin_admin_controller_admincontroller_adjustwallet" + "community_name": "AdminController", + "norm_label": ".adjustwallet()" }, { "label": ".constructor()", @@ -5205,9 +4953,10 @@ "source_location": "L29", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_constructor", "community": 1, - "norm_label": ".constructor()", - "id": "backend_src_admin_admin_controller_admincontroller_constructor" + "community_name": "AdminController", + "norm_label": ".constructor()" }, { "label": ".createCoupon()", @@ -5216,9 +4965,10 @@ "source_location": "L189", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_createcoupon", "community": 1, - "norm_label": ".createcoupon()", - "id": "backend_src_admin_admin_controller_admincontroller_createcoupon" + "community_name": "AdminController", + "norm_label": ".createcoupon()" }, { "label": ".createDoctor()", @@ -5227,163 +4977,10 @@ "source_location": "L227", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_createdoctor", "community": 1, - "norm_label": ".createdoctor()", - "id": "backend_src_admin_admin_controller_admincontroller_createdoctor" - }, - { - "label": ".createProduct()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L130", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".createproduct()", - "id": "backend_src_admin_admin_controller_admincontroller_createproduct" - }, - { - "label": ".createUser()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L50", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".createuser()", - "id": "backend_src_admin_admin_controller_admincontroller_createuser" - }, - { - "label": ".deleteCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L213", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".deletecoupon()", - "id": "backend_src_admin_admin_controller_admincontroller_deletecoupon" - }, - { - "label": ".deleteDoctor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L260", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".deletedoctor()", - "id": "backend_src_admin_admin_controller_admincontroller_deletedoctor" - }, - { - "label": ".deleteProduct()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L147", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".deleteproduct()", - "id": "backend_src_admin_admin_controller_admincontroller_deleteproduct" - }, - { - "label": ".deleteUser()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L82", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".deleteuser()", - "id": "backend_src_admin_admin_controller_admincontroller_deleteuser" - }, - { - "label": ".getCoupons()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L182", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getcoupons()", - "id": "backend_src_admin_admin_controller_admincontroller_getcoupons" - }, - { - "label": ".getDashboardStats()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L33", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getdashboardstats()", - "id": "backend_src_admin_admin_controller_admincontroller_getdashboardstats" - }, - { - "label": ".getDoctors()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L220", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getdoctors()", - "id": "backend_src_admin_admin_controller_admincontroller_getdoctors" - }, - { - "label": ".getOrders()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L157", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getorders()", - "id": "backend_src_admin_admin_controller_admincontroller_getorders" - }, - { - "label": ".getProducts()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L123", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getproducts()", - "id": "backend_src_admin_admin_controller_admincontroller_getproducts" - }, - { - "label": ".getSettings()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L267", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getsettings()", - "id": "backend_src_admin_admin_controller_admincontroller_getsettings" - }, - { - "label": ".getUserDetails()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getuserdetails()", - "id": "backend_src_admin_admin_controller_admincontroller_getuserdetails" - }, - { - "label": ".getUsers()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getusers()", - "id": "backend_src_admin_admin_controller_admincontroller_getusers" + "community_name": "AdminController", + "norm_label": ".createdoctor()" }, { "label": ".toggleCoupon()", @@ -5392,9 +4989,10 @@ "source_location": "L203", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_togglecoupon", "community": 1, - "norm_label": ".togglecoupon()", - "id": "backend_src_admin_admin_controller_admincontroller_togglecoupon" + "community_name": "AdminController", + "norm_label": ".togglecoupon()" }, { "label": ".updateCoupon()", @@ -5403,9 +5001,10 @@ "source_location": "L196", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updatecoupon", "community": 1, - "norm_label": ".updatecoupon()", - "id": "backend_src_admin_admin_controller_admincontroller_updatecoupon" + "community_name": "AdminController", + "norm_label": ".updatecoupon()" }, { "label": ".updateDoctor()", @@ -5414,9 +5013,10 @@ "source_location": "L243", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updatedoctor", "community": 1, - "norm_label": ".updatedoctor()", - "id": "backend_src_admin_admin_controller_admincontroller_updatedoctor" + "community_name": "AdminController", + "norm_label": ".updatedoctor()" }, { "label": ".updateOrderStatus()", @@ -5425,9 +5025,10 @@ "source_location": "L164", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", "community": 1, - "norm_label": ".updateorderstatus()", - "id": "backend_src_admin_admin_controller_admincontroller_updateorderstatus" + "community_name": "AdminController", + "norm_label": ".updateorderstatus()" }, { "label": ".updateProduct()", @@ -5436,9 +5037,10 @@ "source_location": "L137", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updateproduct", "community": 1, - "norm_label": ".updateproduct()", - "id": "backend_src_admin_admin_controller_admincontroller_updateproduct" + "community_name": "AdminController", + "norm_label": ".updateproduct()" }, { "label": ".updateSettings()", @@ -5447,31 +5049,10 @@ "source_location": "L274", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updatesettings", "community": 1, - "norm_label": ".updatesettings()", - "id": "backend_src_admin_admin_controller_admincontroller_updatesettings" - }, - { - "label": ".updateUser()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L68", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".updateuser()", - "id": "backend_src_admin_admin_controller_admincontroller_updateuser" - }, - { - "label": ".updateUserRole()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L92", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".updateuserrole()", - "id": "backend_src_admin_admin_controller_admincontroller_updateuserrole" + "community_name": "AdminController", + "norm_label": ".updatesettings()" }, { "label": ".adjustUserWallet()", @@ -5480,20 +5061,10 @@ "source_location": "L743", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_adjustuserwallet", "community": 1, - "norm_label": ".adjustuserwallet()", - "id": "backend_src_admin_admin_service_adminservice_adjustuserwallet" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L73", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".constructor()", - "id": "backend_src_admin_admin_service_adminservice_constructor" + "community_name": "AdminController", + "norm_label": ".adjustuserwallet()" }, { "label": ".createCoupon()", @@ -5502,9 +5073,10 @@ "source_location": "L545", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_createcoupon", "community": 1, - "norm_label": ".createcoupon()", - "id": "backend_src_admin_admin_service_adminservice_createcoupon" + "community_name": "AdminController", + "norm_label": ".createcoupon()" }, { "label": ".createDoctor()", @@ -5513,163 +5085,10 @@ "source_location": "L716", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_createdoctor", "community": 1, - "norm_label": ".createdoctor()", - "id": "backend_src_admin_admin_service_adminservice_createdoctor" - }, - { - "label": ".createProduct()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L336", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".createproduct()", - "id": "backend_src_admin_admin_service_adminservice_createproduct" - }, - { - "label": ".createUser()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L181", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".createuser()", - "id": "backend_src_admin_admin_service_adminservice_createuser" - }, - { - "label": ".deleteCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L609", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".deletecoupon()", - "id": "backend_src_admin_admin_service_adminservice_deletecoupon" - }, - { - "label": ".deleteDoctor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L739", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".deletedoctor()", - "id": "backend_src_admin_admin_service_adminservice_deletedoctor" - }, - { - "label": ".deleteProduct()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L441", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".deleteproduct()", - "id": "backend_src_admin_admin_service_adminservice_deleteproduct" - }, - { - "label": ".deleteUser()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L274", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".deleteuser()", - "id": "backend_src_admin_admin_service_adminservice_deleteuser" - }, - { - "label": ".getCoupons()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L514", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getcoupons()", - "id": "backend_src_admin_admin_service_adminservice_getcoupons" - }, - { - "label": ".getDoctors()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L710", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getdoctors()", - "id": "backend_src_admin_admin_service_adminservice_getdoctors" - }, - { - "label": ".getOrders()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L447", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getorders()", - "id": "backend_src_admin_admin_service_adminservice_getorders" - }, - { - "label": ".getPets()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L660", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getpets()", - "id": "backend_src_admin_admin_service_adminservice_getpets" - }, - { - "label": ".getProducts()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L297", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getproducts()", - "id": "backend_src_admin_admin_service_adminservice_getproducts" - }, - { - "label": ".getSettings()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L615", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getsettings()", - "id": "backend_src_admin_admin_service_adminservice_getsettings" - }, - { - "label": ".getUserDetails()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L167", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getuserdetails()", - "id": "backend_src_admin_admin_service_adminservice_getuserdetails" - }, - { - "label": ".getUsers()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L122", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".getusers()", - "id": "backend_src_admin_admin_service_adminservice_getusers" + "community_name": "AdminController", + "norm_label": ".createdoctor()" }, { "label": ".toggleCoupon()", @@ -5678,9 +5097,10 @@ "source_location": "L602", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_togglecoupon", "community": 1, - "norm_label": ".togglecoupon()", - "id": "backend_src_admin_admin_service_adminservice_togglecoupon" + "community_name": "AdminController", + "norm_label": ".togglecoupon()" }, { "label": ".updateCoupon()", @@ -5689,9 +5109,10 @@ "source_location": "L572", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updatecoupon", "community": 1, - "norm_label": ".updatecoupon()", - "id": "backend_src_admin_admin_service_adminservice_updatecoupon" + "community_name": "AdminController", + "norm_label": ".updatecoupon()" }, { "label": ".updateDoctor()", @@ -5700,9 +5121,10 @@ "source_location": "L726", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updatedoctor", "community": 1, - "norm_label": ".updatedoctor()", - "id": "backend_src_admin_admin_service_adminservice_updatedoctor" + "community_name": "AdminController", + "norm_label": ".updatedoctor()" }, { "label": ".updateOrderStatus()", @@ -5711,9 +5133,10 @@ "source_location": "L495", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updateorderstatus", "community": 1, - "norm_label": ".updateorderstatus()", - "id": "backend_src_admin_admin_service_adminservice_updateorderstatus" + "community_name": "AdminController", + "norm_label": ".updateorderstatus()" }, { "label": ".updateProduct()", @@ -5722,6113 +5145,10 @@ "source_location": "L384", "_callable": true, "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updateproduct", "community": 1, - "norm_label": ".updateproduct()", - "id": "backend_src_admin_admin_service_adminservice_updateproduct" - }, - { - "label": ".updateSettings()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L623", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".updatesettings()", - "id": "backend_src_admin_admin_service_adminservice_updatesettings" - }, - { - "label": ".updateUser()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L218", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".updateuser()", - "id": "backend_src_admin_admin_service_adminservice_updateuser" - }, - { - "label": ".updateUserRole()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L267", - "_callable": true, - "_origin": "ast", - "community": 1, - "norm_label": ".updateuserrole()", - "id": "backend_src_admin_admin_service_adminservice_updateuserrole" - }, - { - "label": "NetworkBanner()", - "file_type": "code", - "source_file": "frontend/application/components/NetworkBanner.tsx", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 10, - "community_name": "toPersian", - "norm_label": "networkbanner()", - "id": "frontend_application_components_networkbanner_networkbanner" - }, - { - "label": "useNetworkStatus()", - "file_type": "code", - "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", - "source_location": "L3", - "_callable": true, - "_origin": "ast", - "community": 10, - "community_name": "toPersian", - "norm_label": "usenetworkstatus()", - "id": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus" - }, - { - "label": "toEnglishDigits()", - "file_type": "code", - "source_file": "frontend/application/lib/utils.ts", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "community": 10, - "community_name": "toPersian", - "norm_label": "toenglishdigits()", - "id": "frontend_application_lib_utils_toenglishdigits" - }, - { - "label": "EnamadBadge()", - "file_type": "code", - "source_file": "frontend/application/components/EnamadBadge.tsx", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 10, - "community_name": "useSettingsStore", - "norm_label": "enamadbadge()", - "id": "frontend_application_components_enamadbadge_enamadbadge" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "label": "TrustSealsPage()", - "file_type": "code", - "source_file": "frontend/application/app/trust-seals/page.tsx", - "source_location": "L11", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "trustsealspage()", - "id": "frontend_application_app_trust_seals_page_trustsealspage" - }, - { - "label": "AuthModal()", - "file_type": "code", - "source_file": "frontend/application/components/AuthModal.tsx", - "source_location": "L38", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "authmodal()", - "id": "frontend_application_components_authmodal_authmodal" - }, - { - "label": "extractOtpFromText()", - "file_type": "code", - "source_file": "frontend/application/components/AuthModal.tsx", - "source_location": "L30", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "extractotpfromtext()", - "id": "frontend_application_components_authmodal_extractotpfromtext" - }, - { - "label": "B2BPortal()", - "file_type": "code", - "source_file": "frontend/application/components/B2BPortal.tsx", - "source_location": "L23", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "b2bportal()", - "id": "frontend_application_components_b2bportal_b2bportal" - }, - { - "label": "BrandLogo()", - "file_type": "code", - "source_file": "frontend/application/components/BrandLogo.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "brandlogo()", - "id": "frontend_application_components_brandlogo_brandlogo" - }, - { - "label": "Footer()", - "file_type": "code", - "source_file": "frontend/application/components/Footer.tsx", - "source_location": "L11", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "footer()", - "id": "frontend_application_components_footer_footer" - }, - { - "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" - }, - { - "label": "MaintenancePage()", - "file_type": "code", - "source_file": "frontend/application/components/MaintenancePage.tsx", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "maintenancepage()", - "id": "frontend_application_components_maintenancepage_maintenancepage" - }, - { - "label": "SmartAdvisor()", - "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", - "source_location": "L52", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "smartadvisor()", - "id": "frontend_application_components_smartadvisor_smartadvisor" - }, - { - "label": "TickerBanner()", - "file_type": "code", - "source_file": "frontend/application/components/TickerBanner.tsx", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "community": 10, - "norm_label": "tickerbanner()", - "id": "frontend_application_components_tickerbanner_tickerbanner" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/app.controller.ts", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": ".constructor()", - "id": "backend_src_app_controller_appcontroller_constructor" - }, - { - "label": ".getHello()", - "file_type": "code", - "source_file": "backend/src/app.controller.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": ".gethello()", - "id": "backend_src_app_controller_appcontroller_gethello" - }, - { - "label": ".getHello()", - "file_type": "code", - "source_file": "backend/src/app.service.ts", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": ".gethello()", - "id": "backend_src_app_service_appservice_gethello" - }, - { - "label": ".getAdminTransactions()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L669", - "_callable": true, - "_origin": "ast", - "community": 103, - "norm_label": ".getadmintransactions()", - "id": "backend_src_payment_payment_service_paymentservice_getadmintransactions" - }, - { - "label": "OrderRowSkeleton()", - "file_type": "code", - "source_file": "frontend/application/components/Skeleton.tsx", - "source_location": "L70", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "ArchivePage.tsx", - "norm_label": "orderrowskeleton()", - "id": "frontend_application_components_skeleton_orderrowskeleton" - }, - { - "label": "BackButton()", - "file_type": "code", - "source_file": "frontend/application/components/BackButton.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "PetProfile.tsx", - "norm_label": "backbutton()", - "id": "frontend_application_components_backbutton_backbutton" - }, - { - "label": "cn()", - "file_type": "code", - "source_file": "frontend/application/lib/utils.ts", - "source_location": "L11", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "PetProfile.tsx", - "norm_label": "cn()", - "id": "frontend_application_lib_utils_cn" - }, - { - "label": "Checkout()", - "file_type": "code", - "source_file": "frontend/application/app/checkout/page.tsx", - "source_location": "L3", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "checkout()", - "id": "frontend_application_app_checkout_page_checkout" - }, - { - "label": "DashboardPage()", - "file_type": "code", - "source_file": "frontend/application/app/dashboard/page.tsx", - "source_location": "L3", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "dashboardpage()", - "id": "frontend_application_app_dashboard_page_dashboardpage" - }, - { - "label": "AddressModal()", - "file_type": "code", - "source_file": "frontend/application/components/AddressModal.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "addressmodal()", - "id": "frontend_application_components_addressmodal_addressmodal" - }, - { - "label": "DeleteConfirmModal()", - "file_type": "code", - "source_file": "frontend/application/components/DeleteConfirmModal.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "deleteconfirmmodal()", - "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal" - }, - { - "label": "SearchableSelect()", - "file_type": "code", - "source_file": "frontend/application/components/SearchableSelect.tsx", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "searchableselect()", - "id": "frontend_application_components_searchableselect_searchableselect" - }, - { - "label": "HeaderButton()", - "file_type": "code", - "source_file": "frontend/application/components/HeaderButton.tsx", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "toPersian", - "norm_label": "headerbutton()", - "id": "frontend_application_components_headerbutton_headerbutton" - }, - { - "label": "toPersian()", - "file_type": "code", - "source_file": "frontend/application/lib/utils.ts", - "source_location": "L1", - "_callable": true, - "_origin": "ast", - "community": 11, - "community_name": "toPersian", - "norm_label": "topersian()", - "id": "frontend_application_lib_utils_topersian" - }, - { - "label": "PaymentVerifyPage()", - "file_type": "code", - "source_file": "frontend/application/app/payment/verify/page.tsx", - "source_location": "L319", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "paymentverifypage()", - "id": "frontend_application_app_payment_verify_page_paymentverifypage" - }, - { - "label": "VerifyContent()", - "file_type": "code", - "source_file": "frontend/application/app/payment/verify/page.tsx", - "source_location": "L23", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "verifycontent()", - "id": "frontend_application_app_payment_verify_page_verifycontent" - }, - { - "label": "CheckoutPage()", - "file_type": "code", - "source_file": "frontend/application/components/CheckoutPage.tsx", - "source_location": "L33", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "checkoutpage()", - "id": "frontend_application_components_checkoutpage_checkoutpage" - }, - { - "label": "OrderDetailsModal()", - "file_type": "code", - "source_file": "frontend/application/components/OrderDetailsModal.tsx", - "source_location": "L35", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "orderdetailsmodal()", - "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal" - }, - { - "label": "getStatusIcon()", - "file_type": "code", - "source_file": "frontend/application/components/OrderDetailsModal.tsx", - "source_location": "L274", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "getstatusicon()", - "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon" - }, - { - "label": "getStatusLabel()", - "file_type": "code", - "source_file": "frontend/application/components/OrderDetailsModal.tsx", - "source_location": "L294", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "getstatuslabel()", - "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel" - }, - { - "label": "PetProfile()", - "file_type": "code", - "source_file": "frontend/application/components/PetProfile.tsx", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "petprofile()", - "id": "frontend_application_components_petprofile_petprofile" - }, - { - "label": "TopUpModal()", - "file_type": "code", - "source_file": "frontend/application/components/TopUpModal.tsx", - "source_location": "L23", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "topupmodal()", - "id": "frontend_application_components_topupmodal_topupmodal" - }, - { - "label": "UserDashboard()", - "file_type": "code", - "source_file": "frontend/application/components/UserDashboard.tsx", - "source_location": "L22", - "_callable": true, - "_origin": "ast", - "community": 11, - "norm_label": "userdashboard()", - "id": "frontend_application_components_userdashboard_userdashboard" - }, - { - "label": "CustomTooltip()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reports.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 112, - "norm_label": "customtooltip()", - "id": "frontend_admin_panel_src_pages_reports_customtooltip" - }, - { - "label": "Reports()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reports.tsx", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 112, - "norm_label": "reports()", - "id": "frontend_admin_panel_src_pages_reports_reports" - }, - { - "label": "cmd_next_task()", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L105", - "_callable": true, - "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "cmd_next_task()", - "id": "ai_agency_orchestrate_cmd_next_task" - }, - { - "label": "cmd_progress()", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L75", - "_callable": true, - "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "cmd_progress()", - "id": "ai_agency_orchestrate_cmd_progress" - }, - { - "label": "cmd_reset()", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L143", - "_callable": true, - "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "cmd_reset()", - "id": "ai_agency_orchestrate_cmd_reset" - }, - { - "label": "cmd_status()", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L41", - "_callable": true, - "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "cmd_status()", - "id": "ai_agency_orchestrate_cmd_status" - }, - { - "label": "cmd_unblock()", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L128", - "_callable": true, - "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "cmd_unblock()", - "id": "ai_agency_orchestrate_cmd_unblock" - }, - { - "label": "load_json()", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "load_json()", - "id": "ai_agency_orchestrate_load_json" - }, - { - "label": "main()", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L180", - "_callable": true, - "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "main()", - "id": "ai_agency_orchestrate_main" - }, - { - "label": "save_json()", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L37", - "_callable": true, - "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "save_json()", - "id": "ai_agency_orchestrate_save_json" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L26", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".constructor()", - "id": "backend_src_videos_videos_controller_videoscontroller_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L48", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".create()", - "id": "backend_src_videos_videos_controller_videoscontroller_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".findall()", - "id": "backend_src_videos_videos_controller_videoscontroller_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".findone()", - "id": "backend_src_videos_videos_controller_videoscontroller_findone" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L67", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".remove()", - "id": "backend_src_videos_videos_controller_videoscontroller_remove" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L56", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".update()", - "id": "backend_src_videos_videos_controller_videoscontroller_update" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".constructor()", - "id": "backend_src_videos_videos_service_videosservice_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L69", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".create()", - "id": "backend_src_videos_videos_service_videosservice_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".findall()", - "id": "backend_src_videos_videos_service_videosservice_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L57", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".findone()", - "id": "backend_src_videos_videos_service_videosservice_findone" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L92", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".remove()", - "id": "backend_src_videos_videos_service_videosservice_remove" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L83", - "_callable": true, - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": ".update()", - "id": "backend_src_videos_videos_service_videosservice_update" - }, - { - "label": ".componentDidCatch()", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L30", - "_callable": true, - "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": ".componentdidcatch()", - "id": "frontend_application_components_errorboundary_errorboundary_componentdidcatch" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": ".constructor()", - "id": "frontend_application_components_errorboundary_errorboundary_constructor" - }, - { - "label": ".getDerivedStateFromError()", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L26", - "_callable": true, - "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": ".getderivedstatefromerror()", - "id": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror" - }, - { - "label": ".handleRetry()", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": ".handleretry()", - "id": "frontend_application_components_errorboundary_errorboundary_handleretry" - }, - { - "label": ".render()", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L39", - "_callable": true, - "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": ".render()", - "id": "frontend_application_components_errorboundary_errorboundary_render" - }, - { - "label": "generateOpenApi()", - "file_type": "code", - "source_file": "backend/scripts/generate-openapi.js", - "source_location": "L42", - "_callable": true, - "_origin": "ast", - "community": 123, - "norm_label": "generateopenapi()", - "id": "backend_scripts_generate_openapi_generateopenapi" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/wiki/wiki.controller.ts", - "source_location": "L24", - "_callable": true, - "_origin": "ast", - "community": 126, - "community_name": "WikiController", - "norm_label": ".findall()", - "id": "backend_src_wiki_wiki_controller_wikicontroller_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/wiki/wiki.controller.ts", - "source_location": "L32", - "_callable": true, - "_origin": "ast", - "community": 126, - "community_name": "WikiController", - "norm_label": ".findone()", - "id": "backend_src_wiki_wiki_controller_wikicontroller_findone" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/common/metrics.controller.ts", - "source_location": "L11", - "_callable": true, - "_origin": "ast", - "community": 129, - "community_name": "MetricsController", - "norm_label": ".constructor()", - "id": "backend_src_common_metrics_controller_metricscontroller_constructor" - }, - { - "label": ".getMetrics()", - "file_type": "code", - "source_file": "backend/src/common/metrics.controller.ts", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 129, - "community_name": "MetricsController", - "norm_label": ".getmetrics()", - "id": "backend_src_common_metrics_controller_metricscontroller_getmetrics" - }, - { - "label": "SmsSettingsPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", - "source_location": "L83", - "_callable": true, - "_origin": "ast", - "community": 134, - "norm_label": "smssettingspage()", - "id": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage" - }, - { - "label": "ErrorBoundary()", - "file_type": "code", - "source_file": "frontend/application/app/error.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "community": 135, - "community_name": "Error and Not Found Pages", - "norm_label": "errorboundary()", - "id": "frontend_application_app_error_errorboundary" - }, - { - "label": "NotFound()", - "file_type": "code", - "source_file": "frontend/application/app/not-found.tsx", - "source_location": "L3", - "_callable": true, - "_origin": "ast", - "community": 135, - "community_name": "Error and Not Found Pages", - "norm_label": "notfound()", - "id": "frontend_application_app_not_found_notfound" - }, - { - "label": "NotFoundPage()", - "file_type": "code", - "source_file": "frontend/application/components/ErrorPages.tsx", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 135, - "norm_label": "notfoundpage()", - "id": "frontend_application_components_errorpages_notfoundpage" - }, - { - "label": "ServerErrorPage()", - "file_type": "code", - "source_file": "frontend/application/components/ErrorPages.tsx", - "source_location": "L38", - "_callable": true, - "_origin": "ast", - "community": 135, - "norm_label": "servererrorpage()", - "id": "frontend_application_components_errorpages_servererrorpage" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L24", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".constructor()", - "id": "backend_src_reviews_reviews_controller_reviewscontroller_constructor" - }, - { - "label": ".createReview()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".createreview()", - "id": "backend_src_reviews_reviews_controller_reviewscontroller_createreview" - }, - { - "label": ".deleteReview()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L104", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".deletereview()", - "id": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview" - }, - { - "label": ".getAdminReviews()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L65", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".getadminreviews()", - "id": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews" - }, - { - "label": ".getProductReviews()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".getproductreviews()", - "id": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews" - }, - { - "label": ".updateReviewStatus()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L89", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".updatereviewstatus()", - "id": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".constructor()", - "id": "backend_src_reviews_reviews_service_reviewsservice_constructor" - }, - { - "label": ".createReview()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".createreview()", - "id": "backend_src_reviews_reviews_service_reviewsservice_createreview" - }, - { - "label": ".deleteReview()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L212", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".deletereview()", - "id": "backend_src_reviews_reviews_service_reviewsservice_deletereview" - }, - { - "label": ".getAdminReviews()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L121", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".getadminreviews()", - "id": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews" - }, - { - "label": ".getProductReviews()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L69", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".getproductreviews()", - "id": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews" - }, - { - "label": ".updateReviewStatus()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L185", - "_callable": true, - "_origin": "ast", - "community": 14, - "norm_label": ".updatereviewstatus()", - "id": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus" - }, - { - "label": "checkAndOpen()", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L26", - "_callable": true, - "_origin": "ast", - "community": 144, - "community_name": "Browser Utility Scripts", - "norm_label": "checkandopen()", - "id": "scripts_open_browsers_checkandopen" - }, - { - "label": "openUrl()", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 144, - "community_name": "Browser Utility Scripts", - "norm_label": "openurl()", - "id": "scripts_open_browsers_openurl" - }, - { - "label": "waitForBackend()", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 145, - "community_name": "Dev Server Startup", - "norm_label": "waitforbackend()", - "id": "scripts_start_dev_waitforbackend" - }, - { - "label": "check()", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 145, - "community_name": "Dev Server Startup", - "norm_label": "check()", - "id": "scripts_start_dev_waitforbackend_check" - }, - { - "label": "createPaginatedSchema()", - "file_type": "code", - "source_file": "backend/src/common/schemas/paginated-response.schema.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 148, - "community_name": "Pagination API Schemas", - "norm_label": "createpaginatedschema()", - "id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L27", - "_callable": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": ".constructor()", - "id": "backend_src_products_products_controller_productscontroller_constructor" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": ".findall()", - "id": "backend_src_products_products_controller_productscontroller_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L72", - "_callable": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": ".findone()", - "id": "backend_src_products_products_controller_productscontroller_findone" - }, - { - "label": ".getActiveFilters()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L39", - "_callable": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": ".getactivefilters()", - "id": "backend_src_products_products_controller_productscontroller_getactivefilters" - }, - { - "label": ".getDosageConfig()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": ".getdosageconfig()", - "id": "backend_src_products_products_controller_productscontroller_getdosageconfig" - }, - { - "label": ".getNavigationFilters()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L47", - "_callable": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": ".getnavigationfilters()", - "id": "backend_src_products_products_controller_productscontroller_getnavigationfilters" - }, - { - "label": ".updateDosageConfig()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L63", - "_callable": true, - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": ".updatedosageconfig()", - "id": "backend_src_products_products_controller_productscontroller_updatedosageconfig" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 15, - "norm_label": ".constructor()", - "id": "backend_src_products_products_service_productsservice_constructor" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 15, - "norm_label": ".findall()", - "id": "backend_src_products_products_service_productsservice_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L128", - "_callable": true, - "_origin": "ast", - "community": 15, - "norm_label": ".findone()", - "id": "backend_src_products_products_service_productsservice_findone" - }, - { - "label": ".getActiveFilters()", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L177", - "_callable": true, - "_origin": "ast", - "community": 15, - "norm_label": ".getactivefilters()", - "id": "backend_src_products_products_service_productsservice_getactivefilters" - }, - { - "label": ".getDosageConfig()", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L247", - "_callable": true, - "_origin": "ast", - "community": 15, - "norm_label": ".getdosageconfig()", - "id": "backend_src_products_products_service_productsservice_getdosageconfig" - }, - { - "label": ".getNavigationFilters()", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L212", - "_callable": true, - "_origin": "ast", - "community": 15, - "norm_label": ".getnavigationfilters()", - "id": "backend_src_products_products_service_productsservice_getnavigationfilters" - }, - { - "label": ".updateDosageConfig()", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L258", - "_callable": true, - "_origin": "ast", - "community": 15, - "norm_label": ".updatedosageconfig()", - "id": "backend_src_products_products_service_productsservice_updatedosageconfig" - }, - { - "label": ".uploadPetImage()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L111", - "_callable": true, - "_origin": "ast", - "community": 150, - "norm_label": ".uploadpetimage()", - "id": "backend_src_pets_pets_controller_petscontroller_uploadpetimage" - }, - { - "label": "Reviews()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 157, - "norm_label": "reviews()", - "id": "frontend_admin_panel_src_pages_reviews_reviews" - }, - { - "label": "toPersianDigits()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", - "source_location": "L48", - "_callable": true, - "_origin": "ast", - "community": 157, - "norm_label": "topersiandigits()", - "id": "frontend_admin_panel_src_pages_reviews_topersiandigits" - }, - { - "label": "fetchVideosList()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Videos.tsx", - "source_location": "L455", - "_callable": true, - "_origin": "ast", - "community": 158, - "norm_label": "fetchvideoslist()", - "id": "frontend_admin_panel_src_pages_videos_fetchvideoslist" - }, - { - "label": "Videos()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Videos.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 158, - "norm_label": "videos()", - "id": "frontend_admin_panel_src_pages_videos_videos" - }, - { - "label": "Wiki()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", - "source_location": "L26", - "_callable": true, - "_origin": "ast", - "community": 159, - "norm_label": "wiki()", - "id": "frontend_admin_panel_src_pages_wiki_wiki" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.service.ts", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 16, - "norm_label": ".constructor()", - "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor" - }, - { - "label": ".ensureTablesExist()", - "file_type": "code", - "source_file": "backend/src/prisma/prisma.service.ts", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 16, - "norm_label": ".ensuretablesexist()", - "id": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist" - }, - { - "label": ".onModuleDestroy()", - "file_type": "code", - "source_file": "backend/src/prisma/prisma.service.ts", - "source_location": "L91", - "_callable": true, - "_origin": "ast", - "community": 16, - "norm_label": ".onmoduledestroy()", - "id": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy" - }, - { - "label": ".onModuleInit()", - "file_type": "code", - "source_file": "backend/src/prisma/prisma.service.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 16, - "norm_label": ".onmoduleinit()", - "id": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit" - }, - { - "label": "BlogPostPage()", - "file_type": "code", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L57", - "_callable": true, - "_origin": "ast", - "community": 160, - "norm_label": "blogpostpage()", - "id": "frontend_application_app_blog_slug_page_blogpostpage" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L32", - "_callable": true, - "_origin": "ast", - "community": 160, - "norm_label": "generatemetadata()", - "id": "frontend_application_app_blog_slug_page_generatemetadata" - }, - { - "label": "getBlog()", - "file_type": "code", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 160, - "norm_label": "getblog()", - "id": "frontend_application_app_blog_slug_page_getblog" - }, - { - "label": "main()", - "file_type": "code", - "source_file": "backend/prisma/seed-ui-texts.ts", - "source_location": "L135", - "_callable": true, - "_origin": "ast", - "community": 168, - "norm_label": "main()", - "id": "backend_prisma_seed_ui_texts_main" - }, - { - "label": "main()", - "file_type": "code", - "source_file": "backend/prisma/seed-wiki.ts", - "source_location": "L370", - "_callable": true, - "_origin": "ast", - "community": 169, - "norm_label": "main()", - "id": "backend_prisma_seed_wiki_main" - }, - { - "label": ".applyForWholesale()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.controller.ts", - "source_location": "L29", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".applyforwholesale()", - "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale" - }, - { - "label": ".approveWholesaleRequest()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.controller.ts", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".approvewholesalerequest()", - "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.controller.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".constructor()", - "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor" - }, - { - "label": ".getWholesaleRequests()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.controller.ts", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".getwholesalerequests()", - "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests" - }, - { - "label": ".rejectWholesaleRequest()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.controller.ts", - "source_location": "L63", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".rejectwholesalerequest()", - "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest" - }, - { - "label": ".applyForWholesale()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.service.ts", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".applyforwholesale()", - "id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale" - }, - { - "label": ".approveWholesaleRequest()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.service.ts", - "source_location": "L63", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".approvewholesalerequest()", - "id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.service.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".constructor()", - "id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor" - }, - { - "label": ".getWholesaleRequests()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.service.ts", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".getwholesalerequests()", - "id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests" - }, - { - "label": ".rejectWholesaleRequest()", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.service.ts", - "source_location": "L77", - "_callable": true, - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": ".rejectwholesalerequest()", - "id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 179, - "community_name": "Wiki Page Routing", - "norm_label": "generatemetadata()", - "id": "frontend_application_app_wiki_slug_page_generatemetadata" - }, - { - "label": "getWikiTerm()", - "file_type": "code", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 179, - "community_name": "Wiki Page Routing", - "norm_label": "getwikiterm()", - "id": "frontend_application_app_wiki_slug_page_getwikiterm" - }, - { - "label": "WikiTermPage()", - "file_type": "code", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", - "source_location": "L29", - "_callable": true, - "_origin": "ast", - "community": 179, - "community_name": "Wiki Page Routing", - "norm_label": "wikitermpage()", - "id": "frontend_application_app_wiki_slug_page_wikitermpage" - }, - { - "label": "ContactPage()", - "file_type": "code", - "source_file": "frontend/application/app/contact/page.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": "contactpage()", - "id": "frontend_application_app_contact_page_contactpage" - }, - { - "label": "ContactFormClient()", - "file_type": "code", - "source_file": "frontend/application/components/ContactFormClient.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": "contactformclient()", - "id": "frontend_application_components_contactformclient_contactformclient" - }, - { - "label": "fetchContactInfo()", - "file_type": "code", - "source_file": "frontend/application/components/ContactFormClient.tsx", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": "fetchcontactinfo()", - "id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo" - }, - { - "label": "PrescriptionUploadModal()", - "file_type": "code", - "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": "prescriptionuploadmodal()", - "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal" - }, - { - "label": "getBaseURL()", - "file_type": "code", - "source_file": "frontend/application/lib/services/api.ts", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": "getbaseurl()", - "id": "frontend_application_lib_services_api_getbaseurl" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L41", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".constructor()", - "id": "frontend_application_lib_services_authservice_authservice_constructor" - }, - { - "label": ".getInstance()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".getinstance()", - "id": "frontend_application_lib_services_authservice_authservice_getinstance" - }, - { - "label": ".getProfile()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L121", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".getprofile()", - "id": "frontend_application_lib_services_authservice_authservice_getprofile" - }, - { - "label": ".login()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L103", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".login()", - "id": "frontend_application_lib_services_authservice_authservice_login" - }, - { - "label": ".logout()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L152", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".logout()", - "id": "frontend_application_lib_services_authservice_authservice_logout" - }, - { - "label": ".register()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L85", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".register()", - "id": "frontend_application_lib_services_authservice_authservice_register" - }, - { - "label": ".sendOtp()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".sendotp()", - "id": "frontend_application_lib_services_authservice_authservice_sendotp" - }, - { - "label": ".updateProfile()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L138", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".updateprofile()", - "id": "frontend_application_lib_services_authservice_authservice_updateprofile" - }, - { - "label": ".verifyOtp()", - "file_type": "code", - "source_file": "frontend/application/lib/services/authService.ts", - "source_location": "L67", - "_callable": true, - "_origin": "ast", - "community": 18, - "norm_label": ".verifyotp()", - "id": "frontend_application_lib_services_authservice_authservice_verifyotp" - }, - { - "label": "main()", - "file_type": "code", - "source_file": "backend/prisma/seed-blogs.ts", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "community": 189, - "norm_label": "main()", - "id": "backend_prisma_seed_blogs_main" - }, - { - "label": "App()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/App.tsx", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 19, - "community_name": "adminRoutes.tsx", - "norm_label": "app()", - "id": "frontend_admin_panel_src_app_app" - }, - { - "label": "SuspenseFallback()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/App.tsx", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "community": 19, - "community_name": "adminRoutes.tsx", - "norm_label": "suspensefallback()", - "id": "frontend_admin_panel_src_app_suspensefallback" - }, - { - "label": "ContactSubmissions()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 19, - "community_name": "adminRoutes.tsx", - "norm_label": "contactsubmissions()", - "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions" - }, - { - "label": "Dashboard()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 19, - "norm_label": "dashboard()", - "id": "frontend_admin_panel_src_pages_dashboard_dashboard" - }, - { - "label": "SslSettingsPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", - "source_location": "L38", - "_callable": true, - "_origin": "ast", - "community": 19, - "norm_label": "sslsettingspage()", - "id": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage" - }, - { - "label": "Tickets()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", - "source_location": "L58", - "_callable": true, - "_origin": "ast", - "community": 19, - "norm_label": "tickets()", - "id": "frontend_admin_panel_src_pages_tickets_tickets" - }, - { - "label": "Transactions()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L89", - "_callable": true, - "_origin": "ast", - "community": 19, - "norm_label": "transactions()", - "id": "frontend_admin_panel_src_pages_transactions_transactions" - }, - { - "label": "main()", - "file_type": "code", - "source_file": "backend/prisma/seed-custom.ts", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 190, - "community_name": "Custom Data Seeding", - "norm_label": "main()", - "id": "backend_prisma_seed_custom_main" - }, - { - "label": ".addAddress()", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L131", - "_callable": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": ".addaddress()", - "id": "backend_src_users_users_controller_userscontroller_addaddress" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L44", - "_callable": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": ".constructor()", - "id": "backend_src_users_users_controller_userscontroller_constructor" - }, - { - "label": ".deleteAddress()", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L179", - "_callable": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": ".deleteaddress()", - "id": "backend_src_users_users_controller_userscontroller_deleteaddress" - }, - { - "label": ".getProfile()", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L68", - "_callable": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": ".getprofile()", - "id": "backend_src_users_users_controller_userscontroller_getprofile" - }, - { - "label": ".setDefaultAddress()", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L198", - "_callable": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": ".setdefaultaddress()", - "id": "backend_src_users_users_controller_userscontroller_setdefaultaddress" - }, - { - "label": ".topUpWallet()", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L223", - "_callable": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": ".topupwallet()", - "id": "backend_src_users_users_controller_userscontroller_topupwallet" - }, - { - "label": ".updateAddress()", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L159", - "_callable": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": ".updateaddress()", - "id": "backend_src_users_users_controller_userscontroller_updateaddress" - }, - { - "label": ".updateProfile()", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L103", - "_callable": true, - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": ".updateprofile()", - "id": "backend_src_users_users_controller_userscontroller_updateprofile" - }, - { - "label": "getJwtRefreshSecret()", - "file_type": "code", - "source_file": "backend/src/auth/auth.constants.ts", - "source_location": "L12", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": "getjwtrefreshsecret()", - "id": "backend_src_auth_auth_constants_getjwtrefreshsecret" - }, - { - "label": "getJwtSecret()", - "file_type": "code", - "source_file": "backend/src/auth/auth.constants.ts", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": "getjwtsecret()", - "id": "backend_src_auth_auth_constants_getjwtsecret" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/auth/jwt.strategy.ts", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".constructor()", - "id": "backend_src_auth_jwt_strategy_jwtstrategy_constructor" - }, - { - "label": ".validate()", - "file_type": "code", - "source_file": "backend/src/auth/jwt.strategy.ts", - "source_location": "L24", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".validate()", - "id": "backend_src_auth_jwt_strategy_jwtstrategy_validate" - }, - { - "label": ".addAddress()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L200", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".addaddress()", - "id": "backend_src_users_users_service_usersservice_addaddress" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".constructor()", - "id": "backend_src_users_users_service_usersservice_constructor" - }, - { - "label": ".deleteAddress()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L248", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".deleteaddress()", - "id": "backend_src_users_users_service_usersservice_deleteaddress" - }, - { - "label": ".findById()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L27", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".findbyid()", - "id": "backend_src_users_users_service_usersservice_findbyid" - }, - { - "label": ".findByPhone()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L289", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".findbyphone()", - "id": "backend_src_users_users_service_usersservice_findbyphone" - }, - { - "label": ".setDefaultAddress()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L254", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".setdefaultaddress()", - "id": "backend_src_users_users_service_usersservice_setdefaultaddress" - }, - { - "label": ".topUpWallet()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L265", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".topupwallet()", - "id": "backend_src_users_users_service_usersservice_topupwallet" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L125", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".update()", - "id": "backend_src_users_users_service_usersservice_update" - }, - { - "label": ".updateAddress()", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L222", - "_callable": true, - "_origin": "ast", - "community": 2, - "norm_label": ".updateaddress()", - "id": "backend_src_users_users_service_usersservice_updateaddress" - }, - { - "label": "Spinner()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", - "source_location": "L2", - "_callable": true, - "_origin": "ast", - "community": 20, - "community_name": "Spinner.tsx", - "norm_label": "spinner()", - "id": "frontend_admin_panel_src_components_ui_spinner_spinner" - }, - { - "label": "B2BManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 20, - "community_name": "admin.ts", - "norm_label": "b2bmanager()", - "id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager" - }, - { - "label": "SmartAdvisorManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 20, - "community_name": "admin.ts", - "norm_label": "smartadvisormanager()", - "id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager" - }, - { - "label": "SystemSettingsPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 20, - "community_name": "admin.ts", - "norm_label": "systemsettingspage()", - "id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage" - }, - { - "label": "BannersManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 20, - "norm_label": "bannersmanager()", - "id": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager" - }, - { - "label": "IngredientsManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 20, - "norm_label": "ingredientsmanager()", - "id": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager" - }, - { - "label": "SeoSettingsPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 20, - "norm_label": "seosettingspage()", - "id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage" - }, - { - "label": "FormField()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 206, - "norm_label": "formfield()", - "id": "frontend_admin_panel_src_components_ui_formfield_formfield" - }, - { - "label": "AboutPage()", - "file_type": "code", - "source_file": "frontend/application/app/about/page.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 210, - "norm_label": "aboutpage()", - "id": "frontend_application_app_about_page_aboutpage" - }, - { - "label": "PrivacyPage()", - "file_type": "code", - "source_file": "frontend/application/app/privacy/page.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 211, - "norm_label": "privacypage()", - "id": "frontend_application_app_privacy_page_privacypage" - }, - { - "label": "CMS()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/CMS.tsx", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 23, - "community_name": "adminRoutes.tsx", - "norm_label": "cms()", - "id": "frontend_admin_panel_src_pages_cms_cms" - }, - { - "label": "WholesaleApplications()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "community": 23, - "community_name": "adminRoutes.tsx", - "norm_label": "wholesaleapplications()", - "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications" - }, - { - "label": "Layout()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Layout.tsx", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "community": 23, - "community_name": "src/services/api.ts", - "norm_label": "layout()", - "id": "frontend_admin_panel_src_components_layout_layout" - }, - { - "label": "ProtectedRoute()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 23, - "community_name": "src/services/api.ts", - "norm_label": "protectedroute()", - "id": "frontend_admin_panel_src_components_protectedroute_protectedroute" - }, - { - "label": "Sidebar()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 23, - "norm_label": "sidebar()", - "id": "frontend_admin_panel_src_components_sidebar_sidebar" - }, - { - "label": "Topbar()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Topbar.tsx", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "community": 23, - "norm_label": "topbar()", - "id": "frontend_admin_panel_src_components_topbar_topbar" - }, - { - "label": "Login()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Login.tsx", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 23, - "norm_label": "login()", - "id": "frontend_admin_panel_src_pages_login_login" - }, - { - "label": "processQueue()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/services/api.ts", - "source_location": "L37", - "_callable": true, - "_origin": "ast", - "community": 23, - "norm_label": "processqueue()", - "id": "frontend_admin_panel_src_services_api_processqueue" - }, - { - "label": ".incrementRequestCount()", - "file_type": "code", - "source_file": "backend/src/common/metrics.controller.ts", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 24, - "community_name": "RedisService", - "norm_label": ".incrementrequestcount()", - "id": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount" - }, - { - "label": ".getDashboardStats()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L78", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".getdashboardstats()", - "id": "backend_src_admin_admin_service_adminservice_getdashboardstats" - }, - { - "label": ".configure()", - "file_type": "code", - "source_file": "backend/src/app.module.ts", - "source_location": "L84", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".configure()", - "id": "backend_src_app_module_appmodule_configure" - }, - { - "label": ".adminLogin()", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L254", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".adminlogin()", - "id": "backend_src_auth_auth_service_authservice_adminlogin" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L33", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".constructor()", - "id": "backend_src_auth_auth_service_authservice_constructor" - }, - { - "label": ".login()", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L213", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".login()", - "id": "backend_src_auth_auth_service_authservice_login" - }, - { - "label": ".refresh()", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L310", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".refresh()", - "id": "backend_src_auth_auth_service_authservice_refresh" - }, - { - "label": ".register()", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L160", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".register()", - "id": "backend_src_auth_auth_service_authservice_register" - }, - { - "label": ".sendOtp()", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".sendotp()", - "id": "backend_src_auth_auth_service_authservice_sendotp" - }, - { - "label": ".verifyOtp()", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L119", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".verifyotp()", - "id": "backend_src_auth_auth_service_authservice_verifyotp" - }, - { - "label": "normalizeMobile()", - "file_type": "code", - "source_file": "backend/src/common/utils/phone.utils.ts", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": "normalizemobile()", - "id": "backend_src_common_utils_phone_utils_normalizemobile" - }, - { - "label": ".del()", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".del()", - "id": "backend_src_redis_redis_service_redisservice_del" - }, - { - "label": ".get()", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L27", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".get()", - "id": "backend_src_redis_redis_service_redisservice_get" - }, - { - "label": ".incr()", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L35", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".incr()", - "id": "backend_src_redis_redis_service_redisservice_incr" - }, - { - "label": ".onModuleDestroy()", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".onmoduledestroy()", - "id": "backend_src_redis_redis_service_redisservice_onmoduledestroy" - }, - { - "label": ".onModuleInit()", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".onmoduleinit()", - "id": "backend_src_redis_redis_service_redisservice_onmoduleinit" - }, - { - "label": ".set()", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L19", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".set()", - "id": "backend_src_redis_redis_service_redisservice_set" - }, - { - "label": ".ttl()", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L44", - "_callable": true, - "_origin": "ast", - "community": 24, - "norm_label": ".ttl()", - "id": "backend_src_redis_redis_service_redisservice_ttl" - }, - { - "label": "robots()", - "file_type": "code", - "source_file": "frontend/application/app/robots.ts", - "source_location": "L3", - "_callable": true, - "_origin": "ast", - "community": 246, - "community_name": "Search Engine Robots Config", - "norm_label": "robots()", - "id": "frontend_application_app_robots_robots" - }, - { - "label": ".handleRequest()", - "file_type": "code", - "source_file": "backend/src/auth/jwt-auth.guard.ts", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": ".handlerequest()", - "id": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest" - }, - { - "label": ".canActivate()", - "file_type": "code", - "source_file": "backend/src/common/guards/roles.guard.ts", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": ".canactivate()", - "id": "backend_src_common_guards_roles_guard_rolesguard_canactivate" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/common/guards/roles.guard.ts", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": ".constructor()", - "id": "backend_src_common_guards_roles_guard_rolesguard_constructor" - }, - { - "label": "Roles()", - "file_type": "code", - "source_file": "backend/src/common/decorators/roles.decorator.ts", - "source_location": "L4", - "_callable": true, - "_origin": "ast", - "community": 25, - "community_name": "Roles", - "norm_label": "roles()", - "id": "backend_src_common_decorators_roles_decorator_roles" - }, - { - "label": "sitemap()", - "file_type": "code", - "source_file": "frontend/application/app/sitemap.ts", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "community": 3, - "community_name": "ProductService", - "norm_label": "sitemap()", - "id": "frontend_application_app_sitemap_sitemap" - }, - { - "label": "Blog()", - "file_type": "code", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "blog()", - "id": "frontend_application_app_blog_page_blog" - }, - { - "label": "getBlogs()", - "file_type": "code", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "getblogs()", - "id": "frontend_application_app_blog_page_getblogs" - }, - { - "label": "CatalogClient()", - "file_type": "code", - "source_file": "frontend/application/app/catalog/CatalogClient.tsx", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "catalogclient()", - "id": "frontend_application_app_catalog_catalogclient_catalogclient" - }, - { - "label": "CatalogPage()", - "file_type": "code", - "source_file": "frontend/application/app/catalog/page.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "catalogpage()", - "id": "frontend_application_app_catalog_page_catalogpage" - }, - { - "label": "SearchPage()", - "file_type": "code", - "source_file": "frontend/application/app/search/page.tsx", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "searchpage()", - "id": "frontend_application_app_search_page_searchpage" - }, - { - "label": "WikiPage()", - "file_type": "code", - "source_file": "frontend/application/app/wiki/page.tsx", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "wikipage()", - "id": "frontend_application_app_wiki_page_wikipage" - }, - { - "label": "BlogPage()", - "file_type": "code", - "source_file": "frontend/application/components/BlogPage.tsx", - "source_location": "L23", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "blogpage()", - "id": "frontend_application_components_blogpage_blogpage" - }, - { - "label": "CatalogPageSpread()", - "file_type": "code", - "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", - "source_location": "L67", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "catalogpagespread()", - "id": "frontend_application_components_catalog_catalogpagespread_catalogpagespread" - }, - { - "label": "getFormBadge()", - "file_type": "code", - "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "getformbadge()", - "id": "frontend_application_components_catalog_catalogpagespread_getformbadge" - }, - { - "label": "getSpeciesBadge()", - "file_type": "code", - "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "getspeciesbadge()", - "id": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge" - }, - { - "label": "FlipbookCatalog()", - "file_type": "code", - "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "flipbookcatalog()", - "id": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog" - }, - { - "label": "normalizeSearchText()", - "file_type": "code", - "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", - "source_location": "L27", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "normalizesearchtext()", - "id": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext" - }, - { - "label": "ProductDetailModal()", - "file_type": "code", - "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "productdetailmodal()", - "id": "frontend_application_components_catalog_productdetailmodal_productdetailmodal" - }, - { - "label": "formatIngredientDisplayName()", - "file_type": "code", - "source_file": "frontend/application/components/IngredientWiki.tsx", - "source_location": "L50", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "formatingredientdisplayname()", - "id": "frontend_application_components_ingredientwiki_formatingredientdisplayname" - }, - { - "label": "IngredientWiki()", - "file_type": "code", - "source_file": "frontend/application/components/IngredientWiki.tsx", - "source_location": "L63", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": "ingredientwiki()", - "id": "frontend_application_components_ingredientwiki_ingredientwiki" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L60", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".constructor()", - "id": "frontend_application_lib_services_productservice_productservice_constructor" - }, - { - "label": ".getActiveFilters()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L226", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".getactivefilters()", - "id": "frontend_application_lib_services_productservice_productservice_getactivefilters" - }, - { - "label": ".getBanners()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L255", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".getbanners()", - "id": "frontend_application_lib_services_productservice_productservice_getbanners" - }, - { - "label": ".getFeaturedProducts()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L196", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".getfeaturedproducts()", - "id": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts" - }, - { - "label": ".getInstance()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L62", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".getinstance()", - "id": "frontend_application_lib_services_productservice_productservice_getinstance" - }, - { - "label": ".getNavigationFilters()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L240", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".getnavigationfilters()", - "id": "frontend_application_lib_services_productservice_productservice_getnavigationfilters" - }, - { - "label": ".getProductById()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L176", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".getproductbyid()", - "id": "frontend_application_lib_services_productservice_productservice_getproductbyid" - }, - { - "label": ".getProductBySlug()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L186", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".getproductbyslug()", - "id": "frontend_application_lib_services_productservice_productservice_getproductbyslug" - }, - { - "label": ".getProducts()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L144", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".getproducts()", - "id": "frontend_application_lib_services_productservice_productservice_getproducts" - }, - { - "label": ".mapBackendToFrontend()", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L69", - "_callable": true, - "_origin": "ast", - "community": 3, - "norm_label": ".mapbackendtofrontend()", - "id": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend" - }, - { - "label": "CartDrawer()", - "file_type": "code", - "source_file": "frontend/application/components/CartDrawer.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "toPersian", - "norm_label": "cartdrawer()", - "id": "frontend_application_components_cartdrawer_cartdrawer" - }, - { - "label": "SuccessPage()", - "file_type": "code", - "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", - "source_location": "L3", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "successpage()", - "id": "frontend_application_app_checkout_success_id_page_successpage" - }, - { - "label": "TrackPage()", - "file_type": "code", - "source_file": "frontend/application/app/track/page.tsx", - "source_location": "L3", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "trackpage()", - "id": "frontend_application_app_track_page_trackpage" - }, - { - "label": "OrderSuccess()", - "file_type": "code", - "source_file": "frontend/application/components/OrderSuccess.tsx", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "ordersuccess()", - "id": "frontend_application_components_ordersuccess_ordersuccess" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": ".constructor()", - "id": "frontend_application_lib_services_orderservice_orderservice_constructor" - }, - { - "label": ".createOrder()", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L46", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": ".createorder()", - "id": "frontend_application_lib_services_orderservice_orderservice_createorder" - }, - { - "label": ".getInstance()", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": ".getinstance()", - "id": "frontend_application_lib_services_orderservice_orderservice_getinstance" - }, - { - "label": ".getOrderById()", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L84", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": ".getorderbyid()", - "id": "frontend_application_lib_services_orderservice_orderservice_getorderbyid" - }, - { - "label": ".getUserOrders()", - "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", - "source_location": "L70", - "_callable": true, - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": ".getuserorders()", - "id": "frontend_application_lib_services_orderservice_orderservice_getuserorders" - }, - { - "label": "Header()", - "file_type": "code", - "source_file": "frontend/application/components/Header.tsx", - "source_location": "L28", - "_callable": true, - "_origin": "ast", - "community": 33, - "norm_label": "header()", - "id": "frontend_application_components_header_header" - }, - { - "label": "handleClickOutside()", - "file_type": "code", - "source_file": "frontend/application/components/Header.tsx", - "source_location": "L114", - "_callable": true, - "_origin": "ast", - "community": 33, - "norm_label": "handleclickoutside()", - "id": "frontend_application_components_header_header_handleclickoutside" - }, - { - "label": "OrderTracking()", - "file_type": "code", - "source_file": "frontend/application/components/OrderTracking.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 33, - "norm_label": "ordertracking()", - "id": "frontend_application_components_ordertracking_ordertracking" - }, - { - "label": ".getAdminStats()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L213", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".getadminstats()", - "id": "backend_src_payment_payment_controller_paymentcontroller_getadminstats" - }, - { - "label": ".getAdminTransactions()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L204", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".getadmintransactions()", - "id": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions" - }, - { - "label": ".getHealth()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L264", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".gethealth()", - "id": "backend_src_payment_payment_controller_paymentcontroller_gethealth" - }, - { - "label": ".getTransactionStatus()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L193", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".gettransactionstatus()", - "id": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus" - }, - { - "label": ".handleZibalCallback()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L93", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".handlezibalcallback()", - "id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback" - }, - { - "label": ".handleZibalLazyCallback()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L163", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".handleziballazycallback()", - "id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback" - }, - { - "label": ".initiateOrderPayment()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".initiateorderpayment()", - "id": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment" - }, - { - "label": ".initiateWalletTopup()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L75", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".initiatewallettopup()", - "id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup" - }, - { - "label": ".liveInquiry()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L231", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".liveinquiry()", - "id": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry" - }, - { - "label": ".manualReject()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L252", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".manualreject()", - "id": "backend_src_payment_payment_controller_paymentcontroller_manualreject" - }, - { - "label": ".manualVerify()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L240", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".manualverify()", - "id": "backend_src_payment_payment_controller_paymentcontroller_manualverify" - }, - { - "label": ".reconcilePending()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L222", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".reconcilepending()", - "id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending" - }, - { - "label": ".verifyPaymentDirect()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L144", - "_callable": true, - "_origin": "ast", - "community": 34, - "norm_label": ".verifypaymentdirect()", - "id": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect" - }, - { - "label": "GlobalLoading()", - "file_type": "code", - "source_file": "frontend/application/app/loading.tsx", - "source_location": "L4", - "_callable": true, - "_origin": "ast", - "community": 35, - "community_name": "ArchivePage.tsx", - "norm_label": "globalloading()", - "id": "frontend_application_app_loading_globalloading" - }, - { - "label": "PetProfileSkeleton()", - "file_type": "code", - "source_file": "frontend/application/components/Skeleton.tsx", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 35, - "community_name": "ArchivePage.tsx", - "norm_label": "petprofileskeleton()", - "id": "frontend_application_components_skeleton_petprofileskeleton" - }, - { - "label": "ProductCardSkeleton()", - "file_type": "code", - "source_file": "frontend/application/components/Skeleton.tsx", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "community": 35, - "community_name": "ArchivePage.tsx", - "norm_label": "productcardskeleton()", - "id": "frontend_application_components_skeleton_productcardskeleton" - }, - { - "label": "Skeleton()", - "file_type": "code", - "source_file": "frontend/application/components/Skeleton.tsx", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 35, - "community_name": "ArchivePage.tsx", - "norm_label": "skeleton()", - "id": "frontend_application_components_skeleton_skeleton" - }, - { - "label": "ProfilePage()", - "file_type": "code", - "source_file": "frontend/application/app/profile/page.tsx", - "source_location": "L3", - "_callable": true, - "_origin": "ast", - "community": 35, - "community_name": "PetProfile.tsx", - "norm_label": "profilepage()", - "id": "frontend_application_app_profile_page_profilepage" - }, - { - "label": "SearchResultsPage()", - "file_type": "code", - "source_file": "frontend/application/components/SearchResultsPage.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 35, - "community_name": "ProductService", - "norm_label": "searchresultspage()", - "id": "frontend_application_components_searchresultspage_searchresultspage" - }, - { - "label": "FeaturedProducts()", - "file_type": "code", - "source_file": "frontend/application/components/FeaturedProducts.tsx", - "source_location": "L139", - "_callable": true, - "_origin": "ast", - "community": 35, - "community_name": "useCartStore", - "norm_label": "featuredproducts()", - "id": "frontend_application_components_featuredproducts_featuredproducts" - }, - { - "label": "ProductCard()", - "file_type": "code", - "source_file": "frontend/application/components/FeaturedProducts.tsx", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "community": 35, - "community_name": "useCartStore", - "norm_label": "productcard()", - "id": "frontend_application_components_featuredproducts_productcard" - }, - { - "label": "Shop()", - "file_type": "code", - "source_file": "frontend/application/app/shop/page.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 35, - "norm_label": "shop()", - "id": "frontend_application_app_shop_page_shop" - }, - { - "label": "ArchivePage()", - "file_type": "code", - "source_file": "frontend/application/components/ArchivePage.tsx", - "source_location": "L227", - "_callable": true, - "_origin": "ast", - "community": 35, - "norm_label": "archivepage()", - "id": "frontend_application_components_archivepage_archivepage" - }, - { - "label": "ArchiveProductCard()", - "file_type": "code", - "source_file": "frontend/application/components/ArchivePage.tsx", - "source_location": "L74", - "_callable": true, - "_origin": "ast", - "community": 35, - "norm_label": "archiveproductcard()", - "id": "frontend_application_components_archivepage_archiveproductcard" - }, - { - "label": "generateOpenApi()", - "file_type": "code", - "source_file": "backend/scripts/generate-openapi.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 36, - "community_name": "RedisService", - "norm_label": "generateopenapi()", - "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi" - }, - { - "label": ".catch()", - "file_type": "code", - "source_file": "backend/src/common/filters/prisma-exception.filter.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": ".catch()", - "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch" - }, - { - "label": ".intercept()", - "file_type": "code", - "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": ".intercept()", - "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept" - }, - { - "label": ".transform()", - "file_type": "code", - "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": ".transform()", - "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/app.module.ts", - "source_location": "L82", - "_callable": true, - "_origin": "ast", - "community": 36, - "norm_label": ".constructor()", - "id": "backend_src_app_module_appmodule_constructor" - }, - { - "label": ".catch()", - "file_type": "code", - "source_file": "backend/src/common/filters/http-exception.filter.ts", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "community": 36, - "norm_label": ".catch()", - "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch" - }, - { - "label": ".deriveErrorCode()", - "file_type": "code", - "source_file": "backend/src/common/filters/http-exception.filter.ts", - "source_location": "L114", - "_callable": true, - "_origin": "ast", - "community": 36, - "norm_label": ".deriveerrorcode()", - "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode" - }, - { - "label": ".translateGenericMessage()", - "file_type": "code", - "source_file": "backend/src/common/filters/http-exception.filter.ts", - "source_location": "L91", - "_callable": true, - "_origin": "ast", - "community": 36, - "norm_label": ".translategenericmessage()", - "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage" - }, - { - "label": "bootstrap()", - "file_type": "code", - "source_file": "backend/src/main.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 36, - "norm_label": "bootstrap()", - "id": "backend_src_main_bootstrap" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".constructor()", - "id": "backend_src_b2b_b2b_controller_b2bcontroller_constructor" - }, - { - "label": ".createInquiry()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L24", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".createinquiry()", - "id": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry" - }, - { - "label": ".createWholesaleOrder()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L73", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".createwholesaleorder()", - "id": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder" - }, - { - "label": ".findAllInquiries()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L44", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".findallinquiries()", - "id": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries" - }, - { - "label": ".getAllPartnerAccounts()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L86", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".getallpartneraccounts()", - "id": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts" - }, - { - "label": ".getPartnerProfile()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L64", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".getpartnerprofile()", - "id": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile" - }, - { - "label": ".updateInquiryStatus()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".updateinquirystatus()", - "id": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".constructor()", - "id": "backend_src_b2b_b2b_service_b2bservice_constructor" - }, - { - "label": ".createInquiry()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".createinquiry()", - "id": "backend_src_b2b_b2b_service_b2bservice_createinquiry" - }, - { - "label": ".createWholesaleOrder()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L67", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".createwholesaleorder()", - "id": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder" - }, - { - "label": ".findAllInquiries()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".findallinquiries()", - "id": "backend_src_b2b_b2b_service_b2bservice_findallinquiries" - }, - { - "label": ".getAllPartnerAccounts()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L95", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".getallpartneraccounts()", - "id": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts" - }, - { - "label": ".getPartnerProfile()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".getpartnerprofile()", - "id": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile" - }, - { - "label": ".updateInquiryStatus()", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": ".updateinquirystatus()", - "id": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L39", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".constructor()", - "id": "backend_src_payment_payment_controller_paymentcontroller_constructor" - }, - { - "label": ".adminLiveInquiry()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L827", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".adminliveinquiry()", - "id": "backend_src_payment_payment_service_paymentservice_adminliveinquiry" - }, - { - "label": ".adminManualReject()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L933", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".adminmanualreject()", - "id": "backend_src_payment_payment_service_paymentservice_adminmanualreject" - }, - { - "label": ".adminManualVerify()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L875", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".adminmanualverify()", - "id": "backend_src_payment_payment_service_paymentservice_adminmanualverify" - }, - { - "label": ".checkGatewayHealth()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L956", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".checkgatewayhealth()", - "id": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L22", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".constructor()", - "id": "backend_src_payment_payment_service_paymentservice_constructor" - }, - { - "label": ".getAdminTransactionStats()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L780", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".getadmintransactionstats()", - "id": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats" - }, - { - "label": ".getTransaction()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L621", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".gettransaction()", - "id": "backend_src_payment_payment_service_paymentservice_gettransaction" - }, - { - "label": ".initiateOrderPayment()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".initiateorderpayment()", - "id": "backend_src_payment_payment_service_paymentservice_initiateorderpayment" - }, - { - "label": ".initiateWalletTopup()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L138", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".initiatewallettopup()", - "id": "backend_src_payment_payment_service_paymentservice_initiatewallettopup" - }, - { - "label": ".reconcilePendingTransactions()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L539", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".reconcilependingtransactions()", - "id": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions" - }, - { - "label": ".verifyAndProcess()", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L225", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".verifyandprocess()", - "id": "backend_src_payment_payment_service_paymentservice_verifyandprocess" - }, - { - "label": ".callWithRetry()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L56", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".callwithretry()", - "id": "backend_src_payment_zibal_service_zibalservice_callwithretry" - }, - { - "label": ".checkHealth()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L292", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".checkhealth()", - "id": "backend_src_payment_zibal_service_zibalservice_checkhealth" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L47", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".constructor()", - "id": "backend_src_payment_zibal_service_zibalservice_constructor" - }, - { - "label": ".getBackendUrl()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L128", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".getbackendurl()", - "id": "backend_src_payment_zibal_service_zibalservice_getbackendurl" - }, - { - "label": ".getFrontendUrl()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L109", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".getfrontendurl()", - "id": "backend_src_payment_zibal_service_zibalservice_getfrontendurl" - }, - { - "label": ".getGatewayName()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".getgatewayname()", - "id": "backend_src_payment_zibal_service_zibalservice_getgatewayname" - }, - { - "label": ".getMerchant()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L91", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".getmerchant()", - "id": "backend_src_payment_zibal_service_zibalservice_getmerchant" - }, - { - "label": ".getResultMessage()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L349", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".getresultmessage()", - "id": "backend_src_payment_zibal_service_zibalservice_getresultmessage" - }, - { - "label": ".getStartUrl()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L205", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".getstarturl()", - "id": "backend_src_payment_zibal_service_zibalservice_getstarturl" - }, - { - "label": ".getStatusMessage()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L372", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".getstatusmessage()", - "id": "backend_src_payment_zibal_service_zibalservice_getstatusmessage" - }, - { - "label": ".inquiryPayment()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L252", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".inquirypayment()", - "id": "backend_src_payment_zibal_service_zibalservice_inquirypayment" - }, - { - "label": ".requestPayment()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L154", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".requestpayment()", - "id": "backend_src_payment_zibal_service_zibalservice_requestpayment" - }, - { - "label": ".verifyPayment()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L212", - "_callable": true, - "_origin": "ast", - "community": 38, - "norm_label": ".verifypayment()", - "id": "backend_src_payment_zibal_service_zibalservice_verifypayment" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": ".constructor()", - "id": "backend_src_admin_blogs_service_blogsservice_constructor" - }, - { - "label": ".createBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L46", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": ".createblog()", - "id": "backend_src_admin_blogs_service_blogsservice_createblog" - }, - { - "label": ".deleteBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": ".deleteblog()", - "id": "backend_src_admin_blogs_service_blogsservice_deleteblog" - }, - { - "label": ".getBlogs()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": ".getblogs()", - "id": "backend_src_admin_blogs_service_blogsservice_getblogs" - }, - { - "label": ".updateBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L55", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": ".updateblog()", - "id": "backend_src_admin_blogs_service_blogsservice_updateblog" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/pets.controller.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "PetsController", - "norm_label": ".constructor()", - "id": "backend_src_admin_pets_controller_petscontroller_constructor" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/reports.controller.ts", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".constructor()", - "id": "backend_src_admin_reports_controller_reportscontroller_constructor" - }, - { - "label": ".getReports()", - "file_type": "code", - "source_file": "backend/src/admin/reports.controller.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".getreports()", - "id": "backend_src_admin_reports_controller_reportscontroller_getreports" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/reports.service.ts", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".constructor()", - "id": "backend_src_admin_reports_service_reportsservice_constructor" - }, - { - "label": ".getDashboardReports()", - "file_type": "code", - "source_file": "backend/src/admin/reports.service.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".getdashboardreports()", - "id": "backend_src_admin_reports_service_reportsservice_getdashboardreports" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.service.ts", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".constructor()", - "id": "backend_src_admin_wiki_service_wikiservice_constructor" - }, - { - "label": ".createTerm()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.service.ts", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".createterm()", - "id": "backend_src_admin_wiki_service_wikiservice_createterm" - }, - { - "label": ".deleteTerm()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.service.ts", - "source_location": "L57", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".deleteterm()", - "id": "backend_src_admin_wiki_service_wikiservice_deleteterm" - }, - { - "label": ".getTerms()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".getterms()", - "id": "backend_src_admin_wiki_service_wikiservice_getterms" - }, - { - "label": ".updateTerm()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.service.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": ".updateterm()", - "id": "backend_src_admin_wiki_service_wikiservice_updateterm" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/pets.service.ts", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 4, - "norm_label": ".constructor()", - "id": "backend_src_admin_pets_service_petsservice_constructor" - }, - { - "label": ".deletePet()", - "file_type": "code", - "source_file": "backend/src/admin/pets.service.ts", - "source_location": "L65", - "_callable": true, - "_origin": "ast", - "community": 4, - "norm_label": ".deletepet()", - "id": "backend_src_admin_pets_service_petsservice_deletepet" - }, - { - "label": ".getPets()", - "file_type": "code", - "source_file": "backend/src/admin/pets.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 4, - "norm_label": ".getpets()", - "id": "backend_src_admin_pets_service_petsservice_getpets" - }, - { - "label": "ConfirmModal()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "confirmmodal()", - "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal" - }, - { - "label": "Pagination()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "pagination()", - "id": "frontend_admin_panel_src_components_ui_pagination_pagination" - }, - { - "label": "Blogs()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", - "source_location": "L27", - "_callable": true, - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "blogs()", - "id": "frontend_admin_panel_src_pages_blogs_blogs" - }, - { - "label": "Categories()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Categories.tsx", - "source_location": "L22", - "_callable": true, - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "categories()", - "id": "frontend_admin_panel_src_pages_categories_categories" - }, - { - "label": "TestimonialsManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "testimonialsmanager()", - "id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager" - }, - { - "label": "MediaSelector()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 40, - "norm_label": "mediaselector()", - "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector" - }, - { - "label": "Pets()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Pets.tsx", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 40, - "norm_label": "pets()", - "id": "frontend_admin_panel_src_pages_pets_pets" - }, - { - "label": "Products()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Products.tsx", - "source_location": "L52", - "_callable": true, - "_origin": "ast", - "community": 40, - "norm_label": "products()", - "id": "frontend_admin_panel_src_pages_products_products" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/categories.controller.ts", - "source_location": "L29", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".constructor()", - "id": "backend_src_admin_categories_controller_categoriescontroller_constructor" - }, - { - "label": ".createCategory()", - "file_type": "code", - "source_file": "backend/src/admin/categories.controller.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".createcategory()", - "id": "backend_src_admin_categories_controller_categoriescontroller_createcategory" - }, - { - "label": ".deleteCategory()", - "file_type": "code", - "source_file": "backend/src/admin/categories.controller.ts", - "source_location": "L66", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".deletecategory()", - "id": "backend_src_admin_categories_controller_categoriescontroller_deletecategory" - }, - { - "label": ".getAllCategoriesRaw()", - "file_type": "code", - "source_file": "backend/src/admin/categories.controller.ts", - "source_location": "L42", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".getallcategoriesraw()", - "id": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw" - }, - { - "label": ".getCategories()", - "file_type": "code", - "source_file": "backend/src/admin/categories.controller.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".getcategories()", - "id": "backend_src_admin_categories_controller_categoriescontroller_getcategories" - }, - { - "label": ".updateCategory()", - "file_type": "code", - "source_file": "backend/src/admin/categories.controller.ts", - "source_location": "L56", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".updatecategory()", - "id": "backend_src_admin_categories_controller_categoriescontroller_updatecategory" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".constructor()", - "id": "backend_src_admin_categories_service_categoriesservice_constructor" - }, - { - "label": ".createCategory()", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".createcategory()", - "id": "backend_src_admin_categories_service_categoriesservice_createcategory" - }, - { - "label": ".deleteCategory()", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L68", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".deletecategory()", - "id": "backend_src_admin_categories_service_categoriesservice_deletecategory" - }, - { - "label": ".getAllCategoriesRaw()", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".getallcategoriesraw()", - "id": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw" - }, - { - "label": ".getCategories()", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".getcategories()", - "id": "backend_src_admin_categories_service_categoriesservice_getcategories" - }, - { - "label": ".updateCategory()", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": ".updatecategory()", - "id": "backend_src_admin_categories_service_categoriesservice_updatecategory" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/media.controller.ts", - "source_location": "L23", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".constructor()", - "id": "backend_src_admin_media_controller_mediacontroller_constructor" - }, - { - "label": ".deleteManyMedia()", - "file_type": "code", - "source_file": "backend/src/admin/media.controller.ts", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".deletemanymedia()", - "id": "backend_src_admin_media_controller_mediacontroller_deletemanymedia" - }, - { - "label": ".deleteMedia()", - "file_type": "code", - "source_file": "backend/src/admin/media.controller.ts", - "source_location": "L56", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".deletemedia()", - "id": "backend_src_admin_media_controller_mediacontroller_deletemedia" - }, - { - "label": ".getAllMedia()", - "file_type": "code", - "source_file": "backend/src/admin/media.controller.ts", - "source_location": "L28", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".getallmedia()", - "id": "backend_src_admin_media_controller_mediacontroller_getallmedia" - }, - { - "label": ".updateMedia()", - "file_type": "code", - "source_file": "backend/src/admin/media.controller.ts", - "source_location": "L66", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".updatemedia()", - "id": "backend_src_admin_media_controller_mediacontroller_updatemedia" - }, - { - "label": ".uploadFile()", - "file_type": "code", - "source_file": "backend/src/admin/media.controller.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".uploadfile()", - "id": "backend_src_admin_media_controller_mediacontroller_uploadfile" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".constructor()", - "id": "backend_src_admin_media_service_mediaservice_constructor" - }, - { - "label": ".deleteManyMedia()", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L65", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".deletemanymedia()", - "id": "backend_src_admin_media_service_mediaservice_deletemanymedia" - }, - { - "label": ".deleteMedia()", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L48", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".deletemedia()", - "id": "backend_src_admin_media_service_mediaservice_deletemedia" - }, - { - "label": ".getAllMedia()", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".getallmedia()", - "id": "backend_src_admin_media_service_mediaservice_getallmedia" - }, - { - "label": ".updateMedia()", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L92", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".updatemedia()", - "id": "backend_src_admin_media_service_mediaservice_updatemedia" - }, - { - "label": ".uploadFile()", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "community": 42, - "norm_label": ".uploadfile()", - "id": "backend_src_admin_media_service_mediaservice_uploadfile" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.controller.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".constructor()", - "id": "backend_src_admin_ssl_controller_sslcontroller_constructor" - }, - { - "label": ".getStatus()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.controller.ts", - "source_location": "L29", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".getstatus()", - "id": "backend_src_admin_ssl_controller_sslcontroller_getstatus" - }, - { - "label": ".testDomain()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.controller.ts", - "source_location": "L94", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".testdomain()", - "id": "backend_src_admin_ssl_controller_sslcontroller_testdomain" - }, - { - "label": ".updateByText()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.controller.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".updatebytext()", - "id": "backend_src_admin_ssl_controller_sslcontroller_updatebytext" - }, - { - "label": ".uploadFiles()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.controller.ts", - "source_location": "L46", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".uploadfiles()", - "id": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L26", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".constructor()", - "id": "backend_src_admin_ssl_service_sslservice_constructor" - }, - { - "label": ".getCertPath()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".getcertpath()", - "id": "backend_src_admin_ssl_service_sslservice_getcertpath" - }, - { - "label": ".getKeyPath()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".getkeypath()", - "id": "backend_src_admin_ssl_service_sslservice_getkeypath" - }, - { - "label": ".getStatus()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L58", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".getstatus()", - "id": "backend_src_admin_ssl_service_sslservice_getstatus" - }, - { - "label": ".testOnlineDomainSsl()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L162", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".testonlinedomainssl()", - "id": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl" - }, - { - "label": ".toShamsi()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L44", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".toshamsi()", - "id": "backend_src_admin_ssl_service_sslservice_toshamsi" - }, - { - "label": ".updateCertificates()", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L106", - "_callable": true, - "_origin": "ast", - "community": 44, - "norm_label": ".updatecertificates()", - "id": "backend_src_admin_ssl_service_sslservice_updatecertificates" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/banners/banners.controller.ts", - "source_location": "L22", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".constructor()", - "id": "backend_src_banners_banners_controller_bannerscontroller_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/banners/banners.controller.ts", - "source_location": "L35", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".create()", - "id": "backend_src_banners_banners_controller_bannerscontroller_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/banners/banners.controller.ts", - "source_location": "L26", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".findall()", - "id": "backend_src_banners_banners_controller_bannerscontroller_findall" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/banners/banners.controller.ts", - "source_location": "L62", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".remove()", - "id": "backend_src_banners_banners_controller_bannerscontroller_remove" - }, - { - "label": ".reorder()", - "file_type": "code", - "source_file": "backend/src/banners/banners.controller.ts", - "source_location": "L44", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".reorder()", - "id": "backend_src_banners_banners_controller_bannerscontroller_reorder" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/banners/banners.controller.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".update()", - "id": "backend_src_banners_banners_controller_bannerscontroller_update" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".constructor()", - "id": "backend_src_banners_banners_service_bannersservice_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".create()", - "id": "backend_src_banners_banners_service_bannersservice_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".findall()", - "id": "backend_src_banners_banners_service_bannersservice_findall" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L32", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".remove()", - "id": "backend_src_banners_banners_service_bannersservice_remove" - }, - { - "label": ".reorder()", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".reorder()", - "id": "backend_src_banners_banners_service_bannersservice_reorder" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": ".update()", - "id": "backend_src_banners_banners_service_bannersservice_update" - }, - { - "label": "Badge()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L22", - "_callable": true, - "_origin": "ast", - "community": 47, - "norm_label": "badge()", - "id": "frontend_admin_panel_src_components_ui_badge_badge" - }, - { - "label": "ImagePreviewModal()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", - "source_location": "L11", - "_callable": true, - "_origin": "ast", - "community": 47, - "norm_label": "imagepreviewmodal()", - "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal" - }, - { - "label": "ToggleSwitch()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", - "source_location": "L12", - "_callable": true, - "_origin": "ast", - "community": 47, - "norm_label": "toggleswitch()", - "id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch" - }, - { - "label": "MediaManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Media.tsx", - "source_location": "L23", - "_callable": true, - "_origin": "ast", - "community": 47, - "norm_label": "mediamanager()", - "id": "frontend_admin_panel_src_pages_media_mediamanager" - }, - { - "label": "PrescriptionsManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 47, - "norm_label": "prescriptionsmanager()", - "id": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager" - }, - { - "label": "UITexts()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", - "source_location": "L122", - "_callable": true, - "_origin": "ast", - "community": 47, - "norm_label": "uitexts()", - "id": "frontend_admin_panel_src_pages_uitexts_uitexts" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.controller.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".constructor()", - "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.controller.ts", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".create()", - "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.controller.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".findall()", - "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.controller.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".findone()", - "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.controller.ts", - "source_location": "L58", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".remove()", - "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.controller.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".update()", - "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".constructor()", - "id": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L30", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".create()", - "id": "backend_src_ingredients_ingredients_service_ingredientsservice_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".findall()", - "id": "backend_src_ingredients_ingredients_service_ingredientsservice_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".findone()", - "id": "backend_src_ingredients_ingredients_service_ingredientsservice_findone" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L47", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".remove()", - "id": "backend_src_ingredients_ingredients_service_ingredientsservice_remove" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": ".update()", - "id": "backend_src_ingredients_ingredients_service_ingredientsservice_update" - }, - { - "label": ".addHealthLog()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L285", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".addhealthlog()", - "id": "backend_src_pets_pets_controller_petscontroller_addhealthlog" - }, - { - "label": ".addReminder()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L259", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".addreminder()", - "id": "backend_src_pets_pets_controller_petscontroller_addreminder" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L56", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".constructor()", - "id": "backend_src_pets_pets_controller_petscontroller_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L119", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".create()", - "id": "backend_src_pets_pets_controller_petscontroller_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L155", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".findall()", - "id": "backend_src_pets_pets_controller_petscontroller_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L192", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".findone()", - "id": "backend_src_pets_pets_controller_petscontroller_findone" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L253", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".remove()", - "id": "backend_src_pets_pets_controller_petscontroller_remove" - }, - { - "label": ".toggleReminder()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L269", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".togglereminder()", - "id": "backend_src_pets_pets_controller_petscontroller_togglereminder" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L223", - "_callable": true, - "_origin": "ast", - "community": 49, - "norm_label": ".update()", - "id": "backend_src_pets_pets_controller_petscontroller_update" - }, - { - "label": ".adminLogin()", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L89", - "_callable": true, - "_origin": "ast", - "community": 5, - "norm_label": ".adminlogin()", - "id": "backend_src_auth_auth_controller_authcontroller_adminlogin" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "community": 5, - "norm_label": ".constructor()", - "id": "backend_src_auth_auth_controller_authcontroller_constructor" - }, - { - "label": ".login()", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L80", - "_callable": true, - "_origin": "ast", - "community": 5, - "norm_label": ".login()", - "id": "backend_src_auth_auth_controller_authcontroller_login" - }, - { - "label": ".logout()", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L107", - "_callable": true, - "_origin": "ast", - "community": 5, - "norm_label": ".logout()", - "id": "backend_src_auth_auth_controller_authcontroller_logout" - }, - { - "label": ".refresh()", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L99", - "_callable": true, - "_origin": "ast", - "community": 5, - "norm_label": ".refresh()", - "id": "backend_src_auth_auth_controller_authcontroller_refresh" - }, - { - "label": ".register()", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L71", - "_callable": true, - "_origin": "ast", - "community": 5, - "norm_label": ".register()", - "id": "backend_src_auth_auth_controller_authcontroller_register" - }, - { - "label": ".sendOtp()", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 5, - "norm_label": ".sendotp()", - "id": "backend_src_auth_auth_controller_authcontroller_sendotp" - }, - { - "label": ".verifyOtp()", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L60", - "_callable": true, - "_origin": "ast", - "community": 5, - "norm_label": ".verifyotp()", - "id": "backend_src_auth_auth_controller_authcontroller_verifyotp" - }, - { - "label": "HomeClient()", - "file_type": "code", - "source_file": "frontend/application/app/HomeClient.tsx", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 50, - "norm_label": "homeclient()", - "id": "frontend_application_app_homeclient_homeclient" - }, - { - "label": "getHomeData()", - "file_type": "code", - "source_file": "frontend/application/app/page.tsx", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 50, - "norm_label": "gethomedata()", - "id": "frontend_application_app_page_gethomedata" - }, - { - "label": "Home()", - "file_type": "code", - "source_file": "frontend/application/app/page.tsx", - "source_location": "L55", - "_callable": true, - "_origin": "ast", - "community": 50, - "norm_label": "home()", - "id": "frontend_application_app_page_home" - }, - { - "label": "BannerPlacement()", - "file_type": "code", - "source_file": "frontend/application/components/BannerPlacement.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "community": 50, - "norm_label": "bannerplacement()", - "id": "frontend_application_components_bannerplacement_bannerplacement" - }, - { - "label": "Hero()", - "file_type": "code", - "source_file": "frontend/application/components/Hero.tsx", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "community": 50, - "norm_label": "hero()", - "id": "frontend_application_components_hero_hero" - }, - { - "label": "StatCounter()", - "file_type": "code", - "source_file": "frontend/application/components/Hero.tsx", - "source_location": "L11", - "_callable": true, - "_origin": "ast", - "community": 50, - "norm_label": "statcounter()", - "id": "frontend_application_components_hero_statcounter" - }, - { - "label": "VetGallery()", - "file_type": "code", - "source_file": "frontend/application/components/VetGallery.tsx", - "source_location": "L70", - "_callable": true, - "_origin": "ast", - "community": 50, - "norm_label": "vetgallery()", - "id": "frontend_application_components_vetgallery_vetgallery" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".constructor()", - "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".create()", - "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".findall()", - "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", - "source_location": "L55", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".remove()", - "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".update()", - "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".constructor()", - "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".create()", - "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".findall()", - "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".remove()", - "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", - "source_location": "L22", - "_callable": true, - "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": ".update()", - "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".constructor()", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".create()", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".findall()", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L52", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".remove()", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".update()", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".constructor()", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".create()", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".findall()", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice_findall" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L32", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".remove()", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice_remove" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": ".update()", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice_update" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": ".constructor()", - "id": "backend_src_blogs_blogs_service_blogsservice_constructor" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": ".findall()", - "id": "backend_src_blogs_blogs_service_blogsservice_findall" - }, - { - "label": ".findOneBySlug()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L55", - "_callable": true, - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": ".findonebyslug()", - "id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": ".constructor()", - "id": "backend_src_contact_contact_controller_contactcontroller_constructor" - }, - { - "label": ".getAllSubmissions()", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L42", - "_callable": true, - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": ".getallsubmissions()", - "id": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions" - }, - { - "label": ".getContactInfo()", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L35", - "_callable": true, - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": ".getcontactinfo()", - "id": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo" - }, - { - "label": ".submitContact()", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": ".submitcontact()", - "id": "backend_src_contact_contact_controller_contactcontroller_submitcontact" - }, - { - "label": ".updateContactInfo()", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L71", - "_callable": true, - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": ".updatecontactinfo()", - "id": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo" - }, - { - "label": ".updateSubmissionStatus()", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L57", - "_callable": true, - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": ".updatesubmissionstatus()", - "id": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "community": 55, - "norm_label": ".constructor()", - "id": "backend_src_contact_contact_service_contactservice_constructor" - }, - { - "label": ".getAllSubmissions()", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L125", - "_callable": true, - "_origin": "ast", - "community": 55, - "norm_label": ".getallsubmissions()", - "id": "backend_src_contact_contact_service_contactservice_getallsubmissions" - }, - { - "label": ".getContactInfo()", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L77", - "_callable": true, - "_origin": "ast", - "community": 55, - "norm_label": ".getcontactinfo()", - "id": "backend_src_contact_contact_service_contactservice_getcontactinfo" - }, - { - "label": ".submitContactForm()", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L30", - "_callable": true, - "_origin": "ast", - "community": 55, - "norm_label": ".submitcontactform()", - "id": "backend_src_contact_contact_service_contactservice_submitcontactform" - }, - { - "label": ".updateContactInfoItems()", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L159", - "_callable": true, - "_origin": "ast", - "community": 55, - "norm_label": ".updatecontactinfoitems()", - "id": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems" - }, - { - "label": ".updateSubmissionStatus()", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L148", - "_callable": true, - "_origin": "ast", - "community": 55, - "norm_label": ".updatesubmissionstatus()", - "id": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.controller.ts", - "source_location": "L28", - "_callable": true, - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": ".constructor()", - "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.controller.ts", - "source_location": "L32", - "_callable": true, - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": ".create()", - "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.controller.ts", - "source_location": "L51", - "_callable": true, - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": ".findall()", - "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.controller.ts", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": ".findone()", - "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone" - }, - { - "label": ".review()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.controller.ts", - "source_location": "L71", - "_callable": true, - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": ".review()", - "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.service.ts", - "source_location": "L19", - "_callable": true, - "_origin": "ast", - "community": 59, - "norm_label": ".create()", - "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.service.ts", - "source_location": "L94", - "_callable": true, - "_origin": "ast", - "community": 59, - "norm_label": ".findall()", - "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.service.ts", - "source_location": "L108", - "_callable": true, - "_origin": "ast", - "community": 59, - "norm_label": ".findone()", - "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone" - }, - { - "label": ".review()", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.service.ts", - "source_location": "L125", - "_callable": true, - "_origin": "ast", - "community": 59, - "norm_label": ".review()", - "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L55", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".constructor()", - "id": "backend_src_orders_orders_controller_orderscontroller_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L85", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".create()", - "id": "backend_src_orders_orders_controller_orderscontroller_create" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L146", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".findall()", - "id": "backend_src_orders_orders_controller_orderscontroller_findall" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L202", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".findone()", - "id": "backend_src_orders_orders_controller_orderscontroller_findone" - }, - { - "label": ".retryPayment()", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L194", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".retrypayment()", - "id": "backend_src_orders_orders_controller_orderscontroller_retrypayment" - }, - { - "label": ".validateCoupon()", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L110", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".validatecoupon()", - "id": "backend_src_orders_orders_controller_orderscontroller_validatecoupon" - }, - { - "label": ".checkAndSendRefillReminders()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L395", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".checkandsendrefillreminders()", - "id": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".constructor()", - "id": "backend_src_orders_orders_service_ordersservice_constructor" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L101", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".create()", - "id": "backend_src_orders_orders_service_ordersservice_create" - }, - { - "label": ".findAllByUser()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L348", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".findallbyuser()", - "id": "backend_src_orders_orders_service_ordersservice_findallbyuser" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L381", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".findone()", - "id": "backend_src_orders_orders_service_ordersservice_findone" - }, - { - "label": ".generateTrackingNumber()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L22", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".generatetrackingnumber()", - "id": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber" - }, - { - "label": ".releaseExpiredInventoryReservations()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L425", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".releaseexpiredinventoryreservations()", - "id": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations" - }, - { - "label": ".retryPayment()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L446", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".retrypayment()", - "id": "backend_src_orders_orders_service_ordersservice_retrypayment" - }, - { - "label": ".updateStatus()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L317", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".updatestatus()", - "id": "backend_src_orders_orders_service_ordersservice_updatestatus" - }, - { - "label": ".validateCoupon()", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L27", - "_callable": true, - "_origin": "ast", - "community": 6, - "norm_label": ".validatecoupon()", - "id": "backend_src_orders_orders_service_ordersservice_validatecoupon" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L30", - "_callable": true, - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": ".constructor()", - "id": "backend_src_admin_blogs_controller_blogscontroller_constructor" - }, - { - "label": ".createBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": ".createblog()", - "id": "backend_src_admin_blogs_controller_blogscontroller_createblog" - }, - { - "label": ".deleteBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L63", - "_callable": true, - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": ".deleteblog()", - "id": "backend_src_admin_blogs_controller_blogscontroller_deleteblog" - }, - { - "label": ".getBlogs()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L37", - "_callable": true, - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": ".getblogs()", - "id": "backend_src_admin_blogs_controller_blogscontroller_getblogs" - }, - { - "label": ".updateBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": ".updateblog()", - "id": "backend_src_admin_blogs_controller_blogscontroller_updateblog" - }, - { - "label": "formatPriceWithCommas()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", - "source_location": "L26", - "_callable": true, - "_origin": "ast", - "community": 63, - "norm_label": "formatpricewithcommas()", - "id": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas" - }, - { - "label": "PriceInput()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", - "source_location": "L33", - "_callable": true, - "_origin": "ast", - "community": 63, - "norm_label": "priceinput()", - "id": "frontend_admin_panel_src_components_ui_priceinput_priceinput" - }, - { - "label": "toEnglishDigits()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "community": 63, - "norm_label": "toenglishdigits()", - "id": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits" - }, - { - "label": "CouponModal()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L259", - "_callable": true, - "_origin": "ast", - "community": 63, - "norm_label": "couponmodal()", - "id": "frontend_admin_panel_src_pages_coupons_couponmodal" - }, - { - "label": "Coupons()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "community": 63, - "norm_label": "coupons()", - "id": "frontend_admin_panel_src_pages_coupons_coupons" - }, - { - "label": "FinancialSettingsPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 63, - "norm_label": "financialsettingspage()", - "id": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage" - }, - { - "label": "Settings()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Settings.tsx", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "community": 63, - "norm_label": "settings()", - "id": "frontend_admin_panel_src_pages_settings_settings" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.controller.ts", - "source_location": "L29", - "_callable": true, - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": ".constructor()", - "id": "backend_src_admin_wiki_controller_wikicontroller_constructor" - }, - { - "label": ".createTerm()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.controller.ts", - "source_location": "L42", - "_callable": true, - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": ".createterm()", - "id": "backend_src_admin_wiki_controller_wikicontroller_createterm" - }, - { - "label": ".deleteTerm()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.controller.ts", - "source_location": "L59", - "_callable": true, - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": ".deleteterm()", - "id": "backend_src_admin_wiki_controller_wikicontroller_deleteterm" - }, - { - "label": ".getTerms()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.controller.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": ".getterms()", - "id": "backend_src_admin_wiki_controller_wikicontroller_getterms" - }, - { - "label": ".updateTerm()", - "file_type": "code", - "source_file": "backend/src/admin/wiki.controller.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": ".updateterm()", - "id": "backend_src_admin_wiki_controller_wikicontroller_updateterm" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/seo/seo.controller.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": ".constructor()", - "id": "backend_src_seo_seo_controller_seocontroller_constructor" - }, - { - "label": ".getProductSchema()", - "file_type": "code", - "source_file": "backend/src/seo/seo.controller.ts", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": ".getproductschema()", - "id": "backend_src_seo_seo_controller_seocontroller_getproductschema" - }, - { - "label": ".getSitemap()", - "file_type": "code", - "source_file": "backend/src/seo/seo.controller.ts", - "source_location": "L12", - "_callable": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": ".getsitemap()", - "id": "backend_src_seo_seo_controller_seocontroller_getsitemap" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/seo/seo.service.ts", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": ".constructor()", - "id": "backend_src_seo_seo_service_seoservice_constructor" - }, - { - "label": ".getProductSchema()", - "file_type": "code", - "source_file": "backend/src/seo/seo.service.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": ".getproductschema()", - "id": "backend_src_seo_seo_service_seoservice_getproductschema" - }, - { - "label": ".getSitemapUrls()", - "file_type": "code", - "source_file": "backend/src/seo/seo.service.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": ".getsitemapurls()", - "id": "backend_src_seo_seo_service_seoservice_getsitemapurls" + "community_name": "AdminController", + "norm_label": ".updateproduct()" }, { "label": "generateMetadata()", @@ -11837,9 +5157,10 @@ "source_location": "L6", "_callable": true, "_origin": "ast", - "community": 69, - "norm_label": "generatemetadata()", - "id": "frontend_application_app_shop_slug_page_generatemetadata" + "id": "frontend_application_app_shop_slug_page_generatemetadata", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "generatemetadata()" }, { "label": "ShopProductPage()", @@ -11848,9 +5169,94 @@ "source_location": "L43", "_callable": true, "_origin": "ast", - "community": 69, - "norm_label": "shopproductpage()", - "id": "frontend_application_app_shop_slug_page_shopproductpage" + "id": "frontend_application_app_shop_slug_page_shopproductpage", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "shopproductpage()" + }, + { + "label": "TrustSealsPage()", + "file_type": "code", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_trust_seals_page_trustsealspage", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "trustsealspage()" + }, + { + "label": "BrandLogo()", + "file_type": "code", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_brandlogo_brandlogo", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "brandlogo()" + }, + { + "label": "EnamadBadge()", + "file_type": "code", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_enamadbadge_enamadbadge", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "enamadbadge()" + }, + { + "label": "Footer()", + "file_type": "code", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_footer_footer", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "footer()" + }, + { + "label": "Hero()", + "file_type": "code", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_hero_hero", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "hero()" + }, + { + "label": "StatCounter()", + "file_type": "code", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_hero_statcounter", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "statcounter()" + }, + { + "label": "MaintenancePage()", + "file_type": "code", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_maintenancepage_maintenancepage", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "maintenancepage()" }, { "label": "ProductPage()", @@ -11859,9 +5265,10 @@ "source_location": "L73", "_callable": true, "_origin": "ast", - "community": 69, - "norm_label": "productpage()", - "id": "frontend_application_components_productpage_productpage" + "id": "frontend_application_components_productpage_productpage", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "productpage()" }, { "label": "ProductReviews()", @@ -11870,9 +5277,22 @@ "source_location": "L33", "_callable": true, "_origin": "ast", - "community": 69, - "norm_label": "productreviews()", - "id": "frontend_application_components_productreviews_productreviews" + "id": "frontend_application_components_productreviews_productreviews", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "productreviews()" + }, + { + "label": "TickerBanner()", + "file_type": "code", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_tickerbanner_tickerbanner", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "tickerbanner()" }, { "label": "Tooltip()", @@ -11881,814 +5301,5782 @@ "source_location": "L14", "_callable": true, "_origin": "ast", - "community": 69, - "norm_label": "tooltip()", - "id": "frontend_application_components_tooltip_tooltip" + "id": "frontend_application_components_tooltip_tooltip", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "tooltip()" }, { "label": ".constructor()", "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L28", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".constructor()", - "id": "backend_src_cms_cms_controller_cmscontroller_constructor" - }, - { - "label": ".createHeroBanner()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L39", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".createherobanner()", - "id": "backend_src_cms_cms_controller_cmscontroller_createherobanner" - }, - { - "label": ".createSmartAdvisorRule()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L95", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".createsmartadvisorrule()", - "id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule" - }, - { - "label": ".createVetTestimonial()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L67", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".createvettestimonial()", - "id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial" - }, - { - "label": ".deleteHeroBanner()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".deleteherobanner()", - "id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner" - }, - { - "label": ".deleteSmartAdvisorRule()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L110", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".deletesmartadvisorrule()", - "id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule" - }, - { - "label": ".deleteVetTestimonial()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L82", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".deletevettestimonial()", - "id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial" - }, - { - "label": ".getHeroBanners()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L33", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".getherobanners()", - "id": "backend_src_cms_cms_controller_cmscontroller_getherobanners" - }, - { - "label": ".getSmartAdvisorRules()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L89", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".getsmartadvisorrules()", - "id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules" - }, - { - "label": ".getVetTestimonials()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".getvettestimonials()", - "id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials" - }, - { - "label": ".updateHeroBanner()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".updateherobanner()", - "id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner" - }, - { - "label": ".updateSmartAdvisorRule()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L101", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".updatesmartadvisorrule()", - "id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule" - }, - { - "label": ".updateVetTestimonial()", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L73", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".updatevettestimonial()", - "id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L11", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".constructor()", - "id": "backend_src_cms_cms_service_cmsservice_constructor" - }, - { - "label": ".createHeroBanner()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".createherobanner()", - "id": "backend_src_cms_cms_service_cmsservice_createherobanner" - }, - { - "label": ".createSmartAdvisorRule()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L67", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".createsmartadvisorrule()", - "id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule" - }, - { - "label": ".createVetTestimonial()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L41", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".createvettestimonial()", - "id": "backend_src_cms_cms_service_cmsservice_createvettestimonial" - }, - { - "label": ".deleteHeroBanner()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L30", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".deleteherobanner()", - "id": "backend_src_cms_cms_service_cmsservice_deleteherobanner" - }, - { - "label": ".deleteSmartAdvisorRule()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L82", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".deletesmartadvisorrule()", - "id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule" - }, - { - "label": ".deleteVetTestimonial()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L56", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".deletevettestimonial()", - "id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial" - }, - { - "label": ".getHeroBanners()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".getherobanners()", - "id": "backend_src_cms_cms_service_cmsservice_getherobanners" - }, - { - "label": ".getSmartAdvisorRules()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L61", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".getsmartadvisorrules()", - "id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules" - }, - { - "label": ".getVetTestimonials()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L35", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".getvettestimonials()", - "id": "backend_src_cms_cms_service_cmsservice_getvettestimonials" - }, - { - "label": ".updateHeroBanner()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L24", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".updateherobanner()", - "id": "backend_src_cms_cms_service_cmsservice_updateherobanner" - }, - { - "label": ".updateSmartAdvisorRule()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L71", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".updatesmartadvisorrule()", - "id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule" - }, - { - "label": ".updateVetTestimonial()", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": ".updatevettestimonial()", - "id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/home/home.controller.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": ".constructor()", - "id": "backend_src_home_home_controller_homecontroller_constructor" - }, - { - "label": ".getHomeData()", - "file_type": "code", - "source_file": "backend/src/home/home.controller.ts", - "source_location": "L24", - "_callable": true, - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": ".gethomedata()", - "id": "backend_src_home_home_controller_homecontroller_gethomedata" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/home/home.service.ts", + "source_file": "backend/src/app.controller.ts", "source_location": "L6", "_callable": true, "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": ".constructor()", - "id": "backend_src_home_home_service_homeservice_constructor" + "id": "backend_src_app_controller_appcontroller_constructor", + "community": 104, + "community_name": "AppService", + "norm_label": ".constructor()" }, { - "label": ".getHomeData()", + "label": ".getHello()", "file_type": "code", - "source_file": "backend/src/home/home.service.ts", - "source_location": "L8", + "source_file": "backend/src/app.controller.ts", + "source_location": "L9", "_callable": true, "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": ".gethomedata()", - "id": "backend_src_home_home_service_homeservice_gethomedata" + "id": "backend_src_app_controller_appcontroller_gethello", + "community": 104, + "community_name": "AppService", + "norm_label": ".gethello()" }, { - "label": ".checkHealth()", + "label": ".getHello()", "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "community": 76, - "norm_label": ".checkhealth()", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth" - }, - { - "label": ".getGatewayName()", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "community": 76, - "norm_label": ".getgatewayname()", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname" - }, - { - "label": ".getStartUrl()", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "community": 76, - "norm_label": ".getstarturl()", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl" - }, - { - "label": ".inquiryPayment()", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L52", - "_callable": true, - "_origin": "ast", - "community": 76, - "norm_label": ".inquirypayment()", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment" - }, - { - "label": ".requestPayment()", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L50", - "_callable": true, - "_origin": "ast", - "community": 76, - "norm_label": ".requestpayment()", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment" - }, - { - "label": ".verifyPayment()", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L51", - "_callable": true, - "_origin": "ast", - "community": 76, - "norm_label": ".verifypayment()", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment" - }, - { - "label": "Skeleton()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", - "source_location": "L2", - "_callable": true, - "_origin": "ast", - "community": 77, - "community_name": "Orders.tsx", - "norm_label": "skeleton()", - "id": "frontend_admin_panel_src_components_ui_skeleton_skeleton" - }, - { - "label": "getPaymentMethodLabel()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L93", - "_callable": true, - "_origin": "ast", - "community": 77, - "norm_label": "getpaymentmethodlabel()", - "id": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel" - }, - { - "label": "Orders()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L110", - "_callable": true, - "_origin": "ast", - "community": 77, - "norm_label": "orders()", - "id": "frontend_admin_panel_src_pages_orders_orders" - }, - { - "label": "toPersianDigits()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L104", - "_callable": true, - "_origin": "ast", - "community": 77, - "norm_label": "topersiandigits()", - "id": "frontend_admin_panel_src_pages_orders_topersiandigits" - }, - { - "label": "Users()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Users.tsx", - "source_location": "L41", - "_callable": true, - "_origin": "ast", - "community": 77, - "norm_label": "users()", - "id": "frontend_admin_panel_src_pages_users_users" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L28", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".constructor()", - "id": "backend_src_tickets_tickets_controller_ticketscontroller_constructor" - }, - { - "label": ".createTicket()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".createticket()", - "id": "backend_src_tickets_tickets_controller_ticketscontroller_createticket" - }, - { - "label": ".getAdminTickets()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L81", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".getadmintickets()", - "id": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets" - }, - { - "label": ".getMyTickets()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".getmytickets()", - "id": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets" - }, - { - "label": ".getTicketDetails()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".getticketdetails()", - "id": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails" - }, - { - "label": ".replyTicket()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L65", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".replyticket()", - "id": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket" - }, - { - "label": ".updateTicketStatus()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L90", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".updateticketstatus()", - "id": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".constructor()", - "id": "backend_src_tickets_tickets_service_ticketsservice_constructor" - }, - { - "label": ".createTicket()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L27", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".createticket()", - "id": "backend_src_tickets_tickets_service_ticketsservice_createticket" - }, - { - "label": ".generateTicketNumber()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L19", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".generateticketnumber()", - "id": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber" - }, - { - "label": ".getAdminTickets()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L189", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".getadmintickets()", - "id": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets" - }, - { - "label": ".getTicketDetails()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L94", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".getticketdetails()", - "id": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails" - }, - { - "label": ".getUserTickets()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L73", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".getusertickets()", - "id": "backend_src_tickets_tickets_service_ticketsservice_getusertickets" - }, - { - "label": ".replyToTicket()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L132", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".replytoticket()", - "id": "backend_src_tickets_tickets_service_ticketsservice_replytoticket" - }, - { - "label": ".updateTicketStatus()", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L261", - "_callable": true, - "_origin": "ast", - "community": 8, - "norm_label": ".updateticketstatus()", - "id": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus" - }, - { - "label": "main()", - "file_type": "code", - "source_file": "backend/prisma/seed-home.ts", + "source_file": "backend/src/app.service.ts", "source_location": "L5", "_callable": true, "_origin": "ast", - "community": 80, - "norm_label": "main()", - "id": "backend_prisma_seed_home_main" + "id": "backend_src_app_service_appservice_gethello", + "community": 104, + "community_name": "AppService", + "norm_label": ".gethello()" }, { - "label": "main()", + "label": ".getAdminTransactions()", "file_type": "code", - "source_file": "backend/prisma/seed.ts", - "source_location": "L11", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L669", "_callable": true, "_origin": "ast", - "community": 80, - "norm_label": "main()", - "id": "backend_prisma_seed_main" + "id": "backend_src_payment_payment_service_paymentservice_getadmintransactions", + "community": 105, + "community_name": "AdminTransactionFilterDto", + "norm_label": ".getadmintransactions()" }, { - "label": "determineSuitableFor()", + "label": "Checkout()", "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "community": 80, - "norm_label": "determinesuitablefor()", - "id": "backend_prisma_seed_products_determinesuitablefor" - }, - { - "label": "findOrCreateCategory()", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L128", - "_callable": true, - "_origin": "ast", - "community": 80, - "norm_label": "findorcreatecategory()", - "id": "backend_prisma_seed_products_findorcreatecategory" - }, - { - "label": "getProductImageUrl()", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L41", - "_callable": true, - "_origin": "ast", - "community": 80, - "norm_label": "getproductimageurl()", - "id": "backend_prisma_seed_products_getproductimageurl" - }, - { - "label": "main()", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L268", - "_callable": true, - "_origin": "ast", - "community": 80, - "norm_label": "main()", - "id": "backend_prisma_seed_products_main" - }, - { - "label": "parseSize()", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "community": 80, - "norm_label": "parsesize()", - "id": "backend_prisma_seed_products_parsesize" - }, - { - "label": "slugify()", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "community": 80, - "norm_label": "slugify()", - "id": "backend_prisma_seed_products_slugify" - }, - { - "label": "Videos()", - "file_type": "code", - "source_file": "frontend/application/app/videos/page.tsx", + "source_file": "frontend/application/app/checkout/page.tsx", "source_location": "L3", "_callable": true, "_origin": "ast", - "community": 85, - "community_name": "VetGallery.tsx", - "norm_label": "videos()", - "id": "frontend_application_app_videos_page_videos" + "id": "frontend_application_app_checkout_page_checkout", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "checkout()" }, { - "label": "SafeImage()", + "label": "DashboardPage()", "file_type": "code", - "source_file": "frontend/application/components/SafeImage.tsx", - "source_location": "L15", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L3", "_callable": true, "_origin": "ast", - "community": 85, - "norm_label": "safeimage()", - "id": "frontend_application_components_safeimage_safeimage" + "id": "frontend_application_app_dashboard_page_dashboardpage", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "dashboardpage()" }, { - "label": "VideosPage()", + "label": "AddressModal()", "file_type": "code", - "source_file": "frontend/application/components/VideosPage.tsx", - "source_location": "L59", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L18", "_callable": true, "_origin": "ast", - "community": 85, - "norm_label": "videospage()", - "id": "frontend_application_components_videospage_videospage" + "id": "frontend_application_components_addressmodal_addressmodal", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "addressmodal()" + }, + { + "label": "BackButton()", + "file_type": "code", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_backbutton_backbutton", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "backbutton()" + }, + { + "label": "CheckoutPage()", + "file_type": "code", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_checkoutpage_checkoutpage", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "checkoutpage()" + }, + { + "label": "DeleteConfirmModal()", + "file_type": "code", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "deleteconfirmmodal()" + }, + { + "label": "HeaderButton()", + "file_type": "code", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_headerbutton_headerbutton", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "headerbutton()" + }, + { + "label": "LoginModal()", + "file_type": "code", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_loginmodal_loginmodal", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "loginmodal()" + }, + { + "label": "OrderDetailsModal()", + "file_type": "code", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "orderdetailsmodal()" + }, + { + "label": "getStatusIcon()", + "file_type": "code", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L274", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "getstatusicon()" + }, + { + "label": "getStatusLabel()", + "file_type": "code", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L294", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "getstatuslabel()" + }, + { + "label": "PetProfile()", + "file_type": "code", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_petprofile_petprofile", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "petprofile()" + }, + { + "label": "SearchableSelect()", + "file_type": "code", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_searchableselect_searchableselect", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "searchableselect()" + }, + { + "label": "TopUpModal()", + "file_type": "code", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_topupmodal_topupmodal", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "topupmodal()" + }, + { + "label": "UserDashboard()", + "file_type": "code", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_userdashboard_userdashboard", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "userdashboard()" + }, + { + "label": "cn()", + "file_type": "code", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_utils_cn", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "cn()" + }, + { + "label": "toPersian()", + "file_type": "code", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L1", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_utils_topersian", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "topersian()" + }, + { + "label": "cmd_next_task()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L105", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_next_task", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "cmd_next_task()" + }, + { + "label": "cmd_progress()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L75", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_progress", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "cmd_progress()" + }, + { + "label": "cmd_reset()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L143", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_reset", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "cmd_reset()" + }, + { + "label": "cmd_status()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_status", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "cmd_status()" + }, + { + "label": "cmd_unblock()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L128", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_unblock", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "cmd_unblock()" + }, + { + "label": "load_json()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_load_json", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "load_json()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L180", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_main", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "main()" + }, + { + "label": "save_json()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_save_json", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "save_json()" }, { "label": ".constructor()", "file_type": "code", - "source_file": "backend/src/wiki/wiki.service.ts", - "source_location": "L8", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L26", "_callable": true, "_origin": "ast", - "community": 88, - "community_name": "PaginationDto", - "norm_label": ".constructor()", - "id": "backend_src_wiki_wiki_service_wikiservice_constructor" + "id": "backend_src_videos_videos_controller_videoscontroller_constructor", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_create", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".create()" }, { "label": ".findAll()", "file_type": "code", - "source_file": "backend/src/wiki/wiki.service.ts", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_findall", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_findone", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_remove", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_update", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_constructor", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L69", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_create", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_findall", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_findone", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L92", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_remove", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L83", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_update", + "community": 12, + "community_name": "CreateVideoDto", + "norm_label": ".update()" + }, + { + "label": ".componentDidCatch()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_componentdidcatch", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": ".componentdidcatch()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_constructor", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": ".constructor()" + }, + { + "label": ".getDerivedStateFromError()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": ".getderivedstatefromerror()" + }, + { + "label": ".handleRetry()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_handleretry", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": ".handleretry()" + }, + { + "label": ".render()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_render", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": ".render()" + }, + { + "label": "generateOpenApi()", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi_generateopenapi", + "community": 124, + "community_name": "generate-openapi.js", + "norm_label": "generateopenapi()" + }, + { + "label": ".getSmsLogs()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L191", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_getsmslogs", + "community": 126, + "community_name": "SmsLogQueryDto", + "norm_label": ".getsmslogs()" + }, + { + "label": ".getSmsLogs()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L252", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "community": 126, + "community_name": "SmsLogQueryDto", + "norm_label": ".getsmslogs()" + }, + { + "label": ".getSmsLogs()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L395", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "community": 126, + "community_name": "SmsLogQueryDto", + "norm_label": ".getsmslogs()" + }, + { + "label": ".adminLogin()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L254", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_adminlogin", + "community": 127, + "community_name": "AuthService", + "norm_label": ".adminlogin()" + }, + { + "label": ".login()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L213", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_login", + "community": 127, + "community_name": "AuthService", + "norm_label": ".login()" + }, + { + "label": ".refresh()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L310", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_refresh", + "community": 127, + "community_name": "AuthService", + "norm_label": ".refresh()" + }, + { + "label": ".register()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L160", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_register", + "community": 127, + "community_name": "AuthService", + "norm_label": ".register()" + }, + { + "label": ".sendOtp()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_sendotp", + "community": 127, + "community_name": "AuthService", + "norm_label": ".sendotp()" + }, + { + "label": ".verifyOtp()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L119", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_verifyotp", + "community": 127, + "community_name": "AuthService", + "norm_label": ".verifyotp()" + }, + { + "label": "normalizeMobile()", + "file_type": "code", + "source_file": "backend/src/common/utils/phone.utils.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_utils_phone_utils_normalizemobile", + "community": 127, + "community_name": "AuthService", + "norm_label": "normalizemobile()" + }, + { + "label": ".del()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_del", + "community": 127, + "community_name": "AuthService", + "norm_label": ".del()" + }, + { + "label": ".get()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_get", + "community": 127, + "community_name": "AuthService", + "norm_label": ".get()" + }, + { + "label": ".ttl()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_ttl", + "community": 127, + "community_name": "AuthService", + "norm_label": ".ttl()" + }, + { + "label": "SmsSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L83", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", + "community": 135, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smssettingspage()" + }, + { + "label": "ErrorBoundary()", + "file_type": "code", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_error_errorboundary", + "community": 136, + "community_name": "ErrorPages.tsx", + "norm_label": "errorboundary()" + }, + { + "label": "NotFound()", + "file_type": "code", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_not_found_notfound", + "community": 136, + "community_name": "ErrorPages.tsx", + "norm_label": "notfound()" + }, + { + "label": "NotFoundPage()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorpages_notfoundpage", + "community": 136, + "community_name": "ErrorPages.tsx", + "norm_label": "notfoundpage()" + }, + { + "label": "ServerErrorPage()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorpages_servererrorpage", + "community": 136, + "community_name": "ErrorPages.tsx", + "norm_label": "servererrorpage()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".constructor()" + }, + { + "label": ".createReview()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".createreview()" + }, + { + "label": ".deleteReview()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L104", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".deletereview()" + }, + { + "label": ".getAdminReviews()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L65", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".getadminreviews()" + }, + { + "label": ".getProductReviews()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".getproductreviews()" + }, + { + "label": ".updateReviewStatus()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L89", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".updatereviewstatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", "source_location": "L10", "_callable": true, "_origin": "ast", - "community": 88, - "community_name": "PaginationDto", - "norm_label": ".findall()", - "id": "backend_src_wiki_wiki_service_wikiservice_findall" + "id": "backend_src_reviews_reviews_service_reviewsservice_constructor", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".constructor()" }, { - "label": ".findOneByKey()", + "label": ".createReview()", "file_type": "code", - "source_file": "backend/src/wiki/wiki.service.ts", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_createreview", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".createreview()" + }, + { + "label": ".deleteReview()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L212", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_deletereview", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".deletereview()" + }, + { + "label": ".getAdminReviews()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L121", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".getadminreviews()" + }, + { + "label": ".getProductReviews()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L69", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".getproductreviews()" + }, + { + "label": ".updateReviewStatus()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L185", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": ".updatereviewstatus()" + }, + { + "label": "Transactions()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L89", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions_transactions", + "community": 145, + "community_name": "Transactions.tsx", + "norm_label": "transactions()" + }, + { + "label": "checkAndOpen()", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "scripts_open_browsers_checkandopen", + "community": 146, + "community_name": "open-browsers.js", + "norm_label": "checkandopen()" + }, + { + "label": "openUrl()", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "scripts_open_browsers_openurl", + "community": 146, + "community_name": "open-browsers.js", + "norm_label": "openurl()" + }, + { + "label": "waitForBackend()", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "scripts_start_dev_waitforbackend", + "community": 147, + "community_name": "start-dev.js", + "norm_label": "waitforbackend()" + }, + { + "label": "check()", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "scripts_start_dev_waitforbackend_check", + "community": 147, + "community_name": "start-dev.js", + "norm_label": "check()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_constructor", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_findall", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L72", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_findone", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".findone()" + }, + { + "label": ".getActiveFilters()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_getactivefilters", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getactivefilters()" + }, + { + "label": ".getDosageConfig()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getdosageconfig()" + }, + { + "label": ".getNavigationFilters()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L47", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getnavigationfilters()" + }, + { + "label": ".updateDosageConfig()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".updatedosageconfig()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_constructor", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_findall", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L128", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_findone", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".findone()" + }, + { + "label": ".getActiveFilters()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L177", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_getactivefilters", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getactivefilters()" + }, + { + "label": ".getDosageConfig()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L247", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_getdosageconfig", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getdosageconfig()" + }, + { + "label": ".getNavigationFilters()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L212", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_getnavigationfilters", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getnavigationfilters()" + }, + { + "label": ".updateDosageConfig()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L258", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_updatedosageconfig", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".updatedosageconfig()" + }, + { + "label": "createPaginatedSchema()", + "file_type": "code", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", + "community": 150, + "community_name": "paginated-response.schema.ts", + "norm_label": "createpaginatedschema()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_constructor", + "community": 151, + "community_name": "PetsController", + "norm_label": ".constructor()" + }, + { + "label": ".uploadPetImage()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L111", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "community": 151, + "community_name": "PetsController", + "norm_label": ".uploadpetimage()" + }, + { + "label": "Layout()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_layout_layout", + "community": 158, + "community_name": "api", + "norm_label": "layout()" + }, + { + "label": "Sidebar()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar_sidebar", + "community": 158, + "community_name": "api", + "norm_label": "sidebar()" + }, + { + "label": "Topbar()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_topbar_topbar", + "community": 158, + "community_name": "api", + "norm_label": "topbar()" + }, + { + "label": "CMS()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_cms_cms", + "community": 158, + "community_name": "api", + "norm_label": "cms()" + }, + { + "label": "Reviews()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reviews_reviews", + "community": 159, + "community_name": "Reviews.tsx", + "norm_label": "reviews()" + }, + { + "label": "toPersianDigits()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reviews_topersiandigits", + "community": 159, + "community_name": "Reviews.tsx", + "norm_label": "topersiandigits()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_metrics_controller_metricscontroller_constructor", + "community": 16, + "community_name": "PrismaService", + "norm_label": ".constructor()" + }, + { + "label": ".getMetrics()", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "community": 16, + "community_name": "PrismaService", + "norm_label": ".getmetrics()" + }, + { + "label": ".ensureTablesExist()", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "community": 16, + "community_name": "PrismaService", + "norm_label": ".ensuretablesexist()" + }, + { + "label": ".onModuleDestroy()", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L91", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", + "community": 16, + "community_name": "PrismaService", + "norm_label": ".onmoduledestroy()" + }, + { + "label": ".onModuleInit()", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "community": 16, + "community_name": "PrismaService", + "norm_label": ".onmoduleinit()" + }, + { + "label": "BlogPostPage()", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page_blogpostpage", + "community": 161, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "blogpostpage()" + }, + { + "label": "generateMetadata()", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page_generatemetadata", + "community": 161, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "generatemetadata()" + }, + { + "label": "getBlog()", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page_getblog", + "community": 161, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "getblog()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_constructor", + "community": 162, + "community_name": "WikiService", + "norm_label": ".constructor()" + }, + { + "label": ".createTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_createterm", + "community": 162, + "community_name": "WikiService", + "norm_label": ".createterm()" + }, + { + "label": ".deleteTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_deleteterm", + "community": 162, + "community_name": "WikiService", + "norm_label": ".deleteterm()" + }, + { + "label": ".getTerms()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_getterms", + "community": 162, + "community_name": "WikiService", + "norm_label": ".getterms()" + }, + { + "label": ".updateTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_updateterm", + "community": 162, + "community_name": "WikiService", + "norm_label": ".updateterm()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L135", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_ui_texts_main", + "community": 169, + "community_name": "seed-ui-texts.ts", + "norm_label": "main()" + }, + { + "label": "ContactPage()", + "file_type": "code", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_contact_page_contactpage", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "contactpage()" + }, + { + "label": "ContactFormClient()", + "file_type": "code", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_contactformclient_contactformclient", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "contactformclient()" + }, + { + "label": "fetchContactInfo()", + "file_type": "code", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "fetchcontactinfo()" + }, + { + "label": "getBaseURL()", + "file_type": "code", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_api_getbaseurl", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "getbaseurl()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_constructor", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getInstance()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_getinstance", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".getinstance()" + }, + { + "label": ".getProfile()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L121", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_getprofile", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".getprofile()" + }, + { + "label": ".login()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L103", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_login", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".login()" + }, + { + "label": ".logout()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L152", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_logout", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".logout()" + }, + { + "label": ".register()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L85", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_register", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".register()" + }, + { + "label": ".sendOtp()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_sendotp", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".sendotp()" + }, + { + "label": ".updateProfile()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L138", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_updateprofile", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".updateprofile()" + }, + { + "label": ".verifyOtp()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_verifyotp", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".verifyotp()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_constructor", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createOrder()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L46", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_createorder", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".createorder()" + }, + { + "label": ".getInstance()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_getinstance", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".getinstance()" + }, + { + "label": ".getOrderById()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L84", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_getorderbyid", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".getorderbyid()" + }, + { + "label": ".getUserOrders()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L70", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_getuserorders", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": ".getuserorders()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L370", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_wiki_main", + "community": 170, + "community_name": "seed-wiki.ts", + "norm_label": "main()" + }, + { + "label": "generateMetadata()", + "file_type": "code", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_wiki_slug_page_generatemetadata", + "community": 180, + "community_name": "wiki/[slug]/page.tsx", + "norm_label": "generatemetadata()" + }, + { + "label": "getWikiTerm()", + "file_type": "code", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_wiki_slug_page_getwikiterm", + "community": 180, + "community_name": "wiki/[slug]/page.tsx", + "norm_label": "getwikiterm()" + }, + { + "label": "WikiTermPage()", + "file_type": "code", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_wiki_slug_page_wikitermpage", + "community": 180, + "community_name": "wiki/[slug]/page.tsx", + "norm_label": "wikitermpage()" + }, + { + "label": "NetworkBanner()", + "file_type": "code", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_networkbanner_networkbanner", + "community": 182, + "community_name": "NetworkBanner.tsx", + "norm_label": "networkbanner()" + }, + { + "label": "useNetworkStatus()", + "file_type": "code", + "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", + "community": 182, + "community_name": "NetworkBanner.tsx", + "norm_label": "usenetworkstatus()" + }, + { + "label": ".handleRequest()", + "file_type": "code", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": ".handlerequest()" + }, + { + "label": ".canActivate()", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": ".canactivate()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_rolesguard_constructor", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": ".constructor()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_blogs_main", + "community": 190, + "community_name": "seed-blogs.ts", + "norm_label": "main()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_custom_main", + "community": 191, + "community_name": "seed-custom.ts", + "norm_label": "main()" + }, + { + "label": "getJwtRefreshSecret()", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L12", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_constants_getjwtrefreshsecret", + "community": 2, + "community_name": "UsersService", + "norm_label": "getjwtrefreshsecret()" + }, + { + "label": "getJwtSecret()", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_constants_getjwtsecret", + "community": 2, + "community_name": "UsersService", + "norm_label": "getjwtsecret()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "community": 2, + "community_name": "UsersService", + "norm_label": ".constructor()" + }, + { + "label": ".validate()", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "community": 2, + "community_name": "UsersService", + "norm_label": ".validate()" + }, + { + "label": ".addAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L131", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_addaddress", + "community": 2, + "community_name": "UsersService", + "norm_label": ".addaddress()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_constructor", + "community": 2, + "community_name": "UsersService", + "norm_label": ".constructor()" + }, + { + "label": ".deleteAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L179", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_deleteaddress", + "community": 2, + "community_name": "UsersService", + "norm_label": ".deleteaddress()" + }, + { + "label": ".getProfile()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L68", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_getprofile", + "community": 2, + "community_name": "UsersService", + "norm_label": ".getprofile()" + }, + { + "label": ".setDefaultAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L198", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "community": 2, + "community_name": "UsersService", + "norm_label": ".setdefaultaddress()" + }, + { + "label": ".topUpWallet()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L223", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_topupwallet", + "community": 2, + "community_name": "UsersService", + "norm_label": ".topupwallet()" + }, + { + "label": ".updateAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L159", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_updateaddress", + "community": 2, + "community_name": "UsersService", + "norm_label": ".updateaddress()" + }, + { + "label": ".updateProfile()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L103", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_updateprofile", + "community": 2, + "community_name": "UsersService", + "norm_label": ".updateprofile()" + }, + { + "label": ".addAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L200", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_addaddress", + "community": 2, + "community_name": "UsersService", + "norm_label": ".addaddress()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_constructor", + "community": 2, + "community_name": "UsersService", + "norm_label": ".constructor()" + }, + { + "label": ".deleteAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L248", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_deleteaddress", + "community": 2, + "community_name": "UsersService", + "norm_label": ".deleteaddress()" + }, + { + "label": ".findById()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_findbyid", + "community": 2, + "community_name": "UsersService", + "norm_label": ".findbyid()" + }, + { + "label": ".findByPhone()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L289", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_findbyphone", + "community": 2, + "community_name": "UsersService", + "norm_label": ".findbyphone()" + }, + { + "label": ".setDefaultAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L254", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_setdefaultaddress", + "community": 2, + "community_name": "UsersService", + "norm_label": ".setdefaultaddress()" + }, + { + "label": ".topUpWallet()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L265", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_topupwallet", + "community": 2, + "community_name": "UsersService", + "norm_label": ".topupwallet()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L125", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_update", + "community": 2, + "community_name": "UsersService", + "norm_label": ".update()" + }, + { + "label": ".updateAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L222", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_updateaddress", + "community": 2, + "community_name": "UsersService", + "norm_label": ".updateaddress()" + }, + { + "label": "FormField()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_formfield_formfield", + "community": 207, + "community_name": "FormField.tsx", + "norm_label": "formfield()" + }, + { + "label": "ProtectedRoute()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "protectedroute()" + }, + { + "label": "B2BManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "b2bmanager()" + }, + { + "label": "Login()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_login_login", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "login()" + }, + { + "label": "SmartAdvisorManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "smartadvisormanager()" + }, + { + "label": "SystemSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "systemsettingspage()" + }, + { + "label": "processQueue()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_processqueue", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "processqueue()" + }, + { + "label": "AboutPage()", + "file_type": "code", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_about_page_aboutpage", + "community": 211, + "community_name": "about/page.tsx", + "norm_label": "aboutpage()" + }, + { + "label": "PrivacyPage()", + "file_type": "code", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_privacy_page_privacypage", + "community": 212, + "community_name": "privacy/page.tsx", + "norm_label": "privacypage()" + }, + { + "label": "generateOpenApi()", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", + "community": 22, + "community_name": "RedisService", + "norm_label": "generateopenapi()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L73", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_constructor", + "community": 22, + "community_name": "RedisService", + "norm_label": ".constructor()" + }, + { + "label": ".configure()", + "file_type": "code", + "source_file": "backend/src/app.module.ts", + "source_location": "L84", + "_callable": true, + "_origin": "ast", + "id": "backend_src_app_module_appmodule_configure", + "community": 22, + "community_name": "RedisService", + "norm_label": ".configure()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/app.module.ts", + "source_location": "L82", + "_callable": true, + "_origin": "ast", + "id": "backend_src_app_module_appmodule_constructor", + "community": 22, + "community_name": "RedisService", + "norm_label": ".constructor()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_constructor", + "community": 22, + "community_name": "RedisService", + "norm_label": ".constructor()" + }, + { + "label": ".incrementRequestCount()", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "community": 22, + "community_name": "RedisService", + "norm_label": ".incrementrequestcount()" + }, + { + "label": ".incr()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_incr", + "community": 22, + "community_name": "RedisService", + "norm_label": ".incr()" + }, + { + "label": ".onModuleDestroy()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_onmoduledestroy", + "community": 22, + "community_name": "RedisService", + "norm_label": ".onmoduledestroy()" + }, + { + "label": ".onModuleInit()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_onmoduleinit", + "community": 22, + "community_name": "RedisService", + "norm_label": ".onmoduleinit()" + }, + { + "label": ".set()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L19", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_set", + "community": 22, + "community_name": "RedisService", + "norm_label": ".set()" + }, + { + "label": ".applyForWholesale()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".applyforwholesale()" + }, + { + "label": ".approveWholesaleRequest()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".approvewholesalerequest()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".constructor()" + }, + { + "label": ".getWholesaleRequests()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".getwholesalerequests()" + }, + { + "label": ".rejectWholesaleRequest()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".rejectwholesalerequest()" + }, + { + "label": ".applyForWholesale()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".applyforwholesale()" + }, + { + "label": ".approveWholesaleRequest()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".approvewholesalerequest()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".constructor()" + }, + { + "label": ".getWholesaleRequests()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".getwholesalerequests()" + }, + { + "label": ".rejectWholesaleRequest()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L77", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": ".rejectwholesalerequest()" + }, + { + "label": "robots()", + "file_type": "code", + "source_file": "frontend/application/app/robots.ts", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_robots_robots", + "community": 247, + "community_name": "robots.ts", + "norm_label": "robots()" + }, + { + "label": ".getCoupons()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L182", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getcoupons()" + }, + { + "label": ".getDashboardStats()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getdashboardstats()" + }, + { + "label": ".getDoctors()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L220", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getdoctors()" + }, + { + "label": ".getOrders()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L157", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getorders", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getorders()" + }, + { + "label": ".getProducts()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L123", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getproducts", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getproducts()" + }, + { + "label": ".getSettings()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L267", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getsettings", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getsettings()" + }, + { + "label": ".getUserDetails()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getuserdetails()" + }, + { + "label": ".getUsers()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getusers", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getusers()" + }, + { + "label": ".getCoupons()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L514", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getcoupons", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getcoupons()" + }, + { + "label": ".getDashboardStats()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L78", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getdashboardstats()" + }, + { + "label": ".getDoctors()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L710", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getdoctors", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getdoctors()" + }, + { + "label": ".getOrders()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L447", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getorders", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getorders()" + }, + { + "label": ".getProducts()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L297", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getproducts", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getproducts()" + }, + { + "label": ".getUserDetails()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L167", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getuserdetails", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getuserdetails()" + }, + { + "label": ".getUsers()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L122", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getusers", + "community": 258, + "community_name": "ApiOperation", + "norm_label": ".getusers()" + }, + { + "label": "Roles()", + "file_type": "code", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L4", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_decorators_roles_decorator_roles", + "community": 264, + "community_name": "Roles", + "norm_label": "roles()" + }, + { + "label": ".addPattern()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L225", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "community": 264, + "community_name": "Roles", + "norm_label": ".addpattern()" + }, + { + "label": ".clearAllSmsLogs()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L270", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "community": 264, + "community_name": "Roles", + "norm_label": ".clearallsmslogs()" + }, + { + "label": ".deleteScientificTerm()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L119", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "community": 264, + "community_name": "Roles", + "norm_label": ".deletescientificterm()" + }, + { + "label": ".deleteSmsLog()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L261", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "community": 264, + "community_name": "Roles", + "norm_label": ".deletesmslog()" + }, + { + "label": ".editPattern()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L240", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "community": 264, + "community_name": "Roles", + "norm_label": ".editpattern()" + }, + { + "label": ".getFinancialSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L145", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "community": 264, + "community_name": "Roles", + "norm_label": ".getfinancialsettings()" + }, + { + "label": ".getPatterns()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L216", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "community": 264, + "community_name": "Roles", + "norm_label": ".getpatterns()" + }, + { + "label": ".getSmsSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L183", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "community": 264, + "community_name": "Roles", + "norm_label": ".getsmssettings()" + }, + { + "label": ".getSystemSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L164", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "community": 264, + "community_name": "Roles", + "norm_label": ".getsystemsettings()" + }, + { + "label": ".patchUiText()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "community": 264, + "community_name": "Roles", + "norm_label": ".patchuitext()" + }, + { + "label": ".putBulkUiTexts()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L76", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "community": 264, + "community_name": "Roles", + "norm_label": ".putbulkuitexts()" + }, + { + "label": ".putUiText()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L46", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "community": 264, + "community_name": "Roles", + "norm_label": ".putuitext()" + }, + { + "label": ".testSms()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L201", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_testsms", + "community": 264, + "community_name": "Roles", + "norm_label": ".testsms()" + }, + { + "label": ".updateFinancial()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L92", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "community": 264, + "community_name": "Roles", + "norm_label": ".updatefinancial()" + }, + { + "label": ".updateFinancialSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L154", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "community": 264, + "community_name": "Roles", + "norm_label": ".updatefinancialsettings()" + }, + { + "label": ".updateSeoSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L135", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "community": 264, + "community_name": "Roles", + "norm_label": ".updateseosettings()" + }, + { + "label": ".updateSmsSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L192", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "community": 264, + "community_name": "Roles", + "norm_label": ".updatesmssettings()" + }, + { + "label": ".updateSystemSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L173", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "community": 264, + "community_name": "Roles", + "norm_label": ".updatesystemsettings()" + }, + { + "label": ".upsertScientificTerm()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L107", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "community": 264, + "community_name": "Roles", + "norm_label": ".upsertscientificterm()" + }, + { + "label": ".getScientificTerms()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L98", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "community": 265, + "community_name": "Get", + "norm_label": ".getscientificterms()" + }, + { + "label": ".getSeoSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L126", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "community": 265, + "community_name": "Get", + "norm_label": ".getseosettings()" + }, + { + "label": ".getUiTexts()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "community": 265, + "community_name": "Get", + "norm_label": ".getuitexts()" + }, + { + "label": ".getScientificTerms()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L271", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getscientificterms", + "community": 265, + "community_name": "Get", + "norm_label": ".getscientificterms()" + }, + { + "label": "Blog()", + "file_type": "code", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_page_blog", + "community": 3, + "community_name": "ProductService", + "norm_label": "blog()" + }, + { + "label": "getBlogs()", + "file_type": "code", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_page_getblogs", + "community": 3, + "community_name": "ProductService", + "norm_label": "getblogs()" + }, + { + "label": "CatalogClient()", + "file_type": "code", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_catalog_catalogclient_catalogclient", + "community": 3, + "community_name": "ProductService", + "norm_label": "catalogclient()" + }, + { + "label": "CatalogPage()", + "file_type": "code", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_catalog_page_catalogpage", + "community": 3, + "community_name": "ProductService", + "norm_label": "catalogpage()" + }, + { + "label": "SearchPage()", + "file_type": "code", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_search_page_searchpage", + "community": 3, + "community_name": "ProductService", + "norm_label": "searchpage()" + }, + { + "label": "sitemap()", + "file_type": "code", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_sitemap_sitemap", + "community": 3, + "community_name": "ProductService", + "norm_label": "sitemap()" + }, + { + "label": "WikiPage()", + "file_type": "code", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_wiki_page_wikipage", + "community": 3, + "community_name": "ProductService", + "norm_label": "wikipage()" + }, + { + "label": "BlogPage()", + "file_type": "code", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_blogpage_blogpage", + "community": 3, + "community_name": "ProductService", + "norm_label": "blogpage()" + }, + { + "label": "CatalogPageSpread()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "community": 3, + "community_name": "ProductService", + "norm_label": "catalogpagespread()" + }, + { + "label": "getFormBadge()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_getformbadge", + "community": 3, + "community_name": "ProductService", + "norm_label": "getformbadge()" + }, + { + "label": "getSpeciesBadge()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "community": 3, + "community_name": "ProductService", + "norm_label": "getspeciesbadge()" + }, + { + "label": "FlipbookCatalog()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "community": 3, + "community_name": "ProductService", + "norm_label": "flipbookcatalog()" + }, + { + "label": "normalizeSearchText()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "community": 3, + "community_name": "ProductService", + "norm_label": "normalizesearchtext()" + }, + { + "label": "ProductDetailModal()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_productdetailmodal_productdetailmodal", + "community": 3, + "community_name": "ProductService", + "norm_label": "productdetailmodal()" + }, + { + "label": "formatIngredientDisplayName()", + "file_type": "code", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L50", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "community": 3, + "community_name": "ProductService", + "norm_label": "formatingredientdisplayname()" + }, + { + "label": "IngredientWiki()", + "file_type": "code", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_ingredientwiki_ingredientwiki", + "community": 3, + "community_name": "ProductService", + "norm_label": "ingredientwiki()" + }, + { + "label": "SearchResultsPage()", + "file_type": "code", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_searchresultspage_searchresultspage", + "community": 3, + "community_name": "ProductService", + "norm_label": "searchresultspage()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L60", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_constructor", + "community": 3, + "community_name": "ProductService", + "norm_label": ".constructor()" + }, + { + "label": ".getActiveFilters()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L226", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getactivefilters", + "community": 3, + "community_name": "ProductService", + "norm_label": ".getactivefilters()" + }, + { + "label": ".getBanners()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L255", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getbanners", + "community": 3, + "community_name": "ProductService", + "norm_label": ".getbanners()" + }, + { + "label": ".getFeaturedProducts()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L196", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "community": 3, + "community_name": "ProductService", + "norm_label": ".getfeaturedproducts()" + }, + { + "label": ".getInstance()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L62", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getinstance", + "community": 3, + "community_name": "ProductService", + "norm_label": ".getinstance()" + }, + { + "label": ".getNavigationFilters()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L240", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getnavigationfilters", + "community": 3, + "community_name": "ProductService", + "norm_label": ".getnavigationfilters()" + }, + { + "label": ".getProductById()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L176", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "community": 3, + "community_name": "ProductService", + "norm_label": ".getproductbyid()" + }, + { + "label": ".getProductBySlug()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L186", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "community": 3, + "community_name": "ProductService", + "norm_label": ".getproductbyslug()" + }, + { + "label": ".getProducts()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L144", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getproducts", + "community": 3, + "community_name": "ProductService", + "norm_label": ".getproducts()" + }, + { + "label": ".mapBackendToFrontend()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L69", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "community": 3, + "community_name": "ProductService", + "norm_label": ".mapbackendtofrontend()" + }, + { + "label": "App()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_app_app", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "app()" + }, + { + "label": "SuspenseFallback()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_app_suspensefallback", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "suspensefallback()" + }, + { + "label": "ContactSubmissions()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "contactsubmissions()" + }, + { + "label": "Dashboard()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_dashboard_dashboard", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "dashboard()" + }, + { + "label": "SslSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "sslsettingspage()" + }, + { + "label": "Tickets()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L58", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_tickets_tickets", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "tickets()" + }, + { + "label": "fetchVideosList()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L455", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_videos_fetchvideoslist", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "fetchvideoslist()" + }, + { + "label": "Videos()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_videos_videos", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "videos()" + }, + { + "label": "WholesaleApplications()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "wholesaleapplications()" + }, + { + "label": "ClientLayout()", + "file_type": "code", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_clientlayout_clientlayout", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "clientlayout()" + }, + { + "label": "generateMetadata()", + "file_type": "code", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_layout_generatemetadata", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "generatemetadata()" + }, + { + "label": "RootLayout()", + "file_type": "code", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L94", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_layout_rootlayout", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "rootlayout()" + }, + { + "label": "PaymentVerifyPage()", + "file_type": "code", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L319", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_payment_verify_page_paymentverifypage", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "paymentverifypage()" + }, + { + "label": "VerifyContent()", + "file_type": "code", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_payment_verify_page_verifycontent", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "verifycontent()" + }, + { + "label": "TrackPage()", + "file_type": "code", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_track_page_trackpage", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "trackpage()" + }, + { + "label": "AuthModal()", + "file_type": "code", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_authmodal_authmodal", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "authmodal()" + }, + { + "label": "extractOtpFromText()", + "file_type": "code", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_authmodal_extractotpfromtext", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "extractotpfromtext()" + }, + { + "label": "B2BPortal()", + "file_type": "code", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_b2bportal_b2bportal", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "b2bportal()" + }, + { + "label": "CartDrawer()", + "file_type": "code", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_cartdrawer_cartdrawer", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "cartdrawer()" + }, + { + "label": "Header()", + "file_type": "code", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_header_header", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "header()" + }, + { + "label": "handleClickOutside()", + "file_type": "code", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L114", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_header_header_handleclickoutside", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "handleclickoutside()" + }, + { + "label": "OrderTracking()", + "file_type": "code", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_ordertracking_ordertracking", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "ordertracking()" + }, + { + "label": "PrescriptionUploadModal()", + "file_type": "code", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "prescriptionuploadmodal()" + }, + { + "label": "toEnglishDigits()", + "file_type": "code", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_utils_toenglishdigits", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "toenglishdigits()" + }, + { + "label": "ConfirmModal()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "confirmmodal()" + }, + { + "label": "MediaSelector()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "mediaselector()" + }, + { + "label": "Pagination()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_pagination_pagination", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "pagination()" + }, + { + "label": "Spinner()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", + "source_location": "L2", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_spinner_spinner", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "spinner()" + }, + { + "label": "BannersManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "bannersmanager()" + }, + { + "label": "Blogs()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_blogs_blogs", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "blogs()" + }, + { + "label": "Categories()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_categories_categories", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "categories()" + }, + { + "label": "IngredientsManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "ingredientsmanager()" + }, + { + "label": "MediaManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_media_mediamanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "mediamanager()" + }, + { + "label": "Pets()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_pets_pets", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "pets()" + }, + { + "label": "Products()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", "source_location": "L52", "_callable": true, "_origin": "ast", - "community": 88, + "id": "frontend_admin_panel_src_pages_products_products", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "products()" + }, + { + "label": "SeoSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "seosettingspage()" + }, + { + "label": "TestimonialsManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "testimonialsmanager()" + }, + { + "label": "Wiki()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wiki_wiki", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "wiki()" + }, + { + "label": "SuccessPage()", + "file_type": "code", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_checkout_success_id_page_successpage", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "successpage()" + }, + { + "label": "GlobalLoading()", + "file_type": "code", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L4", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_loading_globalloading", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "globalloading()" + }, + { + "label": "ProfilePage()", + "file_type": "code", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_profile_page_profilepage", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "profilepage()" + }, + { + "label": "Shop()", + "file_type": "code", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_shop_page_shop", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "shop()" + }, + { + "label": "ArchivePage()", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L227", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_archivepage_archivepage", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "archivepage()" + }, + { + "label": "ArchiveProductCard()", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L74", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_archivepage_archiveproductcard", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "archiveproductcard()" + }, + { + "label": "FeaturedProducts()", + "file_type": "code", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L139", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_featuredproducts_featuredproducts", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "featuredproducts()" + }, + { + "label": "ProductCard()", + "file_type": "code", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_featuredproducts_productcard", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "productcard()" + }, + { + "label": "OrderSuccess()", + "file_type": "code", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_ordersuccess_ordersuccess", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "ordersuccess()" + }, + { + "label": "OrderRowSkeleton()", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L70", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_orderrowskeleton", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "orderrowskeleton()" + }, + { + "label": "PetProfileSkeleton()", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_petprofileskeleton", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "petprofileskeleton()" + }, + { + "label": "ProductCardSkeleton()", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_productcardskeleton", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "productcardskeleton()" + }, + { + "label": "Skeleton()", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_skeleton", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "skeleton()" + }, + { + "label": "SmartAdvisor()", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L52", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_smartadvisor_smartadvisor", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "smartadvisor()" + }, + { + "label": ".catch()", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "community": 35, + "community_name": "main.ts", + "norm_label": ".catch()" + }, + { + "label": ".deriveErrorCode()", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L114", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "community": 35, + "community_name": "main.ts", + "norm_label": ".deriveerrorcode()" + }, + { + "label": ".translateGenericMessage()", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L91", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "community": 35, + "community_name": "main.ts", + "norm_label": ".translategenericmessage()" + }, + { + "label": ".catch()", + "file_type": "code", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch", + "community": 35, + "community_name": "main.ts", + "norm_label": ".catch()" + }, + { + "label": ".intercept()", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept", + "community": 35, + "community_name": "main.ts", + "norm_label": ".intercept()" + }, + { + "label": ".transform()", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "community": 35, + "community_name": "main.ts", + "norm_label": ".transform()" + }, + { + "label": "bootstrap()", + "file_type": "code", + "source_file": "backend/src/main.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_main_bootstrap", + "community": 35, + "community_name": "main.ts", + "norm_label": "bootstrap()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "community": 36, + "community_name": "B2BService", + "norm_label": ".constructor()" + }, + { + "label": ".createInquiry()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "community": 36, + "community_name": "B2BService", + "norm_label": ".createinquiry()" + }, + { + "label": ".createWholesaleOrder()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L73", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "community": 36, + "community_name": "B2BService", + "norm_label": ".createwholesaleorder()" + }, + { + "label": ".findAllInquiries()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "community": 36, + "community_name": "B2BService", + "norm_label": ".findallinquiries()" + }, + { + "label": ".getAllPartnerAccounts()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L86", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "community": 36, + "community_name": "B2BService", + "norm_label": ".getallpartneraccounts()" + }, + { + "label": ".getPartnerProfile()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L64", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "community": 36, + "community_name": "B2BService", + "norm_label": ".getpartnerprofile()" + }, + { + "label": ".updateInquiryStatus()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "community": 36, + "community_name": "B2BService", + "norm_label": ".updateinquirystatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_constructor", + "community": 36, + "community_name": "B2BService", + "norm_label": ".constructor()" + }, + { + "label": ".createInquiry()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_createinquiry", + "community": 36, + "community_name": "B2BService", + "norm_label": ".createinquiry()" + }, + { + "label": ".createWholesaleOrder()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", + "community": 36, + "community_name": "B2BService", + "norm_label": ".createwholesaleorder()" + }, + { + "label": ".findAllInquiries()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_findallinquiries", + "community": 36, + "community_name": "B2BService", + "norm_label": ".findallinquiries()" + }, + { + "label": ".getAllPartnerAccounts()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L95", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", + "community": 36, + "community_name": "B2BService", + "norm_label": ".getallpartneraccounts()" + }, + { + "label": ".getPartnerProfile()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", + "community": 36, + "community_name": "B2BService", + "norm_label": ".getpartnerprofile()" + }, + { + "label": ".updateInquiryStatus()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", + "community": 36, + "community_name": "B2BService", + "norm_label": ".updateinquirystatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".constructor()" + }, + { + "label": ".adminLiveInquiry()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L827", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".adminliveinquiry()" + }, + { + "label": ".adminManualReject()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L933", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_adminmanualreject", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".adminmanualreject()" + }, + { + "label": ".adminManualVerify()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L875", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_adminmanualverify", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".adminmanualverify()" + }, + { + "label": ".checkGatewayHealth()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L956", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".checkgatewayhealth()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_constructor", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".constructor()" + }, + { + "label": ".getAdminTransactionStats()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L780", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".getadmintransactionstats()" + }, + { + "label": ".getTransaction()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L621", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_gettransaction", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".gettransaction()" + }, + { + "label": ".initiateOrderPayment()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".initiateorderpayment()" + }, + { + "label": ".initiateWalletTopup()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L138", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".initiatewallettopup()" + }, + { + "label": ".reconcilePendingTransactions()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L539", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".reconcilependingtransactions()" + }, + { + "label": ".verifyAndProcess()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L225", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".verifyandprocess()" + }, + { + "label": ".callWithRetry()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".callwithretry()" + }, + { + "label": ".checkHealth()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L292", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".checkhealth()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L47", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_constructor", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".constructor()" + }, + { + "label": ".getBackendUrl()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L128", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getbackendurl", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".getbackendurl()" + }, + { + "label": ".getFrontendUrl()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L109", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".getfrontendurl()" + }, + { + "label": ".getGatewayName()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getgatewayname", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".getgatewayname()" + }, + { + "label": ".getMerchant()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L91", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".getmerchant()" + }, + { + "label": ".getResultMessage()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L349", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getresultmessage", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".getresultmessage()" + }, + { + "label": ".getStartUrl()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L205", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getstarturl", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".getstarturl()" + }, + { + "label": ".getStatusMessage()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L372", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".getstatusmessage()" + }, + { + "label": ".inquiryPayment()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L252", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".inquirypayment()" + }, + { + "label": ".requestPayment()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L154", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".requestpayment()" + }, + { + "label": ".verifyPayment()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L212", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_verifypayment", + "community": 37, + "community_name": "ZibalService", + "norm_label": ".verifypayment()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_constructor", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".constructor()" + }, + { + "label": ".createCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".createcategory()" + }, + { + "label": ".deleteCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L66", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".deletecategory()" + }, + { + "label": ".getAllCategoriesRaw()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".getallcategoriesraw()" + }, + { + "label": ".getCategories()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".getcategories()" + }, + { + "label": ".updateCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".updatecategory()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_constructor", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".constructor()" + }, + { + "label": ".createCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_createcategory", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".createcategory()" + }, + { + "label": ".deleteCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L68", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_deletecategory", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".deletecategory()" + }, + { + "label": ".getAllCategoriesRaw()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".getallcategoriesraw()" + }, + { + "label": ".getCategories()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_getcategories", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".getcategories()" + }, + { + "label": ".updateCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_updatecategory", + "community": 39, + "community_name": "CategoriesController", + "norm_label": ".updatecategory()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_constructor", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L46", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_createblog", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".createblog()" + }, + { + "label": ".deleteBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_deleteblog", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".deleteblog()" + }, + { + "label": ".getBlogs()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_getblogs", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".getblogs()" + }, + { + "label": ".updateBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_updateblog", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".updateblog()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_constructor", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_reports_controller_reportscontroller_constructor", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getReports()", + "file_type": "code", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_reports_controller_reportscontroller_getreports", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".getreports()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_reports_service_reportsservice_constructor", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getDashboardReports()", + "file_type": "code", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_reports_service_reportsservice_getdashboardreports", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": ".getdashboardreports()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_constructor", + "community": 40, + "community_name": "MediaController", + "norm_label": ".constructor()" + }, + { + "label": ".deleteManyMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "community": 40, + "community_name": "MediaController", + "norm_label": ".deletemanymedia()" + }, + { + "label": ".deleteMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "community": 40, + "community_name": "MediaController", + "norm_label": ".deletemedia()" + }, + { + "label": ".getAllMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "community": 40, + "community_name": "MediaController", + "norm_label": ".getallmedia()" + }, + { + "label": ".updateMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L66", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "community": 40, + "community_name": "MediaController", + "norm_label": ".updatemedia()" + }, + { + "label": ".uploadFile()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "community": 40, + "community_name": "MediaController", + "norm_label": ".uploadfile()" + }, + { + "label": ".deleteManyMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L65", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_deletemanymedia", + "community": 40, + "community_name": "MediaController", + "norm_label": ".deletemanymedia()" + }, + { + "label": ".deleteMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_deletemedia", + "community": 40, + "community_name": "MediaController", + "norm_label": ".deletemedia()" + }, + { + "label": ".getAllMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_getallmedia", + "community": 40, + "community_name": "MediaController", + "norm_label": ".getallmedia()" + }, + { + "label": ".updateMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L92", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_updatemedia", + "community": 40, + "community_name": "MediaController", + "norm_label": ".updatemedia()" + }, + { + "label": ".uploadFile()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_uploadfile", + "community": 40, + "community_name": "MediaController", + "norm_label": ".uploadfile()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_constructor", + "community": 42, + "community_name": "SslController", + "norm_label": ".constructor()" + }, + { + "label": ".getStatus()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "community": 42, + "community_name": "SslController", + "norm_label": ".getstatus()" + }, + { + "label": ".testDomain()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L94", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "community": 42, + "community_name": "SslController", + "norm_label": ".testdomain()" + }, + { + "label": ".updateByText()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "community": 42, + "community_name": "SslController", + "norm_label": ".updatebytext()" + }, + { + "label": ".uploadFiles()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L46", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "community": 42, + "community_name": "SslController", + "norm_label": ".uploadfiles()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_constructor", + "community": 42, + "community_name": "SslController", + "norm_label": ".constructor()" + }, + { + "label": ".getCertPath()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_getcertpath", + "community": 42, + "community_name": "SslController", + "norm_label": ".getcertpath()" + }, + { + "label": ".getKeyPath()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_getkeypath", + "community": 42, + "community_name": "SslController", + "norm_label": ".getkeypath()" + }, + { + "label": ".getStatus()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L58", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_getstatus", + "community": 42, + "community_name": "SslController", + "norm_label": ".getstatus()" + }, + { + "label": ".testOnlineDomainSsl()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L162", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "community": 42, + "community_name": "SslController", + "norm_label": ".testonlinedomainssl()" + }, + { + "label": ".toShamsi()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_toshamsi", + "community": 42, + "community_name": "SslController", + "norm_label": ".toshamsi()" + }, + { + "label": ".updateCertificates()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L106", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "community": 42, + "community_name": "SslController", + "norm_label": ".updatecertificates()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_constructor", + "community": 43, + "community_name": "BannersService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_create", + "community": 43, + "community_name": "BannersService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_findall", + "community": 43, + "community_name": "BannersService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L62", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_remove", + "community": 43, + "community_name": "BannersService", + "norm_label": ".remove()" + }, + { + "label": ".reorder()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "community": 43, + "community_name": "BannersService", + "norm_label": ".reorder()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_update", + "community": 43, + "community_name": "BannersService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_constructor", + "community": 43, + "community_name": "BannersService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_create", + "community": 43, + "community_name": "BannersService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_findall", + "community": 43, + "community_name": "BannersService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_remove", + "community": 43, + "community_name": "BannersService", + "norm_label": ".remove()" + }, + { + "label": ".reorder()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_reorder", + "community": 43, + "community_name": "BannersService", + "norm_label": ".reorder()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_update", + "community": 43, + "community_name": "BannersService", + "norm_label": ".update()" + }, + { + "label": "Badge()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge_badge", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "badge()" + }, + { + "label": "ImagePreviewModal()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "imagepreviewmodal()" + }, + { + "label": "ToggleSwitch()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L12", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "toggleswitch()" + }, + { + "label": "PrescriptionsManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "prescriptionsmanager()" + }, + { + "label": "UITexts()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L122", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_uitexts", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "uitexts()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L58", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_create", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_findall", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_findone", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L47", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_remove", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_update", + "community": 46, + "community_name": "IngredientsService", + "norm_label": ".update()" + }, + { + "label": ".addHealthLog()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L285", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "community": 47, + "community_name": ".update", + "norm_label": ".addhealthlog()" + }, + { + "label": ".addReminder()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L259", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_addreminder", + "community": 47, + "community_name": ".update", + "norm_label": ".addreminder()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L119", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_create", + "community": 47, + "community_name": ".update", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_findall", + "community": 47, + "community_name": ".update", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_findone", + "community": 47, + "community_name": ".update", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_remove", + "community": 47, + "community_name": ".update", + "norm_label": ".remove()" + }, + { + "label": ".toggleReminder()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L269", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "community": 47, + "community_name": ".update", + "norm_label": ".togglereminder()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L223", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_update", + "community": 47, + "community_name": ".update", + "norm_label": ".update()" + }, + { + "label": "HomeClient()", + "file_type": "code", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_homeclient_homeclient", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "homeclient()" + }, + { + "label": "getHomeData()", + "file_type": "code", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_page_gethomedata", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "gethomedata()" + }, + { + "label": "Home()", + "file_type": "code", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_page_home", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "home()" + }, + { + "label": "BannerPlacement()", + "file_type": "code", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_bannerplacement_bannerplacement", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "bannerplacement()" + }, + { + "label": "VetGallery()", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L70", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_vetgallery_vetgallery", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "vetgallery()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".update()" + }, + { + "label": ".adminLogin()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L89", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": ".adminlogin()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_constructor", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": ".constructor()" + }, + { + "label": ".login()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L80", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_login", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": ".login()" + }, + { + "label": ".logout()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L107", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_logout", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": ".logout()" + }, + { + "label": ".refresh()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L99", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_refresh", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": ".refresh()" + }, + { + "label": ".register()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L71", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_register", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": ".register()" + }, + { + "label": ".sendOtp()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_sendotp", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": ".sendotp()" + }, + { + "label": ".verifyOtp()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L60", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": ".verifyotp()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L52", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_create", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_findall", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_remove", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_update", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_blogsservice_constructor", + "community": 52, "community_name": "PaginationDto", - "norm_label": ".findonebykey()", - "id": "backend_src_wiki_wiki_service_wikiservice_findonebykey" + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_blogsservice_findall", + "community": 52, + "community_name": "PaginationDto", + "norm_label": ".findall()" + }, + { + "label": ".findOneBySlug()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug", + "community": 52, + "community_name": "PaginationDto", + "norm_label": ".findonebyslug()" }, { "label": ".constructor()", @@ -12697,10 +11085,2242 @@ "source_location": "L19", "_callable": true, "_origin": "ast", - "community": 88, + "id": "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "community": 52, + "community_name": "PaginationDto", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "community": 52, + "community_name": "PaginationDto", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "community": 52, + "community_name": "PaginationDto", + "norm_label": ".findone()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_wikiservice_constructor", + "community": 52, + "community_name": "PaginationDto", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_wikiservice_findall", + "community": 52, + "community_name": "PaginationDto", + "norm_label": ".findall()" + }, + { + "label": ".findOneByKey()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L52", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_wikiservice_findonebykey", + "community": 52, + "community_name": "PaginationDto", + "norm_label": ".findonebykey()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_constructor", + "community": 53, + "community_name": "ContactService", + "norm_label": ".constructor()" + }, + { + "label": ".getAllSubmissions()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "community": 53, + "community_name": "ContactService", + "norm_label": ".getallsubmissions()" + }, + { + "label": ".getContactInfo()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "community": 53, + "community_name": "ContactService", + "norm_label": ".getcontactinfo()" + }, + { + "label": ".submitContact()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "community": 53, + "community_name": "ContactService", + "norm_label": ".submitcontact()" + }, + { + "label": ".updateContactInfo()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L71", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "community": 53, + "community_name": "ContactService", + "norm_label": ".updatecontactinfo()" + }, + { + "label": ".updateSubmissionStatus()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "community": 53, + "community_name": "ContactService", + "norm_label": ".updatesubmissionstatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_constructor", + "community": 53, + "community_name": "ContactService", + "norm_label": ".constructor()" + }, + { + "label": ".getAllSubmissions()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L125", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_getallsubmissions", + "community": 53, + "community_name": "ContactService", + "norm_label": ".getallsubmissions()" + }, + { + "label": ".getContactInfo()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L77", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_getcontactinfo", + "community": 53, + "community_name": "ContactService", + "norm_label": ".getcontactinfo()" + }, + { + "label": ".submitContactForm()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_submitcontactform", + "community": 53, + "community_name": "ContactService", + "norm_label": ".submitcontactform()" + }, + { + "label": ".updateContactInfoItems()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L159", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", + "community": 53, + "community_name": "ContactService", + "norm_label": ".updatecontactinfoitems()" + }, + { + "label": ".updateSubmissionStatus()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L148", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", + "community": 53, + "community_name": "ContactService", + "norm_label": ".updatesubmissionstatus()" + }, + { + "label": "CustomTooltip()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_customtooltip", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "customtooltip()" + }, + { + "label": "Reports()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_reports", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "reports()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L51", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".findone()" + }, + { + "label": ".review()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L71", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".review()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L19", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L94", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L108", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".findone()" + }, + { + "label": ".review()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L125", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": ".review()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_constructor", + "community": 59, + "community_name": "BlogsController", + "norm_label": ".constructor()" + }, + { + "label": ".createBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "community": 59, + "community_name": "BlogsController", + "norm_label": ".createblog()" + }, + { + "label": ".deleteBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "community": 59, + "community_name": "BlogsController", + "norm_label": ".deleteblog()" + }, + { + "label": ".getBlogs()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "community": 59, + "community_name": "BlogsController", + "norm_label": ".getblogs()" + }, + { + "label": ".updateBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "community": 59, + "community_name": "BlogsController", + "norm_label": ".updateblog()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_constructor", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L85", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_create", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_findall", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L202", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_findone", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".findone()" + }, + { + "label": ".retryPayment()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L194", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".retrypayment()" + }, + { + "label": ".validateCoupon()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L110", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".validatecoupon()" + }, + { + "label": ".checkAndSendRefillReminders()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L395", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".checkandsendrefillreminders()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_constructor", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L101", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_create", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".create()" + }, + { + "label": ".findAllByUser()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L348", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".findallbyuser()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L381", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_findone", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".findone()" + }, + { + "label": ".generateTrackingNumber()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".generatetrackingnumber()" + }, + { + "label": ".releaseExpiredInventoryReservations()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L425", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".releaseexpiredinventoryreservations()" + }, + { + "label": ".retryPayment()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L446", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_retrypayment", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".retrypayment()" + }, + { + "label": ".updateStatus()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L317", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_updatestatus", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".updatestatus()" + }, + { + "label": ".validateCoupon()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_validatecoupon", + "community": 6, + "community_name": "OrdersService", + "norm_label": ".validatecoupon()" + }, + { + "label": "formatPriceWithCommas()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "formatpricewithcommas()" + }, + { + "label": "PriceInput()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "priceinput()" + }, + { + "label": "toEnglishDigits()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "toenglishdigits()" + }, + { + "label": "CouponModal()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L259", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_couponmodal", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "couponmodal()" + }, + { + "label": "Coupons()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_coupons", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "coupons()" + }, + { + "label": "FinancialSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "financialsettingspage()" + }, + { + "label": "Settings()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_settings_settings", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "settings()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_constructor", + "community": 65, "community_name": "WikiController", - "norm_label": ".constructor()", - "id": "backend_src_wiki_wiki_controller_wikicontroller_constructor" + "norm_label": ".constructor()" + }, + { + "label": ".createTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "community": 65, + "community_name": "WikiController", + "norm_label": ".createterm()" + }, + { + "label": ".deleteTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L59", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "community": 65, + "community_name": "WikiController", + "norm_label": ".deleteterm()" + }, + { + "label": ".getTerms()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "community": 65, + "community_name": "WikiController", + "norm_label": ".getterms()" + }, + { + "label": ".updateTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "community": 65, + "community_name": "WikiController", + "norm_label": ".updateterm()" + }, + { + "label": ".getAdminStats()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L213", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".getadminstats()" + }, + { + "label": ".getAdminTransactions()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L204", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".getadmintransactions()" + }, + { + "label": ".getHealth()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L264", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".gethealth()" + }, + { + "label": ".getTransactionStatus()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L193", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".gettransactionstatus()" + }, + { + "label": ".initiateOrderPayment()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".initiateorderpayment()" + }, + { + "label": ".initiateWalletTopup()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L75", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".initiatewallettopup()" + }, + { + "label": ".liveInquiry()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L231", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".liveinquiry()" + }, + { + "label": ".manualReject()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L252", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".manualreject()" + }, + { + "label": ".manualVerify()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L240", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".manualverify()" + }, + { + "label": ".reconcilePending()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L222", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "community": 66, + "community_name": "PaymentController", + "norm_label": ".reconcilepending()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_controller_seocontroller_constructor", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getProductSchema()", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": ".getproductschema()" + }, + { + "label": ".getSitemap()", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L12", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": ".getsitemap()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_service_seoservice_constructor", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getProductSchema()", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_service_seoservice_getproductschema", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": ".getproductschema()" + }, + { + "label": ".getSitemapUrls()", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_service_seoservice_getsitemapurls", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": ".getsitemapurls()" + }, + { + "label": ".createProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L130", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_createproduct", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": ".createproduct()" + }, + { + "label": ".createUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L50", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_createuser", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": ".createuser()" + }, + { + "label": ".updateUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L68", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updateuser", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": ".updateuser()" + }, + { + "label": ".createProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L336", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_createproduct", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": ".createproduct()" + }, + { + "label": ".createUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L181", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_createuser", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": ".createuser()" + }, + { + "label": ".updateUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L218", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updateuser", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": ".updateuser()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_home_home_controller_homecontroller_constructor", + "community": 73, + "community_name": "HomeController", + "norm_label": ".constructor()" + }, + { + "label": ".getHomeData()", + "file_type": "code", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_home_home_controller_homecontroller_gethomedata", + "community": 73, + "community_name": "HomeController", + "norm_label": ".gethomedata()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_home_home_service_homeservice_constructor", + "community": 73, + "community_name": "HomeController", + "norm_label": ".constructor()" + }, + { + "label": ".getHomeData()", + "file_type": "code", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_home_home_service_homeservice_gethomedata", + "community": 73, + "community_name": "HomeController", + "norm_label": ".gethomedata()" + }, + { + "label": ".handleZibalCallback()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L93", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": ".handlezibalcallback()" + }, + { + "label": ".handleZibalLazyCallback()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L163", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": ".handleziballazycallback()" + }, + { + "label": ".verifyPaymentDirect()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L144", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": ".verifypaymentdirect()" + }, + { + "label": ".checkHealth()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": ".checkhealth()" + }, + { + "label": ".getGatewayName()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": ".getgatewayname()" + }, + { + "label": ".getStartUrl()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": ".getstarturl()" + }, + { + "label": ".inquiryPayment()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L52", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": ".inquirypayment()" + }, + { + "label": ".requestPayment()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L50", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": ".requestpayment()" + }, + { + "label": ".verifyPayment()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L51", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": ".verifypayment()" + }, + { + "label": "Skeleton()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", + "source_location": "L2", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "skeleton()" + }, + { + "label": "getPaymentMethodLabel()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L93", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "getpaymentmethodlabel()" + }, + { + "label": "Orders()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L110", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_orders", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "orders()" + }, + { + "label": "toPersianDigits()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L104", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_topersiandigits", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "topersiandigits()" + }, + { + "label": "Users()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_users_users", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "users()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_constructor", + "community": 8, + "community_name": "CmsController", + "norm_label": ".constructor()" + }, + { + "label": ".createHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "community": 8, + "community_name": "CmsController", + "norm_label": ".createherobanner()" + }, + { + "label": ".createSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "community": 8, + "community_name": "CmsController", + "norm_label": ".createsmartadvisorrule()" + }, + { + "label": ".createVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "community": 8, + "community_name": "CmsController", + "norm_label": ".createvettestimonial()" + }, + { + "label": ".deleteHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "community": 8, + "community_name": "CmsController", + "norm_label": ".deleteherobanner()" + }, + { + "label": ".deleteSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L110", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "community": 8, + "community_name": "CmsController", + "norm_label": ".deletesmartadvisorrule()" + }, + { + "label": ".deleteVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L82", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "community": 8, + "community_name": "CmsController", + "norm_label": ".deletevettestimonial()" + }, + { + "label": ".getHeroBanners()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "community": 8, + "community_name": "CmsController", + "norm_label": ".getherobanners()" + }, + { + "label": ".getSmartAdvisorRules()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L89", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "community": 8, + "community_name": "CmsController", + "norm_label": ".getsmartadvisorrules()" + }, + { + "label": ".getVetTestimonials()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "community": 8, + "community_name": "CmsController", + "norm_label": ".getvettestimonials()" + }, + { + "label": ".updateHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "community": 8, + "community_name": "CmsController", + "norm_label": ".updateherobanner()" + }, + { + "label": ".updateSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L101", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "community": 8, + "community_name": "CmsController", + "norm_label": ".updatesmartadvisorrule()" + }, + { + "label": ".updateVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L73", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "community": 8, + "community_name": "CmsController", + "norm_label": ".updatevettestimonial()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_constructor", + "community": 8, + "community_name": "CmsController", + "norm_label": ".constructor()" + }, + { + "label": ".createHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_createherobanner", + "community": 8, + "community_name": "CmsController", + "norm_label": ".createherobanner()" + }, + { + "label": ".createSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "community": 8, + "community_name": "CmsController", + "norm_label": ".createsmartadvisorrule()" + }, + { + "label": ".createVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "community": 8, + "community_name": "CmsController", + "norm_label": ".createvettestimonial()" + }, + { + "label": ".deleteHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_deleteherobanner", + "community": 8, + "community_name": "CmsController", + "norm_label": ".deleteherobanner()" + }, + { + "label": ".deleteSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L82", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule", + "community": 8, + "community_name": "CmsController", + "norm_label": ".deletesmartadvisorrule()" + }, + { + "label": ".deleteVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial", + "community": 8, + "community_name": "CmsController", + "norm_label": ".deletevettestimonial()" + }, + { + "label": ".getHeroBanners()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_getherobanners", + "community": 8, + "community_name": "CmsController", + "norm_label": ".getherobanners()" + }, + { + "label": ".getSmartAdvisorRules()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules", + "community": 8, + "community_name": "CmsController", + "norm_label": ".getsmartadvisorrules()" + }, + { + "label": ".getVetTestimonials()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_getvettestimonials", + "community": 8, + "community_name": "CmsController", + "norm_label": ".getvettestimonials()" + }, + { + "label": ".updateHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_updateherobanner", + "community": 8, + "community_name": "CmsController", + "norm_label": ".updateherobanner()" + }, + { + "label": ".updateSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L71", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "community": 8, + "community_name": "CmsController", + "norm_label": ".updatesmartadvisorrule()" + }, + { + "label": ".updateVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "community": 8, + "community_name": "CmsController", + "norm_label": ".updatevettestimonial()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_home_main", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "main()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed.ts", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_main", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "main()" + }, + { + "label": "determineSuitableFor()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_determinesuitablefor", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "determinesuitablefor()" + }, + { + "label": "findOrCreateCategory()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L128", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_findorcreatecategory", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "findorcreatecategory()" + }, + { + "label": "getProductImageUrl()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_getproductimageurl", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "getproductimageurl()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L268", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_main", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "main()" + }, + { + "label": "parseSize()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_parsesize", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "parsesize()" + }, + { + "label": "slugify()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_slugify", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "slugify()" + }, + { + "label": ".addPattern()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L407", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_addpattern", + "community": 86, + "community_name": "SmsService", + "norm_label": ".addpattern()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_constructor", + "community": 86, + "community_name": "SmsService", + "norm_label": ".constructor()" + }, + { + "label": ".editPattern()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L486", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_editpattern", + "community": 86, + "community_name": "SmsService", + "norm_label": ".editpattern()" + }, + { + "label": ".getPatterns()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L300", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_getpatterns", + "community": 86, + "community_name": "SmsService", + "norm_label": ".getpatterns()" + }, + { + "label": ".getSmsConfig()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L59", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "community": 86, + "community_name": "SmsService", + "norm_label": ".getsmsconfig()" + }, + { + "label": ".parsePatternsXml()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L262", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "community": 86, + "community_name": "SmsService", + "norm_label": ".parsepatternsxml()" + }, + { + "label": ".postAsmx()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L123", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_postasmx", + "community": 86, + "community_name": "SmsService", + "norm_label": ".postasmx()" + }, + { + "label": ".recordLog()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L159", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_recordlog", + "community": 86, + "community_name": "SmsService", + "norm_label": ".recordlog()" + }, + { + "label": ".saveLocalPattern()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L541", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "community": 86, + "community_name": "SmsService", + "norm_label": ".savelocalpattern()" + }, + { + "label": ".sendB2bNotification()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L911", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "community": 86, + "community_name": "SmsService", + "norm_label": ".sendb2bnotification()" + }, + { + "label": ".sendOrderConfirmation()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L875", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "community": 86, + "community_name": "SmsService", + "norm_label": ".sendorderconfirmation()" + }, + { + "label": ".sendOtp()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L862", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendotp", + "community": 86, + "community_name": "SmsService", + "norm_label": ".sendotp()" + }, + { + "label": ".sendPatternSms()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L609", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "community": 86, + "community_name": "SmsService", + "norm_label": ".sendpatternsms()" + }, + { + "label": ".sendPetCareReminder()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L927", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "community": 86, + "community_name": "SmsService", + "norm_label": ".sendpetcarereminder()" + }, + { + "label": ".sendShippingNotification()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L894", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "community": 86, + "community_name": "SmsService", + "norm_label": ".sendshippingnotification()" + }, + { + "label": ".sendSms()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L945", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendsms", + "community": 86, + "community_name": "SmsService", + "norm_label": ".sendsms()" + }, + { + "label": ".testSms()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L737", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_testsms", + "community": 86, + "community_name": "SmsService", + "norm_label": ".testsms()" + }, + { + "label": ".updateLocalPattern()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L569", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "community": 86, + "community_name": "SmsService", + "norm_label": ".updatelocalpattern()" + }, + { + "label": "Videos()", + "file_type": "code", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_videos_page_videos", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "videos()" + }, + { + "label": "SafeImage()", + "file_type": "code", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_safeimage_safeimage", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "safeimage()" + }, + { + "label": "VideosPage()", + "file_type": "code", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L59", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_videospage_videospage", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "videospage()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createTicket()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".createticket()" + }, + { + "label": ".getAdminTickets()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L81", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".getadmintickets()" + }, + { + "label": ".getMyTickets()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".getmytickets()" + }, + { + "label": ".getTicketDetails()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".getticketdetails()" + }, + { + "label": ".replyTicket()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L65", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".replyticket()" + }, + { + "label": ".updateTicketStatus()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L90", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".updateticketstatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_constructor", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createTicket()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".createticket()" + }, + { + "label": ".generateTicketNumber()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L19", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".generateticketnumber()" + }, + { + "label": ".getAdminTickets()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L189", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".getadmintickets()" + }, + { + "label": ".getTicketDetails()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L94", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".getticketdetails()" + }, + { + "label": ".getUserTickets()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L73", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_getusertickets", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".getusertickets()" + }, + { + "label": ".replyToTicket()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L132", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".replytoticket()" + }, + { + "label": ".updateTicketStatus()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L261", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": ".updateticketstatus()" + }, + { + "label": ".deleteCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L213", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "community": 90, + "community_name": "AdminService", + "norm_label": ".deletecoupon()" + }, + { + "label": ".deleteDoctor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L260", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "community": 90, + "community_name": "AdminService", + "norm_label": ".deletedoctor()" + }, + { + "label": ".deleteProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L147", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "community": 90, + "community_name": "AdminService", + "norm_label": ".deleteproduct()" + }, + { + "label": ".deleteUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L82", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "community": 90, + "community_name": "AdminService", + "norm_label": ".deleteuser()" + }, + { + "label": ".updateUserRole()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L92", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "community": 90, + "community_name": "AdminService", + "norm_label": ".updateuserrole()" + }, + { + "label": ".deleteCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L609", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_deletecoupon", + "community": 90, + "community_name": "AdminService", + "norm_label": ".deletecoupon()" + }, + { + "label": ".deleteDoctor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L739", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_deletedoctor", + "community": 90, + "community_name": "AdminService", + "norm_label": ".deletedoctor()" + }, + { + "label": ".deleteProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L441", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_deleteproduct", + "community": 90, + "community_name": "AdminService", + "norm_label": ".deleteproduct()" + }, + { + "label": ".deleteUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L274", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_deleteuser", + "community": 90, + "community_name": "AdminService", + "norm_label": ".deleteuser()" + }, + { + "label": ".getPets()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L660", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getpets", + "community": 90, + "community_name": "AdminService", + "norm_label": ".getpets()" + }, + { + "label": ".getSettings()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L615", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getsettings", + "community": 90, + "community_name": "AdminService", + "norm_label": ".getsettings()" + }, + { + "label": ".updateSettings()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L623", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updatesettings", + "community": 90, + "community_name": "AdminService", + "norm_label": ".updatesettings()" + }, + { + "label": ".updateUserRole()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L267", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updateuserrole", + "community": 90, + "community_name": "AdminService", + "norm_label": ".updateuserrole()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_controller_petscontroller_constructor", + "community": 95, + "community_name": "PetsController", + "norm_label": ".constructor()" }, { "label": ".deletePet()", @@ -12709,10 +13329,10 @@ "source_location": "L38", "_callable": true, "_origin": "ast", - "community": 93, + "id": "backend_src_admin_pets_controller_petscontroller_deletepet", + "community": 95, "community_name": "PetsController", - "norm_label": ".deletepet()", - "id": "backend_src_admin_pets_controller_petscontroller_deletepet" + "norm_label": ".deletepet()" }, { "label": ".getPets()", @@ -12721,10 +13341,46 @@ "source_location": "L32", "_callable": true, "_origin": "ast", - "community": 93, + "id": "backend_src_admin_pets_controller_petscontroller_getpets", + "community": 95, "community_name": "PetsController", - "norm_label": ".getpets()", - "id": "backend_src_admin_pets_controller_petscontroller_getpets" + "norm_label": ".getpets()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petsservice_constructor", + "community": 95, + "community_name": "PetsController", + "norm_label": ".constructor()" + }, + { + "label": ".deletePet()", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L65", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petsservice_deletepet", + "community": 95, + "community_name": "PetsController", + "norm_label": ".deletepet()" + }, + { + "label": ".getPets()", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petsservice_getpets", + "community": 95, + "community_name": "PetsController", + "norm_label": ".getpets()" }, { "label": ".constructor()", @@ -12733,10 +13389,10 @@ "source_location": "L19", "_callable": true, "_origin": "ast", - "community": 96, + "id": "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "community": 98, "community_name": "BlogsController", - "norm_label": ".constructor()", - "id": "backend_src_blogs_blogs_controller_blogscontroller_constructor" + "norm_label": ".constructor()" }, { "label": ".findAll()", @@ -12745,10 +13401,10 @@ "source_location": "L24", "_callable": true, "_origin": "ast", - "community": 96, + "id": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "community": 98, "community_name": "BlogsController", - "norm_label": ".findall()", - "id": "backend_src_blogs_blogs_controller_blogscontroller_findall" + "norm_label": ".findall()" }, { "label": ".findOne()", @@ -12757,10 +13413,10 @@ "source_location": "L32", "_callable": true, "_origin": "ast", - "community": 96, + "id": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "community": 98, "community_name": "BlogsController", - "norm_label": ".findone()", - "id": "backend_src_blogs_blogs_controller_blogscontroller_findone" + "norm_label": ".findone()" }, { "label": ".addHealthLog()", @@ -12769,10 +13425,10 @@ "source_location": "L260", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_addhealthlog", + "community": 99, "community_name": "PetsService", - "norm_label": ".addhealthlog()", - "id": "backend_src_pets_pets_service_petsservice_addhealthlog" + "norm_label": ".addhealthlog()" }, { "label": ".addReminder()", @@ -12781,10 +13437,10 @@ "source_location": "L198", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_addreminder", + "community": 99, "community_name": "PetsService", - "norm_label": ".addreminder()", - "id": "backend_src_pets_pets_service_petsservice_addreminder" + "norm_label": ".addreminder()" }, { "label": ".constructor()", @@ -12793,10 +13449,10 @@ "source_location": "L24", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_constructor", + "community": 99, "community_name": "PetsService", - "norm_label": ".constructor()", - "id": "backend_src_pets_pets_service_petsservice_constructor" + "norm_label": ".constructor()" }, { "label": ".create()", @@ -12805,10 +13461,10 @@ "source_location": "L26", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_create", + "community": 99, "community_name": "PetsService", - "norm_label": ".create()", - "id": "backend_src_pets_pets_service_petsservice_create" + "norm_label": ".create()" }, { "label": ".findAllAdmin()", @@ -12817,10 +13473,10 @@ "source_location": "L49", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_findalladmin", + "community": 99, "community_name": "PetsService", - "norm_label": ".findalladmin()", - "id": "backend_src_pets_pets_service_petsservice_findalladmin" + "norm_label": ".findalladmin()" }, { "label": ".findAllByUser()", @@ -12829,10 +13485,10 @@ "source_location": "L109", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_findallbyuser", + "community": 99, "community_name": "PetsService", - "norm_label": ".findallbyuser()", - "id": "backend_src_pets_pets_service_petsservice_findallbyuser" + "norm_label": ".findallbyuser()" }, { "label": ".findOne()", @@ -12841,10 +13497,10 @@ "source_location": "L150", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_findone", + "community": 99, "community_name": "PetsService", - "norm_label": ".findone()", - "id": "backend_src_pets_pets_service_petsservice_findone" + "norm_label": ".findone()" }, { "label": ".remove()", @@ -12853,10 +13509,10 @@ "source_location": "L191", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_remove", + "community": 99, "community_name": "PetsService", - "norm_label": ".remove()", - "id": "backend_src_pets_pets_service_petsservice_remove" + "norm_label": ".remove()" }, { "label": ".toggleReminder()", @@ -12865,10 +13521,10 @@ "source_location": "L211", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_togglereminder", + "community": 99, "community_name": "PetsService", - "norm_label": ".togglereminder()", - "id": "backend_src_pets_pets_service_petsservice_togglereminder" + "norm_label": ".togglereminder()" }, { "label": ".update()", @@ -12877,10 +13533,10 @@ "source_location": "L161", "_callable": true, "_origin": "ast", - "community": 97, + "id": "backend_src_pets_pets_service_petsservice_update", + "community": 99, "community_name": "PetsService", - "norm_label": ".update()", - "id": "backend_src_pets_pets_service_petsservice_update" + "norm_label": ".update()" }, { "label": "Injectable", @@ -12888,21 +13544,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_settings_settings_service_ts_injectable", "community": 0, "community_name": "SettingsService", - "norm_label": "injectable", - "id": "backend_src_settings_settings_service_ts_injectable" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "community_name": "SmsService", - "norm_label": "injectable", - "id": "backend_src_common_services_sms_service_ts_injectable" + "norm_label": "injectable" }, { "label": "ApiBearerAuth", @@ -12910,29 +13555,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 0, - "norm_label": "apibearerauth", - "id": "apibearerauth" - }, - { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "norm_label": "apiokresponse", - "id": "apiokresponse" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "norm_label": "apioperation", - "id": "apioperation" + "id": "backend_src_admin_admin_controller_ts_apibearerauth", + "community": 1, + "community_name": "AdminController", + "norm_label": "apibearerauth" }, { "label": "ApiTags", @@ -12940,9 +13566,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 0, - "norm_label": "apitags", - "id": "apitags" + "id": "backend_src_admin_admin_controller_ts_apitags", + "community": 1, + "community_name": "AdminController", + "norm_label": "apitags" }, { "label": "Body", @@ -12950,9 +13577,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 0, - "norm_label": "body", - "id": "body" + "id": "backend_src_admin_admin_controller_ts_body", + "community": 1, + "community_name": "AdminController", + "norm_label": "body" }, { "label": "Controller", @@ -12960,49 +13588,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 0, - "norm_label": "controller", - "id": "controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "norm_label": "delete", - "id": "delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "norm_label": "get", - "id": "get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "norm_label": "param", - "id": "param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "norm_label": "patch", - "id": "patch" + "id": "backend_src_admin_admin_controller_ts_controller", + "community": 1, + "community_name": "AdminController", + "norm_label": "controller" }, { "label": "Post", @@ -13010,9 +13599,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 0, - "norm_label": "post", - "id": "post" + "id": "backend_src_admin_admin_controller_ts_post", + "community": 1, + "community_name": "AdminController", + "norm_label": "post" }, { "label": "Put", @@ -13020,29 +13610,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 0, - "norm_label": "put", - "id": "put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "norm_label": "query", - "id": "query" - }, - { - "label": "Roles", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 0, - "norm_label": "roles", - "id": "roles" + "id": "backend_src_admin_admin_controller_ts_put", + "community": 1, + "community_name": "AdminController", + "norm_label": "put" }, { "label": "UseGuards", @@ -13050,387 +13621,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 0, - "norm_label": "useguards", - "id": "useguards" + "id": "backend_src_admin_admin_controller_ts_useguards", + "community": 1, + "community_name": "AdminController", + "norm_label": "useguards" }, { - "label": "admin.controller.spec.ts", + "label": "shop/[slug]/page.tsx", "file_type": "code", - "source_file": "backend/src/admin/admin.controller.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "admin.controller.spec.ts", - "id": "backend_src_admin_admin_controller_spec" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "apibearerauth", - "id": "backend_src_admin_admin_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "apioperation", - "id": "backend_src_admin_admin_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "apitags", - "id": "backend_src_admin_admin_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "body", - "id": "backend_src_admin_admin_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "controller", - "id": "backend_src_admin_admin_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "delete", - "id": "backend_src_admin_admin_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "get", - "id": "backend_src_admin_admin_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "param", - "id": "backend_src_admin_admin_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "post", - "id": "backend_src_admin_admin_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "put", - "id": "backend_src_admin_admin_controller_ts_put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "query", - "id": "backend_src_admin_admin_controller_ts_query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "useguards", - "id": "backend_src_admin_admin_controller_ts_useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "injectable", - "id": "backend_src_admin_admin_service_ts_injectable" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "apiproperty", - "id": "backend_src_admin_dto_user_dto_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "apipropertyoptional", - "id": "backend_src_admin_dto_user_dto_ts_apipropertyoptional" - }, - { - "label": "IsEmail", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "isemail", - "id": "backend_src_admin_dto_user_dto_ts_isemail" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "isnotempty", - "id": "backend_src_admin_dto_user_dto_ts_isnotempty" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "isnumber", - "id": "backend_src_admin_dto_user_dto_ts_isnumber" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "isoptional", - "id": "backend_src_admin_dto_user_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "isstring", - "id": "backend_src_admin_dto_user_dto_ts_isstring" - }, - { - "label": "MinLength", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "community_name": "AdminService", - "norm_label": "minlength", - "id": "backend_src_admin_dto_user_dto_ts_minlength" - }, - { - "label": "ApiQuery", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 1, - "norm_label": "apiquery", - "id": "apiquery" - }, - { - "label": "admin.controller.ts", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 1, - "norm_label": "admin.controller.ts", - "id": "backend_src_admin_admin_controller" - }, - { - "label": "admin.service.ts", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 1, - "norm_label": "admin.service.ts", - "id": "backend_src_admin_admin_service" - }, - { - "label": "user.dto.ts", - "file_type": "code", - "source_file": "backend/src/admin/dto/user.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 1, - "norm_label": "user.dto.ts", - "id": "backend_src_admin_dto_user_dto" - }, - { - "label": "CANONICAL_ALIASES", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L13", - "_origin": "ast", - "community": 1, - "norm_label": "canonical_aliases", - "id": "backend_src_settings_settings_service_canonical_aliases" - }, - { - "label": "NetworkBanner.tsx", - "file_type": "code", - "source_file": "frontend/application/components/NetworkBanner.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 10, - "community_name": "toPersian", - "norm_label": "networkbanner.tsx", - "id": "frontend_application_components_networkbanner" - }, - { - "label": "useNetworkStatus.ts", - "file_type": "code", - "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", - "source_location": "L1", - "_origin": "ast", - "community": 10, - "community_name": "toPersian", - "norm_label": "usenetworkstatus.ts", - "id": "frontend_application_lib_hooks_usenetworkstatus" - }, - { - "label": "uiStore.ts", - "file_type": "code", - "source_file": "frontend/application/lib/store/uiStore.ts", - "source_location": "L1", - "_origin": "ast", - "community": 10, - "community_name": "toPersian", - "norm_label": "uistore.ts", - "id": "frontend_application_lib_store_uistore" - }, - { - "label": "useUIStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/uiStore.ts", - "source_location": "L14", - "_origin": "ast", - "community": 10, - "community_name": "toPersian", - "norm_label": "useuistore", - "id": "frontend_application_lib_store_uistore_useuistore" - }, - { - "label": "EnamadBadge.tsx", - "file_type": "code", - "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_app_shop_slug_page", "community": 10, "community_name": "useSettingsStore", - "norm_label": "enamadbadge.tsx", - "id": "frontend_application_components_enamadbadge" - }, - { - "label": "settingsStore.test.ts", - "file_type": "code", - "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", - "source_location": "L1", - "_origin": "ast", - "community": 10, - "community_name": "useSettingsStore", - "norm_label": "settingsstore.test.ts", - "id": "frontend_application_lib_store_tests_settingsstore_test" - }, - { - "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" - }, - { - "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" + "norm_label": "shop/[slug]/page.tsx" }, { "label": "trust-seals/page.tsx", @@ -13438,9 +13643,10 @@ "source_file": "frontend/application/app/trust-seals/page.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_app_trust_seals_page", "community": 10, - "norm_label": "trust-seals/page.tsx", - "id": "frontend_application_app_trust_seals_page" + "community_name": "useSettingsStore", + "norm_label": "trust-seals/page.tsx" }, { "label": "metadata", @@ -13448,29 +13654,10 @@ "source_file": "frontend/application/app/trust-seals/page.tsx", "source_location": "L6", "_origin": "ast", + "id": "frontend_application_app_trust_seals_page_metadata", "community": 10, - "norm_label": "metadata", - "id": "frontend_application_app_trust_seals_page_metadata" - }, - { - "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" - }, - { - "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": "useSettingsStore", + "norm_label": "metadata" }, { "label": "BrandLogo.tsx", @@ -13478,9 +13665,21 @@ "source_file": "frontend/application/components/BrandLogo.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_brandlogo", "community": 10, - "norm_label": "brandlogo.tsx", - "id": "frontend_application_components_brandlogo" + "community_name": "useSettingsStore", + "norm_label": "brandlogo.tsx" + }, + { + "label": "EnamadBadge.tsx", + "file_type": "code", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_enamadbadge", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "enamadbadge.tsx" }, { "label": "Footer.tsx", @@ -13488,39 +13687,21 @@ "source_file": "frontend/application/components/Footer.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_footer", "community": 10, - "norm_label": "footer.tsx", - "id": "frontend_application_components_footer" + "community_name": "useSettingsStore", + "norm_label": "footer.tsx" }, { - "label": "Header.tsx", + "label": "Hero.tsx", "file_type": "code", - "source_file": "frontend/application/components/Header.tsx", + "source_file": "frontend/application/components/Hero.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_hero", "community": 10, - "norm_label": "header.tsx", - "id": "frontend_application_components_header" - }, - { - "label": "MENU_ICONS", - "file_type": "code", - "source_file": "frontend/application/components/Header.tsx", - "source_location": "L19", - "_origin": "ast", - "community": 10, - "norm_label": "menu_icons", - "id": "frontend_application_components_header_menu_icons" - }, - { - "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": "useSettingsStore", + "norm_label": "hero.tsx" }, { "label": "MaintenancePage.tsx", @@ -13528,39 +13709,54 @@ "source_file": "frontend/application/components/MaintenancePage.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_maintenancepage", "community": 10, - "norm_label": "maintenancepage.tsx", - "id": "frontend_application_components_maintenancepage" + "community_name": "useSettingsStore", + "norm_label": "maintenancepage.tsx" }, { - "label": "SmartAdvisor.tsx", + "label": "ProductPage.tsx", "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_file": "frontend/application/components/ProductPage.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_productpage", "community": 10, - "norm_label": "smartadvisor.tsx", - "id": "frontend_application_components_smartadvisor" + "community_name": "useSettingsStore", + "norm_label": "productpage.tsx" }, { - "label": "CURRENT_SYMPTOMS", + "label": "ICON_MAP", "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", - "source_location": "L32", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L33", "_origin": "ast", + "id": "frontend_application_components_productpage_icon_map", "community": 10, - "norm_label": "current_symptoms", - "id": "frontend_application_components_smartadvisor_current_symptoms" + "community_name": "useSettingsStore", + "norm_label": "icon_map" }, { - "label": "MEDICAL_HISTORIES", + "label": "useCalculatorStore", "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", - "source_location": "L43", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L60", "_origin": "ast", + "id": "frontend_application_components_productpage_usecalculatorstore", "community": 10, - "norm_label": "medical_histories", - "id": "frontend_application_components_smartadvisor_medical_histories" + "community_name": "useSettingsStore", + "norm_label": "usecalculatorstore" + }, + { + "label": "ProductReviews.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_productreviews", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "productreviews.tsx" }, { "label": "Footer.test.tsx", @@ -13568,9 +13764,32 @@ "source_file": "frontend/application/components/__tests__/Footer.test.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_tests_footer_test", "community": 10, - "norm_label": "footer.test.tsx", - "id": "frontend_application_components_tests_footer_test" + "community_name": "useSettingsStore", + "norm_label": "footer.test.tsx" + }, + { + "label": "Hero.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_hero_test", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "hero.test.tsx" + }, + { + "label": "Tooltip.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_tooltip_test", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "tooltip.test.tsx" }, { "label": "TickerBanner.tsx", @@ -13578,9 +13797,43 @@ "source_file": "frontend/application/components/TickerBanner.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_tickerbanner", "community": 10, - "norm_label": "tickerbanner.tsx", - "id": "frontend_application_components_tickerbanner" + "community_name": "useSettingsStore", + "norm_label": "tickerbanner.tsx" + }, + { + "label": "Tooltip.tsx", + "file_type": "code", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tooltip", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "tooltip.tsx" + }, + { + "label": "data/scientificTerms.ts", + "file_type": "code", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_data_scientificterms", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "data/scientificterms.ts" + }, + { + "label": "SCIENTIFIC_TERMS", + "file_type": "code", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_application_lib_data_scientificterms_scientific_terms", + "community": 10, + "community_name": "useSettingsStore", + "norm_label": "scientific_terms" }, { "label": "settingsStore.ts", @@ -13588,9 +13841,10 @@ "source_file": "frontend/application/lib/store/settingsStore.ts", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_lib_store_settingsstore", "community": 10, - "norm_label": "settingsstore.ts", - "id": "frontend_application_lib_store_settingsstore" + "community_name": "useSettingsStore", + "norm_label": "settingsstore.ts" }, { "label": "useSettingsStore", @@ -13598,19 +13852,274 @@ "source_file": "frontend/application/lib/store/settingsStore.ts", "source_location": "L22", "_origin": "ast", + "id": "frontend_application_lib_store_settingsstore_usesettingsstore", "community": 10, - "norm_label": "usesettingsstore", - "id": "frontend_application_lib_store_settingsstore_usesettingsstore" + "community_name": "useSettingsStore", + "norm_label": "usesettingsstore" }, { - "label": "useUserStore", + "label": "settingsStore.test.ts", "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", - "source_location": "L63", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L1", "_origin": "ast", + "id": "frontend_application_lib_store_tests_settingsstore_test", "community": 10, - "norm_label": "useuserstore", - "id": "frontend_application_lib_store_userstore_useuserstore" + "community_name": "useSettingsStore", + "norm_label": "settingsstore.test.ts" + }, + { + "label": "26-phase2-integrity-repair-report.md", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "26-phase2-integrity-repair-report.md" + }, + { + "label": "1.1 Authoritative Source File Inventory Rebuilt", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L12", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1.1 authoritative source file inventory rebuilt" + }, + { + "label": "1.2 Raw Finding Dispositions Reconciled", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L18", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1.2 raw finding dispositions reconciled" + }, + { + "label": "1.3 Finding Identifier Normalization", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1.3 finding identifier normalization" + }, + { + "label": "1.4 Rejected Finding Cleanup", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L34", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1.4 rejected finding cleanup" + }, + { + "label": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1. summary of integrity repairs performed" + }, + { + "label": "2. Final Verified Finding Metrics", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L39", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "2. final verified finding metrics" + }, + { + "label": "3. Reference and Compiler Integrity Results", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L57", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "3. reference and compiler integrity results" + }, + { + "label": "4. Quality Gate Conclusion", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L64", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "4. quality gate conclusion" + }, + { + "label": "By Confidence", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_by_confidence", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "by confidence" + }, + { + "label": "By Severity", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_by_severity", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "by severity" + }, + { + "label": "Phase 2.6 Integrity Repair & Audit Quality Gate Report", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "community": 100, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "phase 2.6 integrity repair & audit quality gate report" + }, + { + "label": "01_auditor.md", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "01_auditor.md" + }, + { + "label": "1. Detect Tech Stack First (Universal)", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L19", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. detect tech stack first (universal)" + }, + { + "label": "2. Explicit Scoring Methodology (Universal)", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L30", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. explicit scoring methodology (universal)" + }, + { + "label": "3. Code Coverage Ratio Rule", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L47", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. code coverage ratio rule" + }, + { + "label": "4. Deep Directory Scanning", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L54", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_4_deep_directory_scanning", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. deep directory scanning" + }, + { + "label": "5. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L58", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_5_forbidden_actions", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L74", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_expected_json_output_schema", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L17", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L66", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_role_core_objective", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" }, { "label": "10_tech_writer.md", @@ -13618,10 +14127,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L1", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "10_tech_writer.md", - "id": "ai_agency_agents_10_tech_writer" + "norm_label": "10_tech_writer.md" }, { "label": "1. Mark Active Task as Complete", @@ -13629,10 +14138,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L23", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "1. mark active task as complete", - "id": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete" + "norm_label": "1. mark active task as complete" }, { "label": "2. Documentation Updates", @@ -13640,10 +14149,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L30", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_2_documentation_updates", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "2. documentation updates", - "id": "ai_agency_agents_10_tech_writer_2_documentation_updates" + "norm_label": "2. documentation updates" }, { "label": "3. Dynamic Routing Protocol (CRITICAL)", @@ -13651,10 +14160,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L44", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "3. dynamic routing protocol (critical)", - "id": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical" + "norm_label": "3. dynamic routing protocol (critical)" }, { "label": "4. Backlog Insufficiency Check", @@ -13662,10 +14171,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L72", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "4. backlog insufficiency check", - "id": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check" + "norm_label": "4. backlog insufficiency check" }, { "label": "5. Forbidden Actions", @@ -13673,10 +14182,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L77", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_5_forbidden_actions", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "5. forbidden actions", - "id": "ai_agency_agents_10_tech_writer_5_forbidden_actions" + "norm_label": "5. forbidden actions" }, { "label": "Expected JSON Output Schema", @@ -13684,10 +14193,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L96", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_expected_json_output_schema", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_10_tech_writer_expected_json_output_schema" + "norm_label": "expected json output schema" }, { "label": "Operational Rules & Boundaries", @@ -13695,10 +14204,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L21", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_10_tech_writer_operational_rules_boundaries" + "norm_label": "operational rules & boundaries" }, { "label": "Required Output Artifacts (What files to write/update)", @@ -13706,10 +14215,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L84", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update" + "norm_label": "required output artifacts (what files to write/update)" }, { "label": "Role & Core Objective", @@ -13717,10 +14226,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L1", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_role_core_objective", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_10_tech_writer_role_core_objective" + "norm_label": "role & core objective" }, { "label": "Strict Input Specifications (What files to read)", @@ -13728,10 +14237,10 @@ "source_file": ".ai_agency/agents/10_tech_writer.md", "source_location": "L11", "_origin": "ast", - "community": 100, + "id": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read", + "community": 102, "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read" + "norm_label": "strict input specifications (what files to read)" }, { "label": "11_deploy.md", @@ -13739,10 +14248,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L1", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "11_deploy.md", - "id": "ai_agency_agents_11_deploy" + "norm_label": "11_deploy.md" }, { "label": "1. Pre-Deployment Checklist", @@ -13750,10 +14259,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L22", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_1_pre_deployment_checklist", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "1. pre-deployment checklist", - "id": "ai_agency_agents_11_deploy_1_pre_deployment_checklist" + "norm_label": "1. pre-deployment checklist" }, { "label": "2. Build Verification", @@ -13761,10 +14270,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L37", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_2_build_verification", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "2. build verification", - "id": "ai_agency_agents_11_deploy_2_build_verification" + "norm_label": "2. build verification" }, { "label": "3. Deployment Strategy (Based on Target)", @@ -13772,10 +14281,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L52", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "3. deployment strategy (based on target)", - "id": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target" + "norm_label": "3. deployment strategy (based on target)" }, { "label": "4. Post-Deployment Health Check", @@ -13783,10 +14292,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L75", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_4_post_deployment_health_check", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "4. post-deployment health check", - "id": "ai_agency_agents_11_deploy_4_post_deployment_health_check" + "norm_label": "4. post-deployment health check" }, { "label": "5. Forbidden Actions", @@ -13794,10 +14303,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L82", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_5_forbidden_actions", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "5. forbidden actions", - "id": "ai_agency_agents_11_deploy_5_forbidden_actions" + "norm_label": "5. forbidden actions" }, { "label": "Expected JSON Output Schema", @@ -13805,10 +14314,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L102", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_expected_json_output_schema", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_11_deploy_expected_json_output_schema" + "norm_label": "expected json output schema" }, { "label": "Operational Rules & Boundaries", @@ -13816,10 +14325,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L20", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_11_deploy_operational_rules_boundaries" + "norm_label": "operational rules & boundaries" }, { "label": "Required Output Artifacts (What files to write/update)", @@ -13827,10 +14336,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L90", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update" + "norm_label": "required output artifacts (what files to write/update)" }, { "label": "Role & Core Objective", @@ -13838,10 +14347,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L1", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_role_core_objective", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_11_deploy_role_core_objective" + "norm_label": "role & core objective" }, { "label": "Strict Input Specifications (What files to read)", @@ -13849,10 +14358,10 @@ "source_file": ".ai_agency/agents/11_deploy.md", "source_location": "L9", "_origin": "ast", - "community": 101, + "id": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read", + "community": 103, "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read" + "norm_label": "strict input specifications (what files to read)" }, { "label": "app.controller.ts", @@ -13860,10 +14369,10 @@ "source_file": "backend/src/app.controller.ts", "source_location": "L1", "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": "app.controller.ts", - "id": "backend_src_app_controller" + "id": "backend_src_app_controller", + "community": 104, + "community_name": "AppService", + "norm_label": "app.controller.ts" }, { "label": "app.controller.spec.ts", @@ -13871,10 +14380,10 @@ "source_file": "backend/src/app.controller.spec.ts", "source_location": "L1", "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": "app.controller.spec.ts", - "id": "backend_src_app_controller_spec" + "id": "backend_src_app_controller_spec", + "community": 104, + "community_name": "AppService", + "norm_label": "app.controller.spec.ts" }, { "label": "Controller", @@ -13882,10 +14391,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": "controller", - "id": "backend_src_app_controller_ts_controller" + "id": "backend_src_app_controller_ts_controller", + "community": 104, + "community_name": "AppService", + "norm_label": "controller" }, { "label": "Get", @@ -13893,10 +14402,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": "get", - "id": "backend_src_app_controller_ts_get" + "id": "backend_src_app_controller_ts_get", + "community": 104, + "community_name": "AppService", + "norm_label": "get" }, { "label": "app.service.ts", @@ -13904,10 +14413,10 @@ "source_file": "backend/src/app.service.ts", "source_location": "L1", "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": "app.service.ts", - "id": "backend_src_app_service" + "id": "backend_src_app_service", + "community": 104, + "community_name": "AppService", + "norm_label": "app.service.ts" }, { "label": "Injectable", @@ -13915,10 +14424,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 102, - "community_name": "App Health Controller", - "norm_label": "injectable", - "id": "backend_src_app_service_ts_injectable" + "id": "backend_src_app_service_ts_injectable", + "community": 104, + "community_name": "AppService", + "norm_label": "injectable" }, { "label": "ApiPropertyOptional", @@ -13926,10 +14435,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 103, + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", + "community": 105, "community_name": "AdminTransactionFilterDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional" + "norm_label": "apipropertyoptional" }, { "label": "IsIn", @@ -13937,10 +14446,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 103, + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", + "community": 105, "community_name": "AdminTransactionFilterDto", - "norm_label": "isin", - "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin" + "norm_label": "isin" }, { "label": "IsNumber", @@ -13948,10 +14457,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 103, + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", + "community": 105, "community_name": "AdminTransactionFilterDto", - "norm_label": "isnumber", - "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber" + "norm_label": "isnumber" }, { "label": "IsOptional", @@ -13959,10 +14468,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 103, + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", + "community": 105, "community_name": "AdminTransactionFilterDto", - "norm_label": "isoptional", - "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional" + "norm_label": "isoptional" }, { "label": "IsString", @@ -13970,10 +14479,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 103, + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", + "community": 105, "community_name": "AdminTransactionFilterDto", - "norm_label": "isstring", - "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring" + "norm_label": "isstring" }, { "label": "Type", @@ -13981,30 +14490,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 103, + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", + "community": 105, "community_name": "AdminTransactionFilterDto", - "norm_label": "type", - "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type" - }, - { - "label": "admin-transaction-filter.dto.ts", - "file_type": "code", - "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 103, - "norm_label": "admin-transaction-filter.dto.ts", - "id": "backend_src_payment_dto_admin_transaction_filter_dto" - }, - { - "label": "payment.service.ts", - "file_type": "code", - "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 103, - "norm_label": "payment.service.ts", - "id": "backend_src_payment_payment_service" + "norm_label": "type" }, { "label": "vazirmatn-v33.003/CHANGELOG.md", @@ -14012,10 +14501,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L1", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "vazirmatn-v33.003/changelog.md", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog" + "norm_label": "vazirmatn-v33.003/changelog.md" }, { "label": "32.0.0", @@ -14023,10 +14512,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L85", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "32.0.0", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0" + "norm_label": "32.0.0" }, { "label": "32.1", @@ -14034,10 +14523,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L77", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "32.1", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1" + "norm_label": "32.1" }, { "label": "32.101", @@ -14045,10 +14534,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L69", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "32.101", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101" + "norm_label": "32.101" }, { "label": "32.102", @@ -14056,10 +14545,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L57", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "32.102", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102" + "norm_label": "32.102" }, { "label": "33.000", @@ -14067,10 +14556,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L31", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "33.000", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000" + "norm_label": "33.000" }, { "label": "33.001", @@ -14078,10 +14567,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L23", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "33.001", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001" + "norm_label": "33.001" }, { "label": "33.002", @@ -14089,10 +14578,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L11", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "33.002", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002" + "norm_label": "33.002" }, { "label": "33.003", @@ -14100,10 +14589,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L3", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "33.003", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003" + "norm_label": "33.003" }, { "label": "Old Vazir Changelog", @@ -14111,10 +14600,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L158", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "old vazir changelog", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog" + "norm_label": "old vazir changelog" }, { "label": "Vazirmatn Changelog", @@ -14122,10 +14611,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "source_location": "L1", "_origin": "ast", - "community": 104, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "community": 106, "community_name": "Vazirmatn Changelog", - "norm_label": "vazirmatn changelog", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog" + "norm_label": "vazirmatn changelog" }, { "label": "vazirmatn-v33.003/README.md", @@ -14133,10 +14622,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L1", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "vazirmatn-v33.003/readme.md", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme" + "norm_label": "vazirmatn-v33.003/readme.md" }, { "label": "Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts))", @@ -14144,10 +14633,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L41", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "arch linux ([aur](https://aur.archlinux.org/packages/vazirmatn-fonts))", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts" + "norm_label": "arch linux ([aur](https://aur.archlinux.org/packages/vazirmatn-fonts))" }, { "label": "Authors", @@ -14155,10 +14644,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L60", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "authors", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors" + "norm_label": "authors" }, { "label": "Build", @@ -14166,10 +14655,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L46", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "build", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build" + "norm_label": "build" }, { "label": "CDN", @@ -14177,10 +14666,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L27", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "cdn", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn" + "norm_label": "cdn" }, { "label": "Download", @@ -14188,10 +14677,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L11", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "download", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download" + "norm_label": "download" }, { "label": "Install", @@ -14199,10 +14688,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L9", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "install", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install" + "norm_label": "install" }, { "label": "License", @@ -14210,10 +14699,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L57", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "license", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license" + "norm_label": "license" }, { "label": "[npm](https://www.npmjs.com/package/vazirmatn)", @@ -14221,10 +14710,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L17", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "[npm](https://www.npmjs.com/package/vazirmatn)", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn" + "norm_label": "[npm](https://www.npmjs.com/package/vazirmatn)" }, { "label": "Thank you", @@ -14232,10 +14721,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L50", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "thank you", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you" + "norm_label": "thank you" }, { "label": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", @@ -14243,10 +14732,10 @@ "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", "source_location": "L1", "_origin": "ast", - "community": 105, + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "community": 107, "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "norm_label": "vazirmatn font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646" + "norm_label": "vazirmatn font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646" }, { "label": "02_ceo.md", @@ -14254,10 +14743,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L1", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "02_ceo.md", - "id": "ai_agency_agents_02_ceo" + "norm_label": "02_ceo.md" }, { "label": "1. Mode & Direction Decision", @@ -14265,10 +14754,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L17", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_1_mode_direction_decision", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "1. mode & direction decision", - "id": "ai_agency_agents_02_ceo_1_mode_direction_decision" + "norm_label": "1. mode & direction decision" }, { "label": "2. Brownfield Strategic Evaluation", @@ -14276,10 +14765,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L25", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "2. brownfield strategic evaluation", - "id": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation" + "norm_label": "2. brownfield strategic evaluation" }, { "label": "3. Risk Assessment", @@ -14287,10 +14776,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L32", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_3_risk_assessment", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "3. risk assessment", - "id": "ai_agency_agents_02_ceo_3_risk_assessment" + "norm_label": "3. risk assessment" }, { "label": "4. Forbidden Actions", @@ -14298,10 +14787,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L39", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_4_forbidden_actions", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "4. forbidden actions", - "id": "ai_agency_agents_02_ceo_4_forbidden_actions" + "norm_label": "4. forbidden actions" }, { "label": "Expected JSON Output Schema", @@ -14309,10 +14798,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L56", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_expected_json_output_schema", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_02_ceo_expected_json_output_schema" + "norm_label": "expected json output schema" }, { "label": "Operational Rules & Boundaries", @@ -14320,10 +14809,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L15", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_02_ceo_operational_rules_boundaries" + "norm_label": "operational rules & boundaries" }, { "label": "Required Output Artifacts (What files to write/update)", @@ -14331,10 +14820,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L47", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update" + "norm_label": "required output artifacts (what files to write/update)" }, { "label": "Role & Core Objective", @@ -14342,10 +14831,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L1", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_role_core_objective", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_02_ceo_role_core_objective" + "norm_label": "role & core objective" }, { "label": "Strict Input Specifications (What files to read)", @@ -14353,10 +14842,10 @@ "source_file": ".ai_agency/agents/02_ceo.md", "source_location": "L7", "_origin": "ast", - "community": 106, + "id": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read", + "community": 108, "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read" + "norm_label": "strict input specifications (what files to read)" }, { "label": "backend/README.md", @@ -14364,10 +14853,10 @@ "source_file": "backend/README.md", "source_location": "L1", "_origin": "ast", - "community": 107, + "id": "backend_readme", + "community": 109, "community_name": "backend/README.md", - "norm_label": "backend/readme.md", - "id": "backend_readme" + "norm_label": "backend/readme.md" }, { "label": "Compile and run the project", @@ -14375,10 +14864,10 @@ "source_file": "backend/README.md", "source_location": "L34", "_origin": "ast", - "community": 107, + "id": "backend_readme_compile_and_run_the_project", + "community": 109, "community_name": "backend/README.md", - "norm_label": "compile and run the project", - "id": "backend_readme_compile_and_run_the_project" + "norm_label": "compile and run the project" }, { "label": "Deployment", @@ -14386,10 +14875,10 @@ "source_file": "backend/README.md", "source_location": "L60", "_origin": "ast", - "community": 107, + "id": "backend_readme_deployment", + "community": 109, "community_name": "backend/README.md", - "norm_label": "deployment", - "id": "backend_readme_deployment" + "norm_label": "deployment" }, { "label": "Description", @@ -14397,10 +14886,10 @@ "source_file": "backend/README.md", "source_location": "L24", "_origin": "ast", - "community": 107, + "id": "backend_readme_description", + "community": 109, "community_name": "backend/README.md", - "norm_label": "description", - "id": "backend_readme_description" + "norm_label": "description" }, { "label": "License", @@ -14408,10 +14897,10 @@ "source_file": "backend/README.md", "source_location": "L96", "_origin": "ast", - "community": 107, + "id": "backend_readme_license", + "community": 109, "community_name": "backend/README.md", - "norm_label": "license", - "id": "backend_readme_license" + "norm_label": "license" }, { "label": "Project setup", @@ -14419,10 +14908,10 @@ "source_file": "backend/README.md", "source_location": "L28", "_origin": "ast", - "community": 107, + "id": "backend_readme_project_setup", + "community": 109, "community_name": "backend/README.md", - "norm_label": "project setup", - "id": "backend_readme_project_setup" + "norm_label": "project setup" }, { "label": "Resources", @@ -14430,10 +14919,10 @@ "source_file": "backend/README.md", "source_location": "L73", "_origin": "ast", - "community": 107, + "id": "backend_readme_resources", + "community": 109, "community_name": "backend/README.md", - "norm_label": "resources", - "id": "backend_readme_resources" + "norm_label": "resources" }, { "label": "Run tests", @@ -14441,10 +14930,10 @@ "source_file": "backend/README.md", "source_location": "L47", "_origin": "ast", - "community": 107, + "id": "backend_readme_run_tests", + "community": 109, "community_name": "backend/README.md", - "norm_label": "run tests", - "id": "backend_readme_run_tests" + "norm_label": "run tests" }, { "label": "Stay in touch", @@ -14452,10 +14941,10 @@ "source_file": "backend/README.md", "source_location": "L90", "_origin": "ast", - "community": 107, + "id": "backend_readme_stay_in_touch", + "community": 109, "community_name": "backend/README.md", - "norm_label": "stay in touch", - "id": "backend_readme_stay_in_touch" + "norm_label": "stay in touch" }, { "label": "Support", @@ -14463,241 +14952,10 @@ "source_file": "backend/README.md", "source_location": "L86", "_origin": "ast", - "community": 107, + "id": "backend_readme_support", + "community": 109, "community_name": "backend/README.md", - "norm_label": "support", - "id": "backend_readme_support" - }, - { - "label": "00-repository-map.md", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L1", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "00-repository-map.md", - "id": "docs_audit_00_repository_map" - }, - { - "label": "1. Active Customer Storefront: React 19 + Vite Application", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L17", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "1. active customer storefront: react 19 + vite application", - "id": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application" - }, - { - "label": "2. Active Backend Service: NestJS Application", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L23", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "2. active backend service: nestjs application", - "id": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application" - }, - { - "label": "3. Excluded Placeholder / Non-Auditable Directories", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L29", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "3. excluded placeholder / non-auditable directories", - "id": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories" - }, - { - "label": "Active Applications & Non-Auditable Scopes", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L15", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "active applications & non-auditable scopes", - "id": "docs_audit_00_repository_map_active_applications_non_auditable_scopes" - }, - { - "label": "Documentation Governance", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L61", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "documentation governance", - "id": "docs_audit_00_repository_map_documentation_governance" - }, - { - "label": "Important Configuration & Infrastructure Files", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L50", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "important configuration & infrastructure files", - "id": "docs_audit_00_repository_map_important_configuration_infrastructure_files" - }, - { - "label": "Mandatory Global Audit Exclusions", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L35", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "mandatory global audit exclusions", - "id": "docs_audit_00_repository_map_mandatory_global_audit_exclusions" - }, - { - "label": "Repository Map", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L1", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "repository map", - "id": "docs_audit_00_repository_map_repository_map" - }, - { - "label": "Repository Structure & Overview", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L3", - "_origin": "ast", - "community": 108, - "community_name": "Repository Map", - "norm_label": "repository structure & overview", - "id": "docs_audit_00_repository_map_repository_structure_overview" - }, - { - "label": "validate_integrity.js", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L1", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "validate_integrity.js", - "id": "docs_audit_validate_integrity" - }, - { - "label": "dispSum", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L16", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "dispsum", - "id": "docs_audit_validate_integrity_dispsum" - }, - { - "label": "errors", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L7", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "errors", - "id": "docs_audit_validate_integrity_errors" - }, - { - "label": "invalidNewIds", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L27", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "invalidnewids", - "id": "docs_audit_validate_integrity_invalidnewids" - }, - { - "label": "manifest", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L3", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "manifest", - "id": "docs_audit_validate_integrity_manifest" - }, - { - "label": "report", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L43", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "report", - "id": "docs_audit_validate_integrity_report" - }, - { - "label": "trackedFiles", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L4", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "trackedfiles", - "id": "docs_audit_validate_integrity_trackedfiles" - }, - { - "label": "uninspected", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L38", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "uninspected", - "id": "docs_audit_validate_integrity_uninspected" - }, - { - "label": "verifiedIndex", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L5", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "verifiedindex", - "id": "docs_audit_validate_integrity_verifiedindex" - }, - { - "label": "warnings", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L8", - "_origin": "ast", - "community": 109, - "community_name": "Integrity Validation Scripts", - "norm_label": "warnings", - "id": "docs_audit_validate_integrity_warnings" - }, - { - "label": "BackButton.tsx", - "file_type": "code", - "source_file": "frontend/application/components/BackButton.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 11, - "community_name": "PetProfile.tsx", - "norm_label": "backbutton.tsx", - "id": "frontend_application_components_backbutton" + "norm_label": "support" }, { "label": "checkout/page.tsx", @@ -14705,10 +14963,10 @@ "source_file": "frontend/application/app/checkout/page.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_app_checkout_page", "community": 11, "community_name": "UserDashboard.tsx", - "norm_label": "checkout/page.tsx", - "id": "frontend_application_app_checkout_page" + "norm_label": "checkout/page.tsx" }, { "label": "dashboard/page.tsx", @@ -14716,10 +14974,10 @@ "source_file": "frontend/application/app/dashboard/page.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_app_dashboard_page", "community": 11, "community_name": "UserDashboard.tsx", - "norm_label": "dashboard/page.tsx", - "id": "frontend_application_app_dashboard_page" + "norm_label": "dashboard/page.tsx" }, { "label": "AddressModal.tsx", @@ -14727,97 +14985,21 @@ "source_file": "frontend/application/components/AddressModal.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_addressmodal", "community": 11, "community_name": "UserDashboard.tsx", - "norm_label": "addressmodal.tsx", - "id": "frontend_application_components_addressmodal" + "norm_label": "addressmodal.tsx" }, { - "label": "DeleteConfirmModal.tsx", + "label": "BackButton.tsx", "file_type": "code", - "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_file": "frontend/application/components/BackButton.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_backbutton", "community": 11, "community_name": "UserDashboard.tsx", - "norm_label": "deleteconfirmmodal.tsx", - "id": "frontend_application_components_deleteconfirmmodal" - }, - { - "label": "SearchableSelect.tsx", - "file_type": "code", - "source_file": "frontend/application/components/SearchableSelect.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "searchableselect.tsx", - "id": "frontend_application_components_searchableselect" - }, - { - "label": "provinces.ts", - "file_type": "code", - "source_file": "frontend/application/lib/data/provinces.ts", - "source_location": "L1", - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "provinces.ts", - "id": "frontend_application_lib_data_provinces" - }, - { - "label": "IRAN_PROVINCES", - "file_type": "code", - "source_file": "frontend/application/lib/data/provinces.ts", - "source_location": "L1", - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "iran_provinces", - "id": "frontend_application_lib_data_provinces_iran_provinces" - }, - { - "label": "PROVINCE_CITIES", - "file_type": "code", - "source_file": "frontend/application/lib/data/provinces.ts", - "source_location": "L35", - "_origin": "ast", - "community": 11, - "community_name": "UserDashboard.tsx", - "norm_label": "province_cities", - "id": "frontend_application_lib_data_provinces_province_cities" - }, - { - "label": "HeaderButton.tsx", - "file_type": "code", - "source_file": "frontend/application/components/HeaderButton.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 11, - "community_name": "toPersian", - "norm_label": "headerbutton.tsx", - "id": "frontend_application_components_headerbutton" - }, - { - "label": "utils.ts", - "file_type": "code", - "source_file": "frontend/application/lib/utils.ts", - "source_location": "L1", - "_origin": "ast", - "community": 11, - "community_name": "toPersian", - "norm_label": "utils.ts", - "id": "frontend_application_lib_utils" - }, - { - "label": "verify/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/payment/verify/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 11, - "norm_label": "verify/page.tsx", - "id": "frontend_application_app_payment_verify_page" + "norm_label": "backbutton.tsx" }, { "label": "CheckoutPage.tsx", @@ -14825,9 +15007,43 @@ "source_file": "frontend/application/components/CheckoutPage.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_checkoutpage", "community": 11, - "norm_label": "checkoutpage.tsx", - "id": "frontend_application_components_checkoutpage" + "community_name": "UserDashboard.tsx", + "norm_label": "checkoutpage.tsx" + }, + { + "label": "DeleteConfirmModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_deleteconfirmmodal", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "deleteconfirmmodal.tsx" + }, + { + "label": "HeaderButton.tsx", + "file_type": "code", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_headerbutton", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "headerbutton.tsx" + }, + { + "label": "LoginModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_loginmodal", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "loginmodal.tsx" }, { "label": "OrderDetailsModal.tsx", @@ -14835,9 +15051,21 @@ "source_file": "frontend/application/components/OrderDetailsModal.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal", "community": 11, - "norm_label": "orderdetailsmodal.tsx", - "id": "frontend_application_components_orderdetailsmodal" + "community_name": "UserDashboard.tsx", + "norm_label": "orderdetailsmodal.tsx" + }, + { + "label": "SearchableSelect.tsx", + "file_type": "code", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_searchableselect", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "searchableselect.tsx" }, { "label": "TopUpModal.tsx", @@ -14845,9 +15073,10 @@ "source_file": "frontend/application/components/TopUpModal.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_topupmodal", "community": 11, - "norm_label": "topupmodal.tsx", - "id": "frontend_application_components_topupmodal" + "community_name": "UserDashboard.tsx", + "norm_label": "topupmodal.tsx" }, { "label": "PRESET_AMOUNTS", @@ -14855,9 +15084,10 @@ "source_file": "frontend/application/components/TopUpModal.tsx", "source_location": "L17", "_origin": "ast", + "id": "frontend_application_components_topupmodal_preset_amounts", "community": 11, - "norm_label": "preset_amounts", - "id": "frontend_application_components_topupmodal_preset_amounts" + "community_name": "UserDashboard.tsx", + "norm_label": "preset_amounts" }, { "label": "UserDashboard.tsx", @@ -14865,9 +15095,43 @@ "source_file": "frontend/application/components/UserDashboard.tsx", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_components_userdashboard", "community": 11, - "norm_label": "userdashboard.tsx", - "id": "frontend_application_components_userdashboard" + "community_name": "UserDashboard.tsx", + "norm_label": "userdashboard.tsx" + }, + { + "label": "provinces.ts", + "file_type": "code", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_data_provinces", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "provinces.ts" + }, + { + "label": "IRAN_PROVINCES", + "file_type": "code", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_data_provinces_iran_provinces", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "iran_provinces" + }, + { + "label": "PROVINCE_CITIES", + "file_type": "code", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L35", + "_origin": "ast", + "id": "frontend_application_lib_data_provinces_province_cities", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "province_cities" }, { "label": "ticketService.ts", @@ -14875,9 +15139,10 @@ "source_file": "frontend/application/lib/services/ticketService.ts", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice", "community": 11, - "norm_label": "ticketservice.ts", - "id": "frontend_application_lib_services_ticketservice" + "community_name": "UserDashboard.tsx", + "norm_label": "ticketservice.ts" }, { "label": "ticketService", @@ -14885,9 +15150,241 @@ "source_file": "frontend/application/lib/services/ticketService.ts", "source_location": "L43", "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice_ticketservice", "community": 11, - "norm_label": "ticketservice", - "id": "frontend_application_lib_services_ticketservice_ticketservice" + "community_name": "UserDashboard.tsx", + "norm_label": "ticketservice" + }, + { + "label": "utils.ts", + "file_type": "code", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_utils", + "community": 11, + "community_name": "UserDashboard.tsx", + "norm_label": "utils.ts" + }, + { + "label": "00-repository-map.md", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_00_repository_map", + "community": 110, + "community_name": "Repository Map", + "norm_label": "00-repository-map.md" + }, + { + "label": "1. Active Customer Storefront: React 19 + Vite Application", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L17", + "_origin": "ast", + "id": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application", + "community": 110, + "community_name": "Repository Map", + "norm_label": "1. active customer storefront: react 19 + vite application" + }, + { + "label": "2. Active Backend Service: NestJS Application", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L23", + "_origin": "ast", + "id": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", + "community": 110, + "community_name": "Repository Map", + "norm_label": "2. active backend service: nestjs application" + }, + { + "label": "3. Excluded Placeholder / Non-Auditable Directories", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L29", + "_origin": "ast", + "id": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories", + "community": 110, + "community_name": "Repository Map", + "norm_label": "3. excluded placeholder / non-auditable directories" + }, + { + "label": "Active Applications & Non-Auditable Scopes", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "community": 110, + "community_name": "Repository Map", + "norm_label": "active applications & non-auditable scopes" + }, + { + "label": "Documentation Governance", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L61", + "_origin": "ast", + "id": "docs_audit_00_repository_map_documentation_governance", + "community": 110, + "community_name": "Repository Map", + "norm_label": "documentation governance" + }, + { + "label": "Important Configuration & Infrastructure Files", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L50", + "_origin": "ast", + "id": "docs_audit_00_repository_map_important_configuration_infrastructure_files", + "community": 110, + "community_name": "Repository Map", + "norm_label": "important configuration & infrastructure files" + }, + { + "label": "Mandatory Global Audit Exclusions", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L35", + "_origin": "ast", + "id": "docs_audit_00_repository_map_mandatory_global_audit_exclusions", + "community": 110, + "community_name": "Repository Map", + "norm_label": "mandatory global audit exclusions" + }, + { + "label": "Repository Map", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_00_repository_map_repository_map", + "community": 110, + "community_name": "Repository Map", + "norm_label": "repository map" + }, + { + "label": "Repository Structure & Overview", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_00_repository_map_repository_structure_overview", + "community": 110, + "community_name": "Repository Map", + "norm_label": "repository structure & overview" + }, + { + "label": "validate_integrity.js", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_validate_integrity", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "validate_integrity.js" + }, + { + "label": "dispSum", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L16", + "_origin": "ast", + "id": "docs_audit_validate_integrity_dispsum", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "dispsum" + }, + { + "label": "errors", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L7", + "_origin": "ast", + "id": "docs_audit_validate_integrity_errors", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "errors" + }, + { + "label": "invalidNewIds", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_validate_integrity_invalidnewids", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "invalidnewids" + }, + { + "label": "manifest", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_validate_integrity_manifest", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "manifest" + }, + { + "label": "report", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_validate_integrity_report", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "report" + }, + { + "label": "trackedFiles", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L4", + "_origin": "ast", + "id": "docs_audit_validate_integrity_trackedfiles", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "trackedfiles" + }, + { + "label": "uninspected", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L38", + "_origin": "ast", + "id": "docs_audit_validate_integrity_uninspected", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "uninspected" + }, + { + "label": "verifiedIndex", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_validate_integrity_verifiedindex", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "verifiedindex" + }, + { + "label": "warnings", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_validate_integrity_warnings", + "community": 111, + "community_name": "validate_integrity.js", + "norm_label": "warnings" }, { "label": "admin-panel/package.json", @@ -14895,10 +15392,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L1", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "admin-panel/package.json", - "id": "frontend_admin_panel_package" + "id": "frontend_admin_panel_package", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "admin-panel/package.json" }, { "label": "name", @@ -14906,10 +15403,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L2", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "name", - "id": "frontend_admin_panel_package_name" + "id": "frontend_admin_panel_package_name", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "name" }, { "label": "private", @@ -14917,10 +15414,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L3", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "private", - "id": "frontend_admin_panel_package_private" + "id": "frontend_admin_panel_package_private", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "private" }, { "label": "scripts", @@ -14928,10 +15425,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L6", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "scripts", - "id": "frontend_admin_panel_package_scripts" + "id": "frontend_admin_panel_package_scripts", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "scripts" }, { "label": "build", @@ -14939,10 +15436,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L8", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "build", - "id": "frontend_admin_panel_package_scripts_build" + "id": "frontend_admin_panel_package_scripts_build", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "build" }, { "label": "dev", @@ -14950,10 +15447,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L7", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "dev", - "id": "frontend_admin_panel_package_scripts_dev" + "id": "frontend_admin_panel_package_scripts_dev", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "dev" }, { "label": "lint", @@ -14961,10 +15458,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L9", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "lint", - "id": "frontend_admin_panel_package_scripts_lint" + "id": "frontend_admin_panel_package_scripts_lint", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "lint" }, { "label": "preview", @@ -14972,10 +15469,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L10", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "preview", - "id": "frontend_admin_panel_package_scripts_preview" + "id": "frontend_admin_panel_package_scripts_preview", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "preview" }, { "label": "type", @@ -14983,10 +15480,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L5", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "type", - "id": "frontend_admin_panel_package_type" + "id": "frontend_admin_panel_package_type", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "type" }, { "label": "version", @@ -14994,10 +15491,10 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L4", "_origin": "ast", - "community": 110, - "community_name": "Admin Panel Package Config", - "norm_label": "version", - "id": "frontend_admin_panel_package_version" + "id": "frontend_admin_panel_package_version", + "community": 112, + "community_name": "admin-panel/package.json", + "norm_label": "version" }, { "label": "admin-panel/public/fonts/sahel-font-v3.4.0/README.md", @@ -15005,10 +15502,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L1", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/readme.md", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme" + "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/readme.md" }, { "label": "Arch Linux", @@ -15016,10 +15513,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L119", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "arch linux", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux" + "norm_label": "arch linux" }, { "label": "Contributors", @@ -15027,10 +15524,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L127", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "contributors", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors" + "norm_label": "contributors" }, { "label": "Install", @@ -15038,10 +15535,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L103", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "install", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install" + "norm_label": "install" }, { "label": "Known problems for variable version", @@ -15049,10 +15546,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L14", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "known problems for variable version", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version" + "norm_label": "known problems for variable version" }, { "label": "License", @@ -15060,10 +15557,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L131", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "license", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license" + "norm_label": "license" }, { "label": "Sahel-Font", @@ -15071,10 +15568,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L1", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "sahel-font", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font" + "norm_label": "sahel-font" }, { "label": "To Do (variable)", @@ -15082,10 +15579,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L17", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "to do (variable)", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable" + "norm_label": "to do (variable)" }, { "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable", @@ -15093,10 +15590,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L83", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable" + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable" }, { "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", @@ -15104,40 +15601,10 @@ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L24", "_origin": "ast", - "community": 111, + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "community": 113, "community_name": "Sahel-Font", - "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" - }, - { - "label": "Reports.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reports.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 112, - "norm_label": "reports.tsx", - "id": "frontend_admin_panel_src_pages_reports" - }, - { - "label": "COLORS", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reports.tsx", - "source_location": "L10", - "_origin": "ast", - "community": 112, - "norm_label": "colors", - "id": "frontend_admin_panel_src_pages_reports_colors" - }, - { - "label": "Reports", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L16", - "_origin": "ast", - "community": 112, - "norm_label": "reports", - "id": "frontend_admin_panel_src_routes_adminroutes_reports" + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628" }, { "label": "application/public/fonts/sahel-font-v3.4.0/README.md", @@ -15145,10 +15612,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L1", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "application/public/fonts/sahel-font-v3.4.0/readme.md", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme" + "norm_label": "application/public/fonts/sahel-font-v3.4.0/readme.md" }, { "label": "Arch Linux", @@ -15156,10 +15623,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L119", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "arch linux", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux" + "norm_label": "arch linux" }, { "label": "Contributors", @@ -15167,10 +15634,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L127", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "contributors", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors" + "norm_label": "contributors" }, { "label": "Install", @@ -15178,10 +15645,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L103", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "install", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install" + "norm_label": "install" }, { "label": "Known problems for variable version", @@ -15189,10 +15656,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L14", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "known problems for variable version", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version" + "norm_label": "known problems for variable version" }, { "label": "License", @@ -15200,10 +15667,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L131", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "license", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license" + "norm_label": "license" }, { "label": "Sahel-Font", @@ -15211,10 +15678,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L1", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "sahel-font", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font" + "norm_label": "sahel-font" }, { "label": "To Do (variable)", @@ -15222,10 +15689,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L17", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "to do (variable)", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable" + "norm_label": "to do (variable)" }, { "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable", @@ -15233,10 +15700,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L83", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable" + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable" }, { "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", @@ -15244,10 +15711,10 @@ "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", "source_location": "L24", "_origin": "ast", - "community": 113, + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "community": 114, "community_name": "Sahel-Font", - "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628" }, { "label": "00_intake.md", @@ -15255,10 +15722,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L1", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "00_intake.md", - "id": "ai_agency_agents_00_intake" + "norm_label": "00_intake.md" }, { "label": "1. Ask \u2014 Don't Assume", @@ -15266,10 +15733,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L30", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake_1_ask_don_t_assume", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "1. ask \u2014 don't assume", - "id": "ai_agency_agents_00_intake_1_ask_don_t_assume" + "norm_label": "1. ask \u2014 don't assume" }, { "label": "2. Forbidden Actions", @@ -15277,10 +15744,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L58", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake_2_forbidden_actions", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "2. forbidden actions", - "id": "ai_agency_agents_00_intake_2_forbidden_actions" + "norm_label": "2. forbidden actions" }, { "label": "Brownfield Detection", @@ -15288,10 +15755,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L17", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake_brownfield_detection", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "brownfield detection", - "id": "ai_agency_agents_00_intake_brownfield_detection" + "norm_label": "brownfield detection" }, { "label": "Expected JSON Output Schema", @@ -15299,10 +15766,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L105", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake_expected_json_output_schema", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_00_intake_expected_json_output_schema" + "norm_label": "expected json output schema" }, { "label": "Operational Rules & Boundaries", @@ -15310,10 +15777,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L28", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake_operational_rules_boundaries", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_00_intake_operational_rules_boundaries" + "norm_label": "operational rules & boundaries" }, { "label": "Required Output Artifacts (What files to write/update)", @@ -15321,10 +15788,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L65", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update" + "norm_label": "required output artifacts (what files to write/update)" }, { "label": "Role & Core Objective", @@ -15332,10 +15799,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L1", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake_role_core_objective", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "role & core objective", - "id": "ai_agency_agents_00_intake_role_core_objective" + "norm_label": "role & core objective" }, { "label": "Strict Input Specifications (What files to read)", @@ -15343,10 +15810,10 @@ "source_file": ".ai_agency/agents/00_intake.md", "source_location": "L9", "_origin": "ast", - "community": 114, + "id": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read", + "community": 115, "community_name": "Role & Core Objective", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read" + "norm_label": "strict input specifications (what files to read)" }, { "label": "orchestrate.py", @@ -15354,10 +15821,10 @@ "source_file": ".ai_agency/orchestrate.py", "source_location": "L1", "_origin": "ast", - "community": 115, - "community_name": "Task Orchestration Scripts", - "norm_label": "orchestrate.py", - "id": "ai_agency_orchestrate" + "id": "ai_agency_orchestrate", + "community": 116, + "community_name": "orchestrate.py", + "norm_label": "orchestrate.py" }, { "label": "backend/package.json", @@ -15365,10 +15832,10 @@ "source_file": "backend/package.json", "source_location": "L1", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "backend/package.json", - "id": "backend_package" + "id": "backend_package", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "backend/package.json" }, { "label": "author", @@ -15376,10 +15843,10 @@ "source_file": "backend/package.json", "source_location": "L5", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "author", - "id": "backend_package_author" + "id": "backend_package_author", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "author" }, { "label": "description", @@ -15387,10 +15854,10 @@ "source_file": "backend/package.json", "source_location": "L4", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "description", - "id": "backend_package_description" + "id": "backend_package_description", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "description" }, { "label": "license", @@ -15398,10 +15865,10 @@ "source_file": "backend/package.json", "source_location": "L7", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "license", - "id": "backend_package_license" + "id": "backend_package_license", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "license" }, { "label": "name", @@ -15409,10 +15876,10 @@ "source_file": "backend/package.json", "source_location": "L2", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "name", - "id": "backend_package_name" + "id": "backend_package_name", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "name" }, { "label": "prisma", @@ -15420,10 +15887,10 @@ "source_file": "backend/package.json", "source_location": "L93", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "prisma", - "id": "backend_package_prisma" + "id": "backend_package_prisma", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "prisma" }, { "label": "seed", @@ -15431,10 +15898,10 @@ "source_file": "backend/package.json", "source_location": "L94", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "seed", - "id": "backend_package_prisma_seed" + "id": "backend_package_prisma_seed", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "seed" }, { "label": "private", @@ -15442,10 +15909,10 @@ "source_file": "backend/package.json", "source_location": "L6", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "private", - "id": "backend_package_private" + "id": "backend_package_private", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "private" }, { "label": "version", @@ -15453,10 +15920,10 @@ "source_file": "backend/package.json", "source_location": "L3", "_origin": "ast", - "community": 116, - "community_name": "Backend Package Config", - "norm_label": "version", - "id": "backend_package_version" + "id": "backend_package_version", + "community": 117, + "community_name": "backend/package.json", + "norm_label": "version" }, { "label": "exports.md", @@ -15464,10 +15931,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L1", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "exports.md", - "id": "claude_skills_graphify_references_exports" + "norm_label": "exports.md" }, { "label": "graphify reference: extra exports and benchmark", @@ -15475,10 +15942,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L1", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "graphify reference: extra exports and benchmark", - "id": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark" + "norm_label": "graphify reference: extra exports and benchmark" }, { "label": "Step 6b - Wiki (only if --wiki flag)", @@ -15486,10 +15953,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L5", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "step 6b - wiki (only if --wiki flag)", - "id": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag" + "norm_label": "step 6b - wiki (only if --wiki flag)" }, { "label": "Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag)", @@ -15497,10 +15964,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L15", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "step 7 - neo4j export (only if --neo4j or --neo4j-push flag)", - "id": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag" + "norm_label": "step 7 - neo4j export (only if --neo4j or --neo4j-push flag)" }, { "label": "Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag)", @@ -15508,10 +15975,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L31", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "step 7a - falkordb export (only if --falkordb or --falkordb-push flag)", - "id": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag" + "norm_label": "step 7a - falkordb export (only if --falkordb or --falkordb-push flag)" }, { "label": "Step 7b - SVG export (only if --svg flag)", @@ -15519,10 +15986,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L47", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "step 7b - svg export (only if --svg flag)", - "id": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag" + "norm_label": "step 7b - svg export (only if --svg flag)" }, { "label": "Step 7c - GraphML export (only if --graphml flag)", @@ -15530,10 +15997,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L53", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "step 7c - graphml export (only if --graphml flag)", - "id": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag" + "norm_label": "step 7c - graphml export (only if --graphml flag)" }, { "label": "Step 7d - MCP server (only if --mcp flag)", @@ -15541,10 +16008,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L59", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "step 7d - mcp server (only if --mcp flag)", - "id": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag" + "norm_label": "step 7d - mcp server (only if --mcp flag)" }, { "label": "Step 8 - Token reduction benchmark (only if total_words > 5000)", @@ -15552,10 +16019,10 @@ "source_file": ".claude/skills/graphify/references/exports.md", "source_location": "L79", "_origin": "ast", - "community": 117, + "id": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000", + "community": 118, "community_name": "graphify reference: extra exports and benchmark", - "norm_label": "step 8 - token reduction benchmark (only if total_words > 5000)", - "id": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000" + "norm_label": "step 8 - token reduction benchmark (only if total_words > 5000)" }, { "label": "21-phase2-quality-gate-summary.md", @@ -15563,10 +16030,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L1", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "21-phase2-quality-gate-summary.md", - "id": "docs_audit_21_phase2_quality_gate_summary" + "norm_label": "21-phase2-quality-gate-summary.md" }, { "label": "1. Executive Summary", @@ -15574,10 +16041,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L3", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "1. executive summary", - "id": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary" + "norm_label": "1. executive summary" }, { "label": "2. Final Verified Finding Breakdown", @@ -15585,10 +16052,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L16", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "2. final verified finding breakdown", - "id": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown" + "norm_label": "2. final verified finding breakdown" }, { "label": "3. Source Coverage & Diagnostic Metrics", @@ -15596,10 +16063,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L31", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "3. source coverage & diagnostic metrics", - "id": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics" + "norm_label": "3. source coverage & diagnostic metrics" }, { "label": "4. Integrity Check & Quality Gate Status", @@ -15607,10 +16074,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L40", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "4. integrity check & quality gate status", - "id": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status" + "norm_label": "4. integrity check & quality gate status" }, { "label": "5. Exact Next Recommended Phase", @@ -15618,10 +16085,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L47", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "5. exact next recommended phase", - "id": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase" + "norm_label": "5. exact next recommended phase" }, { "label": "By Confidence", @@ -15629,10 +16096,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L25", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary_by_confidence", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "by confidence", - "id": "docs_audit_21_phase2_quality_gate_summary_by_confidence" + "norm_label": "by confidence" }, { "label": "By Severity", @@ -15640,10 +16107,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L18", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary_by_severity", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "by severity", - "id": "docs_audit_21_phase2_quality_gate_summary_by_severity" + "norm_label": "by severity" }, { "label": "Phase 2 Final Quality Gate Summary Report", @@ -15651,109 +16118,10 @@ "source_file": "docs/audit/21-phase2-quality-gate-summary.md", "source_location": "L1", "_origin": "ast", - "community": 118, + "id": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "community": 119, "community_name": "Phase 2 Final Quality Gate Summary Report", - "norm_label": "phase 2 final quality gate summary report", - "id": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report" - }, - { - "label": "phase3.1-change-log.md", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L1", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "phase3.1-change-log.md", - "id": "docs_audit_phase3_1_change_log" - }, - { - "label": "1. `TASK-AUTH-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L10", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "1. `task-auth-001`", - "id": "docs_audit_phase3_1_change_log_1_task_auth_001" - }, - { - "label": "2. `TASK-FIN-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L19", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "2. `task-fin-001`", - "id": "docs_audit_phase3_1_change_log_2_task_fin_001" - }, - { - "label": "3. `DECISION-002`", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L28", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "3. `decision-002`", - "id": "docs_audit_phase3_1_change_log_3_decision_002" - }, - { - "label": "4. `TASK-VERIFY-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L37", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "4. `task-verify-001`", - "id": "docs_audit_phase3_1_change_log_4_task_verify_001" - }, - { - "label": "5. `TASK-SEC-001` & `TASK-SEC-002`", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L46", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "5. `task-sec-001` & `task-sec-002`", - "id": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002" - }, - { - "label": "6. `TASK-BUILD-001` & Execution Waves", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L55", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "6. `task-build-001` & execution waves", - "id": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves" - }, - { - "label": "Phase 3.1 \u2014 Master Task Backlog Change Log", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L1", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "phase 3.1 \u2014 master task backlog change log", - "id": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log" - }, - { - "label": "Task Modifications Log", - "file_type": "document", - "source_file": "docs/audit/phase3.1-change-log.md", - "source_location": "L8", - "_origin": "ast", - "community": 119, - "community_name": "Task Modifications Log", - "norm_label": "task modifications log", - "id": "docs_audit_phase3_1_change_log_task_modifications_log" + "norm_label": "phase 2 final quality gate summary report" }, { "label": "create-video.dto.ts", @@ -15761,10 +16129,10 @@ "source_file": "backend/src/videos/dto/create-video.dto.ts", "source_location": "L1", "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "create-video.dto.ts", - "id": "backend_src_videos_dto_create_video_dto" + "norm_label": "create-video.dto.ts" }, { "label": "ApiProperty", @@ -15772,10 +16140,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_apiproperty", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "apiproperty", - "id": "backend_src_videos_dto_create_video_dto_ts_apiproperty" + "norm_label": "apiproperty" }, { "label": "ApiPropertyOptional", @@ -15783,10 +16151,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional" + "norm_label": "apipropertyoptional" }, { "label": "IsBoolean", @@ -15794,10 +16162,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_isboolean", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "isboolean", - "id": "backend_src_videos_dto_create_video_dto_ts_isboolean" + "norm_label": "isboolean" }, { "label": "IsNotEmpty", @@ -15805,10 +16173,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_isnotempty", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "isnotempty", - "id": "backend_src_videos_dto_create_video_dto_ts_isnotempty" + "norm_label": "isnotempty" }, { "label": "IsOptional", @@ -15816,10 +16184,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_isoptional", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "isoptional", - "id": "backend_src_videos_dto_create_video_dto_ts_isoptional" + "norm_label": "isoptional" }, { "label": "IsString", @@ -15827,54 +16195,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_isstring", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "isstring", - "id": "backend_src_videos_dto_create_video_dto_ts_isstring" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional" - }, - { - "label": "IsBoolean", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "isboolean", - "id": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "isoptional", - "id": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional" - }, - { - "label": "videos.controller.ts", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "videos.controller.ts", - "id": "backend_src_videos_videos_controller" + "norm_label": "isstring" }, { "label": "ApiBearerAuth", @@ -15882,10 +16206,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_apibearerauth", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "apibearerauth", - "id": "backend_src_videos_videos_controller_ts_apibearerauth" + "norm_label": "apibearerauth" }, { "label": "ApiOperation", @@ -15893,10 +16217,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_apioperation", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "apioperation", - "id": "backend_src_videos_videos_controller_ts_apioperation" + "norm_label": "apioperation" }, { "label": "ApiQuery", @@ -15904,10 +16228,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_apiquery", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "apiquery", - "id": "backend_src_videos_videos_controller_ts_apiquery" + "norm_label": "apiquery" }, { "label": "ApiTags", @@ -15915,10 +16239,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_apitags", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "apitags", - "id": "backend_src_videos_videos_controller_ts_apitags" + "norm_label": "apitags" }, { "label": "Body", @@ -15926,10 +16250,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_body", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "body", - "id": "backend_src_videos_videos_controller_ts_body" + "norm_label": "body" }, { "label": "Controller", @@ -15937,10 +16261,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_controller", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "controller", - "id": "backend_src_videos_videos_controller_ts_controller" + "norm_label": "controller" }, { "label": "Delete", @@ -15948,10 +16272,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_delete", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "delete", - "id": "backend_src_videos_videos_controller_ts_delete" + "norm_label": "delete" }, { "label": "Get", @@ -15959,10 +16283,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_get", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "get", - "id": "backend_src_videos_videos_controller_ts_get" + "norm_label": "get" }, { "label": "Param", @@ -15970,10 +16294,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_param", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "param", - "id": "backend_src_videos_videos_controller_ts_param" + "norm_label": "param" }, { "label": "Post", @@ -15981,10 +16305,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_post", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "post", - "id": "backend_src_videos_videos_controller_ts_post" + "norm_label": "post" }, { "label": "Put", @@ -15992,10 +16316,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_put", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "put", - "id": "backend_src_videos_videos_controller_ts_put" + "norm_label": "put" }, { "label": "Query", @@ -16003,10 +16327,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_query", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "query", - "id": "backend_src_videos_videos_controller_ts_query" + "norm_label": "query" }, { "label": "UseGuards", @@ -16014,10 +16338,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_useguards", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "useguards", - "id": "backend_src_videos_videos_controller_ts_useguards" + "norm_label": "useguards" }, { "label": "Injectable", @@ -16025,32 +16349,109 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_videos_videos_service_ts_injectable", "community": 12, "community_name": "CreateVideoDto", - "norm_label": "injectable", - "id": "backend_src_videos_videos_service_ts_injectable" + "norm_label": "injectable" }, { - "label": "Transform", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 12, - "community_name": "CreateVideoDto", - "norm_label": "transform", - "id": "transform" - }, - { - "label": "get-videos-query.dto.ts", - "file_type": "code", - "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "label": "phase3.1-change-log.md", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", "source_location": "L1", "_origin": "ast", - "community": 12, - "community_name": "PaginationDto", - "norm_label": "get-videos-query.dto.ts", - "id": "backend_src_videos_dto_get_videos_query_dto" + "id": "docs_audit_phase3_1_change_log", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "phase3.1-change-log.md" + }, + { + "label": "1. `TASK-AUTH-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_1_task_auth_001", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "1. `task-auth-001`" + }, + { + "label": "2. `TASK-FIN-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L19", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_2_task_fin_001", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "2. `task-fin-001`" + }, + { + "label": "3. `DECISION-002`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_3_decision_002", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "3. `decision-002`" + }, + { + "label": "4. `TASK-VERIFY-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L37", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_4_task_verify_001", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "4. `task-verify-001`" + }, + { + "label": "5. `TASK-SEC-001` & `TASK-SEC-002`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "5. `task-sec-001` & `task-sec-002`" + }, + { + "label": "6. `TASK-BUILD-001` & Execution Waves", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L55", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "6. `task-build-001` & execution waves" + }, + { + "label": "Phase 3.1 \u2014 Master Task Backlog Change Log", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "phase 3.1 \u2014 master task backlog change log" + }, + { + "label": "Task Modifications Log", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_task_modifications_log", + "community": 120, + "community_name": "Task Modifications Log", + "norm_label": "task modifications log" }, { "label": "shabnam-font-v5.0.1/README.md", @@ -16058,10 +16459,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L1", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme", + "community": 121, "community_name": "Install", - "norm_label": "shabnam-font-v5.0.1/readme.md", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme" + "norm_label": "shabnam-font-v5.0.1/readme.md" }, { "label": "Arch Linux", @@ -16069,10 +16470,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L110", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux", + "community": 121, "community_name": "Install", - "norm_label": "arch linux", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux" + "norm_label": "arch linux" }, { "label": "bower", @@ -16080,10 +16481,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L80", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower", + "community": 121, "community_name": "Install", - "norm_label": "bower", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower" + "norm_label": "bower" }, { "label": "Install", @@ -16091,10 +16492,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L76", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "community": 121, "community_name": "Install", - "norm_label": "install", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install" + "norm_label": "install" }, { "label": "npm", @@ -16102,10 +16503,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L86", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm", + "community": 121, "community_name": "Install", - "norm_label": "npm", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm" + "norm_label": "npm" }, { "label": "Shabnam Font", @@ -16113,10 +16514,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L1", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "community": 121, "community_name": "Install", - "norm_label": "shabnam font", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font" + "norm_label": "shabnam font" }, { "label": "yarn", @@ -16124,10 +16525,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L91", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn", + "community": 121, "community_name": "Install", - "norm_label": "yarn", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn" + "norm_label": "yarn" }, { "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:", @@ -16135,10 +16536,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L17", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "community": 121, "community_name": "Install", - "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:" }, { "label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 Sample:", @@ -16146,10 +16547,10 @@ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", "source_location": "L14", "_origin": "ast", - "community": 120, + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample", + "community": 121, "community_name": "Install", - "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 sample:", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample" + "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 sample:" }, { "label": "ErrorBoundary.tsx", @@ -16157,10 +16558,10 @@ "source_file": "frontend/application/components/ErrorBoundary.tsx", "source_location": "L1", "_origin": "ast", - "community": 121, - "community_name": "React Error Boundary", - "norm_label": "errorboundary.tsx", - "id": "frontend_application_components_errorboundary" + "id": "frontend_application_components_errorboundary", + "community": 122, + "community_name": "ErrorBoundary", + "norm_label": "errorboundary.tsx" }, { "label": "application/package.json", @@ -16168,10 +16569,10 @@ "source_file": "frontend/application/package.json", "source_location": "L1", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "application/package.json", - "id": "frontend_application_package" + "id": "frontend_application_package", + "community": 123, + "community_name": "application/package.json", + "norm_label": "application/package.json" }, { "label": "name", @@ -16179,10 +16580,10 @@ "source_file": "frontend/application/package.json", "source_location": "L2", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "name", - "id": "frontend_application_package_name" + "id": "frontend_application_package_name", + "community": 123, + "community_name": "application/package.json", + "norm_label": "name" }, { "label": "private", @@ -16190,10 +16591,10 @@ "source_file": "frontend/application/package.json", "source_location": "L4", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "private", - "id": "frontend_application_package_private" + "id": "frontend_application_package_private", + "community": 123, + "community_name": "application/package.json", + "norm_label": "private" }, { "label": "scripts", @@ -16201,10 +16602,10 @@ "source_file": "frontend/application/package.json", "source_location": "L5", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "scripts", - "id": "frontend_application_package_scripts" + "id": "frontend_application_package_scripts", + "community": 123, + "community_name": "application/package.json", + "norm_label": "scripts" }, { "label": "build", @@ -16212,10 +16613,10 @@ "source_file": "frontend/application/package.json", "source_location": "L7", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "build", - "id": "frontend_application_package_scripts_build" + "id": "frontend_application_package_scripts_build", + "community": 123, + "community_name": "application/package.json", + "norm_label": "build" }, { "label": "dev", @@ -16223,10 +16624,10 @@ "source_file": "frontend/application/package.json", "source_location": "L6", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "dev", - "id": "frontend_application_package_scripts_dev" + "id": "frontend_application_package_scripts_dev", + "community": 123, + "community_name": "application/package.json", + "norm_label": "dev" }, { "label": "lint", @@ -16234,10 +16635,10 @@ "source_file": "frontend/application/package.json", "source_location": "L9", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "lint", - "id": "frontend_application_package_scripts_lint" + "id": "frontend_application_package_scripts_lint", + "community": 123, + "community_name": "application/package.json", + "norm_label": "lint" }, { "label": "start", @@ -16245,10 +16646,10 @@ "source_file": "frontend/application/package.json", "source_location": "L8", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "start", - "id": "frontend_application_package_scripts_start" + "id": "frontend_application_package_scripts_start", + "community": 123, + "community_name": "application/package.json", + "norm_label": "start" }, { "label": "version", @@ -16256,20 +16657,10 @@ "source_file": "frontend/application/package.json", "source_location": "L3", "_origin": "ast", - "community": 122, - "community_name": "Application Package Config", - "norm_label": "version", - "id": "frontend_application_package_version" - }, - { - "label": "generate-openapi.js", - "file_type": "code", - "source_file": "backend/scripts/generate-openapi.js", - "source_location": "L1", - "_origin": "ast", + "id": "frontend_application_package_version", "community": 123, - "norm_label": "generate-openapi.js", - "id": "backend_scripts_generate_openapi" + "community_name": "application/package.json", + "norm_label": "version" }, { "label": "app_module_1", @@ -16277,9 +16668,10 @@ "source_file": "backend/scripts/generate-openapi.js", "source_location": "L37", "_origin": "ast", - "community": 123, - "norm_label": "app_module_1", - "id": "backend_scripts_generate_openapi_app_module_1" + "id": "backend_scripts_generate_openapi_app_module_1", + "community": 124, + "community_name": "generate-openapi.js", + "norm_label": "app_module_1" }, { "label": "core_1", @@ -16287,9 +16679,10 @@ "source_file": "backend/scripts/generate-openapi.js", "source_location": "L36", "_origin": "ast", - "community": 123, - "norm_label": "core_1", - "id": "backend_scripts_generate_openapi_core_1" + "id": "backend_scripts_generate_openapi_core_1", + "community": 124, + "community_name": "generate-openapi.js", + "norm_label": "core_1" }, { "label": "fs", @@ -16297,9 +16690,21 @@ "source_file": "backend/scripts/generate-openapi.js", "source_location": "L39", "_origin": "ast", - "community": 123, - "norm_label": "fs", - "id": "backend_scripts_generate_openapi_fs" + "id": "backend_scripts_generate_openapi_fs", + "community": 124, + "community_name": "generate-openapi.js", + "norm_label": "fs" + }, + { + "label": "generate-openapi.js", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L1", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "community": 124, + "community_name": "generate-openapi.js", + "norm_label": "generate-openapi.js" }, { "label": "path", @@ -16307,9 +16712,10 @@ "source_file": "backend/scripts/generate-openapi.js", "source_location": "L40", "_origin": "ast", - "community": 123, - "norm_label": "path", - "id": "backend_scripts_generate_openapi_path" + "id": "backend_scripts_generate_openapi_path", + "community": 124, + "community_name": "generate-openapi.js", + "norm_label": "path" }, { "label": "swagger_1", @@ -16317,9 +16723,10 @@ "source_file": "backend/scripts/generate-openapi.js", "source_location": "L38", "_origin": "ast", - "community": 123, - "norm_label": "swagger_1", - "id": "backend_scripts_generate_openapi_swagger_1" + "id": "backend_scripts_generate_openapi_swagger_1", + "community": 124, + "community_name": "generate-openapi.js", + "norm_label": "swagger_1" }, { "label": "yaml", @@ -16327,64 +16734,10 @@ "source_file": "backend/scripts/generate-openapi.js", "source_location": "L41", "_origin": "ast", - "community": 123, - "norm_label": "yaml", - "id": "backend_scripts_generate_openapi_yaml" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", + "id": "backend_scripts_generate_openapi_yaml", "community": 124, - "community_name": "InitiatePaymentDto", - "norm_label": "apiproperty", - "id": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 124, - "community_name": "InitiatePaymentDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 124, - "community_name": "InitiatePaymentDto", - "norm_label": "isnotempty", - "id": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 124, - "community_name": "InitiatePaymentDto", - "norm_label": "isoptional", - "id": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 124, - "community_name": "InitiatePaymentDto", - "norm_label": "isstring", - "id": "backend_src_payment_dto_initiate_payment_dto_ts_isstring" + "community_name": "generate-openapi.js", + "norm_label": "yaml" }, { "label": "initiate-payment.dto.ts", @@ -16392,9 +16745,21 @@ "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", "source_location": "L1", "_origin": "ast", - "community": 124, - "norm_label": "initiate-payment.dto.ts", - "id": "backend_src_payment_dto_initiate_payment_dto" + "id": "backend_src_payment_dto_initiate_payment_dto", + "community": 125, + "community_name": "InitiatePaymentDto", + "norm_label": "initiate-payment.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "community": 125, + "community_name": "InitiatePaymentDto", + "norm_label": "apiproperty" }, { "label": "ApiPropertyOptional", @@ -16402,32 +16767,21 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", "community": 125, - "community_name": "SmsLogQueryDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional" + "community_name": "InitiatePaymentDto", + "norm_label": "apipropertyoptional" }, { - "label": "IsIn", + "label": "IsNotEmpty", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", "community": 125, - "community_name": "SmsLogQueryDto", - "norm_label": "isin", - "id": "backend_src_settings_dto_sms_log_query_dto_ts_isin" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 125, - "community_name": "SmsLogQueryDto", - "norm_label": "isnumber", - "id": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber" + "community_name": "InitiatePaymentDto", + "norm_label": "isnotempty" }, { "label": "IsOptional", @@ -16435,10 +16789,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", "community": 125, - "community_name": "SmsLogQueryDto", - "norm_label": "isoptional", - "id": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional" + "community_name": "InitiatePaymentDto", + "norm_label": "isoptional" }, { "label": "IsString", @@ -16446,21 +16800,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", "community": 125, - "community_name": "SmsLogQueryDto", - "norm_label": "isstring", - "id": "backend_src_settings_dto_sms_log_query_dto_ts_isstring" - }, - { - "label": "Type", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 125, - "community_name": "SmsLogQueryDto", - "norm_label": "type", - "id": "backend_src_settings_dto_sms_log_query_dto_ts_type" + "community_name": "InitiatePaymentDto", + "norm_label": "isstring" }, { "label": "sms-log-query.dto.ts", @@ -16468,64 +16811,76 @@ "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", "source_location": "L1", "_origin": "ast", - "community": 125, - "norm_label": "sms-log-query.dto.ts", - "id": "backend_src_settings_dto_sms_log_query_dto" + "id": "backend_src_settings_dto_sms_log_query_dto", + "community": 126, + "community_name": "SmsLogQueryDto", + "norm_label": "sms-log-query.dto.ts" }, { - "label": "ApiNotFoundResponse", + "label": "ApiPropertyOptional", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", "community": 126, - "community_name": "WikiController", - "norm_label": "apinotfoundresponse", - "id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse" + "community_name": "SmsLogQueryDto", + "norm_label": "apipropertyoptional" }, { - "label": "ApiOkResponse", + "label": "IsIn", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isin", "community": 126, - "community_name": "WikiController", - "norm_label": "apiokresponse", - "id": "backend_src_wiki_wiki_controller_ts_apiokresponse" + "community_name": "SmsLogQueryDto", + "norm_label": "isin" }, { - "label": "ApiOperation", + "label": "IsNumber", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", "community": 126, - "community_name": "WikiController", - "norm_label": "apioperation", - "id": "backend_src_wiki_wiki_controller_ts_apioperation" + "community_name": "SmsLogQueryDto", + "norm_label": "isnumber" }, { - "label": "Get", + "label": "IsOptional", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", "community": 126, - "community_name": "WikiController", - "norm_label": "get", - "id": "backend_src_wiki_wiki_controller_ts_get" + "community_name": "SmsLogQueryDto", + "norm_label": "isoptional" }, { - "label": "Param", + "label": "IsString", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isstring", "community": 126, - "community_name": "WikiController", - "norm_label": "param", - "id": "backend_src_wiki_wiki_controller_ts_param" + "community_name": "SmsLogQueryDto", + "norm_label": "isstring" + }, + { + "label": "Type", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_type", + "community": 126, + "community_name": "SmsLogQueryDto", + "norm_label": "type" }, { "label": "Query", @@ -16533,10 +16888,21 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_query", "community": 126, - "community_name": "WikiController", - "norm_label": "query", - "id": "backend_src_wiki_wiki_controller_ts_query" + "community_name": "SmsLogQueryDto", + "norm_label": "query" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_service_ts_injectable", + "community": 127, + "community_name": "AuthService", + "norm_label": "injectable" }, { "label": "01-system-discovery.md", @@ -16544,10 +16910,10 @@ "source_file": "docs/audit/01-system-discovery.md", "source_location": "L1", "_origin": "ast", - "community": 127, + "id": "docs_audit_01_system_discovery", + "community": 128, "community_name": "System Discovery", - "norm_label": "01-system-discovery.md", - "id": "docs_audit_01_system_discovery" + "norm_label": "01-system-discovery.md" }, { "label": "Active Core Applications", @@ -16555,10 +16921,10 @@ "source_file": "docs/audit/01-system-discovery.md", "source_location": "L6", "_origin": "ast", - "community": 127, + "id": "docs_audit_01_system_discovery_active_core_applications", + "community": 128, "community_name": "System Discovery", - "norm_label": "active core applications", - "id": "docs_audit_01_system_discovery_active_core_applications" + "norm_label": "active core applications" }, { "label": "Current Architecture", @@ -16566,10 +16932,10 @@ "source_file": "docs/audit/01-system-discovery.md", "source_location": "L3", "_origin": "ast", - "community": 127, + "id": "docs_audit_01_system_discovery_current_architecture", + "community": 128, "community_name": "System Discovery", - "norm_label": "current architecture", - "id": "docs_audit_01_system_discovery_current_architecture" + "norm_label": "current architecture" }, { "label": "Evidence-Based Status Matrix", @@ -16577,10 +16943,10 @@ "source_file": "docs/audit/01-system-discovery.md", "source_location": "L36", "_origin": "ast", - "community": 127, + "id": "docs_audit_01_system_discovery_evidence_based_status_matrix", + "community": 128, "community_name": "System Discovery", - "norm_label": "evidence-based status matrix", - "id": "docs_audit_01_system_discovery_evidence_based_status_matrix" + "norm_label": "evidence-based status matrix" }, { "label": "Excluded / Non-Auditable Artifacts", @@ -16588,10 +16954,10 @@ "source_file": "docs/audit/01-system-discovery.md", "source_location": "L12", "_origin": "ast", - "community": 127, + "id": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts", + "community": 128, "community_name": "System Discovery", - "norm_label": "excluded / non-auditable artifacts", - "id": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts" + "norm_label": "excluded / non-auditable artifacts" }, { "label": "Major Business Domains Discovered", @@ -16599,10 +16965,10 @@ "source_file": "docs/audit/01-system-discovery.md", "source_location": "L18", "_origin": "ast", - "community": 127, + "id": "docs_audit_01_system_discovery_major_business_domains_discovered", + "community": 128, "community_name": "System Discovery", - "norm_label": "major business domains discovered", - "id": "docs_audit_01_system_discovery_major_business_domains_discovered" + "norm_label": "major business domains discovered" }, { "label": "System Discovery", @@ -16610,10 +16976,10 @@ "source_file": "docs/audit/01-system-discovery.md", "source_location": "L1", "_origin": "ast", - "community": 127, + "id": "docs_audit_01_system_discovery_system_discovery", + "community": 128, "community_name": "System Discovery", - "norm_label": "system discovery", - "id": "docs_audit_01_system_discovery_system_discovery" + "norm_label": "system discovery" }, { "label": "Technical Architecture Summary", @@ -16621,10 +16987,10 @@ "source_file": "docs/audit/01-system-discovery.md", "source_location": "L27", "_origin": "ast", - "community": 127, + "id": "docs_audit_01_system_discovery_technical_architecture_summary", + "community": 128, "community_name": "System Discovery", - "norm_label": "technical architecture summary", - "id": "docs_audit_01_system_discovery_technical_architecture_summary" + "norm_label": "technical architecture summary" }, { "label": "prd.md", @@ -16632,10 +16998,10 @@ "source_file": ".ai_agency/specs/prd.md", "source_location": "L1", "_origin": "ast", - "community": 128, + "id": "ai_agency_specs_prd", + "community": 129, "community_name": "Product Requirement Document (PRD)", - "norm_label": "prd.md", - "id": "ai_agency_specs_prd" + "norm_label": "prd.md" }, { "label": "1. Executive Vision", @@ -16643,10 +17009,10 @@ "source_file": ".ai_agency/specs/prd.md", "source_location": "L3", "_origin": "ast", - "community": 128, + "id": "ai_agency_specs_prd_1_executive_vision", + "community": 129, "community_name": "Product Requirement Document (PRD)", - "norm_label": "1. executive vision", - "id": "ai_agency_specs_prd_1_executive_vision" + "norm_label": "1. executive vision" }, { "label": "2. Target Audience", @@ -16654,10 +17020,10 @@ "source_file": ".ai_agency/specs/prd.md", "source_location": "L6", "_origin": "ast", - "community": 128, + "id": "ai_agency_specs_prd_2_target_audience", + "community": 129, "community_name": "Product Requirement Document (PRD)", - "norm_label": "2. target audience", - "id": "ai_agency_specs_prd_2_target_audience" + "norm_label": "2. target audience" }, { "label": "3. Functional Requirements", @@ -16665,10 +17031,10 @@ "source_file": ".ai_agency/specs/prd.md", "source_location": "L9", "_origin": "ast", - "community": 128, + "id": "ai_agency_specs_prd_3_functional_requirements", + "community": 129, "community_name": "Product Requirement Document (PRD)", - "norm_label": "3. functional requirements", - "id": "ai_agency_specs_prd_3_functional_requirements" + "norm_label": "3. functional requirements" }, { "label": "4. Non-Functional Requirements (Performance, Security)", @@ -16676,10 +17042,10 @@ "source_file": ".ai_agency/specs/prd.md", "source_location": "L12", "_origin": "ast", - "community": 128, + "id": "ai_agency_specs_prd_4_non_functional_requirements_performance_security", + "community": 129, "community_name": "Product Requirement Document (PRD)", - "norm_label": "4. non-functional requirements (performance, security)", - "id": "ai_agency_specs_prd_4_non_functional_requirements_performance_security" + "norm_label": "4. non-functional requirements (performance, security)" }, { "label": "5. Epic / Feature Breakdown", @@ -16687,10 +17053,10 @@ "source_file": ".ai_agency/specs/prd.md", "source_location": "L15", "_origin": "ast", - "community": 128, + "id": "ai_agency_specs_prd_5_epic_feature_breakdown", + "community": 129, "community_name": "Product Requirement Document (PRD)", - "norm_label": "5. epic / feature breakdown", - "id": "ai_agency_specs_prd_5_epic_feature_breakdown" + "norm_label": "5. epic / feature breakdown" }, { "label": "Product Requirement Document (PRD)", @@ -16698,54 +17064,10 @@ "source_file": ".ai_agency/specs/prd.md", "source_location": "L1", "_origin": "ast", - "community": 128, + "id": "ai_agency_specs_prd_product_requirement_document_prd", + "community": 129, "community_name": "Product Requirement Document (PRD)", - "norm_label": "product requirement document (prd)", - "id": "ai_agency_specs_prd_product_requirement_document_prd" - }, - { - "label": "ApiExcludeController", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 129, - "community_name": "MetricsController", - "norm_label": "apiexcludecontroller", - "id": "apiexcludecontroller" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 129, - "community_name": "MetricsController", - "norm_label": "controller", - "id": "backend_src_common_metrics_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 129, - "community_name": "MetricsController", - "norm_label": "get", - "id": "backend_src_common_metrics_controller_ts_get" - }, - { - "label": "Res", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 129, - "community_name": "MetricsController", - "norm_label": "res", - "id": "backend_src_common_metrics_controller_ts_res" + "norm_label": "product requirement document (prd)" }, { "label": "tsconfig.node.json", @@ -16753,10 +17075,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L1", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "tsconfig.node.json", - "id": "frontend_admin_panel_tsconfig_node" + "community_name": "compilerOptions", + "norm_label": "tsconfig.node.json" }, { "label": "compilerOptions", @@ -16764,10 +17086,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L2", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "compileroptions", - "id": "frontend_admin_panel_tsconfig_node_compileroptions" + "community_name": "compilerOptions", + "norm_label": "compileroptions" }, { "label": "allowImportingTsExtensions", @@ -16775,10 +17097,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L12", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "allowimportingtsextensions", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions" + "community_name": "compilerOptions", + "norm_label": "allowimportingtsextensions" }, { "label": "erasableSyntaxOnly", @@ -16786,10 +17108,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L20", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "erasablesyntaxonly", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly" + "community_name": "compilerOptions", + "norm_label": "erasablesyntaxonly" }, { "label": "lib", @@ -16797,10 +17119,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L5", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_lib", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "lib", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_lib" + "community_name": "compilerOptions", + "norm_label": "lib" }, { "label": "module", @@ -16808,10 +17130,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L6", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_module", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "module", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_module" + "community_name": "compilerOptions", + "norm_label": "module" }, { "label": "moduleDetection", @@ -16819,10 +17141,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L14", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "moduledetection", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection" + "community_name": "compilerOptions", + "norm_label": "moduledetection" }, { "label": "moduleResolution", @@ -16830,10 +17152,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L11", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "moduleresolution", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution" + "community_name": "compilerOptions", + "norm_label": "moduleresolution" }, { "label": "noEmit", @@ -16841,10 +17163,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L15", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_noemit", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "noemit", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_noemit" + "community_name": "compilerOptions", + "norm_label": "noemit" }, { "label": "noFallthroughCasesInSwitch", @@ -16852,10 +17174,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L21", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "nofallthroughcasesinswitch", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch" + "community_name": "compilerOptions", + "norm_label": "nofallthroughcasesinswitch" }, { "label": "noUnusedLocals", @@ -16863,10 +17185,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L18", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "nounusedlocals", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals" + "community_name": "compilerOptions", + "norm_label": "nounusedlocals" }, { "label": "noUnusedParameters", @@ -16874,10 +17196,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L19", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "nounusedparameters", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters" + "community_name": "compilerOptions", + "norm_label": "nounusedparameters" }, { "label": "skipLibCheck", @@ -16885,10 +17207,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L8", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "skiplibcheck", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck" + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" }, { "label": "target", @@ -16896,10 +17218,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L4", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_target", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "target", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_target" + "community_name": "compilerOptions", + "norm_label": "target" }, { "label": "tsBuildInfoFile", @@ -16907,10 +17229,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L3", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "tsbuildinfofile", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile" + "community_name": "compilerOptions", + "norm_label": "tsbuildinfofile" }, { "label": "types", @@ -16918,10 +17240,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L7", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_types", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "types", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_types" + "community_name": "compilerOptions", + "norm_label": "types" }, { "label": "verbatimModuleSyntax", @@ -16929,10 +17251,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L13", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "verbatimmodulesyntax", - "id": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax" + "community_name": "compilerOptions", + "norm_label": "verbatimmodulesyntax" }, { "label": "include", @@ -16940,10 +17262,10 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L23", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_include", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "include", - "id": "frontend_admin_panel_tsconfig_node_include" + "community_name": "compilerOptions", + "norm_label": "include" }, { "label": "ES2023", @@ -16951,10 +17273,21 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L5", "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_json_ref_es2023", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "es2023", - "id": "frontend_admin_panel_tsconfig_node_json_ref_es2023" + "community_name": "compilerOptions", + "norm_label": "es2023" + }, + { + "label": "node", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_json_ref_node", + "community": 13, + "community_name": "compilerOptions", + "norm_label": "node" }, { "label": "vite.config.ts", @@ -16962,10 +17295,439 @@ "source_file": "frontend/admin-panel/tsconfig.node.json", "source_location": "L23", "_origin": "ast", + "id": "ref_vite_config_ts", "community": 13, - "community_name": "Node TypeScript Config", - "norm_label": "vite.config.ts", - "id": "ref_vite_config_ts" + "community_name": "compilerOptions", + "norm_label": "vite.config.ts" + }, + { + "label": "get-videos-query.dto.ts", + "file_type": "code", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "get-videos-query.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsBoolean", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "isboolean" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "videos.controller.ts", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_videos_controller", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "videos.controller.ts" + }, + { + "label": "videos.module.ts", + "file_type": "code", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_videos_module", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "videos.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_module_ts_module", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "module" + }, + { + "label": "videos.service.ts", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_videos_service", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "videos.service.ts" + }, + { + "label": "Transform", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "transform", + "community": 130, + "community_name": "videos.controller.ts", + "norm_label": "transform" + }, + { + "label": "create-health-log.dto.ts", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto", + "community": 131, + "community_name": "CreateHealthLogDto", + "norm_label": "create-health-log.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", + "community": 131, + "community_name": "CreateHealthLogDto", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional", + "community": 131, + "community_name": "CreateHealthLogDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty", + "community": 131, + "community_name": "CreateHealthLogDto", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_isoptional", + "community": 131, + "community_name": "CreateHealthLogDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_isstring", + "community": 131, + "community_name": "CreateHealthLogDto", + "norm_label": "isstring" + }, + { + "label": "create-reminder.dto.ts", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto", + "community": 132, + "community_name": "CreateReminderDto", + "norm_label": "create-reminder.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", + "community": 132, + "community_name": "CreateReminderDto", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional", + "community": 132, + "community_name": "CreateReminderDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty", + "community": 132, + "community_name": "CreateReminderDto", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_isoptional", + "community": 132, + "community_name": "CreateReminderDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_isstring", + "community": 132, + "community_name": "CreateReminderDto", + "norm_label": "isstring" + }, + { + "label": "create-review.dto.ts", + "file_type": "code", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto", + "community": 133, + "community_name": "reviews.controller.ts", + "norm_label": "create-review.dto.ts" + }, + { + "label": "update-review.dto.ts", + "file_type": "code", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto", + "community": 133, + "community_name": "reviews.controller.ts", + "norm_label": "update-review.dto.ts" + }, + { + "label": "reviews.controller.ts", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller", + "community": 133, + "community_name": "reviews.controller.ts", + "norm_label": "reviews.controller.ts" + }, + { + "label": "reviews.module.ts", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_reviews_module", + "community": 133, + "community_name": "reviews.controller.ts", + "norm_label": "reviews.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_module_ts_module", + "community": 133, + "community_name": "reviews.controller.ts", + "norm_label": "module" + }, + { + "label": "reviews.service.ts", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_reviews_service", + "community": 133, + "community_name": "reviews.controller.ts", + "norm_label": "reviews.service.ts" + }, + { + "label": "03-baseline-command-plan.md", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan", + "community": 134, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "03-baseline-command-plan.md" + }, + { + "label": "Attempted Command Execution Log", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_attempted_command_execution_log", + "community": 134, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "attempted command execution log" + }, + { + "label": "Backend `backend/package.json` Scripts", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L29", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", + "community": 134, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "backend `backend/package.json` scripts" + }, + { + "label": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "community": 134, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "baseline command plan & reconciled command history" + }, + { + "label": "Package Scripts Safety Analysis", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L16", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "community": 134, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "package scripts safety analysis" + }, + { + "label": "Permitted Safe Checks for Phase 2", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2", + "community": 134, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "permitted safe checks for phase 2" + }, + { + "label": "Root `package.json` Scripts", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L18", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_root_package_json_scripts", + "community": 134, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "root `package.json` scripts" + }, + { + "label": "SmsSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage", + "community": 135, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smssettingspage.tsx" + }, + { + "label": "SmsSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L36", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", + "community": 135, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smssettingspage" + }, + { + "label": "error.tsx", + "file_type": "code", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_error", + "community": 136, + "community_name": "ErrorPages.tsx", + "norm_label": "error.tsx" + }, + { + "label": "not-found.tsx", + "file_type": "code", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_not_found", + "community": 136, + "community_name": "ErrorPages.tsx", + "norm_label": "not-found.tsx" + }, + { + "label": "ErrorPages.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_errorpages", + "community": 136, + "community_name": "ErrorPages.tsx", + "norm_label": "errorpages.tsx" }, { "label": "prisma/tsconfig.json", @@ -16974,7 +17736,8 @@ "source_location": "L1", "_origin": "ast", "id": "backend_prisma_tsconfig", - "community": 13, + "community": 137, + "community_name": "compilerOptions", "norm_label": "prisma/tsconfig.json" }, { @@ -16984,7 +17747,8 @@ "source_location": "L2", "_origin": "ast", "id": "backend_prisma_tsconfig_compileroptions", - "community": 13, + "community": 137, + "community_name": "compilerOptions", "norm_label": "compileroptions" }, { @@ -16994,7 +17758,8 @@ "source_location": "L5", "_origin": "ast", "id": "backend_prisma_tsconfig_compileroptions_esmoduleinterop", - "community": 13, + "community": 137, + "community_name": "compilerOptions", "norm_label": "esmoduleinterop" }, { @@ -17004,7 +17769,8 @@ "source_location": "L3", "_origin": "ast", "id": "backend_prisma_tsconfig_compileroptions_module", - "community": 13, + "community": 137, + "community_name": "compilerOptions", "norm_label": "module" }, { @@ -17014,7 +17780,8 @@ "source_location": "L4", "_origin": "ast", "id": "backend_prisma_tsconfig_compileroptions_moduleresolution", - "community": 13, + "community": 137, + "community_name": "compilerOptions", "norm_label": "moduleresolution" }, { @@ -17024,7 +17791,8 @@ "source_location": "L6", "_origin": "ast", "id": "backend_prisma_tsconfig_compileroptions_skiplibcheck", - "community": 13, + "community": 137, + "community_name": "compilerOptions", "norm_label": "skiplibcheck" }, { @@ -17034,7 +17802,8 @@ "source_location": "L7", "_origin": "ast", "id": "backend_prisma_tsconfig_compileroptions_types", - "community": 13, + "community": 137, + "community_name": "compilerOptions", "norm_label": "types" }, { @@ -17044,97 +17813,19 @@ "source_location": "L9", "_origin": "ast", "id": "backend_prisma_tsconfig_include", - "community": 13, + "community": 137, + "community_name": "compilerOptions", "norm_label": "include" }, - { - "label": "tsconfig.seed.json", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L1", - "_origin": "ast", - "community": 13, - "norm_label": "tsconfig.seed.json", - "id": "backend_prisma_tsconfig_seed" - }, - { - "label": "compilerOptions", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L2", - "_origin": "ast", - "community": 13, - "norm_label": "compileroptions", - "id": "backend_prisma_tsconfig_seed_compileroptions" - }, - { - "label": "esModuleInterop", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L5", - "_origin": "ast", - "community": 13, - "norm_label": "esmoduleinterop", - "id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop" - }, - { - "label": "module", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L3", - "_origin": "ast", - "community": 13, - "norm_label": "module", - "id": "backend_prisma_tsconfig_seed_compileroptions_module" - }, - { - "label": "moduleResolution", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L4", - "_origin": "ast", - "community": 13, - "norm_label": "moduleresolution", - "id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution" - }, - { - "label": "skipLibCheck", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L6", - "_origin": "ast", - "community": 13, - "norm_label": "skiplibcheck", - "id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck" - }, - { - "label": "types", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L7", - "_origin": "ast", - "community": 13, - "norm_label": "types", - "id": "backend_prisma_tsconfig_seed_compileroptions_types" - }, - { - "label": "include", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L9", - "_origin": "ast", - "community": 13, - "norm_label": "include", - "id": "backend_prisma_tsconfig_seed_include" - }, { "label": "node", "file_type": "concept", "source_file": "backend/prisma/tsconfig.json", "source_location": "L7", "_origin": "ast", - "id": "ref_node", - "community": 13, + "id": "backend_prisma_tsconfig_json_ref_node", + "community": 137, + "community_name": "compilerOptions", "norm_label": "node" }, { @@ -17143,412 +17834,11 @@ "source_file": "backend/prisma/tsconfig.json", "source_location": "L9", "_origin": "ast", - "id": "ref_ts", - "community": 13, + "id": "backend_prisma_tsconfig_json_ref_ts", + "community": 137, + "community_name": "compilerOptions", "norm_label": "./**/*.ts" }, - { - "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": 130, - "community_name": "CreateHealthLogDto", - "norm_label": "create-health-log.dto.ts", - "id": "backend_src_pets_dto_create_health_log_dto" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 130, - "community_name": "CreateHealthLogDto", - "norm_label": "apiproperty", - "id": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 130, - "community_name": "CreateHealthLogDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 130, - "community_name": "CreateHealthLogDto", - "norm_label": "isnotempty", - "id": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 130, - "community_name": "CreateHealthLogDto", - "norm_label": "isoptional", - "id": "backend_src_pets_dto_create_health_log_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 130, - "community_name": "CreateHealthLogDto", - "norm_label": "isstring", - "id": "backend_src_pets_dto_create_health_log_dto_ts_isstring" - }, - { - "label": "create-reminder.dto.ts", - "file_type": "code", - "source_file": "backend/src/pets/dto/create-reminder.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 131, - "community_name": "CreateReminderDto", - "norm_label": "create-reminder.dto.ts", - "id": "backend_src_pets_dto_create_reminder_dto" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 131, - "community_name": "CreateReminderDto", - "norm_label": "apiproperty", - "id": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 131, - "community_name": "CreateReminderDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 131, - "community_name": "CreateReminderDto", - "norm_label": "isnotempty", - "id": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 131, - "community_name": "CreateReminderDto", - "norm_label": "isoptional", - "id": "backend_src_pets_dto_create_reminder_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 131, - "community_name": "CreateReminderDto", - "norm_label": "isstring", - "id": "backend_src_pets_dto_create_reminder_dto_ts_isstring" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 132, - "community_name": "CreateReviewDto", - "norm_label": "apiproperty", - "id": "backend_src_reviews_dto_update_review_dto_ts_apiproperty" - }, - { - "label": "IsIn", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 132, - "community_name": "CreateReviewDto", - "norm_label": "isin", - "id": "backend_src_reviews_dto_update_review_dto_ts_isin" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 132, - "community_name": "CreateReviewDto", - "norm_label": "isoptional", - "id": "backend_src_reviews_dto_update_review_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 132, - "community_name": "CreateReviewDto", - "norm_label": "isstring", - "id": "backend_src_reviews_dto_update_review_dto_ts_isstring" - }, - { - "label": "update-review.dto.ts", - "file_type": "code", - "source_file": "backend/src/reviews/dto/update-review.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 132, - "norm_label": "update-review.dto.ts", - "id": "backend_src_reviews_dto_update_review_dto" - }, - { - "label": "reviews.service.ts", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 132, - "norm_label": "reviews.service.ts", - "id": "backend_src_reviews_reviews_service" - }, - { - "label": "03-baseline-command-plan.md", - "file_type": "document", - "source_file": "docs/audit/03-baseline-command-plan.md", - "source_location": "L1", - "_origin": "ast", - "community": 133, - "community_name": "Baseline Command Plan & Reconciled Command History", - "norm_label": "03-baseline-command-plan.md", - "id": "docs_audit_03_baseline_command_plan" - }, - { - "label": "Attempted Command Execution Log", - "file_type": "document", - "source_file": "docs/audit/03-baseline-command-plan.md", - "source_location": "L3", - "_origin": "ast", - "community": 133, - "community_name": "Baseline Command Plan & Reconciled Command History", - "norm_label": "attempted command execution log", - "id": "docs_audit_03_baseline_command_plan_attempted_command_execution_log" - }, - { - "label": "Backend `backend/package.json` Scripts", - "file_type": "document", - "source_file": "docs/audit/03-baseline-command-plan.md", - "source_location": "L29", - "_origin": "ast", - "community": 133, - "community_name": "Baseline Command Plan & Reconciled Command History", - "norm_label": "backend `backend/package.json` scripts", - "id": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts" - }, - { - "label": "Baseline Command Plan & Reconciled Command History", - "file_type": "document", - "source_file": "docs/audit/03-baseline-command-plan.md", - "source_location": "L1", - "_origin": "ast", - "community": 133, - "community_name": "Baseline Command Plan & Reconciled Command History", - "norm_label": "baseline command plan & reconciled command history", - "id": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history" - }, - { - "label": "Package Scripts Safety Analysis", - "file_type": "document", - "source_file": "docs/audit/03-baseline-command-plan.md", - "source_location": "L16", - "_origin": "ast", - "community": 133, - "community_name": "Baseline Command Plan & Reconciled Command History", - "norm_label": "package scripts safety analysis", - "id": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis" - }, - { - "label": "Permitted Safe Checks for Phase 2", - "file_type": "document", - "source_file": "docs/audit/03-baseline-command-plan.md", - "source_location": "L46", - "_origin": "ast", - "community": 133, - "community_name": "Baseline Command Plan & Reconciled Command History", - "norm_label": "permitted safe checks for phase 2", - "id": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2" - }, - { - "label": "Root `package.json` Scripts", - "file_type": "document", - "source_file": "docs/audit/03-baseline-command-plan.md", - "source_location": "L18", - "_origin": "ast", - "community": 133, - "community_name": "Baseline Command Plan & Reconciled Command History", - "norm_label": "root `package.json` scripts", - "id": "docs_audit_03_baseline_command_plan_root_package_json_scripts" - }, - { - "label": "SmsSettingsPage.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 134, - "norm_label": "smssettingspage.tsx", - "id": "frontend_admin_panel_src_pages_smssettingspage" - }, - { - "label": "SmsSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L36", - "_origin": "ast", - "community": 134, - "norm_label": "smssettingspage", - "id": "frontend_admin_panel_src_routes_adminroutes_smssettingspage" - }, - { - "label": "error.tsx", - "file_type": "code", - "source_file": "frontend/application/app/error.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 135, - "community_name": "Error and Not Found Pages", - "norm_label": "error.tsx", - "id": "frontend_application_app_error" - }, - { - "label": "not-found.tsx", - "file_type": "code", - "source_file": "frontend/application/app/not-found.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 135, - "community_name": "Error and Not Found Pages", - "norm_label": "not-found.tsx", - "id": "frontend_application_app_not_found" - }, - { - "label": "ErrorPages.tsx", - "file_type": "code", - "source_file": "frontend/application/components/ErrorPages.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 135, - "norm_label": "errorpages.tsx", - "id": "frontend_application_components_errorpages" - }, - { - "label": "include", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", - "_origin": "ast", - "community": 136, - "community_name": "compilerOptions", - "norm_label": "include", - "id": "frontend_application_tsconfig_include" - }, - { - "label": "**/*.ts", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", - "_origin": "ast", - "community": 136, - "community_name": "compilerOptions", - "norm_label": "**/*.ts", - "id": "frontend_application_tsconfig_json_ref_ts" - }, - { - "label": "**/*.mts", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", - "_origin": "ast", - "community": 136, - "community_name": "compilerOptions", - "norm_label": "**/*.mts", - "id": "ref_mts" - }, - { - "label": ".next/dev/types/**/*.ts", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", - "_origin": "ast", - "community": 136, - "community_name": "compilerOptions", - "norm_label": ".next/dev/types/**/*.ts", - "id": "ref_next_dev_types_ts" - }, - { - "label": "next-env.d.ts", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", - "_origin": "ast", - "community": 136, - "community_name": "compilerOptions", - "norm_label": "next-env.d.ts", - "id": "ref_next_env_d_ts" - }, - { - "label": ".next/types/**/*.ts", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", - "_origin": "ast", - "community": 136, - "community_name": "compilerOptions", - "norm_label": ".next/types/**/*.ts", - "id": "ref_next_types_ts" - }, - { - "label": "**/*.tsx", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", - "_origin": "ast", - "community": 136, - "community_name": "compilerOptions", - "norm_label": "**/*.tsx", - "id": "ref_tsx" - }, { "label": "with-vpn.sh", "file_type": "code", @@ -17559,10 +17849,10 @@ "kind": "file" }, "_origin": "ast", - "community": 137, - "community_name": "VPN Utility Scripts", - "norm_label": "with-vpn.sh", - "id": "gitea_scripts_with_vpn" + "id": "gitea_scripts_with_vpn", + "community": 138, + "community_name": "with-vpn.sh", + "norm_label": "with-vpn.sh" }, { "label": "cleanup()", @@ -17574,10 +17864,10 @@ "kind": "bash_function" }, "_origin": "ast", - "community": 137, - "community_name": "VPN Utility Scripts", - "norm_label": "cleanup()", - "id": "gitea_scripts_with_vpn_cleanup" + "id": "gitea_scripts_with_vpn_cleanup", + "community": 138, + "community_name": "with-vpn.sh", + "norm_label": "cleanup()" }, { "label": "log()", @@ -17589,10 +17879,10 @@ "kind": "bash_function" }, "_origin": "ast", - "community": 137, - "community_name": "VPN Utility Scripts", - "norm_label": "log()", - "id": "gitea_scripts_with_vpn_log" + "id": "gitea_scripts_with_vpn_log", + "community": 138, + "community_name": "with-vpn.sh", + "norm_label": "log()" }, { "label": "with-vpn.sh script", @@ -17604,10 +17894,10 @@ "kind": "bash_entrypoint" }, "_origin": "ast", - "community": 137, - "community_name": "VPN Utility Scripts", - "norm_label": "with-vpn.sh script", - "id": "gitea_scripts_with_vpn_sh__entry" + "id": "gitea_scripts_with_vpn_sh__entry", + "community": 138, + "community_name": "with-vpn.sh", + "norm_label": "with-vpn.sh script" }, { "label": "start_vpn()", @@ -17619,10 +17909,10 @@ "kind": "bash_function" }, "_origin": "ast", - "community": 137, - "community_name": "VPN Utility Scripts", - "norm_label": "start_vpn()", - "id": "gitea_scripts_with_vpn_start_vpn" + "id": "gitea_scripts_with_vpn_start_vpn", + "community": 138, + "community_name": "with-vpn.sh", + "norm_label": "start_vpn()" }, { "label": "stop_vpn()", @@ -17634,10 +17924,10 @@ "kind": "bash_function" }, "_origin": "ast", - "community": 137, - "community_name": "VPN Utility Scripts", - "norm_label": "stop_vpn()", - "id": "gitea_scripts_with_vpn_stop_vpn" + "id": "gitea_scripts_with_vpn_stop_vpn", + "community": 138, + "community_name": "with-vpn.sh", + "norm_label": "stop_vpn()" }, { "label": "vpn_is_up()", @@ -17649,10 +17939,10 @@ "kind": "bash_function" }, "_origin": "ast", - "community": 137, - "community_name": "VPN Utility Scripts", - "norm_label": "vpn_is_up()", - "id": "gitea_scripts_with_vpn_vpn_is_up" + "id": "gitea_scripts_with_vpn_vpn_is_up", + "community": 138, + "community_name": "with-vpn.sh", + "norm_label": "vpn_is_up()" }, { "label": "architecture_spec.md", @@ -17660,10 +17950,10 @@ "source_file": ".ai_agency/specs/architecture_spec.md", "source_location": "L1", "_origin": "ast", - "community": 138, + "id": "ai_agency_specs_architecture_spec", + "community": 139, "community_name": "Architecture Specification", - "norm_label": "architecture_spec.md", - "id": "ai_agency_specs_architecture_spec" + "norm_label": "architecture_spec.md" }, { "label": "1. Single Non-Negotiable Tech Stack", @@ -17671,10 +17961,10 @@ "source_file": ".ai_agency/specs/architecture_spec.md", "source_location": "L3", "_origin": "ast", - "community": 138, + "id": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack", + "community": 139, "community_name": "Architecture Specification", - "norm_label": "1. single non-negotiable tech stack", - "id": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack" + "norm_label": "1. single non-negotiable tech stack" }, { "label": "2. Directory Structure Tree", @@ -17682,10 +17972,10 @@ "source_file": ".ai_agency/specs/architecture_spec.md", "source_location": "L10", "_origin": "ast", - "community": 138, + "id": "ai_agency_specs_architecture_spec_2_directory_structure_tree", + "community": 139, "community_name": "Architecture Specification", - "norm_label": "2. directory structure tree", - "id": "ai_agency_specs_architecture_spec_2_directory_structure_tree" + "norm_label": "2. directory structure tree" }, { "label": "3. State Management Strategy", @@ -17693,10 +17983,10 @@ "source_file": ".ai_agency/specs/architecture_spec.md", "source_location": "L25", "_origin": "ast", - "community": 138, + "id": "ai_agency_specs_architecture_spec_3_state_management_strategy", + "community": 139, "community_name": "Architecture Specification", - "norm_label": "3. state management strategy", - "id": "ai_agency_specs_architecture_spec_3_state_management_strategy" + "norm_label": "3. state management strategy" }, { "label": "4. Deployment / Docker Architecture", @@ -17704,10 +17994,10 @@ "source_file": ".ai_agency/specs/architecture_spec.md", "source_location": "L28", "_origin": "ast", - "community": 138, + "id": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture", + "community": 139, "community_name": "Architecture Specification", - "norm_label": "4. deployment / docker architecture", - "id": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture" + "norm_label": "4. deployment / docker architecture" }, { "label": "Architecture Specification", @@ -17715,76 +18005,10 @@ "source_file": ".ai_agency/specs/architecture_spec.md", "source_location": "L1", "_origin": "ast", - "community": 138, + "id": "ai_agency_specs_architecture_spec_architecture_specification", + "community": 139, "community_name": "Architecture Specification", - "norm_label": "architecture specification", - "id": "ai_agency_specs_architecture_spec_architecture_specification" - }, - { - "label": "project_health.md", - "file_type": "document", - "source_file": ".ai_agency/specs/project_health.md", - "source_location": "L1", - "_origin": "ast", - "community": 139, - "community_name": "Project Health Audit Report", - "norm_label": "project_health.md", - "id": "ai_agency_specs_project_health" - }, - { - "label": "1. Audit Score Summary", - "file_type": "document", - "source_file": ".ai_agency/specs/project_health.md", - "source_location": "L3", - "_origin": "ast", - "community": 139, - "community_name": "Project Health Audit Report", - "norm_label": "1. audit score summary", - "id": "ai_agency_specs_project_health_1_audit_score_summary" - }, - { - "label": "2. Technical Debt Inventory", - "file_type": "document", - "source_file": ".ai_agency/specs/project_health.md", - "source_location": "L7", - "_origin": "ast", - "community": 139, - "community_name": "Project Health Audit Report", - "norm_label": "2. technical debt inventory", - "id": "ai_agency_specs_project_health_2_technical_debt_inventory" - }, - { - "label": "3. Outdated Dependencies List", - "file_type": "document", - "source_file": ".ai_agency/specs/project_health.md", - "source_location": "L10", - "_origin": "ast", - "community": 139, - "community_name": "Project Health Audit Report", - "norm_label": "3. outdated dependencies list", - "id": "ai_agency_specs_project_health_3_outdated_dependencies_list" - }, - { - "label": "4. Security Risks (.env leaks, unprotected ports)", - "file_type": "document", - "source_file": ".ai_agency/specs/project_health.md", - "source_location": "L13", - "_origin": "ast", - "community": 139, - "community_name": "Project Health Audit Report", - "norm_label": "4. security risks (.env leaks, unprotected ports)", - "id": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports" - }, - { - "label": "Project Health Audit Report", - "file_type": "document", - "source_file": ".ai_agency/specs/project_health.md", - "source_location": "L1", - "_origin": "ast", - "community": 139, - "community_name": "Project Health Audit Report", - "norm_label": "project health audit report", - "id": "ai_agency_specs_project_health_project_health_audit_report" + "norm_label": "architecture specification" }, { "label": "ApiProperty", @@ -17792,228 +18016,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_apiproperty", "community": 14, "community_name": "CreateReviewDto", - "norm_label": "apiproperty", - "id": "backend_src_reviews_dto_create_review_dto_ts_apiproperty" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "isnotempty", - "id": "backend_src_reviews_dto_create_review_dto_ts_isnotempty" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "isoptional", - "id": "backend_src_reviews_dto_create_review_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "isstring", - "id": "backend_src_reviews_dto_create_review_dto_ts_isstring" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "apibearerauth", - "id": "backend_src_reviews_reviews_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "apioperation", - "id": "backend_src_reviews_reviews_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "apitags", - "id": "backend_src_reviews_reviews_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "body", - "id": "backend_src_reviews_reviews_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "controller", - "id": "backend_src_reviews_reviews_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "delete", - "id": "backend_src_reviews_reviews_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "get", - "id": "backend_src_reviews_reviews_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "param", - "id": "backend_src_reviews_reviews_controller_ts_param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "patch", - "id": "backend_src_reviews_reviews_controller_ts_patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "post", - "id": "backend_src_reviews_reviews_controller_ts_post" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "query", - "id": "backend_src_reviews_reviews_controller_ts_query" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "req", - "id": "backend_src_reviews_reviews_controller_ts_req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "useguards", - "id": "backend_src_reviews_reviews_controller_ts_useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "injectable", - "id": "backend_src_reviews_reviews_service_ts_injectable" - }, - { - "label": "Max", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "community_name": "CreateReviewDto", - "norm_label": "max", - "id": "max" - }, - { - "label": "create-review.dto.ts", - "file_type": "code", - "source_file": "backend/src/reviews/dto/create-review.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 14, - "norm_label": "create-review.dto.ts", - "id": "backend_src_reviews_dto_create_review_dto" - }, - { - "label": "Roles", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "norm_label": "roles", - "id": "backend_src_reviews_reviews_controller_ts_roles" + "norm_label": "apiproperty" }, { "label": "IsInt", @@ -18021,1809 +18027,10 @@ "source_file": "", "source_location": "", "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_isint", "community": 14, - "norm_label": "isint", - "id": "isint" - }, - { - "label": "Min", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 14, - "norm_label": "min", - "id": "min" - }, - { - "label": "nest-cli.json", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L1", - "_origin": "ast", - "community": 140, - "community_name": "NestJS CLI Config", - "norm_label": "nest-cli.json", - "id": "backend_nest_cli" - }, - { - "label": "collection", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L3", - "_origin": "ast", - "community": 140, - "community_name": "NestJS CLI Config", - "norm_label": "collection", - "id": "backend_nest_cli_collection" - }, - { - "label": "compilerOptions", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L5", - "_origin": "ast", - "community": 140, - "community_name": "NestJS CLI Config", - "norm_label": "compileroptions", - "id": "backend_nest_cli_compileroptions" - }, - { - "label": "deleteOutDir", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L6", - "_origin": "ast", - "community": 140, - "community_name": "NestJS CLI Config", - "norm_label": "deleteoutdir", - "id": "backend_nest_cli_compileroptions_deleteoutdir" - }, - { - "label": "$schema", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L2", - "_origin": "ast", - "community": 140, - "community_name": "NestJS CLI Config", - "norm_label": "$schema", - "id": "backend_nest_cli_schema" - }, - { - "label": "sourceRoot", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L4", - "_origin": "ast", - "community": 140, - "community_name": "NestJS CLI Config", - "norm_label": "sourceroot", - "id": "backend_nest_cli_sourceroot" - }, - { - "label": "query.md", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/query.md", - "source_location": "L1", - "_origin": "ast", - "community": 141, - "community_name": "graphify reference: query, path, explain", - "norm_label": "query.md", - "id": "claude_skills_graphify_references_query" - }, - { - "label": "For /graphify explain", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/query.md", - "source_location": "L254", - "_origin": "ast", - "community": 141, - "community_name": "graphify reference: query, path, explain", - "norm_label": "for /graphify explain", - "id": "claude_skills_graphify_references_query_for_graphify_explain" - }, - { - "label": "For /graphify path", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/query.md", - "source_location": "L186", - "_origin": "ast", - "community": 141, - "community_name": "graphify reference: query, path, explain", - "norm_label": "for /graphify path", - "id": "claude_skills_graphify_references_query_for_graphify_path" - }, - { - "label": "graphify reference: query, path, explain", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/query.md", - "source_location": "L1", - "_origin": "ast", - "community": 141, - "community_name": "graphify reference: query, path, explain", - "norm_label": "graphify reference: query, path, explain", - "id": "claude_skills_graphify_references_query_graphify_reference_query_path_explain" - }, - { - "label": "Step 0 \u2014 Constrained query expansion (REQUIRED before traversal)", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/query.md", - "source_location": "L23", - "_origin": "ast", - "community": 141, - "community_name": "graphify reference: query, path, explain", - "norm_label": "step 0 \u2014 constrained query expansion (required before traversal)", - "id": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal" - }, - { - "label": "Step 1 \u2014 Traversal", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/query.md", - "source_location": "L61", - "_origin": "ast", - "community": 141, - "community_name": "graphify reference: query, path, explain", - "norm_label": "step 1 \u2014 traversal", - "id": "claude_skills_graphify_references_query_step_1_traversal" - }, - { - "label": "04-open-questions.md", - "file_type": "document", - "source_file": "docs/audit/04-open-questions.md", - "source_location": "L1", - "_origin": "ast", - "community": 142, - "community_name": "Open Questions", - "norm_label": "04-open-questions.md", - "id": "docs_audit_04_open_questions" - }, - { - "label": "1. Storefront Migration Roadmap (`frontend/application`)", - "file_type": "document", - "source_file": "docs/audit/04-open-questions.md", - "source_location": "L5", - "_origin": "ast", - "community": 142, - "community_name": "Open Questions", - "norm_label": "1. storefront migration roadmap (`frontend/application`)", - "id": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application" - }, - { - "label": "2. Payment Gateway Integration Provider", - "file_type": "document", - "source_file": "docs/audit/04-open-questions.md", - "source_location": "L9", - "_origin": "ast", - "community": 142, - "community_name": "Open Questions", - "norm_label": "2. payment gateway integration provider", - "id": "docs_audit_04_open_questions_2_payment_gateway_integration_provider" - }, - { - "label": "3. Deployment & CI/CD Pipeline Specifications", - "file_type": "document", - "source_file": "docs/audit/04-open-questions.md", - "source_location": "L13", - "_origin": "ast", - "community": 142, - "community_name": "Open Questions", - "norm_label": "3. deployment & ci/cd pipeline specifications", - "id": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications" - }, - { - "label": "4. SMS / OTP Service Provider", - "file_type": "document", - "source_file": "docs/audit/04-open-questions.md", - "source_location": "L17", - "_origin": "ast", - "community": 142, - "community_name": "Open Questions", - "norm_label": "4. sms / otp service provider", - "id": "docs_audit_04_open_questions_4_sms_otp_service_provider" - }, - { - "label": "Open Questions", - "file_type": "document", - "source_file": "docs/audit/04-open-questions.md", - "source_location": "L1", - "_origin": "ast", - "community": 142, - "community_name": "Open Questions", - "norm_label": "open questions", - "id": "docs_audit_04_open_questions_open_questions" - }, - { - "label": "33-final-phase2-audit-closure.md", - "file_type": "document", - "source_file": "docs/audit/33-final-phase2-audit-closure.md", - "source_location": "L1", - "_origin": "ast", - "community": 143, - "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "33-final-phase2-audit-closure.md", - "id": "docs_audit_33_final_phase2_audit_closure" - }, - { - "label": "1. Executive Summary & Honest Review-Tier Metrics", - "file_type": "document", - "source_file": "docs/audit/33-final-phase2-audit-closure.md", - "source_location": "L9", - "_origin": "ast", - "community": 143, - "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "1. executive summary & honest review-tier metrics", - "id": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics" - }, - { - "label": "2. Reconciled Findings & Canonical Identifier Normalization", - "file_type": "document", - "source_file": "docs/audit/33-final-phase2-audit-closure.md", - "source_location": "L22", - "_origin": "ast", - "community": 143, - "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "2. reconciled findings & canonical identifier normalization", - "id": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization" - }, - { - "label": "3. Validation & Integrity Verification", - "file_type": "document", - "source_file": "docs/audit/33-final-phase2-audit-closure.md", - "source_location": "L34", - "_origin": "ast", - "community": 143, - "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "3. validation & integrity verification", - "id": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification" - }, - { - "label": "4. Final Quality Gate Conclusion", - "file_type": "document", - "source_file": "docs/audit/33-final-phase2-audit-closure.md", - "source_location": "L42", - "_origin": "ast", - "community": 143, - "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "4. final quality gate conclusion", - "id": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion" - }, - { - "label": "Final Phase 2 Audit Closure Report", - "file_type": "document", - "source_file": "docs/audit/33-final-phase2-audit-closure.md", - "source_location": "L1", - "_origin": "ast", - "community": 143, - "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "final phase 2 audit closure report", - "id": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report" - }, - { - "label": "open-browsers.js", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L1", - "_origin": "ast", - "community": 144, - "community_name": "Browser Utility Scripts", - "norm_label": "open-browsers.js", - "id": "scripts_open_browsers" - }, - { - "label": "{ exec }", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L1", - "_origin": "ast", - "community": 144, - "community_name": "Browser Utility Scripts", - "norm_label": "{ exec }", - "id": "scripts_open_browsers_exec" - }, - { - "label": "http", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L2", - "_origin": "ast", - "community": 144, - "community_name": "Browser Utility Scripts", - "norm_label": "http", - "id": "scripts_open_browsers_http" - }, - { - "label": "URLS", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L4", - "_origin": "ast", - "community": 144, - "community_name": "Browser Utility Scripts", - "norm_label": "urls", - "id": "scripts_open_browsers_urls" - }, - { - "label": "start-dev.js", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L1", - "_origin": "ast", - "community": 145, - "community_name": "Dev Server Startup", - "norm_label": "start-dev.js", - "id": "scripts_start_dev" - }, - { - "label": "backend", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L27", - "_origin": "ast", - "community": 145, - "community_name": "Dev Server Startup", - "norm_label": "backend", - "id": "scripts_start_dev_backend" - }, - { - "label": "http", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L2", - "_origin": "ast", - "community": 145, - "community_name": "Dev Server Startup", - "norm_label": "http", - "id": "scripts_start_dev_http" - }, - { - "label": "{ spawn }", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L1", - "_origin": "ast", - "community": 145, - "community_name": "Dev Server Startup", - "norm_label": "{ spawn }", - "id": "scripts_start_dev_spawn" - }, - { - "label": "scratchpad.md", - "file_type": "document", - "source_file": ".ai_agency/memory/scratchpad.md", - "source_location": "L1", - "_origin": "ast", - "community": 146, - "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "scratchpad.md", - "id": "ai_agency_memory_scratchpad" - }, - { - "label": "\ud83d\udcdd Active Agent Working Scratchpad", - "file_type": "document", - "source_file": ".ai_agency/memory/scratchpad.md", - "source_location": "L1", - "_origin": "ast", - "community": 146, - "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "\ud83d\udcdd active agent working scratchpad", - "id": "ai_agency_memory_scratchpad_active_agent_working_scratchpad" - }, - { - "label": "\ud83c\udfd7\ufe0f Execution Target", - "file_type": "document", - "source_file": ".ai_agency/memory/scratchpad.md", - "source_location": "L24", - "_origin": "ast", - "community": 146, - "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "\ud83c\udfd7\ufe0f execution target", - "id": "ai_agency_memory_scratchpad_execution_target" - }, - { - "label": "Project: Canina Veterinary E-Commerce System", - "file_type": "document", - "source_file": ".ai_agency/memory/scratchpad.md", - "source_location": "L3", - "_origin": "ast", - "community": 146, - "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "project: canina veterinary e-commerce system", - "id": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system" - }, - { - "label": "\ud83d\udccb Requirements & Persona Mandates (Intake & User Request)", - "file_type": "document", - "source_file": ".ai_agency/memory/scratchpad.md", - "source_location": "L8", - "_origin": "ast", - "community": 146, - "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "\ud83d\udccb requirements & persona mandates (intake & user request)", - "id": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request" - }, - { - "label": "code_health_review.md", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/code_health_review.md", - "source_location": "L1", - "_origin": "ast", - "community": 147, - "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "code_health_review.md", - "id": "ai_agency_specs_reviews_code_health_review" - }, - { - "label": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/code_health_review.md", - "source_location": "L1", - "_origin": "ast", - "community": 147, - "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "\ud83d\udd0d code health audit review (01_auditor)", - "id": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor" - }, - { - "label": "Executive Summary", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/code_health_review.md", - "source_location": "L3", - "_origin": "ast", - "community": 147, - "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "executive summary", - "id": "ai_agency_specs_reviews_code_health_review_executive_summary" - }, - { - "label": "Key Findings", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/code_health_review.md", - "source_location": "L8", - "_origin": "ast", - "community": 147, - "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "key findings", - "id": "ai_agency_specs_reviews_code_health_review_key_findings" - }, - { - "label": "Recommendations", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/code_health_review.md", - "source_location": "L19", - "_origin": "ast", - "community": 147, - "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "recommendations", - "id": "ai_agency_specs_reviews_code_health_review_recommendations" - }, - { - "label": "paginated-response.schema.ts", - "file_type": "code", - "source_file": "backend/src/common/schemas/paginated-response.schema.ts", - "source_location": "L1", - "_origin": "ast", - "community": 148, - "community_name": "Pagination API Schemas", - "norm_label": "paginated-response.schema.ts", - "id": "backend_src_common_schemas_paginated_response_schema" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 148, - "community_name": "Pagination API Schemas", - "norm_label": "apiproperty", - "id": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 149, - "community_name": ".handleZibalCallback", - "norm_label": "apipropertyoptional", - "id": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 149, - "community_name": ".handleZibalCallback", - "norm_label": "isoptional", - "id": "backend_src_payment_dto_verify_payment_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 149, - "community_name": ".handleZibalCallback", - "norm_label": "isstring", - "id": "backend_src_payment_dto_verify_payment_dto_ts_isstring" - }, - { - "label": "verify-payment.dto.ts", - "file_type": "code", - "source_file": "backend/src/payment/dto/verify-payment.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 149, - "norm_label": "verify-payment.dto.ts", - "id": "backend_src_payment_dto_verify_payment_dto" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "apipropertyoptional", - "id": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional" - }, - { - "label": "IsEnum", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "isenum", - "id": "backend_src_products_dto_get_products_dto_ts_isenum" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "isoptional", - "id": "backend_src_products_dto_get_products_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "isstring", - "id": "backend_src_products_dto_get_products_dto_ts_isstring" - }, - { - "label": "products.controller.spec.ts", - "file_type": "code", - "source_file": "backend/src/products/products.controller.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "products.controller.spec.ts", - "id": "backend_src_products_products_controller_spec" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "apioperation", - "id": "backend_src_products_products_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "apitags", - "id": "backend_src_products_products_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "body", - "id": "backend_src_products_products_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "controller", - "id": "backend_src_products_products_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "get", - "id": "backend_src_products_products_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "param", - "id": "backend_src_products_products_controller_ts_param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "patch", - "id": "backend_src_products_products_controller_ts_patch" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "query", - "id": "backend_src_products_products_controller_ts_query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "useguards", - "id": "backend_src_products_products_controller_ts_useguards" - }, - { - "label": "products.module.ts", - "file_type": "code", - "source_file": "backend/src/products/products.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "products.module.ts", - "id": "backend_src_products_products_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "module", - "id": "backend_src_products_products_module_ts_module" - }, - { - "label": "products.service.spec.ts", - "file_type": "code", - "source_file": "backend/src/products/products.service.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "products.service.spec.ts", - "id": "backend_src_products_products_service_spec" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 15, - "community_name": "ProductsService", - "norm_label": "injectable", - "id": "backend_src_products_products_service_ts_injectable" - }, - { - "label": "products.service.ts", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 15, - "norm_label": "products.service.ts", - "id": "backend_src_products_products_service" - }, - { - "label": "ApiBadRequestResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 150, - "community_name": "PetsController", - "norm_label": "apibadrequestresponse", - "id": "backend_src_pets_pets_controller_ts_apibadrequestresponse" - }, - { - "label": "ApiCreatedResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 150, - "community_name": "PetsController", - "norm_label": "apicreatedresponse", - "id": "backend_src_pets_pets_controller_ts_apicreatedresponse" - }, - { - "label": "UploadedFile", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 150, - "community_name": "PetsController", - "norm_label": "uploadedfile", - "id": "backend_src_pets_pets_controller_ts_uploadedfile" - }, - { - "label": "UseInterceptors", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 150, - "community_name": "PetsController", - "norm_label": "useinterceptors", - "id": "backend_src_pets_pets_controller_ts_useinterceptors" - }, - { - "label": "24-omitted-file-inspection-report.md", - "file_type": "document", - "source_file": "docs/audit/24-omitted-file-inspection-report.md", - "source_location": "L1", - "_origin": "ast", - "community": 152, - "community_name": "Omitted File Inspection Report", - "norm_label": "24-omitted-file-inspection-report.md", - "id": "docs_audit_24_omitted_file_inspection_report" - }, - { - "label": "Conclusion", - "file_type": "document", - "source_file": "docs/audit/24-omitted-file-inspection-report.md", - "source_location": "L32", - "_origin": "ast", - "community": 152, - "community_name": "Omitted File Inspection Report", - "norm_label": "conclusion", - "id": "docs_audit_24_omitted_file_inspection_report_conclusion" - }, - { - "label": "Key Domain Findings from Omitted File Audit", - "file_type": "document", - "source_file": "docs/audit/24-omitted-file-inspection-report.md", - "source_location": "L14", - "_origin": "ast", - "community": 152, - "community_name": "Omitted File Inspection Report", - "norm_label": "key domain findings from omitted file audit", - "id": "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit" - }, - { - "label": "Omitted File Inspection Report", - "file_type": "document", - "source_file": "docs/audit/24-omitted-file-inspection-report.md", - "source_location": "L1", - "_origin": "ast", - "community": 152, - "community_name": "Omitted File Inspection Report", - "norm_label": "omitted file inspection report", - "id": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report" - }, - { - "label": "Overview of Omitted File Inspections", - "file_type": "document", - "source_file": "docs/audit/24-omitted-file-inspection-report.md", - "source_location": "L11", - "_origin": "ast", - "community": 152, - "community_name": "Omitted File Inspection Report", - "norm_label": "overview of omitted file inspections", - "id": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections" - }, - { - "label": "phase3.2-implementation-readiness.md", - "file_type": "document", - "source_file": "docs/audit/phase3.2-implementation-readiness.md", - "source_location": "L1", - "_origin": "ast", - "community": 153, - "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "norm_label": "phase3.2-implementation-readiness.md", - "id": "docs_audit_phase3_2_implementation_readiness" - }, - { - "label": "1. Executive Summary & Architecture Decisions", - "file_type": "document", - "source_file": "docs/audit/phase3.2-implementation-readiness.md", - "source_location": "L12", - "_origin": "ast", - "community": 153, - "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "norm_label": "1. executive summary & architecture decisions", - "id": "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions" - }, - { - "label": "2. Updated Task Specifications Overview", - "file_type": "document", - "source_file": "docs/audit/phase3.2-implementation-readiness.md", - "source_location": "L30", - "_origin": "ast", - "community": 153, - "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "norm_label": "2. updated task specifications overview", - "id": "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview" - }, - { - "label": "3. Final Readiness Statement", - "file_type": "document", - "source_file": "docs/audit/phase3.2-implementation-readiness.md", - "source_location": "L47", - "_origin": "ast", - "community": 153, - "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "norm_label": "3. final readiness statement", - "id": "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement" - }, - { - "label": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "file_type": "document", - "source_file": "docs/audit/phase3.2-implementation-readiness.md", - "source_location": "L1", - "_origin": "ast", - "community": 153, - "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "norm_label": "phase 3.2 / 3.3 \u2014 implementation readiness & architectural finalization report", - "id": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report" - }, - { - "label": "phase3-traceability-matrix.md", - "file_type": "document", - "source_file": "docs/audit/phase3-traceability-matrix.md", - "source_location": "L1", - "_origin": "ast", - "community": 154, - "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "phase3-traceability-matrix.md", - "id": "docs_audit_phase3_traceability_matrix" - }, - { - "label": "Complete Finding-to-Task Traceability Matrix", - "file_type": "document", - "source_file": "docs/audit/phase3-traceability-matrix.md", - "source_location": "L11", - "_origin": "ast", - "community": 154, - "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "complete finding-to-task traceability matrix", - "id": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix" - }, - { - "label": "Finding Disposition & Accounting Verification", - "file_type": "document", - "source_file": "docs/audit/phase3-traceability-matrix.md", - "source_location": "L40", - "_origin": "ast", - "community": 154, - "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "finding disposition & accounting verification", - "id": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification" - }, - { - "label": "Phase 3 Audit Traceability Matrix", - "file_type": "document", - "source_file": "docs/audit/phase3-traceability-matrix.md", - "source_location": "L1", - "_origin": "ast", - "community": 154, - "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "phase 3 audit traceability matrix", - "id": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix" - }, - { - "label": "Special Task Traceability (Non-Finding Tasks)", - "file_type": "document", - "source_file": "docs/audit/phase3-traceability-matrix.md", - "source_location": "L32", - "_origin": "ast", - "community": 154, - "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "special task traceability (non-finding tasks)", - "id": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks" - }, - { - "label": "rebuild_honest_ledger.js", - "file_type": "code", - "source_file": "docs/audit/rebuild_honest_ledger.js", - "source_location": "L1", - "_origin": "ast", - "community": 155, - "community_name": "Ledger Rebuild Scripts", - "norm_label": "rebuild_honest_ledger.js", - "id": "docs_audit_rebuild_honest_ledger" - }, - { - "label": "evidenceList", - "file_type": "code", - "source_file": "docs/audit/rebuild_honest_ledger.js", - "source_location": "L4", - "_origin": "ast", - "community": 155, - "community_name": "Ledger Rebuild Scripts", - "norm_label": "evidencelist", - "id": "docs_audit_rebuild_honest_ledger_evidencelist" - }, - { - "label": "ledger", - "file_type": "code", - "source_file": "docs/audit/rebuild_honest_ledger.js", - "source_location": "L9", - "_origin": "ast", - "community": 155, - "community_name": "Ledger Rebuild Scripts", - "norm_label": "ledger", - "id": "docs_audit_rebuild_honest_ledger_ledger" - }, - { - "label": "mandatoryMap", - "file_type": "code", - "source_file": "docs/audit/rebuild_honest_ledger.js", - "source_location": "L6", - "_origin": "ast", - "community": 155, - "community_name": "Ledger Rebuild Scripts", - "norm_label": "mandatorymap", - "id": "docs_audit_rebuild_honest_ledger_mandatorymap" - }, - { - "label": "mandatoryScope", - "file_type": "code", - "source_file": "docs/audit/rebuild_honest_ledger.js", - "source_location": "L3", - "_origin": "ast", - "community": 155, - "community_name": "Ledger Rebuild Scripts", - "norm_label": "mandatoryscope", - "id": "docs_audit_rebuild_honest_ledger_mandatoryscope" - }, - { - "label": "validate_evidence_grade.js", - "file_type": "code", - "source_file": "docs/audit/validate_evidence_grade.js", - "source_location": "L1", - "_origin": "ast", - "community": 156, - "community_name": "Evidence Validation Scripts", - "norm_label": "validate_evidence_grade.js", - "id": "docs_audit_validate_evidence_grade" - }, - { - "label": "activeFiles", - "file_type": "code", - "source_file": "docs/audit/validate_evidence_grade.js", - "source_location": "L58", - "_origin": "ast", - "community": 156, - "community_name": "Evidence Validation Scripts", - "norm_label": "activefiles", - "id": "docs_audit_validate_evidence_grade_activefiles" - }, - { - "label": "errors", - "file_type": "code", - "source_file": "docs/audit/validate_evidence_grade.js", - "source_location": "L4", - "_origin": "ast", - "community": 156, - "community_name": "Evidence Validation Scripts", - "norm_label": "errors", - "id": "docs_audit_validate_evidence_grade_errors" - }, - { - "label": "validationOutput", - "file_type": "code", - "source_file": "docs/audit/validate_evidence_grade.js", - "source_location": "L101", - "_origin": "ast", - "community": 156, - "community_name": "Evidence Validation Scripts", - "norm_label": "validationoutput", - "id": "docs_audit_validate_evidence_grade_validationoutput" - }, - { - "label": "warnings", - "file_type": "code", - "source_file": "docs/audit/validate_evidence_grade.js", - "source_location": "L5", - "_origin": "ast", - "community": 156, - "community_name": "Evidence Validation Scripts", - "norm_label": "warnings", - "id": "docs_audit_validate_evidence_grade_warnings" - }, - { - "label": "Reviews.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 157, - "norm_label": "reviews.tsx", - "id": "frontend_admin_panel_src_pages_reviews" - }, - { - "label": "Reviews", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L40", - "_origin": "ast", - "community": 157, - "norm_label": "reviews", - "id": "frontend_admin_panel_src_routes_adminroutes_reviews" - }, - { - "label": "Videos.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Videos.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 158, - "norm_label": "videos.tsx", - "id": "frontend_admin_panel_src_pages_videos" - }, - { - "label": "Videos", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L25", - "_origin": "ast", - "community": 158, - "norm_label": "videos", - "id": "frontend_admin_panel_src_routes_adminroutes_videos" - }, - { - "label": "Wiki.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 159, - "norm_label": "wiki.tsx", - "id": "frontend_admin_panel_src_pages_wiki" - }, - { - "label": "Wiki", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L19", - "_origin": "ast", - "community": 159, - "norm_label": "wiki", - "id": "frontend_admin_panel_src_routes_adminroutes_wiki" - }, - { - "label": "videos.service.ts", - "file_type": "code", - "source_file": "backend/src/videos/videos.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "CreateVideoDto", - "norm_label": "videos.service.ts", - "id": "backend_src_videos_videos_service" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 16, - "community_name": "Prescription Review Controller", - "norm_label": "injectable", - "id": "backend_src_prescriptions_prescriptions_service_ts_injectable" - }, - { - "label": "b2b.service.ts", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "b2b.service.ts", - "id": "backend_src_b2b_b2b_service" - }, - { - "label": "banners.service.ts", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "banners.service.ts", - "id": "backend_src_banners_banners_service" - }, - { - "label": "metrics.controller.ts", - "file_type": "code", - "source_file": "backend/src/common/metrics.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "metrics.controller.ts", - "id": "backend_src_common_metrics_controller" - }, - { - "label": "ingredients.service.ts", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "ingredients.service.ts", - "id": "backend_src_ingredients_ingredients_service" - }, - { - "label": "pets.service.spec.ts", - "file_type": "code", - "source_file": "backend/src/pets/pets.service.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "pets.service.spec.ts", - "id": "backend_src_pets_pets_service_spec" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "injectable", - "id": "backend_src_prisma_prisma_service_ts_injectable" - }, - { - "label": "settings.service.spec.ts", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "settings.service.spec.ts", - "id": "backend_src_settings_settings_service_spec" - }, - { - "label": "smart-advisor.service.ts", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "smart-advisor.service.ts", - "id": "backend_src_smart_advisor_smart_advisor_service" - }, - { - "label": "testimonials.service.ts", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "testimonials.service.ts", - "id": "backend_src_testimonials_testimonials_service" - }, - { - "label": "users.service.spec.ts", - "file_type": "code", - "source_file": "backend/src/users/users.service.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "community_name": "PrismaService", - "norm_label": "users.service.spec.ts", - "id": "backend_src_users_users_service_spec" - }, - { - "label": "media.service.ts", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "media.service.ts", - "id": "backend_src_admin_media_service" - }, - { - "label": "sms.service.ts", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "sms.service.ts", - "id": "backend_src_common_services_sms_service" - }, - { - "label": "contact.service.ts", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "contact.service.ts", - "id": "backend_src_contact_contact_service" - }, - { - "label": "prescriptions.service.ts", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "prescriptions.service.ts", - "id": "backend_src_prescriptions_prescriptions_service" - }, - { - "label": "prisma.service.ts", - "file_type": "code", - "source_file": "backend/src/prisma/prisma.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "prisma.service.ts", - "id": "backend_src_prisma_prisma_service" - }, - { - "label": "default-ui-texts.ts", - "file_type": "code", - "source_file": "backend/src/settings/default-ui-texts.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "default-ui-texts.ts", - "id": "backend_src_settings_default_ui_texts" - }, - { - "label": "DEFAULT_UI_TEXTS", - "file_type": "code", - "source_file": "backend/src/settings/default-ui-texts.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "default_ui_texts", - "id": "backend_src_settings_default_ui_texts_default_ui_texts" - }, - { - "label": "settings.service.ts", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "settings.service.ts", - "id": "backend_src_settings_settings_service" - }, - { - "label": "users.service.ts", - "file_type": "code", - "source_file": "backend/src/users/users.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 16, - "norm_label": "users.service.ts", - "id": "backend_src_users_users_service" - }, - { - "label": "blog/[slug]/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 160, - "norm_label": "blog/[slug]/page.tsx", - "id": "frontend_application_app_blog_slug_page" - }, - { - "label": "revalidate", - "file_type": "code", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L30", - "_origin": "ast", - "community": 160, - "norm_label": "revalidate", - "id": "frontend_application_app_blog_slug_page_revalidate" - }, - { - "label": "application/tsconfig.json", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L1", - "_origin": "ast", - "community": 161, - "community_name": "compilerOptions", - "norm_label": "application/tsconfig.json", - "id": "frontend_application_tsconfig" - }, - { - "label": "exclude", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L33", - "_origin": "ast", - "community": 161, - "community_name": "compilerOptions", - "norm_label": "exclude", - "id": "frontend_application_tsconfig_exclude" - }, - { - "label": "**/__tests__/**", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L33", - "_origin": "ast", - "community": 161, - "community_name": "compilerOptions", - "norm_label": "**/__tests__/**", - "id": "ref_tests" - }, - { - "label": "vitest.config.ts", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L33", - "_origin": "ast", - "community": 161, - "community_name": "compilerOptions", - "norm_label": "vitest.config.ts", - "id": "ref_vitest_config_ts" - }, - { - "label": "vitest.setup.ts", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L33", - "_origin": "ast", - "community": 161, - "community_name": "compilerOptions", - "norm_label": "vitest.setup.ts", - "id": "ref_vitest_setup_ts" - }, - { - "label": "api_contract.md", - "file_type": "document", - "source_file": ".ai_agency/specs/api_contract.md", - "source_location": "L1", - "_origin": "ast", - "community": 162, - "community_name": "API Contract Specification", - "norm_label": "api_contract.md", - "id": "ai_agency_specs_api_contract" - }, - { - "label": "1. OpenAPI 3.0 (Swagger) Specification", - "file_type": "document", - "source_file": ".ai_agency/specs/api_contract.md", - "source_location": "L3", - "_origin": "ast", - "community": 162, - "community_name": "API Contract Specification", - "norm_label": "1. openapi 3.0 (swagger) specification", - "id": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification" - }, - { - "label": "2. Endpoint Definitions & Data Types", - "file_type": "document", - "source_file": ".ai_agency/specs/api_contract.md", - "source_location": "L55", - "_origin": "ast", - "community": 162, - "community_name": "API Contract Specification", - "norm_label": "2. endpoint definitions & data types", - "id": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types" - }, - { - "label": "API Contract Specification", - "file_type": "document", - "source_file": ".ai_agency/specs/api_contract.md", - "source_location": "L1", - "_origin": "ast", - "community": 162, - "community_name": "API Contract Specification", - "norm_label": "api contract specification", - "id": "ai_agency_specs_api_contract_api_contract_specification" - }, - { - "label": "backend_review.md", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/backend_review.md", - "source_location": "L1", - "_origin": "ast", - "community": 163, - "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", - "norm_label": "backend_review.md", - "id": "ai_agency_specs_reviews_backend_review" - }, - { - "label": "Architectural Overview", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/backend_review.md", - "source_location": "L3", - "_origin": "ast", - "community": 163, - "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", - "norm_label": "architectural overview", - "id": "ai_agency_specs_reviews_backend_review_architectural_overview" - }, - { - "label": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/backend_review.md", - "source_location": "L1", - "_origin": "ast", - "community": 163, - "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", - "norm_label": "\u2699\ufe0f backend technical review (05_dev_backend)", - "id": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend" - }, - { - "label": "Critical Review Findings & Required Enhancements", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/backend_review.md", - "source_location": "L8", - "_origin": "ast", - "community": 163, - "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", - "norm_label": "critical review findings & required enhancements", - "id": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements" - }, - { - "label": "frontend_review.md", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/frontend_review.md", - "source_location": "L1", - "_origin": "ast", - "community": 164, - "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", - "norm_label": "frontend_review.md", - "id": "ai_agency_specs_reviews_frontend_review" - }, - { - "label": "Architectural Overview", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/frontend_review.md", - "source_location": "L3", - "_origin": "ast", - "community": 164, - "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", - "norm_label": "architectural overview", - "id": "ai_agency_specs_reviews_frontend_review_architectural_overview" - }, - { - "label": "Critical Review Findings & Required Enhancements", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/frontend_review.md", - "source_location": "L7", - "_origin": "ast", - "community": 164, - "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", - "norm_label": "critical review findings & required enhancements", - "id": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements" - }, - { - "label": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/frontend_review.md", - "source_location": "L1", - "_origin": "ast", - "community": 164, - "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", - "norm_label": "\ud83c\udfa8 frontend & admin panel technical review (06_dev_frontend)", - "id": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend" - }, - { - "label": "seo_content_review.md", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/seo_content_review.md", - "source_location": "L1", - "_origin": "ast", - "community": 165, - "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", - "norm_label": "seo_content_review.md", - "id": "ai_agency_specs_reviews_seo_content_review" - }, - { - "label": "Overview & Content Foundation", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/seo_content_review.md", - "source_location": "L3", - "_origin": "ast", - "community": 165, - "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", - "norm_label": "overview & content foundation", - "id": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation" - }, - { - "label": "SEO & Content Requirements", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/seo_content_review.md", - "source_location": "L6", - "_origin": "ast", - "community": 165, - "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", - "norm_label": "seo & content requirements", - "id": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements" - }, - { - "label": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/seo_content_review.md", - "source_location": "L1", - "_origin": "ast", - "community": 165, - "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", - "norm_label": "\ud83d\ude80 seo & content strategy review (12_seo_content)", - "id": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content" - }, - { - "label": "@types/node", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L57", - "_origin": "ast", - "community": 166, - "community_name": "@types/node", - "norm_label": "@types/node", - "id": "backend_package_devdependencies_types_node" - }, - { - "label": "@types/node", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L57", - "_origin": "ast", - "community": 166, - "community_name": "@types/node", - "norm_label": "@types/node", - "id": "backend_package_json_types_node" - }, - { - "label": "@types/node", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L27", - "_origin": "ast", - "community": 166, - "community_name": "devDependencies", - "norm_label": "@types/node", - "id": "frontend_admin_panel_package_devdependencies_types_node" - }, - { - "label": "@types/node", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L25", - "_origin": "ast", - "community": 166, - "community_name": "devDependencies", - "norm_label": "@types/node", - "id": "frontend_application_package_devdependencies_types_node" - }, - { - "label": "typescript", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L73", - "_origin": "ast", - "community": 167, - "community_name": "typescript", - "norm_label": "typescript", - "id": "backend_package_devdependencies_typescript" - }, - { - "label": "typescript", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L38", - "_origin": "ast", - "community": 167, - "community_name": "typescript", - "norm_label": "typescript", - "id": "frontend_admin_panel_package_devdependencies_typescript" - }, - { - "label": "typescript", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L33", - "_origin": "ast", - "community": 167, - "community_name": "typescript", - "norm_label": "typescript", - "id": "frontend_application_package_devdependencies_typescript" - }, - { - "label": "typescript", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L73", - "_origin": "ast", - "community": 167, - "community_name": "typescript", - "norm_label": "typescript", - "id": "backend_package_json_typescript" - }, - { - "label": "seed-ui-texts.ts", - "file_type": "code", - "source_file": "backend/prisma/seed-ui-texts.ts", - "source_location": "L1", - "_origin": "ast", - "community": 168, - "norm_label": "seed-ui-texts.ts", - "id": "backend_prisma_seed_ui_texts" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/prisma/seed-ui-texts.ts", - "source_location": "L3", - "_origin": "ast", - "community": 168, - "norm_label": "prisma", - "id": "backend_prisma_seed_ui_texts_prisma" - }, - { - "label": "UI_TEXTS", - "file_type": "code", - "source_file": "backend/prisma/seed-ui-texts.ts", - "source_location": "L5", - "_origin": "ast", - "community": 168, - "norm_label": "ui_texts", - "id": "backend_prisma_seed_ui_texts_ui_texts" - }, - { - "label": "seed-wiki.ts", - "file_type": "code", - "source_file": "backend/prisma/seed-wiki.ts", - "source_location": "L1", - "_origin": "ast", - "community": 169, - "norm_label": "seed-wiki.ts", - "id": "backend_prisma_seed_wiki" - }, - { - "label": "CANONICAL_WIKI_TERMS", - "file_type": "code", - "source_file": "backend/prisma/seed-wiki.ts", - "source_location": "L7", - "_origin": "ast", - "community": 169, - "norm_label": "canonical_wiki_terms", - "id": "backend_prisma_seed_wiki_canonical_wiki_terms" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/prisma/seed-wiki.ts", - "source_location": "L5", - "_origin": "ast", - "community": 169, - "norm_label": "prisma", - "id": "backend_prisma_seed_wiki_prisma" - }, - { - "label": "wholesale.controller.ts", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 17, - "community_name": "JwtAuthGuard", - "norm_label": "wholesale.controller.ts", - "id": "backend_src_wholesale_wholesale_controller" - }, - { - "label": "wholesale-apply.dto.ts", - "file_type": "code", - "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 17, - "community_name": "PrismaService", - "norm_label": "wholesale-apply.dto.ts", - "id": "backend_src_wholesale_dto_wholesale_apply_dto" - }, - { - "label": "wholesale.service.ts", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 17, - "community_name": "PrismaService", - "norm_label": "wholesale.service.ts", - "id": "backend_src_wholesale_wholesale_service" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "apiproperty", - "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional" + "community_name": "CreateReviewDto", + "norm_label": "isint" }, { "label": "IsNotEmpty", @@ -19831,10 +18038,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "isnotempty", - "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty" + "id": "backend_src_reviews_dto_create_review_dto_ts_isnotempty", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "isnotempty" }, { "label": "IsOptional", @@ -19842,10 +18049,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "isoptional", - "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional" + "id": "backend_src_reviews_dto_create_review_dto_ts_isoptional", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "isoptional" }, { "label": "IsString", @@ -19853,10 +18060,65 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "isstring", - "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring" + "id": "backend_src_reviews_dto_create_review_dto_ts_isstring", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "isstring" + }, + { + "label": "Min", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_min", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "min" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_ts_apiproperty", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "apiproperty" + }, + { + "label": "IsIn", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_ts_isin", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "isin" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_ts_isoptional", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_ts_isstring", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "isstring" }, { "label": "ApiBearerAuth", @@ -19864,10 +18126,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "apibearerauth", - "id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth" + "id": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "apibearerauth" }, { "label": "ApiOperation", @@ -19875,10 +18137,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "apioperation", - "id": "backend_src_wholesale_wholesale_controller_ts_apioperation" + "id": "backend_src_reviews_reviews_controller_ts_apioperation", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "apioperation" }, { "label": "ApiTags", @@ -19886,10 +18148,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "apitags", - "id": "backend_src_wholesale_wholesale_controller_ts_apitags" + "id": "backend_src_reviews_reviews_controller_ts_apitags", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "apitags" }, { "label": "Body", @@ -19897,10 +18159,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "body", - "id": "backend_src_wholesale_wholesale_controller_ts_body" + "id": "backend_src_reviews_reviews_controller_ts_body", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "body" }, { "label": "Controller", @@ -19908,10 +18170,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "controller", - "id": "backend_src_wholesale_wholesale_controller_ts_controller" + "id": "backend_src_reviews_reviews_controller_ts_controller", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_delete", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "delete" }, { "label": "Get", @@ -19919,10 +18192,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "get", - "id": "backend_src_wholesale_wholesale_controller_ts_get" + "id": "backend_src_reviews_reviews_controller_ts_get", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "get" }, { "label": "Param", @@ -19930,10 +18203,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "param", - "id": "backend_src_wholesale_wholesale_controller_ts_param" + "id": "backend_src_reviews_reviews_controller_ts_param", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_patch", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "patch" }, { "label": "Post", @@ -19941,32 +18225,32 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "post", - "id": "backend_src_wholesale_wholesale_controller_ts_post" + "id": "backend_src_reviews_reviews_controller_ts_post", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "post" }, { - "label": "Put", + "label": "Query", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "put", - "id": "backend_src_wholesale_wholesale_controller_ts_put" + "id": "backend_src_reviews_reviews_controller_ts_query", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "query" }, { - "label": "Request", + "label": "Req", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "request", - "id": "backend_src_wholesale_wholesale_controller_ts_request" + "id": "backend_src_reviews_reviews_controller_ts_req", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "req" }, { "label": "UseGuards", @@ -19974,10 +18258,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "useguards", - "id": "backend_src_wholesale_wholesale_controller_ts_useguards" + "id": "backend_src_reviews_reviews_controller_ts_useguards", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "useguards" }, { "label": "Injectable", @@ -19985,21 +18269,758 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "WholesaleApplyDto", - "norm_label": "injectable", - "id": "backend_src_wholesale_wholesale_service_ts_injectable" + "id": "backend_src_reviews_reviews_service_ts_injectable", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "injectable" }, { - "label": "wholesale.module.ts", + "label": "Max", "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "max", + "community": 14, + "community_name": "CreateReviewDto", + "norm_label": "max" + }, + { + "label": "project_health.md", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", "source_location": "L1", "_origin": "ast", - "community": 17, - "community_name": "app.module.ts", - "norm_label": "wholesale.module.ts", - "id": "backend_src_wholesale_wholesale_module" + "id": "ai_agency_specs_project_health", + "community": 140, + "community_name": "Project Health Audit Report", + "norm_label": "project_health.md" + }, + { + "label": "1. Audit Score Summary", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_project_health_1_audit_score_summary", + "community": 140, + "community_name": "Project Health Audit Report", + "norm_label": "1. audit score summary" + }, + { + "label": "2. Technical Debt Inventory", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_specs_project_health_2_technical_debt_inventory", + "community": 140, + "community_name": "Project Health Audit Report", + "norm_label": "2. technical debt inventory" + }, + { + "label": "3. Outdated Dependencies List", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L10", + "_origin": "ast", + "id": "ai_agency_specs_project_health_3_outdated_dependencies_list", + "community": 140, + "community_name": "Project Health Audit Report", + "norm_label": "3. outdated dependencies list" + }, + { + "label": "4. Security Risks (.env leaks, unprotected ports)", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L13", + "_origin": "ast", + "id": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports", + "community": 140, + "community_name": "Project Health Audit Report", + "norm_label": "4. security risks (.env leaks, unprotected ports)" + }, + { + "label": "Project Health Audit Report", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_project_health_project_health_audit_report", + "community": 140, + "community_name": "Project Health Audit Report", + "norm_label": "project health audit report" + }, + { + "label": "nest-cli.json", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_nest_cli", + "community": 141, + "community_name": "nest-cli.json", + "norm_label": "nest-cli.json" + }, + { + "label": "collection", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_nest_cli_collection", + "community": 141, + "community_name": "nest-cli.json", + "norm_label": "collection" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L5", + "_origin": "ast", + "id": "backend_nest_cli_compileroptions", + "community": 141, + "community_name": "nest-cli.json", + "norm_label": "compileroptions" + }, + { + "label": "deleteOutDir", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L6", + "_origin": "ast", + "id": "backend_nest_cli_compileroptions_deleteoutdir", + "community": 141, + "community_name": "nest-cli.json", + "norm_label": "deleteoutdir" + }, + { + "label": "$schema", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_nest_cli_schema", + "community": 141, + "community_name": "nest-cli.json", + "norm_label": "$schema" + }, + { + "label": "sourceRoot", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L4", + "_origin": "ast", + "id": "backend_nest_cli_sourceroot", + "community": 141, + "community_name": "nest-cli.json", + "norm_label": "sourceroot" + }, + { + "label": "query.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_query", + "community": 142, + "community_name": "graphify reference: query, path, explain", + "norm_label": "query.md" + }, + { + "label": "For /graphify explain", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L254", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_for_graphify_explain", + "community": 142, + "community_name": "graphify reference: query, path, explain", + "norm_label": "for /graphify explain" + }, + { + "label": "For /graphify path", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L186", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_for_graphify_path", + "community": 142, + "community_name": "graphify reference: query, path, explain", + "norm_label": "for /graphify path" + }, + { + "label": "graphify reference: query, path, explain", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "community": 142, + "community_name": "graphify reference: query, path, explain", + "norm_label": "graphify reference: query, path, explain" + }, + { + "label": "Step 0 \u2014 Constrained query expansion (REQUIRED before traversal)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L23", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal", + "community": 142, + "community_name": "graphify reference: query, path, explain", + "norm_label": "step 0 \u2014 constrained query expansion (required before traversal)" + }, + { + "label": "Step 1 \u2014 Traversal", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L61", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_step_1_traversal", + "community": 142, + "community_name": "graphify reference: query, path, explain", + "norm_label": "step 1 \u2014 traversal" + }, + { + "label": "04-open-questions.md", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_04_open_questions", + "community": 143, + "community_name": "Open Questions", + "norm_label": "04-open-questions.md" + }, + { + "label": "1. Storefront Migration Roadmap (`frontend/application`)", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application", + "community": 143, + "community_name": "Open Questions", + "norm_label": "1. storefront migration roadmap (`frontend/application`)" + }, + { + "label": "2. Payment Gateway Integration Provider", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L9", + "_origin": "ast", + "id": "docs_audit_04_open_questions_2_payment_gateway_integration_provider", + "community": 143, + "community_name": "Open Questions", + "norm_label": "2. payment gateway integration provider" + }, + { + "label": "3. Deployment & CI/CD Pipeline Specifications", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L13", + "_origin": "ast", + "id": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications", + "community": 143, + "community_name": "Open Questions", + "norm_label": "3. deployment & ci/cd pipeline specifications" + }, + { + "label": "4. SMS / OTP Service Provider", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L17", + "_origin": "ast", + "id": "docs_audit_04_open_questions_4_sms_otp_service_provider", + "community": 143, + "community_name": "Open Questions", + "norm_label": "4. sms / otp service provider" + }, + { + "label": "Open Questions", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_04_open_questions_open_questions", + "community": 143, + "community_name": "Open Questions", + "norm_label": "open questions" + }, + { + "label": "33-final-phase2-audit-closure.md", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure", + "community": 144, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "33-final-phase2-audit-closure.md" + }, + { + "label": "1. Executive Summary & Honest Review-Tier Metrics", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L9", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics", + "community": 144, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "1. executive summary & honest review-tier metrics" + }, + { + "label": "2. Reconciled Findings & Canonical Identifier Normalization", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization", + "community": 144, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "2. reconciled findings & canonical identifier normalization" + }, + { + "label": "3. Validation & Integrity Verification", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L34", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification", + "community": 144, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "3. validation & integrity verification" + }, + { + "label": "4. Final Quality Gate Conclusion", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L42", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion", + "community": 144, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "4. final quality gate conclusion" + }, + { + "label": "Final Phase 2 Audit Closure Report", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "community": 144, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "final phase 2 audit closure report" + }, + { + "label": "Transactions.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions", + "community": 145, + "community_name": "Transactions.tsx", + "norm_label": "transactions.tsx" + }, + { + "label": "Transactions", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L38", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_transactions", + "community": 145, + "community_name": "Transactions.tsx", + "norm_label": "transactions" + }, + { + "label": "open-browsers.js", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L1", + "_origin": "ast", + "id": "scripts_open_browsers", + "community": 146, + "community_name": "open-browsers.js", + "norm_label": "open-browsers.js" + }, + { + "label": "{ exec }", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L1", + "_origin": "ast", + "id": "scripts_open_browsers_exec", + "community": 146, + "community_name": "open-browsers.js", + "norm_label": "{ exec }" + }, + { + "label": "http", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L2", + "_origin": "ast", + "id": "scripts_open_browsers_http", + "community": 146, + "community_name": "open-browsers.js", + "norm_label": "http" + }, + { + "label": "URLS", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L4", + "_origin": "ast", + "id": "scripts_open_browsers_urls", + "community": 146, + "community_name": "open-browsers.js", + "norm_label": "urls" + }, + { + "label": "start-dev.js", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L1", + "_origin": "ast", + "id": "scripts_start_dev", + "community": 147, + "community_name": "start-dev.js", + "norm_label": "start-dev.js" + }, + { + "label": "backend", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L27", + "_origin": "ast", + "id": "scripts_start_dev_backend", + "community": 147, + "community_name": "start-dev.js", + "norm_label": "backend" + }, + { + "label": "http", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L2", + "_origin": "ast", + "id": "scripts_start_dev_http", + "community": 147, + "community_name": "start-dev.js", + "norm_label": "http" + }, + { + "label": "{ spawn }", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L1", + "_origin": "ast", + "id": "scripts_start_dev_spawn", + "community": 147, + "community_name": "start-dev.js", + "norm_label": "{ spawn }" + }, + { + "label": "scratchpad.md", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad", + "community": 148, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "scratchpad.md" + }, + { + "label": "\ud83d\udcdd Active Agent Working Scratchpad", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "community": 148, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "\ud83d\udcdd active agent working scratchpad" + }, + { + "label": "\ud83c\udfd7\ufe0f Execution Target", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L24", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad_execution_target", + "community": 148, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "\ud83c\udfd7\ufe0f execution target" + }, + { + "label": "Project: Canina Veterinary E-Commerce System", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system", + "community": 148, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "project: canina veterinary e-commerce system" + }, + { + "label": "\ud83d\udccb Requirements & Persona Mandates (Intake & User Request)", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L8", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request", + "community": 148, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "\ud83d\udccb requirements & persona mandates (intake & user request)" + }, + { + "label": "code_health_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review", + "community": 149, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "code_health_review.md" + }, + { + "label": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "community": 149, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "\ud83d\udd0d code health audit review (01_auditor)" + }, + { + "label": "Executive Summary", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review_executive_summary", + "community": 149, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "executive summary" + }, + { + "label": "Key Findings", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L8", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review_key_findings", + "community": 149, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "key findings" + }, + { + "label": "Recommendations", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L19", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review_recommendations", + "community": 149, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "recommendations" + }, + { + "label": "get-products.dto.ts", + "file_type": "code", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto", + "community": 15, + "community_name": "ProductsService", + "norm_label": "get-products.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional", + "community": 15, + "community_name": "ProductsService", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsEnum", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_ts_isenum", + "community": 15, + "community_name": "ProductsService", + "norm_label": "isenum" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_ts_isoptional", + "community": 15, + "community_name": "ProductsService", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_ts_isstring", + "community": 15, + "community_name": "ProductsService", + "norm_label": "isstring" + }, + { + "label": "products.controller.ts", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_products_controller", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.controller.ts" + }, + { + "label": "products.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_products_controller_spec", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.controller.spec.ts" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_apioperation", + "community": 15, + "community_name": "ProductsService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_apitags", + "community": 15, + "community_name": "ProductsService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_body", + "community": 15, + "community_name": "ProductsService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_controller", + "community": 15, + "community_name": "ProductsService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_get", + "community": 15, + "community_name": "ProductsService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_param", + "community": 15, + "community_name": "ProductsService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_patch", + "community": 15, + "community_name": "ProductsService", + "norm_label": "patch" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_query", + "community": 15, + "community_name": "ProductsService", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_useguards", + "community": 15, + "community_name": "ProductsService", + "norm_label": "useguards" + }, + { + "label": "products.module.ts", + "file_type": "code", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_products_module", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.module.ts" }, { "label": "Module", @@ -20007,338 +19028,1209 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 17, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_wholesale_wholesale_module_ts_module" + "id": "backend_src_products_products_module_ts_module", + "community": 15, + "community_name": "ProductsService", + "norm_label": "module" }, { - "label": "create-blog.dto.ts", + "label": "products.service.ts", "file_type": "code", - "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_file": "backend/src/products/products.service.ts", "source_location": "L1", "_origin": "ast", - "community": 170, - "community_name": "Blog Management DTOs", - "norm_label": "create-blog.dto.ts", - "id": "backend_src_blogs_dto_create_blog_dto" + "id": "backend_src_products_products_service", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.service.ts" }, { - "label": "update-blog.dto.ts", + "label": "products.service.spec.ts", "file_type": "code", - "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_file": "backend/src/products/products.service.spec.ts", "source_location": "L1", "_origin": "ast", - "community": 170, - "community_name": "Blog Management DTOs", - "norm_label": "update-blog.dto.ts", - "id": "backend_src_blogs_dto_update_blog_dto" + "id": "backend_src_products_products_service_spec", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.service.spec.ts" }, { - "label": "create-home.dto.ts", + "label": "Injectable", "file_type": "code", - "source_file": "backend/src/home/dto/create-home.dto.ts", - "source_location": "L1", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 171, - "community_name": "Home Management DTOs", - "norm_label": "create-home.dto.ts", - "id": "backend_src_home_dto_create_home_dto" + "id": "backend_src_products_products_service_ts_injectable", + "community": 15, + "community_name": "ProductsService", + "norm_label": "injectable" }, { - "label": "update-home.dto.ts", + "label": "paginated-response.schema.ts", "file_type": "code", - "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", "source_location": "L1", "_origin": "ast", - "community": 171, - "community_name": "Home Management DTOs", - "norm_label": "update-home.dto.ts", - "id": "backend_src_home_dto_update_home_dto" + "id": "backend_src_common_schemas_paginated_response_schema", + "community": 150, + "community_name": "paginated-response.schema.ts", + "norm_label": "paginated-response.schema.ts" }, { - "label": "create-wiki.dto.ts", + "label": "ApiProperty", "file_type": "code", - "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", - "source_location": "L1", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 172, - "community_name": "Wiki Management DTOs", - "norm_label": "create-wiki.dto.ts", - "id": "backend_src_wiki_dto_create_wiki_dto" + "id": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "community": 150, + "community_name": "paginated-response.schema.ts", + "norm_label": "apiproperty" }, { - "label": "update-wiki.dto.ts", + "label": "ApiBadRequestResponse", "file_type": "code", - "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apibadrequestresponse", + "community": 151, + "community_name": "PetsController", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apibearerauth", + "community": 151, + "community_name": "PetsController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiCreatedResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apicreatedresponse", + "community": 151, + "community_name": "PetsController", + "norm_label": "apicreatedresponse" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apitags", + "community": 151, + "community_name": "PetsController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_controller", + "community": 151, + "community_name": "PetsController", + "norm_label": "controller" + }, + { + "label": "UploadedFile", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_uploadedfile", + "community": 151, + "community_name": "PetsController", + "norm_label": "uploadedfile" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_useguards", + "community": 151, + "community_name": "PetsController", + "norm_label": "useguards" + }, + { + "label": "UseInterceptors", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_useinterceptors", + "community": 151, + "community_name": "PetsController", + "norm_label": "useinterceptors" + }, + { + "label": "24-omitted-file-inspection-report.md", + "file_type": "document", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", "source_location": "L1", "_origin": "ast", - "community": 172, - "community_name": "Wiki Management DTOs", - "norm_label": "update-wiki.dto.ts", - "id": "backend_src_wiki_dto_update_wiki_dto" + "id": "docs_audit_24_omitted_file_inspection_report", + "community": 153, + "community_name": "Omitted File Inspection Report", + "norm_label": "24-omitted-file-inspection-report.md" }, { - "label": "add-watch.md", + "label": "Conclusion", "file_type": "document", - "source_file": ".claude/skills/graphify/references/add-watch.md", - "source_location": "L1", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L32", "_origin": "ast", - "community": 173, - "community_name": "graphify reference: add a URL and watch a folder", - "norm_label": "add-watch.md", - "id": "claude_skills_graphify_references_add_watch" + "id": "docs_audit_24_omitted_file_inspection_report_conclusion", + "community": 153, + "community_name": "Omitted File Inspection Report", + "norm_label": "conclusion" }, { - "label": "For /graphify add", + "label": "Key Domain Findings from Omitted File Audit", "file_type": "document", - "source_file": ".claude/skills/graphify/references/add-watch.md", - "source_location": "L5", - "_origin": "ast", - "community": 173, - "community_name": "graphify reference: add a URL and watch a folder", - "norm_label": "for /graphify add", - "id": "claude_skills_graphify_references_add_watch_for_graphify_add" - }, - { - "label": "For --watch", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/add-watch.md", - "source_location": "L39", - "_origin": "ast", - "community": 173, - "community_name": "graphify reference: add a URL and watch a folder", - "norm_label": "for --watch", - "id": "claude_skills_graphify_references_add_watch_for_watch" - }, - { - "label": "graphify reference: add a URL and watch a folder", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/add-watch.md", - "source_location": "L1", - "_origin": "ast", - "community": 173, - "community_name": "graphify reference: add a URL and watch a folder", - "norm_label": "graphify reference: add a url and watch a folder", - "id": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder" - }, - { - "label": "hooks.md", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/hooks.md", - "source_location": "L1", - "_origin": "ast", - "community": 174, - "community_name": "graphify reference: commit hook and native CLAUDE.md integration", - "norm_label": "hooks.md", - "id": "claude_skills_graphify_references_hooks" - }, - { - "label": "For git commit hook", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/hooks.md", - "source_location": "L5", - "_origin": "ast", - "community": 174, - "community_name": "graphify reference: commit hook and native CLAUDE.md integration", - "norm_label": "for git commit hook", - "id": "claude_skills_graphify_references_hooks_for_git_commit_hook" - }, - { - "label": "For native CLAUDE.md integration", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/hooks.md", - "source_location": "L21", - "_origin": "ast", - "community": 174, - "community_name": "graphify reference: commit hook and native CLAUDE.md integration", - "norm_label": "for native claude.md integration", - "id": "claude_skills_graphify_references_hooks_for_native_claude_md_integration" - }, - { - "label": "graphify reference: commit hook and native CLAUDE.md integration", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/hooks.md", - "source_location": "L1", - "_origin": "ast", - "community": 174, - "community_name": "graphify reference: commit hook and native CLAUDE.md integration", - "norm_label": "graphify reference: commit hook and native claude.md integration", - "id": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration" - }, - { - "label": "update.md", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/update.md", - "source_location": "L1", - "_origin": "ast", - "community": 175, - "community_name": "graphify reference: incremental update and cluster-only", - "norm_label": "update.md", - "id": "claude_skills_graphify_references_update" - }, - { - "label": "For --cluster-only", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/update.md", - "source_location": "L202", - "_origin": "ast", - "community": 175, - "community_name": "graphify reference: incremental update and cluster-only", - "norm_label": "for --cluster-only", - "id": "claude_skills_graphify_references_update_for_cluster_only" - }, - { - "label": "For --update (incremental re-extraction)", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/update.md", - "source_location": "L5", - "_origin": "ast", - "community": 175, - "community_name": "graphify reference: incremental update and cluster-only", - "norm_label": "for --update (incremental re-extraction)", - "id": "claude_skills_graphify_references_update_for_update_incremental_re_extraction" - }, - { - "label": "graphify reference: incremental update and cluster-only", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/update.md", - "source_location": "L1", - "_origin": "ast", - "community": 175, - "community_name": "graphify reference: incremental update and cluster-only", - "norm_label": "graphify reference: incremental update and cluster-only", - "id": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only" - }, - { - "label": "19-finding-verification-report.md", - "file_type": "document", - "source_file": "docs/audit/19-finding-verification-report.md", - "source_location": "L1", - "_origin": "ast", - "community": 176, - "community_name": "Raw Finding Verification & Disposition Report", - "norm_label": "19-finding-verification-report.md", - "id": "docs_audit_19_finding_verification_report" - }, - { - "label": "1. Executive Summary & Verification Reconciliation Table", - "file_type": "document", - "source_file": "docs/audit/19-finding-verification-report.md", - "source_location": "L3", - "_origin": "ast", - "community": 176, - "community_name": "Raw Finding Verification & Disposition Report", - "norm_label": "1. executive summary & verification reconciliation table", - "id": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table" - }, - { - "label": "2. Newly Discovered & Split Findings (Canonical IDs)", - "file_type": "document", - "source_file": "docs/audit/19-finding-verification-report.md", - "source_location": "L22", - "_origin": "ast", - "community": 176, - "community_name": "Raw Finding Verification & Disposition Report", - "norm_label": "2. newly discovered & split findings (canonical ids)", - "id": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids" - }, - { - "label": "Raw Finding Verification & Disposition Report", - "file_type": "document", - "source_file": "docs/audit/19-finding-verification-report.md", - "source_location": "L1", - "_origin": "ast", - "community": 176, - "community_name": "Raw Finding Verification & Disposition Report", - "norm_label": "raw finding verification & disposition report", - "id": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report" - }, - { - "label": "admin-panel/README.md", - "file_type": "document", - "source_file": "frontend/admin-panel/README.md", - "source_location": "L1", - "_origin": "ast", - "community": 177, - "community_name": "React + TypeScript + Vite", - "norm_label": "admin-panel/readme.md", - "id": "frontend_admin_panel_readme" - }, - { - "label": "Expanding the ESLint configuration", - "file_type": "document", - "source_file": "frontend/admin-panel/README.md", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", "source_location": "L14", "_origin": "ast", - "community": 177, - "community_name": "React + TypeScript + Vite", - "norm_label": "expanding the eslint configuration", - "id": "frontend_admin_panel_readme_expanding_the_eslint_configuration" + "id": "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit", + "community": 153, + "community_name": "Omitted File Inspection Report", + "norm_label": "key domain findings from omitted file audit" }, { - "label": "React Compiler", + "label": "Omitted File Inspection Report", "file_type": "document", - "source_file": "frontend/admin-panel/README.md", - "source_location": "L10", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L1", "_origin": "ast", - "community": 177, - "community_name": "React + TypeScript + Vite", - "norm_label": "react compiler", - "id": "frontend_admin_panel_readme_react_compiler" + "id": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "community": 153, + "community_name": "Omitted File Inspection Report", + "norm_label": "omitted file inspection report" }, { - "label": "React + TypeScript + Vite", + "label": "Overview of Omitted File Inspections", "file_type": "document", - "source_file": "frontend/admin-panel/README.md", - "source_location": "L1", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L11", "_origin": "ast", - "community": 177, - "community_name": "React + TypeScript + Vite", - "norm_label": "react + typescript + vite", - "id": "frontend_admin_panel_readme_react_typescript_vite" + "id": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections", + "community": 153, + "community_name": "Omitted File Inspection Report", + "norm_label": "overview of omitted file inspections" }, { - "label": "Select.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "label": "phase3.2-implementation-readiness.md", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", "source_location": "L1", "_origin": "ast", - "community": 178, - "norm_label": "select.tsx", - "id": "frontend_admin_panel_src_components_ui_select" + "id": "docs_audit_phase3_2_implementation_readiness", + "community": 154, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "phase3.2-implementation-readiness.md" }, { - "label": "Select", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", - "source_location": "L16", + "label": "1. Executive Summary & Architecture Decisions", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L12", "_origin": "ast", - "community": 178, - "norm_label": "select", - "id": "frontend_admin_panel_src_components_ui_select_select" + "id": "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions", + "community": 154, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "1. executive summary & architecture decisions" }, { - "label": "wiki/[slug]/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "label": "2. Updated Task Specifications Overview", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L30", + "_origin": "ast", + "id": "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview", + "community": 154, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "2. updated task specifications overview" + }, + { + "label": "3. Final Readiness Statement", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L47", + "_origin": "ast", + "id": "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement", + "community": 154, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "3. final readiness statement" + }, + { + "label": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", "source_location": "L1", "_origin": "ast", - "community": 179, - "community_name": "Wiki Page Routing", - "norm_label": "wiki/[slug]/page.tsx", - "id": "frontend_application_app_wiki_slug_page" + "id": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "community": 154, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "phase 3.2 / 3.3 \u2014 implementation readiness & architectural finalization report" }, { - "label": "userStore.test.ts", - "file_type": "code", - "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "label": "phase3-traceability-matrix.md", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", "source_location": "L1", "_origin": "ast", - "community": 18, - "community_name": "lib/services/api.ts", - "norm_label": "userstore.test.ts", - "id": "frontend_application_lib_store_tests_userstore_test" + "id": "docs_audit_phase3_traceability_matrix", + "community": 155, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "phase3-traceability-matrix.md" + }, + { + "label": "Complete Finding-to-Task Traceability Matrix", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L11", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix", + "community": 155, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "complete finding-to-task traceability matrix" + }, + { + "label": "Finding Disposition & Accounting Verification", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L40", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification", + "community": 155, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "finding disposition & accounting verification" + }, + { + "label": "Phase 3 Audit Traceability Matrix", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "community": 155, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "phase 3 audit traceability matrix" + }, + { + "label": "Special Task Traceability (Non-Finding Tasks)", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks", + "community": 155, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "special task traceability (non-finding tasks)" + }, + { + "label": "rebuild_honest_ledger.js", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger", + "community": 156, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "rebuild_honest_ledger.js" + }, + { + "label": "evidenceList", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L4", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger_evidencelist", + "community": 156, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "evidencelist" + }, + { + "label": "ledger", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L9", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger_ledger", + "community": 156, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "ledger" + }, + { + "label": "mandatoryMap", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L6", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger_mandatorymap", + "community": 156, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "mandatorymap" + }, + { + "label": "mandatoryScope", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger_mandatoryscope", + "community": 156, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "mandatoryscope" + }, + { + "label": "validate_evidence_grade.js", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade", + "community": 157, + "community_name": "validate_evidence_grade.js", + "norm_label": "validate_evidence_grade.js" + }, + { + "label": "activeFiles", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L58", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade_activefiles", + "community": 157, + "community_name": "validate_evidence_grade.js", + "norm_label": "activefiles" + }, + { + "label": "errors", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L4", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade_errors", + "community": 157, + "community_name": "validate_evidence_grade.js", + "norm_label": "errors" + }, + { + "label": "validationOutput", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L101", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade_validationoutput", + "community": 157, + "community_name": "validate_evidence_grade.js", + "norm_label": "validationoutput" + }, + { + "label": "warnings", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade_warnings", + "community": 157, + "community_name": "validate_evidence_grade.js", + "norm_label": "warnings" + }, + { + "label": "Layout.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_layout", + "community": 158, + "community_name": "api", + "norm_label": "layout.tsx" + }, + { + "label": "Sidebar.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar", + "community": 158, + "community_name": "api", + "norm_label": "sidebar.tsx" + }, + { + "label": "Topbar.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_topbar", + "community": 158, + "community_name": "api", + "norm_label": "topbar.tsx" + }, + { + "label": "SEARCHABLE_PAGES", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_topbar_searchable_pages", + "community": 158, + "community_name": "api", + "norm_label": "searchable_pages" + }, + { + "label": "CMS.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_cms", + "community": 158, + "community_name": "api", + "norm_label": "cms.tsx" + }, + { + "label": "CMS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L23", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_cms", + "community": 158, + "community_name": "api", + "norm_label": "cms" + }, + { + "label": "api", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L23", + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_api", + "community": 158, + "community_name": "api", + "norm_label": "api" + }, + { + "label": "Reviews.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reviews", + "community": 159, + "community_name": "Reviews.tsx", + "norm_label": "reviews.tsx" + }, + { + "label": "Reviews", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L40", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_reviews", + "community": 159, + "community_name": "Reviews.tsx", + "norm_label": "reviews" + }, + { + "label": "ApiExcludeController", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "apiexcludecontroller", + "community": 16, + "community_name": "PrismaService", + "norm_label": "apiexcludecontroller" + }, + { + "label": "b2b.service.ts", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_b2b_b2b_service", + "community": 16, + "community_name": "PrismaService", + "norm_label": "b2b.service.ts" + }, + { + "label": "metrics.controller.ts", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_metrics_controller", + "community": 16, + "community_name": "PrismaService", + "norm_label": "metrics.controller.ts" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_metrics_controller_ts_controller", + "community": 16, + "community_name": "PrismaService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_metrics_controller_ts_get", + "community": 16, + "community_name": "PrismaService", + "norm_label": "get" + }, + { + "label": "Res", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_metrics_controller_ts_res", + "community": 16, + "community_name": "PrismaService", + "norm_label": "res" + }, + { + "label": "sms.service.ts", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_services_sms_service", + "community": 16, + "community_name": "PrismaService", + "norm_label": "sms.service.ts" + }, + { + "label": "contact.service.ts", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_contact_contact_service", + "community": 16, + "community_name": "PrismaService", + "norm_label": "contact.service.ts" + }, + { + "label": "orders.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_orders_service_spec", + "community": 16, + "community_name": "PrismaService", + "norm_label": "orders.service.spec.ts" + }, + { + "label": "admin-transaction-filter.dto.ts", + "file_type": "code", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto", + "community": 16, + "community_name": "PrismaService", + "norm_label": "admin-transaction-filter.dto.ts" + }, + { + "label": "payment.service.ts", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_payment_service", + "community": 16, + "community_name": "PrismaService", + "norm_label": "payment.service.ts" + }, + { + "label": "pets.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_service_spec", + "community": 16, + "community_name": "PrismaService", + "norm_label": "pets.service.spec.ts" + }, + { + "label": "prescriptions.module.ts", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_module", + "community": 16, + "community_name": "PrismaService", + "norm_label": "prescriptions.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_module_ts_module", + "community": 16, + "community_name": "PrismaService", + "norm_label": "module" + }, + { + "label": "prescriptions.service.ts", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service", + "community": 16, + "community_name": "PrismaService", + "norm_label": "prescriptions.service.ts" + }, + { + "label": "prisma.service.ts", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prisma_prisma_service", + "community": 16, + "community_name": "PrismaService", + "norm_label": "prisma.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_ts_injectable", + "community": 16, + "community_name": "PrismaService", + "norm_label": "injectable" + }, + { + "label": "default-ui-texts.ts", + "file_type": "code", + "source_file": "backend/src/settings/default-ui-texts.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_default_ui_texts", + "community": 16, + "community_name": "PrismaService", + "norm_label": "default-ui-texts.ts" + }, + { + "label": "DEFAULT_UI_TEXTS", + "file_type": "code", + "source_file": "backend/src/settings/default-ui-texts.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_default_ui_texts_default_ui_texts", + "community": 16, + "community_name": "PrismaService", + "norm_label": "default_ui_texts" + }, + { + "label": "settings.service.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_service", + "community": 16, + "community_name": "PrismaService", + "norm_label": "settings.service.ts" + }, + { + "label": "settings.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_service_spec", + "community": 16, + "community_name": "PrismaService", + "norm_label": "settings.service.spec.ts" + }, + { + "label": "users.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_service_spec", + "community": 16, + "community_name": "PrismaService", + "norm_label": "users.service.spec.ts" + }, + { + "label": "wholesale-apply.dto.ts", + "file_type": "code", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto", + "community": 16, + "community_name": "PrismaService", + "norm_label": "wholesale-apply.dto.ts" + }, + { + "label": "wholesale.service.ts", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service", + "community": 16, + "community_name": "PrismaService", + "norm_label": "wholesale.service.ts" + }, + { + "label": "tsconfig.seed.json", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "tsconfig.seed.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "esModuleInterop", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "esmoduleinterop" + }, + { + "label": "module", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_module", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L4", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L6", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "types", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_types", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "types" + }, + { + "label": "include", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_include", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "node", + "file_type": "concept", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_json_ref_node", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "node" + }, + { + "label": "./**/*.ts", + "file_type": "concept", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_json_ref_ts", + "community": 160, + "community_name": "compilerOptions", + "norm_label": "./**/*.ts" + }, + { + "label": "blog/[slug]/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page", + "community": 161, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "blog/[slug]/page.tsx" + }, + { + "label": "revalidate", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page_revalidate", + "community": 161, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "revalidate" + }, + { + "label": "admin/wiki.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller", + "community": 162, + "community_name": "WikiService", + "norm_label": "admin/wiki.controller.ts" + }, + { + "label": "admin/wiki.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_wiki_service", + "community": 162, + "community_name": "WikiService", + "norm_label": "admin/wiki.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_service_ts_injectable", + "community": 162, + "community_name": "WikiService", + "norm_label": "injectable" + }, + { + "label": "api_contract.md", + "file_type": "document", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_api_contract", + "community": 163, + "community_name": "API Contract Specification", + "norm_label": "api_contract.md" + }, + { + "label": "1. OpenAPI 3.0 (Swagger) Specification", + "file_type": "document", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", + "community": 163, + "community_name": "API Contract Specification", + "norm_label": "1. openapi 3.0 (swagger) specification" + }, + { + "label": "2. Endpoint Definitions & Data Types", + "file_type": "document", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L55", + "_origin": "ast", + "id": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", + "community": 163, + "community_name": "API Contract Specification", + "norm_label": "2. endpoint definitions & data types" + }, + { + "label": "API Contract Specification", + "file_type": "document", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_api_contract_api_contract_specification", + "community": 163, + "community_name": "API Contract Specification", + "norm_label": "api contract specification" + }, + { + "label": "backend_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_backend_review", + "community": 164, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "norm_label": "backend_review.md" + }, + { + "label": "Architectural Overview", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_backend_review_architectural_overview", + "community": 164, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "norm_label": "architectural overview" + }, + { + "label": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "community": 164, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "norm_label": "\u2699\ufe0f backend technical review (05_dev_backend)" + }, + { + "label": "Critical Review Findings & Required Enhancements", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L8", + "_origin": "ast", + "id": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements", + "community": 164, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "norm_label": "critical review findings & required enhancements" + }, + { + "label": "frontend_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_frontend_review", + "community": 165, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "norm_label": "frontend_review.md" + }, + { + "label": "Architectural Overview", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_frontend_review_architectural_overview", + "community": 165, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "norm_label": "architectural overview" + }, + { + "label": "Critical Review Findings & Required Enhancements", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements", + "community": 165, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "norm_label": "critical review findings & required enhancements" + }, + { + "label": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "community": 165, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "norm_label": "\ud83c\udfa8 frontend & admin panel technical review (06_dev_frontend)" + }, + { + "label": "seo_content_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_seo_content_review", + "community": 166, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "norm_label": "seo_content_review.md" + }, + { + "label": "Overview & Content Foundation", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation", + "community": 166, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "norm_label": "overview & content foundation" + }, + { + "label": "SEO & Content Requirements", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L6", + "_origin": "ast", + "id": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements", + "community": 166, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "norm_label": "seo & content requirements" + }, + { + "label": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", + "community": 166, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "norm_label": "\ud83d\ude80 seo & content strategy review (12_seo_content)" + }, + { + "label": "@types/node", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L57", + "_origin": "ast", + "id": "backend_package_devdependencies_types_node", + "community": 167, + "community_name": "@types/node", + "norm_label": "@types/node" + }, + { + "label": "@types/node", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L57", + "_origin": "ast", + "id": "backend_package_json_types_node", + "community": 167, + "community_name": "@types/node", + "norm_label": "@types/node" + }, + { + "label": "typescript", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L73", + "_origin": "ast", + "id": "backend_package_devdependencies_typescript", + "community": 168, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "typescript", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L73", + "_origin": "ast", + "id": "backend_package_json_typescript", + "community": 168, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "seed-ui-texts.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_ui_texts", + "community": 169, + "community_name": "seed-ui-texts.ts", + "norm_label": "seed-ui-texts.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_seed_ui_texts_prisma", + "community": 169, + "community_name": "seed-ui-texts.ts", + "norm_label": "prisma" + }, + { + "label": "UI_TEXTS", + "file_type": "code", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_seed_ui_texts_ui_texts", + "community": 169, + "community_name": "seed-ui-texts.ts", + "norm_label": "ui_texts" }, { "label": "contact/page.tsx", @@ -20346,9 +20238,10 @@ "source_file": "frontend/application/app/contact/page.tsx", "source_location": "L1", "_origin": "ast", - "community": 18, - "norm_label": "contact/page.tsx", - "id": "frontend_application_app_contact_page" + "id": "frontend_application_app_contact_page", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "contact/page.tsx" }, { "label": "metadata", @@ -20356,9 +20249,10 @@ "source_file": "frontend/application/app/contact/page.tsx", "source_location": "L4", "_origin": "ast", - "community": 18, - "norm_label": "metadata", - "id": "frontend_application_app_contact_page_metadata" + "id": "frontend_application_app_contact_page_metadata", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "metadata" }, { "label": "ContactFormClient.tsx", @@ -20366,19 +20260,10 @@ "source_file": "frontend/application/components/ContactFormClient.tsx", "source_location": "L1", "_origin": "ast", - "community": 18, - "norm_label": "contactformclient.tsx", - "id": "frontend_application_components_contactformclient" - }, - { - "label": "PrescriptionUploadModal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 18, - "norm_label": "prescriptionuploadmodal.tsx", - "id": "frontend_application_components_prescriptionuploadmodal" + "id": "frontend_application_components_contactformclient", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "contactformclient.tsx" }, { "label": "lib/services/api.ts", @@ -20386,9 +20271,10 @@ "source_file": "frontend/application/lib/services/api.ts", "source_location": "L1", "_origin": "ast", - "community": 18, - "norm_label": "lib/services/api.ts", - "id": "frontend_application_lib_services_api" + "id": "frontend_application_lib_services_api", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "lib/services/api.ts" }, { "label": "api", @@ -20396,9 +20282,10 @@ "source_file": "frontend/application/lib/services/api.ts", "source_location": "L26", "_origin": "ast", - "community": 18, - "norm_label": "api", - "id": "frontend_application_lib_services_api_api" + "id": "frontend_application_lib_services_api_api", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "api" }, { "label": "BASE_DOMAIN", @@ -20406,9 +20293,10 @@ "source_file": "frontend/application/lib/services/api.ts", "source_location": "L14", "_origin": "ast", - "community": 18, - "norm_label": "base_domain", - "id": "frontend_application_lib_services_api_base_domain" + "id": "frontend_application_lib_services_api_base_domain", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "base_domain" }, { "label": "baseURL", @@ -20416,9 +20304,10 @@ "source_file": "frontend/application/lib/services/api.ts", "source_location": "L13", "_origin": "ast", - "community": 18, - "norm_label": "baseurl", - "id": "frontend_application_lib_services_api_baseurl" + "id": "frontend_application_lib_services_api_baseurl", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "baseurl" }, { "label": "authService.ts", @@ -20426,19 +20315,637 @@ "source_file": "frontend/application/lib/services/authService.ts", "source_location": "L1", "_origin": "ast", - "community": 18, - "norm_label": "authservice.ts", - "id": "frontend_application_lib_services_authservice" + "id": "frontend_application_lib_services_authservice", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "authservice.ts" }, { - "label": "userStore.ts", + "label": "orderService.ts", "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", + "source_file": "frontend/application/lib/services/orderService.ts", "source_location": "L1", "_origin": "ast", + "id": "frontend_application_lib_services_orderservice", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "orderservice.ts" + }, + { + "label": "userStore.test.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_tests_userstore_test", + "community": 17, + "community_name": "lib/services/api.ts", + "norm_label": "userstore.test.ts" + }, + { + "label": "seed-wiki.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_wiki", + "community": 170, + "community_name": "seed-wiki.ts", + "norm_label": "seed-wiki.ts" + }, + { + "label": "CANONICAL_WIKI_TERMS", + "file_type": "code", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_seed_wiki_canonical_wiki_terms", + "community": 170, + "community_name": "seed-wiki.ts", + "norm_label": "canonical_wiki_terms" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_seed_wiki_prisma", + "community": 170, + "community_name": "seed-wiki.ts", + "norm_label": "prisma" + }, + { + "label": "create-blog.dto.ts", + "file_type": "code", + "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_dto_create_blog_dto", + "community": 171, + "community_name": "update-blog.dto.ts", + "norm_label": "create-blog.dto.ts" + }, + { + "label": "update-blog.dto.ts", + "file_type": "code", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_dto_update_blog_dto", + "community": 171, + "community_name": "update-blog.dto.ts", + "norm_label": "update-blog.dto.ts" + }, + { + "label": "create-home.dto.ts", + "file_type": "code", + "source_file": "backend/src/home/dto/create-home.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_dto_create_home_dto", + "community": 172, + "community_name": "update-home.dto.ts", + "norm_label": "create-home.dto.ts" + }, + { + "label": "update-home.dto.ts", + "file_type": "code", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_dto_update_home_dto", + "community": 172, + "community_name": "update-home.dto.ts", + "norm_label": "update-home.dto.ts" + }, + { + "label": "create-wiki.dto.ts", + "file_type": "code", + "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_dto_create_wiki_dto", + "community": 173, + "community_name": "update-wiki.dto.ts", + "norm_label": "create-wiki.dto.ts" + }, + { + "label": "update-wiki.dto.ts", + "file_type": "code", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_dto_update_wiki_dto", + "community": 173, + "community_name": "update-wiki.dto.ts", + "norm_label": "update-wiki.dto.ts" + }, + { + "label": "add-watch.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_add_watch", + "community": 174, + "community_name": "graphify reference: add a URL and watch a folder", + "norm_label": "add-watch.md" + }, + { + "label": "For /graphify add", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_add_watch_for_graphify_add", + "community": 174, + "community_name": "graphify reference: add a URL and watch a folder", + "norm_label": "for /graphify add" + }, + { + "label": "For --watch", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L39", + "_origin": "ast", + "id": "claude_skills_graphify_references_add_watch_for_watch", + "community": 174, + "community_name": "graphify reference: add a URL and watch a folder", + "norm_label": "for --watch" + }, + { + "label": "graphify reference: add a URL and watch a folder", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", + "community": 174, + "community_name": "graphify reference: add a URL and watch a folder", + "norm_label": "graphify reference: add a url and watch a folder" + }, + { + "label": "hooks.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_hooks", + "community": 175, + "community_name": "graphify reference: commit hook and native CLAUDE.md integration", + "norm_label": "hooks.md" + }, + { + "label": "For git commit hook", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_hooks_for_git_commit_hook", + "community": 175, + "community_name": "graphify reference: commit hook and native CLAUDE.md integration", + "norm_label": "for git commit hook" + }, + { + "label": "For native CLAUDE.md integration", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L21", + "_origin": "ast", + "id": "claude_skills_graphify_references_hooks_for_native_claude_md_integration", + "community": 175, + "community_name": "graphify reference: commit hook and native CLAUDE.md integration", + "norm_label": "for native claude.md integration" + }, + { + "label": "graphify reference: commit hook and native CLAUDE.md integration", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", + "community": 175, + "community_name": "graphify reference: commit hook and native CLAUDE.md integration", + "norm_label": "graphify reference: commit hook and native claude.md integration" + }, + { + "label": "update.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_update", + "community": 176, + "community_name": "graphify reference: incremental update and cluster-only", + "norm_label": "update.md" + }, + { + "label": "For --cluster-only", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L202", + "_origin": "ast", + "id": "claude_skills_graphify_references_update_for_cluster_only", + "community": 176, + "community_name": "graphify reference: incremental update and cluster-only", + "norm_label": "for --cluster-only" + }, + { + "label": "For --update (incremental re-extraction)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_update_for_update_incremental_re_extraction", + "community": 176, + "community_name": "graphify reference: incremental update and cluster-only", + "norm_label": "for --update (incremental re-extraction)" + }, + { + "label": "graphify reference: incremental update and cluster-only", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "community": 176, + "community_name": "graphify reference: incremental update and cluster-only", + "norm_label": "graphify reference: incremental update and cluster-only" + }, + { + "label": "19-finding-verification-report.md", + "file_type": "document", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_19_finding_verification_report", + "community": 177, + "community_name": "Raw Finding Verification & Disposition Report", + "norm_label": "19-finding-verification-report.md" + }, + { + "label": "1. Executive Summary & Verification Reconciliation Table", + "file_type": "document", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table", + "community": 177, + "community_name": "Raw Finding Verification & Disposition Report", + "norm_label": "1. executive summary & verification reconciliation table" + }, + { + "label": "2. Newly Discovered & Split Findings (Canonical IDs)", + "file_type": "document", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids", + "community": 177, + "community_name": "Raw Finding Verification & Disposition Report", + "norm_label": "2. newly discovered & split findings (canonical ids)" + }, + { + "label": "Raw Finding Verification & Disposition Report", + "file_type": "document", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", + "community": 177, + "community_name": "Raw Finding Verification & Disposition Report", + "norm_label": "raw finding verification & disposition report" + }, + { + "label": "admin-panel/README.md", + "file_type": "document", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_readme", + "community": 178, + "community_name": "React + TypeScript + Vite", + "norm_label": "admin-panel/readme.md" + }, + { + "label": "Expanding the ESLint configuration", + "file_type": "document", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_readme_expanding_the_eslint_configuration", + "community": 178, + "community_name": "React + TypeScript + Vite", + "norm_label": "expanding the eslint configuration" + }, + { + "label": "React Compiler", + "file_type": "document", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_admin_panel_readme_react_compiler", + "community": 178, + "community_name": "React + TypeScript + Vite", + "norm_label": "react compiler" + }, + { + "label": "React + TypeScript + Vite", + "file_type": "document", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_readme_react_typescript_vite", + "community": 178, + "community_name": "React + TypeScript + Vite", + "norm_label": "react + typescript + vite" + }, + { + "label": "Select.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_select", + "community": 179, + "community_name": "Select.tsx", + "norm_label": "select.tsx" + }, + { + "label": "Select", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_select_select", + "community": 179, + "community_name": "Select.tsx", + "norm_label": "select" + }, + { + "label": "devDependencies", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L45", + "_origin": "ast", + "id": "backend_package_devdependencies", "community": 18, - "norm_label": "userstore.ts", - "id": "frontend_application_lib_store_userstore" + "community_name": "devDependencies", + "norm_label": "devdependencies" + }, + { + "label": "eslint", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L60", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint", + "community": 18, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "eslint-config-prettier", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L61", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint_config_prettier", + "community": 18, + "community_name": "devDependencies", + "norm_label": "eslint-config-prettier" + }, + { + "label": "@eslint/js", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L47", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint_js", + "community": 18, + "community_name": "devDependencies", + "norm_label": "@eslint/js" + }, + { + "label": "jest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L64", + "_origin": "ast", + "id": "backend_package_devdependencies_jest", + "community": 18, + "community_name": "devDependencies", + "norm_label": "jest" + }, + { + "label": "@nestjs/schematics", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L49", + "_origin": "ast", + "id": "backend_package_devdependencies_nestjs_schematics", + "community": 18, + "community_name": "devDependencies", + "norm_label": "@nestjs/schematics" + }, + { + "label": "@nestjs/testing", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L50", + "_origin": "ast", + "id": "backend_package_devdependencies_nestjs_testing", + "community": 18, + "community_name": "devDependencies", + "norm_label": "@nestjs/testing" + }, + { + "label": "source-map-support", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L67", + "_origin": "ast", + "id": "backend_package_devdependencies_source_map_support", + "community": 18, + "community_name": "devDependencies", + "norm_label": "source-map-support" + }, + { + "label": "ts-jest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L69", + "_origin": "ast", + "id": "backend_package_devdependencies_ts_jest", + "community": 18, + "community_name": "devDependencies", + "norm_label": "ts-jest" + }, + { + "label": "tsconfig-paths", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L72", + "_origin": "ast", + "id": "backend_package_devdependencies_tsconfig_paths", + "community": 18, + "community_name": "devDependencies", + "norm_label": "tsconfig-paths" + }, + { + "label": "@types/bcryptjs", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L52", + "_origin": "ast", + "id": "backend_package_devdependencies_types_bcryptjs", + "community": 18, + "community_name": "devDependencies", + "norm_label": "@types/bcryptjs" + }, + { + "label": "typescript-eslint", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L74", + "_origin": "ast", + "id": "backend_package_devdependencies_typescript_eslint", + "community": 18, + "community_name": "devDependencies", + "norm_label": "typescript-eslint" + }, + { + "label": "eslint", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L60", + "_origin": "ast", + "id": "backend_package_json_eslint", + "community": 18, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "@eslint/js", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L47", + "_origin": "ast", + "id": "backend_package_json_eslint_js", + "community": 18, + "community_name": "devDependencies", + "norm_label": "@eslint/js" + }, + { + "label": "typescript-eslint", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L74", + "_origin": "ast", + "id": "backend_package_json_typescript_eslint", + "community": 18, + "community_name": "devDependencies", + "norm_label": "typescript-eslint" + }, + { + "label": "eslint-config-prettier", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L61", + "_origin": "ast", + "id": "eslint_config_prettier", + "community": 18, + "community_name": "devDependencies", + "norm_label": "eslint-config-prettier" + }, + { + "label": "jest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L64", + "_origin": "ast", + "id": "jest", + "community": 18, + "community_name": "devDependencies", + "norm_label": "jest" + }, + { + "label": "@nestjs/schematics", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L49", + "_origin": "ast", + "id": "nestjs_schematics", + "community": 18, + "community_name": "devDependencies", + "norm_label": "@nestjs/schematics" + }, + { + "label": "@nestjs/testing", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L50", + "_origin": "ast", + "id": "nestjs_testing", + "community": 18, + "community_name": "devDependencies", + "norm_label": "@nestjs/testing" + }, + { + "label": "source-map-support", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L67", + "_origin": "ast", + "id": "source_map_support", + "community": 18, + "community_name": "devDependencies", + "norm_label": "source-map-support" + }, + { + "label": "ts-jest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L69", + "_origin": "ast", + "id": "ts_jest", + "community": 18, + "community_name": "devDependencies", + "norm_label": "ts-jest" + }, + { + "label": "tsconfig-paths", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L72", + "_origin": "ast", + "id": "tsconfig_paths", + "community": 18, + "community_name": "devDependencies", + "norm_label": "tsconfig-paths" + }, + { + "label": "@types/bcryptjs", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L52", + "_origin": "ast", + "id": "types_bcryptjs", + "community": 18, + "community_name": "devDependencies", + "norm_label": "@types/bcryptjs" + }, + { + "label": "wiki/[slug]/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_wiki_slug_page", + "community": 180, + "community_name": "wiki/[slug]/page.tsx", + "norm_label": "wiki/[slug]/page.tsx" }, { "label": "application/README.md", @@ -20446,10 +20953,10 @@ "source_file": "frontend/application/README.md", "source_location": "L1", "_origin": "ast", - "community": 180, + "id": "frontend_application_readme", + "community": 181, "community_name": "application/README.md", - "norm_label": "application/readme.md", - "id": "frontend_application_readme" + "norm_label": "application/readme.md" }, { "label": "Deploy on Vercel", @@ -20457,10 +20964,10 @@ "source_file": "frontend/application/README.md", "source_location": "L32", "_origin": "ast", - "community": 180, + "id": "frontend_application_readme_deploy_on_vercel", + "community": 181, "community_name": "application/README.md", - "norm_label": "deploy on vercel", - "id": "frontend_application_readme_deploy_on_vercel" + "norm_label": "deploy on vercel" }, { "label": "Getting Started", @@ -20468,10 +20975,10 @@ "source_file": "frontend/application/README.md", "source_location": "L3", "_origin": "ast", - "community": 180, + "id": "frontend_application_readme_getting_started", + "community": 181, "community_name": "application/README.md", - "norm_label": "getting started", - "id": "frontend_application_readme_getting_started" + "norm_label": "getting started" }, { "label": "Learn More", @@ -20479,54 +20986,32 @@ "source_file": "frontend/application/README.md", "source_location": "L23", "_origin": "ast", - "community": 180, + "id": "frontend_application_readme_learn_more", + "community": 181, "community_name": "application/README.md", - "norm_label": "learn more", - "id": "frontend_application_readme_learn_more" + "norm_label": "learn more" }, { - "label": "lib", + "label": "NetworkBanner.tsx", "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L4", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L1", "_origin": "ast", - "community": 181, - "community_name": "compilerOptions", - "norm_label": "lib", - "id": "frontend_application_tsconfig_compileroptions_lib" + "id": "frontend_application_components_networkbanner", + "community": 182, + "community_name": "NetworkBanner.tsx", + "norm_label": "networkbanner.tsx" }, { - "label": "dom", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L4", + "label": "useNetworkStatus.ts", + "file_type": "code", + "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", + "source_location": "L1", "_origin": "ast", - "community": 181, - "community_name": "compilerOptions", - "norm_label": "dom", - "id": "frontend_application_tsconfig_json_ref_dom" - }, - { - "label": "dom.iterable", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L4", - "_origin": "ast", - "community": 181, - "community_name": "compilerOptions", - "norm_label": "dom.iterable", - "id": "ref_dom_iterable" - }, - { - "label": "esnext", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L4", - "_origin": "ast", - "community": 181, - "community_name": "compilerOptions", - "norm_label": "esnext", - "id": "ref_esnext" + "id": "frontend_application_lib_hooks_usenetworkstatus", + "community": 182, + "community_name": "NetworkBanner.tsx", + "norm_label": "usenetworkstatus.ts" }, { "label": "deploy.sh", @@ -20538,10 +21023,10 @@ "kind": "file" }, "_origin": "ast", - "community": 182, - "community_name": "Docker Deployment Scripts", - "norm_label": "deploy.sh", - "id": "scripts_deploy" + "id": "scripts_deploy", + "community": 183, + "community_name": "deploy.sh", + "norm_label": "deploy.sh" }, { "label": "COMPOSE_DOCKER_CLI_BUILD", @@ -20553,10 +21038,10 @@ "kind": "code" }, "_origin": "ast", - "community": 182, - "community_name": "Docker Deployment Scripts", - "norm_label": "compose_docker_cli_build", - "id": "scripts_deploy_compose_docker_cli_build" + "id": "scripts_deploy_compose_docker_cli_build", + "community": 183, + "community_name": "deploy.sh", + "norm_label": "compose_docker_cli_build" }, { "label": "DOCKER_BUILDKIT", @@ -20568,10 +21053,10 @@ "kind": "code" }, "_origin": "ast", - "community": 182, - "community_name": "Docker Deployment Scripts", - "norm_label": "docker_buildkit", - "id": "scripts_deploy_docker_buildkit" + "id": "scripts_deploy_docker_buildkit", + "community": 183, + "community_name": "deploy.sh", + "norm_label": "docker_buildkit" }, { "label": "deploy.sh script", @@ -20583,10 +21068,10 @@ "kind": "bash_entrypoint" }, "_origin": "ast", - "community": 182, - "community_name": "Docker Deployment Scripts", - "norm_label": "deploy.sh script", - "id": "scripts_deploy_sh__entry" + "id": "scripts_deploy_sh__entry", + "community": 183, + "community_name": "deploy.sh", + "norm_label": "deploy.sh script" }, { "label": "security_review.md", @@ -20594,10 +21079,10 @@ "source_file": ".ai_agency/specs/reviews/security_review.md", "source_location": "L1", "_origin": "ast", - "community": 183, + "id": "ai_agency_specs_reviews_security_review", + "community": 184, "community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)", - "norm_label": "security_review.md", - "id": "ai_agency_specs_reviews_security_review" + "norm_label": "security_review.md" }, { "label": "Security Architecture & Best Practices", @@ -20605,10 +21090,10 @@ "source_file": ".ai_agency/specs/reviews/security_review.md", "source_location": "L3", "_origin": "ast", - "community": 183, + "id": "ai_agency_specs_reviews_security_review_security_architecture_best_practices", + "community": 184, "community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)", - "norm_label": "security architecture & best practices", - "id": "ai_agency_specs_reviews_security_review_security_architecture_best_practices" + "norm_label": "security architecture & best practices" }, { "label": "\ud83d\udd12 Security & Performance Review (09_devops_security)", @@ -20616,10 +21101,10 @@ "source_file": ".ai_agency/specs/reviews/security_review.md", "source_location": "L1", "_origin": "ast", - "community": 183, + "id": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", + "community": 184, "community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)", - "norm_label": "\ud83d\udd12 security & performance review (09_devops_security)", - "id": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security" + "norm_label": "\ud83d\udd12 security & performance review (09_devops_security)" }, { "label": "ux_review.md", @@ -20627,10 +21112,10 @@ "source_file": ".ai_agency/specs/reviews/ux_review.md", "source_location": "L1", "_origin": "ast", - "community": 184, + "id": "ai_agency_specs_reviews_ux_review", + "community": 185, "community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", - "norm_label": "ux_review.md", - "id": "ai_agency_specs_reviews_ux_review" + "norm_label": "ux_review.md" }, { "label": "Persona Experience Alignment", @@ -20638,10 +21123,10 @@ "source_file": ".ai_agency/specs/reviews/ux_review.md", "source_location": "L3", "_origin": "ast", - "community": 184, + "id": "ai_agency_specs_reviews_ux_review_persona_experience_alignment", + "community": 185, "community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", - "norm_label": "persona experience alignment", - "id": "ai_agency_specs_reviews_ux_review_persona_experience_alignment" + "norm_label": "persona experience alignment" }, { "label": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", @@ -20649,65 +21134,32 @@ "source_file": ".ai_agency/specs/reviews/ux_review.md", "source_location": "L1", "_origin": "ast", - "community": 184, + "id": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", + "community": 185, "community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", - "norm_label": "\ud83d\udc41\ufe0f ux & persona interface review (08_visual_qa)", - "id": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa" + "norm_label": "\ud83d\udc41\ufe0f ux & persona interface review (08_visual_qa)" }, { - "label": "@eslint/js", + "label": "@eslint/eslintrc", "file_type": "code", "source_file": "backend/package.json", - "source_location": "L47", + "source_location": "L46", "_origin": "ast", - "community": 185, - "community_name": "devDependencies", - "norm_label": "@eslint/js", - "id": "backend_package_devdependencies_eslint_js" + "id": "backend_package_devdependencies_eslint_eslintrc", + "community": 186, + "community_name": "@eslint/eslintrc", + "norm_label": "@eslint/eslintrc" }, { - "label": "@eslint/js", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L25", - "_origin": "ast", - "community": 185, - "community_name": "devDependencies", - "norm_label": "@eslint/js", - "id": "frontend_admin_panel_package_devdependencies_eslint_js" - }, - { - "label": "@eslint/js", + "label": "@eslint/eslintrc", "file_type": "concept", "source_file": "backend/package.json", - "source_location": "L47", - "_origin": "ast", - "community": 185, - "community_name": "devDependencies", - "norm_label": "@eslint/js", - "id": "backend_package_json_eslint_js" - }, - { - "label": "typescript-eslint", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L74", + "source_location": "L46", "_origin": "ast", + "id": "eslint_eslintrc", "community": 186, - "community_name": "devDependencies", - "norm_label": "typescript-eslint", - "id": "backend_package_devdependencies_typescript_eslint" - }, - { - "label": "typescript-eslint", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L74", - "_origin": "ast", - "community": 186, - "community_name": "devDependencies", - "norm_label": "typescript-eslint", - "id": "backend_package_json_typescript_eslint" + "community_name": "@eslint/eslintrc", + "norm_label": "@eslint/eslintrc" }, { "label": "typescript-eslint", @@ -20715,10 +21167,21 @@ "source_file": "frontend/admin-panel/package.json", "source_location": "L39", "_origin": "ast", - "community": 186, + "id": "frontend_admin_panel_package_devdependencies_typescript_eslint", + "community": 187, "community_name": "typescript-eslint", - "norm_label": "typescript-eslint", - "id": "frontend_admin_panel_package_devdependencies_typescript_eslint" + "norm_label": "typescript-eslint" + }, + { + "label": "typescript-eslint", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_typescript_eslint", + "community": 187, + "community_name": "typescript-eslint", + "norm_label": "typescript-eslint" }, { "label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", @@ -20726,10 +21189,10 @@ "source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql", "source_location": null, "_origin": "ast", - "community": 187, - "community_name": "Database Migration Scripts", - "norm_label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", - "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration" + "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration", + "community": 188, + "community_name": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "norm_label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql" }, { "label": "\"scientific_terms\"", @@ -20737,10 +21200,10 @@ "source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql", "source_location": "L10", "_origin": "ast", - "community": 187, - "community_name": "Database Migration Scripts", - "norm_label": "\"scientific_terms\"", - "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms" + "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms", + "community": 188, + "community_name": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "norm_label": "\"scientific_terms\"" }, { "label": "\"ui_texts\"", @@ -20748,10 +21211,10 @@ "source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql", "source_location": "L2", "_origin": "ast", - "community": 187, - "community_name": "Database Migration Scripts", - "norm_label": "\"ui_texts\"", - "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts" + "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts", + "community": 188, + "community_name": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "norm_label": "\"ui_texts\"" }, { "label": "prisma/scientificTerms.ts", @@ -20759,10 +21222,10 @@ "source_file": "backend/prisma/scientificTerms.ts", "source_location": "L1", "_origin": "ast", - "community": 188, - "community_name": "Scientific Terms Schema", - "norm_label": "prisma/scientificterms.ts", - "id": "backend_prisma_scientificterms" + "id": "backend_prisma_scientificterms", + "community": 189, + "community_name": "prisma/scientificTerms.ts", + "norm_label": "prisma/scientificterms.ts" }, { "label": "SCIENTIFIC_TERMS", @@ -20770,3170 +21233,10 @@ "source_file": "backend/prisma/scientificTerms.ts", "source_location": "L7", "_origin": "ast", - "community": 188, - "community_name": "Scientific Terms Schema", - "norm_label": "scientific_terms", - "id": "backend_prisma_scientificterms_scientific_terms" - }, - { - "label": "seed-blogs.ts", - "file_type": "code", - "source_file": "backend/prisma/seed-blogs.ts", - "source_location": "L1", - "_origin": "ast", + "id": "backend_prisma_scientificterms_scientific_terms", "community": 189, - "norm_label": "seed-blogs.ts", - "id": "backend_prisma_seed_blogs" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/prisma/seed-blogs.ts", - "source_location": "L3", - "_origin": "ast", - "community": 189, - "norm_label": "prisma", - "id": "backend_prisma_seed_blogs_prisma" - }, - { - "label": "App.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/App.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 19, - "community_name": "adminRoutes.tsx", - "norm_label": "app.tsx", - "id": "frontend_admin_panel_src_app" - }, - { - "label": "main.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/main.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 19, - "community_name": "adminRoutes.tsx", - "norm_label": "main.tsx", - "id": "frontend_admin_panel_src_main" - }, - { - "label": "ContactSubmissions.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 19, - "community_name": "adminRoutes.tsx", - "norm_label": "contactsubmissions.tsx", - "id": "frontend_admin_panel_src_pages_contactsubmissions" - }, - { - "label": "Dashboard.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 19, - "norm_label": "dashboard.tsx", - "id": "frontend_admin_panel_src_pages_dashboard" - }, - { - "label": "SslSettingsPage.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 19, - "norm_label": "sslsettingspage.tsx", - "id": "frontend_admin_panel_src_pages_sslsettingspage" - }, - { - "label": "Tickets.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 19, - "norm_label": "tickets.tsx", - "id": "frontend_admin_panel_src_pages_tickets" - }, - { - "label": "Transactions.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 19, - "norm_label": "transactions.tsx", - "id": "frontend_admin_panel_src_pages_transactions" - }, - { - "label": "adminRoutes.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 19, - "norm_label": "adminroutes.tsx", - "id": "frontend_admin_panel_src_routes_adminroutes" - }, - { - "label": "Blogs", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L18", - "_origin": "ast", - "community": 19, - "norm_label": "blogs", - "id": "frontend_admin_panel_src_routes_adminroutes_blogs" - }, - { - "label": "Categories", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L17", - "_origin": "ast", - "community": 19, - "norm_label": "categories", - "id": "frontend_admin_panel_src_routes_adminroutes_categories" - }, - { - "label": "ContactSubmissions", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L26", - "_origin": "ast", - "community": 19, - "norm_label": "contactsubmissions", - "id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions" - }, - { - "label": "Dashboard", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L10", - "_origin": "ast", - "community": 19, - "norm_label": "dashboard", - "id": "frontend_admin_panel_src_routes_adminroutes_dashboard" - }, - { - "label": "router", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L48", - "_origin": "ast", - "community": 19, - "norm_label": "router", - "id": "frontend_admin_panel_src_routes_adminroutes_router" - }, - { - "label": "SslSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L37", - "_origin": "ast", - "community": 19, - "norm_label": "sslsettingspage", - "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage" - }, - { - "label": "Tickets", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L39", - "_origin": "ast", - "community": 19, - "norm_label": "tickets", - "id": "frontend_admin_panel_src_routes_adminroutes_tickets" - }, - { - "label": "Transactions", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L38", - "_origin": "ast", - "community": 19, - "norm_label": "transactions", - "id": "frontend_admin_panel_src_routes_adminroutes_transactions" - }, - { - "label": "seed-custom.ts", - "file_type": "code", - "source_file": "backend/prisma/seed-custom.ts", - "source_location": "L1", - "_origin": "ast", - "community": 190, - "community_name": "Custom Data Seeding", - "norm_label": "seed-custom.ts", - "id": "backend_prisma_seed_custom" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/prisma/seed-custom.ts", - "source_location": "L5", - "_origin": "ast", - "community": 190, - "community_name": "Custom Data Seeding", - "norm_label": "prisma", - "id": "backend_prisma_seed_custom_prisma" - }, - { - "label": "github-and-merge.md", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/github-and-merge.md", - "source_location": "L1", - "_origin": "ast", - "community": 191, - "community_name": "graphify reference: GitHub clone and cross-repo merge", - "norm_label": "github-and-merge.md", - "id": "claude_skills_graphify_references_github_and_merge" - }, - { - "label": "graphify reference: GitHub clone and cross-repo merge", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/github-and-merge.md", - "source_location": "L1", - "_origin": "ast", - "community": 191, - "community_name": "graphify reference: GitHub clone and cross-repo merge", - "norm_label": "graphify reference: github clone and cross-repo merge", - "id": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge" - }, - { - "label": "Step 0 - Clone GitHub repo(s) (only if a GitHub URL was given)", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/github-and-merge.md", - "source_location": "L5", - "_origin": "ast", - "community": 191, - "community_name": "graphify reference: GitHub clone and cross-repo merge", - "norm_label": "step 0 - clone github repo(s) (only if a github url was given)", - "id": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given" - }, - { - "label": "transcribe.md", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/transcribe.md", - "source_location": "L1", - "_origin": "ast", - "community": 192, - "community_name": "graphify reference: transcribe video and audio", - "norm_label": "transcribe.md", - "id": "claude_skills_graphify_references_transcribe" - }, - { - "label": "graphify reference: transcribe video and audio", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/transcribe.md", - "source_location": "L1", - "_origin": "ast", - "community": 192, - "community_name": "graphify reference: transcribe video and audio", - "norm_label": "graphify reference: transcribe video and audio", - "id": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio" - }, - { - "label": "Step 2.5 - Transcribe video / audio files (only if video files detected)", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/transcribe.md", - "source_location": "L5", - "_origin": "ast", - "community": 192, - "community_name": "graphify reference: transcribe video and audio", - "norm_label": "step 2.5 - transcribe video / audio files (only if video files detected)", - "id": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected" - }, - { - "label": "18-compiler-diagnostic-dispositions.md", - "file_type": "document", - "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", - "source_location": "L1", - "_origin": "ast", - "community": 193, - "community_name": "Compiler Diagnostic Dispositions", - "norm_label": "18-compiler-diagnostic-dispositions.md", - "id": "docs_audit_18_compiler_diagnostic_dispositions" - }, - { - "label": "Compiler Diagnostic Dispositions", - "file_type": "document", - "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", - "source_location": "L1", - "_origin": "ast", - "community": 193, - "community_name": "Compiler Diagnostic Dispositions", - "norm_label": "compiler diagnostic dispositions", - "id": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions" - }, - { - "label": "Reconciled Compiler Diagnostic Table", - "file_type": "document", - "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", - "source_location": "L11", - "_origin": "ast", - "community": 193, - "community_name": "Compiler Diagnostic Dispositions", - "norm_label": "reconciled compiler diagnostic table", - "id": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table" - }, - { - "label": "build_manifest.js", - "file_type": "code", - "source_file": "docs/audit/build_manifest.js", - "source_location": "L1", - "_origin": "ast", - "community": 195, - "community_name": "Build Manifest Generation", - "norm_label": "build_manifest.js", - "id": "docs_audit_build_manifest" - }, - { - "label": "entries", - "file_type": "code", - "source_file": "docs/audit/build_manifest.js", - "source_location": "L8", - "_origin": "ast", - "community": 195, - "community_name": "Build Manifest Generation", - "norm_label": "entries", - "id": "docs_audit_build_manifest_entries" - }, - { - "label": "lines", - "file_type": "code", - "source_file": "docs/audit/build_manifest.js", - "source_location": "L3", - "_origin": "ast", - "community": 195, - "community_name": "Build Manifest Generation", - "norm_label": "lines", - "id": "docs_audit_build_manifest_lines" - }, - { - "label": "generate_classification.js", - "file_type": "code", - "source_file": "docs/audit/generate_classification.js", - "source_location": "L1", - "_origin": "ast", - "community": 196, - "community_name": "Classification Data Generation", - "norm_label": "generate_classification.js", - "id": "docs_audit_generate_classification" - }, - { - "label": "classified", - "file_type": "code", - "source_file": "docs/audit/generate_classification.js", - "source_location": "L8", - "_origin": "ast", - "community": 196, - "community_name": "Classification Data Generation", - "norm_label": "classified", - "id": "docs_audit_generate_classification_classified" - }, - { - "label": "lines", - "file_type": "code", - "source_file": "docs/audit/generate_classification.js", - "source_location": "L3", - "_origin": "ast", - "community": 196, - "community_name": "Classification Data Generation", - "norm_label": "lines", - "id": "docs_audit_generate_classification_lines" - }, - { - "label": "generate_evidence.js", - "file_type": "code", - "source_file": "docs/audit/generate_evidence.js", - "source_location": "L1", - "_origin": "ast", - "community": 197, - "community_name": "Evidence Data Generation", - "norm_label": "generate_evidence.js", - "id": "docs_audit_generate_evidence" - }, - { - "label": "classification", - "file_type": "code", - "source_file": "docs/audit/generate_evidence.js", - "source_location": "L4", - "_origin": "ast", - "community": 197, - "community_name": "Evidence Data Generation", - "norm_label": "classification", - "id": "docs_audit_generate_evidence_classification" - }, - { - "label": "evidenceEntries", - "file_type": "code", - "source_file": "docs/audit/generate_evidence.js", - "source_location": "L6", - "_origin": "ast", - "community": 197, - "community_name": "Evidence Data Generation", - "norm_label": "evidenceentries", - "id": "docs_audit_generate_evidence_evidenceentries" - }, - { - "label": "generate_ledger.js", - "file_type": "code", - "source_file": "docs/audit/generate_ledger.js", - "source_location": "L1", - "_origin": "ast", - "community": 198, - "community_name": "Ledger Data Generation", - "norm_label": "generate_ledger.js", - "id": "docs_audit_generate_ledger" - }, - { - "label": "evidence", - "file_type": "code", - "source_file": "docs/audit/generate_ledger.js", - "source_location": "L3", - "_origin": "ast", - "community": 198, - "community_name": "Ledger Data Generation", - "norm_label": "evidence", - "id": "docs_audit_generate_ledger_evidence" - }, - { - "label": "ledgerEntries", - "file_type": "code", - "source_file": "docs/audit/generate_ledger.js", - "source_location": "L5", - "_origin": "ast", - "community": 198, - "community_name": "Ledger Data Generation", - "norm_label": "ledgerentries", - "id": "docs_audit_generate_ledger_ledgerentries" - }, - { - "label": "generate_manifest.js", - "file_type": "code", - "source_file": "docs/audit/generate_manifest.js", - "source_location": "L1", - "_origin": "ast", - "community": 199, - "community_name": "Manifest Data Generation", - "norm_label": "generate_manifest.js", - "id": "docs_audit_generate_manifest" - }, - { - "label": "evidence", - "file_type": "code", - "source_file": "docs/audit/generate_manifest.js", - "source_location": "L3", - "_origin": "ast", - "community": 199, - "community_name": "Manifest Data Generation", - "norm_label": "evidence", - "id": "docs_audit_generate_manifest_evidence" - }, - { - "label": "manifestEntries", - "file_type": "code", - "source_file": "docs/audit/generate_manifest.js", - "source_location": "L5", - "_origin": "ast", - "community": 199, - "community_name": "Manifest Data Generation", - "norm_label": "manifestentries", - "id": "docs_audit_generate_manifest_manifestentries" - }, - { - "label": "users.controller.ts", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 2, - "community_name": "PrismaService", - "norm_label": "users.controller.ts", - "id": "backend_src_users_users_controller" - }, - { - "label": "users.controller.spec.ts", - "file_type": "code", - "source_file": "backend/src/users/users.controller.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 2, - "community_name": "PrismaService", - "norm_label": "users.controller.spec.ts", - "id": "backend_src_users_users_controller_spec" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "injectable", - "id": "backend_src_auth_jwt_strategy_ts_injectable" - }, - { - "label": "address.dto.ts", - "file_type": "code", - "source_file": "backend/src/users/dto/address.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "address.dto.ts", - "id": "backend_src_users_dto_address_dto" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apiproperty", - "id": "backend_src_users_dto_address_dto_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apipropertyoptional", - "id": "backend_src_users_dto_address_dto_ts_apipropertyoptional" - }, - { - "label": "IsBoolean", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "isboolean", - "id": "backend_src_users_dto_address_dto_ts_isboolean" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "isnotempty", - "id": "backend_src_users_dto_address_dto_ts_isnotempty" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "isoptional", - "id": "backend_src_users_dto_address_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "isstring", - "id": "backend_src_users_dto_address_dto_ts_isstring" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apipropertyoptional", - "id": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional" - }, - { - "label": "IsEmail", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "isemail", - "id": "backend_src_users_dto_update_profile_dto_ts_isemail" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "isoptional", - "id": "backend_src_users_dto_update_profile_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "isstring", - "id": "backend_src_users_dto_update_profile_dto_ts_isstring" - }, - { - "label": "MinLength", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "minlength", - "id": "backend_src_users_dto_update_profile_dto_ts_minlength" - }, - { - "label": "ApiBadRequestResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apibadrequestresponse", - "id": "backend_src_users_users_controller_ts_apibadrequestresponse" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apibearerauth", - "id": "backend_src_users_users_controller_ts_apibearerauth" - }, - { - "label": "ApiCreatedResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apicreatedresponse", - "id": "backend_src_users_users_controller_ts_apicreatedresponse" - }, - { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apiokresponse", - "id": "backend_src_users_users_controller_ts_apiokresponse" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apioperation", - "id": "backend_src_users_users_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "apitags", - "id": "backend_src_users_users_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "body", - "id": "backend_src_users_users_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "controller", - "id": "backend_src_users_users_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "delete", - "id": "backend_src_users_users_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "get", - "id": "backend_src_users_users_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "param", - "id": "backend_src_users_users_controller_ts_param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "patch", - "id": "backend_src_users_users_controller_ts_patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "post", - "id": "backend_src_users_users_controller_ts_post" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "req", - "id": "backend_src_users_users_controller_ts_req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "useguards", - "id": "backend_src_users_users_controller_ts_useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 2, - "community_name": "UsersService", - "norm_label": "injectable", - "id": "backend_src_users_users_service_ts_injectable" - }, - { - "label": "auth.constants.ts", - "file_type": "code", - "source_file": "backend/src/auth/auth.constants.ts", - "source_location": "L1", - "_origin": "ast", - "community": 2, - "norm_label": "auth.constants.ts", - "id": "backend_src_auth_auth_constants" - }, - { - "label": "DEFAULT_JWT_REFRESH_SECRET", - "file_type": "code", - "source_file": "backend/src/auth/auth.constants.ts", - "source_location": "L4", - "_origin": "ast", - "community": 2, - "norm_label": "default_jwt_refresh_secret", - "id": "backend_src_auth_auth_constants_default_jwt_refresh_secret" - }, - { - "label": "DEFAULT_JWT_SECRET", - "file_type": "code", - "source_file": "backend/src/auth/auth.constants.ts", - "source_location": "L1", - "_origin": "ast", - "community": 2, - "norm_label": "default_jwt_secret", - "id": "backend_src_auth_auth_constants_default_jwt_secret" - }, - { - "label": "jwt.strategy.ts", - "file_type": "code", - "source_file": "backend/src/auth/jwt.strategy.ts", - "source_location": "L1", - "_origin": "ast", - "community": 2, - "norm_label": "jwt.strategy.ts", - "id": "backend_src_auth_jwt_strategy" - }, - { - "label": "update-profile.dto.ts", - "file_type": "code", - "source_file": "backend/src/users/dto/update-profile.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 2, - "norm_label": "update-profile.dto.ts", - "id": "backend_src_users_dto_update_profile_dto" - }, - { - "label": "Spinner.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 20, - "community_name": "Spinner.tsx", - "norm_label": "spinner.tsx", - "id": "frontend_admin_panel_src_components_ui_spinner" - }, - { - "label": "B2BManager.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 20, - "community_name": "admin.ts", - "norm_label": "b2bmanager.tsx", - "id": "frontend_admin_panel_src_pages_b2bmanager" - }, - { - "label": "SmartAdvisorManager.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 20, - "community_name": "admin.ts", - "norm_label": "smartadvisormanager.tsx", - "id": "frontend_admin_panel_src_pages_smartadvisormanager" - }, - { - "label": "SystemSettingsPage.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 20, - "community_name": "admin.ts", - "norm_label": "systemsettingspage.tsx", - "id": "frontend_admin_panel_src_pages_systemsettingspage" - }, - { - "label": "BannersManager.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 20, - "norm_label": "bannersmanager.tsx", - "id": "frontend_admin_panel_src_pages_bannersmanager" - }, - { - "label": "IngredientsManager.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 20, - "norm_label": "ingredientsmanager.tsx", - "id": "frontend_admin_panel_src_pages_ingredientsmanager" - }, - { - "label": "SeoSettingsPage.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 20, - "norm_label": "seosettingspage.tsx", - "id": "frontend_admin_panel_src_pages_seosettingspage" - }, - { - "label": "B2BManager", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L32", - "_origin": "ast", - "community": 20, - "norm_label": "b2bmanager", - "id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager" - }, - { - "label": "BannersManager", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L27", - "_origin": "ast", - "community": 20, - "norm_label": "bannersmanager", - "id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager" - }, - { - "label": "IngredientsManager", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L30", - "_origin": "ast", - "community": 20, - "norm_label": "ingredientsmanager", - "id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager" - }, - { - "label": "SeoSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L33", - "_origin": "ast", - "community": 20, - "norm_label": "seosettingspage", - "id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage" - }, - { - "label": "SmartAdvisorManager", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L28", - "_origin": "ast", - "community": 20, - "norm_label": "smartadvisormanager", - "id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager" - }, - { - "label": "SystemSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L35", - "_origin": "ast", - "community": 20, - "norm_label": "systemsettingspage", - "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage" - }, - { - "label": "admin.ts", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L1", - "_origin": "ast", - "community": 20, - "norm_label": "admin.ts", - "id": "frontend_admin_panel_src_types_admin" - }, - { - "label": "sync_honest_manifest.js", - "file_type": "code", - "source_file": "docs/audit/sync_honest_manifest.js", - "source_location": "L1", - "_origin": "ast", - "community": 200, - "community_name": "Honest Manifest Synchronization", - "norm_label": "sync_honest_manifest.js", - "id": "docs_audit_sync_honest_manifest" - }, - { - "label": "ledger", - "file_type": "code", - "source_file": "docs/audit/sync_honest_manifest.js", - "source_location": "L3", - "_origin": "ast", - "community": 200, - "community_name": "Honest Manifest Synchronization", - "norm_label": "ledger", - "id": "docs_audit_sync_honest_manifest_ledger" - }, - { - "label": "manifest", - "file_type": "code", - "source_file": "docs/audit/sync_honest_manifest.js", - "source_location": "L5", - "_origin": "ast", - "community": 200, - "community_name": "Honest Manifest Synchronization", - "norm_label": "manifest", - "id": "docs_audit_sync_honest_manifest_manifest" - }, - { - "label": "sync_manifest.js", - "file_type": "code", - "source_file": "docs/audit/sync_manifest.js", - "source_location": "L1", - "_origin": "ast", - "community": 201, - "community_name": "Manifest Entry Synchronization", - "norm_label": "sync_manifest.js", - "id": "docs_audit_sync_manifest" - }, - { - "label": "ledger", - "file_type": "code", - "source_file": "docs/audit/sync_manifest.js", - "source_location": "L3", - "_origin": "ast", - "community": 201, - "community_name": "Manifest Entry Synchronization", - "norm_label": "ledger", - "id": "docs_audit_sync_manifest_ledger" - }, - { - "label": "manifestEntries", - "file_type": "code", - "source_file": "docs/audit/sync_manifest.js", - "source_location": "L5", - "_origin": "ast", - "community": 201, - "community_name": "Manifest Entry Synchronization", - "norm_label": "manifestentries", - "id": "docs_audit_sync_manifest_manifestentries" - }, - { - "label": "react-dom", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L17", - "_origin": "ast", - "community": 202, - "community_name": "dependencies", - "norm_label": "react-dom", - "id": "frontend_admin_panel_package_dependencies_react_dom" - }, - { - "label": "react-dom", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L17", - "_origin": "ast", - "community": 202, - "community_name": "dependencies", - "norm_label": "react-dom", - "id": "frontend_application_package_dependencies_react_dom" - }, - { - "label": "react-dom", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L17", - "_origin": "ast", - "community": 202, - "community_name": "dependencies", - "norm_label": "react-dom", - "id": "frontend_admin_panel_package_json_react_dom" - }, - { - "label": "zustand", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L22", - "_origin": "ast", - "community": 203, - "community_name": "dependencies", - "norm_label": "zustand", - "id": "frontend_admin_panel_package_dependencies_zustand" - }, - { - "label": "zustand", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L19", - "_origin": "ast", - "community": 203, - "community_name": "dependencies", - "norm_label": "zustand", - "id": "frontend_application_package_dependencies_zustand" - }, - { - "label": "zustand", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L22", - "_origin": "ast", - "community": 203, - "community_name": "dependencies", - "norm_label": "zustand", - "id": "frontend_admin_panel_package_json_zustand" - }, - { - "label": "tailwindcss", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L32", - "_origin": "ast", - "community": 204, - "community_name": "devDependencies", - "norm_label": "tailwindcss", - "id": "frontend_application_package_devdependencies_tailwindcss" - }, - { - "label": "tailwindcss", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L37", - "_origin": "ast", - "community": 204, - "community_name": "tailwindcss", - "norm_label": "tailwindcss", - "id": "frontend_admin_panel_package_devdependencies_tailwindcss" - }, - { - "label": "tailwindcss", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L37", - "_origin": "ast", - "community": 204, - "community_name": "tailwindcss", - "norm_label": "tailwindcss", - "id": "frontend_admin_panel_package_json_tailwindcss" - }, - { - "label": "@types/react-dom", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L27", - "_origin": "ast", - "community": 205, - "community_name": "@types/react-dom", - "norm_label": "@types/react-dom", - "id": "frontend_application_package_devdependencies_types_react_dom" - }, - { - "label": "@types/react-dom", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L27", - "_origin": "ast", - "community": 205, - "community_name": "@types/react-dom", - "norm_label": "@types/react-dom", - "id": "frontend_application_package_json_types_react_dom" - }, - { - "label": "@types/react-dom", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L29", - "_origin": "ast", - "community": 205, - "community_name": "devDependencies", - "norm_label": "@types/react-dom", - "id": "frontend_admin_panel_package_devdependencies_types_react_dom" - }, - { - "label": "FormField.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 206, - "norm_label": "formfield.tsx", - "id": "frontend_admin_panel_src_components_ui_formfield" - }, - { - "label": "Input.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 207, - "norm_label": "input.tsx", - "id": "frontend_admin_panel_src_components_ui_input" - }, - { - "label": "Input", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", - "source_location": "L9", - "_origin": "ast", - "community": 207, - "norm_label": "input", - "id": "frontend_admin_panel_src_components_ui_input_input" - }, - { - "label": "Textarea.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 208, - "norm_label": "textarea.tsx", - "id": "frontend_admin_panel_src_components_ui_textarea" - }, - { - "label": "Textarea", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", - "source_location": "L7", - "_origin": "ast", - "community": 208, - "norm_label": "textarea", - "id": "frontend_admin_panel_src_components_ui_textarea_textarea" - }, - { - "label": "admin-panel/tsconfig.json", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.json", - "source_location": "L1", - "_origin": "ast", - "community": 209, - "community_name": "Admin Panel TSConfig", - "norm_label": "admin-panel/tsconfig.json", - "id": "frontend_admin_panel_tsconfig" - }, - { - "label": "files", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.json", - "source_location": "L2", - "_origin": "ast", - "community": 209, - "community_name": "Admin Panel TSConfig", - "norm_label": "files", - "id": "frontend_admin_panel_tsconfig_files" - }, - { - "label": "references", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.json", - "source_location": "L3", - "_origin": "ast", - "community": 209, - "community_name": "Admin Panel TSConfig", - "norm_label": "references", - "id": "frontend_admin_panel_tsconfig_references" - }, - { - "label": "@nestjs/cli", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L48", - "_origin": "ast", - "community": 21, - "community_name": "@nestjs/cli", - "norm_label": "@nestjs/cli", - "id": "backend_package_devdependencies_nestjs_cli" - }, - { - "label": "@nestjs/cli", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L48", - "_origin": "ast", - "community": 21, - "community_name": "@nestjs/cli", - "norm_label": "@nestjs/cli", - "id": "nestjs_cli" - }, - { - "label": "@types/express", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L53", - "_origin": "ast", - "community": 21, - "community_name": "@types/express", - "norm_label": "@types/express", - "id": "backend_package_devdependencies_types_express" - }, - { - "label": "@types/express", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L53", - "_origin": "ast", - "community": 21, - "community_name": "@types/express", - "norm_label": "@types/express", - "id": "types_express" - }, - { - "label": "@types/jest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L54", - "_origin": "ast", - "community": 21, - "community_name": "@types/jest", - "norm_label": "@types/jest", - "id": "backend_package_devdependencies_types_jest" - }, - { - "label": "@types/jest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L54", - "_origin": "ast", - "community": 21, - "community_name": "@types/jest", - "norm_label": "@types/jest", - "id": "types_jest" - }, - { - "label": "@types/js-yaml", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L55", - "_origin": "ast", - "community": 21, - "community_name": "@types/js-yaml", - "norm_label": "@types/js-yaml", - "id": "backend_package_devdependencies_types_js_yaml" - }, - { - "label": "@types/js-yaml", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L55", - "_origin": "ast", - "community": 21, - "community_name": "@types/js-yaml", - "norm_label": "@types/js-yaml", - "id": "types_js_yaml" - }, - { - "label": "@types/multer", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L56", - "_origin": "ast", - "community": 21, - "community_name": "@types/multer", - "norm_label": "@types/multer", - "id": "backend_package_devdependencies_types_multer" - }, - { - "label": "@types/multer", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L56", - "_origin": "ast", - "community": 21, - "community_name": "@types/multer", - "norm_label": "@types/multer", - "id": "types_multer" - }, - { - "label": "@types/passport-jwt", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L58", - "_origin": "ast", - "community": 21, - "community_name": "@types/passport-jwt", - "norm_label": "@types/passport-jwt", - "id": "backend_package_devdependencies_types_passport_jwt" - }, - { - "label": "@types/passport-jwt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L58", - "_origin": "ast", - "community": 21, - "community_name": "@types/passport-jwt", - "norm_label": "@types/passport-jwt", - "id": "types_passport_jwt" - }, - { - "label": "devDependencies", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L45", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "devdependencies", - "id": "backend_package_devdependencies" - }, - { - "label": "@eslint/eslintrc", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L46", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "@eslint/eslintrc", - "id": "backend_package_devdependencies_eslint_eslintrc" - }, - { - "label": "jest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L64", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "jest", - "id": "backend_package_devdependencies_jest" - }, - { - "label": "@nestjs/testing", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L50", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "@nestjs/testing", - "id": "backend_package_devdependencies_nestjs_testing" - }, - { - "label": "source-map-support", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L67", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "source-map-support", - "id": "backend_package_devdependencies_source_map_support" - }, - { - "label": "@types/bcryptjs", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L52", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "@types/bcryptjs", - "id": "backend_package_devdependencies_types_bcryptjs" - }, - { - "label": "@eslint/eslintrc", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L46", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "@eslint/eslintrc", - "id": "eslint_eslintrc" - }, - { - "label": "jest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L64", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "jest", - "id": "jest" - }, - { - "label": "@nestjs/testing", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L50", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "@nestjs/testing", - "id": "nestjs_testing" - }, - { - "label": "source-map-support", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L67", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "source-map-support", - "id": "source_map_support" - }, - { - "label": "@types/bcryptjs", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L52", - "_origin": "ast", - "community": 21, - "community_name": "devDependencies", - "norm_label": "@types/bcryptjs", - "id": "types_bcryptjs" - }, - { - "label": "eslint-config-prettier", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L61", - "_origin": "ast", - "community": 21, - "community_name": "eslint-config-prettier", - "norm_label": "eslint-config-prettier", - "id": "backend_package_devdependencies_eslint_config_prettier" - }, - { - "label": "eslint-config-prettier", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L61", - "_origin": "ast", - "community": 21, - "community_name": "eslint-config-prettier", - "norm_label": "eslint-config-prettier", - "id": "eslint_config_prettier" - }, - { - "label": "eslint-plugin-prettier", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L62", - "_origin": "ast", - "community": 21, - "community_name": "eslint-plugin-prettier", - "norm_label": "eslint-plugin-prettier", - "id": "backend_package_devdependencies_eslint_plugin_prettier" - }, - { - "label": "eslint-plugin-prettier", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L62", - "_origin": "ast", - "community": 21, - "community_name": "eslint-plugin-prettier", - "norm_label": "eslint-plugin-prettier", - "id": "eslint_plugin_prettier" - }, - { - "label": "prettier", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L65", - "_origin": "ast", - "community": 21, - "community_name": "prettier", - "norm_label": "prettier", - "id": "backend_package_devdependencies_prettier" - }, - { - "label": "prettier", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L65", - "_origin": "ast", - "community": 21, - "community_name": "prettier", - "norm_label": "prettier", - "id": "prettier" - }, - { - "label": "supertest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L68", - "_origin": "ast", - "community": 21, - "community_name": "supertest", - "norm_label": "supertest", - "id": "backend_package_devdependencies_supertest" - }, - { - "label": "supertest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L68", - "_origin": "ast", - "community": 21, - "community_name": "supertest", - "norm_label": "supertest", - "id": "supertest" - }, - { - "label": "ts-node", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L71", - "_origin": "ast", - "community": 21, - "community_name": "ts-node", - "norm_label": "ts-node", - "id": "backend_package_devdependencies_ts_node" - }, - { - "label": "ts-node", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L71", - "_origin": "ast", - "community": 21, - "community_name": "ts-node", - "norm_label": "ts-node", - "id": "ts_node" - }, - { - "label": "about/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/about/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 210, - "norm_label": "about/page.tsx", - "id": "frontend_application_app_about_page" - }, - { - "label": "metadata", - "file_type": "code", - "source_file": "frontend/application/app/about/page.tsx", - "source_location": "L4", - "_origin": "ast", - "community": 210, - "norm_label": "metadata", - "id": "frontend_application_app_about_page_metadata" - }, - { - "label": "privacy/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/privacy/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 211, - "norm_label": "privacy/page.tsx", - "id": "frontend_application_app_privacy_page" - }, - { - "label": "metadata", - "file_type": "code", - "source_file": "frontend/application/app/privacy/page.tsx", - "source_location": "L4", - "_origin": "ast", - "community": 211, - "norm_label": "metadata", - "id": "frontend_application_app_privacy_page_metadata" - }, - { - "label": "next.config.ts", - "file_type": "code", - "source_file": "frontend/application/next.config.ts", - "source_location": "L1", - "_origin": "ast", - "community": 212, - "community_name": "Next.js Security Configuration", - "norm_label": "next.config.ts", - "id": "frontend_application_next_config" - }, - { - "label": "nextConfig", - "file_type": "code", - "source_file": "frontend/application/next.config.ts", - "source_location": "L12", - "_origin": "ast", - "community": 212, - "community_name": "Next.js Security Configuration", - "norm_label": "nextconfig", - "id": "frontend_application_next_config_nextconfig" - }, - { - "label": "securityHeaders", - "file_type": "code", - "source_file": "frontend/application/next.config.ts", - "source_location": "L3", - "_origin": "ast", - "community": 212, - "community_name": "Next.js Security Configuration", - "norm_label": "securityheaders", - "id": "frontend_application_next_config_securityheaders" - }, - { - "label": "AGENTS.md", - "file_type": "document", - "source_file": "AGENTS.md", - "source_location": "L1", - "_origin": "ast", - "community": 214, - "community_name": "AGENTS.md", - "norm_label": "agents.md", - "id": "agents" - }, - { - "label": "graphify", - "file_type": "document", - "source_file": "AGENTS.md", - "source_location": "L1", - "_origin": "ast", - "community": 214, - "community_name": "AGENTS.md", - "norm_label": "graphify", - "id": "agents_graphify" - }, - { - "label": "rules/graphify.md", - "file_type": "document", - "source_file": ".agents/rules/graphify.md", - "source_location": "L1", - "_origin": "ast", - "community": 215, - "community_name": "rules/graphify.md", - "norm_label": "rules/graphify.md", - "id": "agents_rules_graphify" - }, - { - "label": "graphify", - "file_type": "document", - "source_file": ".agents/rules/graphify.md", - "source_location": "L6", - "_origin": "ast", - "community": 215, - "community_name": "rules/graphify.md", - "norm_label": "graphify", - "id": "agents_rules_graphify_graphify" - }, - { - "label": ".agents/workflows/graphify.md", - "file_type": "document", - "source_file": ".agents/workflows/graphify.md", - "source_location": "L1", - "_origin": "ast", - "community": 216, - "community_name": ".agents/workflows/graphify.md", - "norm_label": ".agents/workflows/graphify.md", - "id": "agents_workflows_graphify" - }, - { - "label": "Workflow: graphify", - "file_type": "document", - "source_file": ".agents/workflows/graphify.md", - "source_location": "L6", - "_origin": "ast", - "community": 216, - "community_name": ".agents/workflows/graphify.md", - "norm_label": "workflow: graphify", - "id": "agents_workflows_graphify_workflow_graphify" - }, - { - "label": "instructions.md", - "file_type": "document", - "source_file": ".antigravity/instructions.md", - "source_location": "L1", - "_origin": "ast", - "community": 217, - "community_name": "instructions.md", - "norm_label": "instructions.md", - "id": "antigravity_instructions" - }, - { - "label": "graphify", - "file_type": "document", - "source_file": ".antigravity/instructions.md", - "source_location": "L1", - "_origin": "ast", - "community": 217, - "community_name": "instructions.md", - "norm_label": "graphify", - "id": "antigravity_instructions_graphify" - }, - { - "label": "bcryptjs", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L33", - "_origin": "ast", - "community": 218, - "community_name": "dependencies", - "norm_label": "bcryptjs", - "id": "backend_package_dependencies_bcryptjs" - }, - { - "label": "bcryptjs", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L33", - "_origin": "ast", - "community": 218, - "community_name": "dependencies", - "norm_label": "bcryptjs", - "id": "bcryptjs" - }, - { - "label": "helmet", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L36", - "_origin": "ast", - "community": 219, - "community_name": "dependencies", - "norm_label": "helmet", - "id": "backend_package_dependencies_helmet" - }, - { - "label": "helmet", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L36", - "_origin": "ast", - "community": 219, - "community_name": "dependencies", - "norm_label": "helmet", - "id": "helmet" - }, - { - "label": "07-backend-audit.md", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L1", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "07-backend-audit.md", - "id": "docs_audit_07_backend_audit" - }, - { - "label": "Acceptance Criteria", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L113", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "acceptance criteria", - "id": "docs_audit_07_backend_audit_acceptance_criteria" - }, - { - "label": "Affected Application", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L53", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "affected application", - "id": "docs_audit_07_backend_audit_affected_application" - }, - { - "label": "Affected Files", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L56", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "affected files", - "id": "docs_audit_07_backend_audit_affected_files" - }, - { - "label": "Alternative Direction", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L95", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "alternative direction", - "id": "docs_audit_07_backend_audit_alternative_direction" - }, - { - "label": "BE-001", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L33", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "be-001", - "id": "docs_audit_07_backend_audit_be_001" - }, - { - "label": "Category", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L41", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "category", - "id": "docs_audit_07_backend_audit_category" - }, - { - "label": "Completion Statement", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L133", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "completion statement", - "id": "docs_audit_07_backend_audit_completion_statement" - }, - { - "label": "Confidence", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L47", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "confidence", - "id": "docs_audit_07_backend_audit_confidence" - }, - { - "label": "Dependencies", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L101", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "dependencies", - "id": "docs_audit_07_backend_audit_dependencies" - }, - { - "label": "Domain", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L38", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "domain", - "id": "docs_audit_07_backend_audit_domain" - }, - { - "label": "Domain Overview & Confirmed Strengths", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L15", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "domain overview & confirmed strengths", - "id": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths" - }, - { - "label": "Evaluation of 6 Existing TypeScript Compiler Diagnostics", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L21", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "evaluation of 6 existing typescript compiler diagnostics", - "id": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics" - }, - { - "label": "Evidence", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L62", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "evidence", - "id": "docs_audit_07_backend_audit_evidence" - }, - { - "label": "Finding Summary", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L121", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "finding summary", - "id": "docs_audit_07_backend_audit_finding_summary" - }, - { - "label": "Findings", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L31", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "findings", - "id": "docs_audit_07_backend_audit_findings" - }, - { - "label": "Implementation Complexity", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L98", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "implementation complexity", - "id": "docs_audit_07_backend_audit_implementation_complexity" - }, - { - "label": "NestJS Backend Audit Report", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L1", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "nestjs backend audit report", - "id": "docs_audit_07_backend_audit_nestjs_backend_audit_report" - }, - { - "label": "Notes and Limitations", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L116", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "notes and limitations", - "id": "docs_audit_07_backend_audit_notes_and_limitations" - }, - { - "label": "Problem", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L73", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "problem", - "id": "docs_audit_07_backend_audit_problem" - }, - { - "label": "Recommended Direction", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L92", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "recommended direction", - "id": "docs_audit_07_backend_audit_recommended_direction" - }, - { - "label": "Relevant Symbols or Lines", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L59", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "relevant symbols or lines", - "id": "docs_audit_07_backend_audit_relevant_symbols_or_lines" - }, - { - "label": "Risks", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L104", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "risks", - "id": "docs_audit_07_backend_audit_risks" - }, - { - "label": "Root Cause", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L77", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "root cause", - "id": "docs_audit_07_backend_audit_root_cause" - }, - { - "label": "Security or Data-Integrity Impact", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L89", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "security or data-integrity impact", - "id": "docs_audit_07_backend_audit_security_or_data_integrity_impact" - }, - { - "label": "Severity", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L44", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "severity", - "id": "docs_audit_07_backend_audit_severity" - }, - { - "label": "Status", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L50", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "status", - "id": "docs_audit_07_backend_audit_status" - }, - { - "label": "Technical Impact", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L86", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "technical impact", - "id": "docs_audit_07_backend_audit_technical_impact" - }, - { - "label": "Testing Requirements", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L110", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "testing requirements", - "id": "docs_audit_07_backend_audit_testing_requirements" - }, - { - "label": "Title", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L35", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "title", - "id": "docs_audit_07_backend_audit_title" - }, - { - "label": "User or Business Impact", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L83", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "user or business impact", - "id": "docs_audit_07_backend_audit_user_or_business_impact" - }, - { - "label": "Verification Requirements", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L107", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "verification requirements", - "id": "docs_audit_07_backend_audit_verification_requirements" - }, - { - "label": "Why It Matters", - "file_type": "document", - "source_file": "docs/audit/07-backend-audit.md", - "source_location": "L80", - "_origin": "ast", - "community": 22, - "community_name": "BE-001", - "norm_label": "why it matters", - "id": "docs_audit_07_backend_audit_why_it_matters" - }, - { - "label": "js-yaml", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L38", - "_origin": "ast", - "community": 220, - "community_name": "dependencies", - "norm_label": "js-yaml", - "id": "backend_package_dependencies_js_yaml" - }, - { - "label": "js-yaml", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L38", - "_origin": "ast", - "community": 220, - "community_name": "dependencies", - "norm_label": "js-yaml", - "id": "js_yaml" - }, - { - "label": "@nestjs/core", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L25", - "_origin": "ast", - "community": 221, - "community_name": "dependencies", - "norm_label": "@nestjs/core", - "id": "backend_package_dependencies_nestjs_core" - }, - { - "label": "@nestjs/core", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L25", - "_origin": "ast", - "community": 221, - "community_name": "dependencies", - "norm_label": "@nestjs/core", - "id": "nestjs_core" - }, - { - "label": "@nestjs/jwt", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L26", - "_origin": "ast", - "community": 222, - "community_name": "dependencies", - "norm_label": "@nestjs/jwt", - "id": "backend_package_dependencies_nestjs_jwt" - }, - { - "label": "@nestjs/jwt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L26", - "_origin": "ast", - "community": 222, - "community_name": "dependencies", - "norm_label": "@nestjs/jwt", - "id": "nestjs_jwt" - }, - { - "label": "@nestjs/swagger", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L29", - "_origin": "ast", - "community": 223, - "community_name": "dependencies", - "norm_label": "@nestjs/swagger", - "id": "backend_package_dependencies_nestjs_swagger" - }, - { - "label": "@nestjs/swagger", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L29", - "_origin": "ast", - "community": 223, - "community_name": "dependencies", - "norm_label": "@nestjs/swagger", - "id": "nestjs_swagger" - }, - { - "label": "@nestjs/throttler", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L30", - "_origin": "ast", - "community": 224, - "community_name": "dependencies", - "norm_label": "@nestjs/throttler", - "id": "backend_package_dependencies_nestjs_throttler" - }, - { - "label": "@nestjs/throttler", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L30", - "_origin": "ast", - "community": 224, - "community_name": "dependencies", - "norm_label": "@nestjs/throttler", - "id": "nestjs_throttler" - }, - { - "label": "passport-jwt", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L40", - "_origin": "ast", - "community": 225, - "community_name": "dependencies", - "norm_label": "passport-jwt", - "id": "backend_package_dependencies_passport_jwt" - }, - { - "label": "passport-jwt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L40", - "_origin": "ast", - "community": 225, - "community_name": "dependencies", - "norm_label": "passport-jwt", - "id": "passport_jwt" - }, - { - "label": "@prisma/client", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L31", - "_origin": "ast", - "community": 226, - "community_name": "dependencies", - "norm_label": "@prisma/client", - "id": "backend_package_dependencies_prisma_client" - }, - { - "label": "@prisma/client", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L31", - "_origin": "ast", - "community": 226, - "community_name": "dependencies", - "norm_label": "@prisma/client", - "id": "prisma_client" - }, - { - "label": "swagger-ui-express", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L43", - "_origin": "ast", - "community": 227, - "community_name": "dependencies", - "norm_label": "swagger-ui-express", - "id": "backend_package_dependencies_swagger_ui_express" - }, - { - "label": "swagger-ui-express", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L43", - "_origin": "ast", - "community": 227, - "community_name": "dependencies", - "norm_label": "swagger-ui-express", - "id": "swagger_ui_express" - }, - { - "label": "@nestjs/schematics", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L49", - "_origin": "ast", - "community": 228, - "community_name": "devDependencies", - "norm_label": "@nestjs/schematics", - "id": "backend_package_devdependencies_nestjs_schematics" - }, - { - "label": "@nestjs/schematics", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L49", - "_origin": "ast", - "community": 228, - "community_name": "devDependencies", - "norm_label": "@nestjs/schematics", - "id": "nestjs_schematics" - }, - { - "label": "ts-jest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L69", - "_origin": "ast", - "community": 229, - "community_name": "devDependencies", - "norm_label": "ts-jest", - "id": "backend_package_devdependencies_ts_jest" - }, - { - "label": "ts-jest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L69", - "_origin": "ast", - "community": 229, - "community_name": "devDependencies", - "norm_label": "ts-jest", - "id": "ts_jest" - }, - { - "label": "CMS.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/CMS.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "community_name": "adminRoutes.tsx", - "norm_label": "cms.tsx", - "id": "frontend_admin_panel_src_pages_cms" - }, - { - "label": "WholesaleApplications.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "community_name": "adminRoutes.tsx", - "norm_label": "wholesaleapplications.tsx", - "id": "frontend_admin_panel_src_pages_wholesaleapplications" - }, - { - "label": "Layout.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Layout.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "community_name": "src/services/api.ts", - "norm_label": "layout.tsx", - "id": "frontend_admin_panel_src_components_layout" - }, - { - "label": "ProtectedRoute.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "community_name": "src/services/api.ts", - "norm_label": "protectedroute.tsx", - "id": "frontend_admin_panel_src_components_protectedroute" - }, - { - "label": "adminAuthStore.ts", - "file_type": "code", - "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "community_name": "src/services/api.ts", - "norm_label": "adminauthstore.ts", - "id": "frontend_admin_panel_src_store_adminauthstore" - }, - { - "label": "useAdminAuthStore", - "file_type": "code", - "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", - "source_location": "L5", - "_origin": "ast", - "community": 23, - "community_name": "src/services/api.ts", - "norm_label": "useadminauthstore", - "id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore" - }, - { - "label": "Sidebar.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "norm_label": "sidebar.tsx", - "id": "frontend_admin_panel_src_components_sidebar" - }, - { - "label": "Topbar.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Topbar.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "norm_label": "topbar.tsx", - "id": "frontend_admin_panel_src_components_topbar" - }, - { - "label": "SEARCHABLE_PAGES", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Topbar.tsx", - "source_location": "L12", - "_origin": "ast", - "community": 23, - "norm_label": "searchable_pages", - "id": "frontend_admin_panel_src_components_topbar_searchable_pages" - }, - { - "label": "Login.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Login.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "norm_label": "login.tsx", - "id": "frontend_admin_panel_src_pages_login" - }, - { - "label": "CMS", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L23", - "_origin": "ast", - "community": 23, - "norm_label": "cms", - "id": "frontend_admin_panel_src_routes_adminroutes_cms" - }, - { - "label": "WholesaleApplications", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L24", - "_origin": "ast", - "community": 23, - "norm_label": "wholesaleapplications", - "id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications" - }, - { - "label": "src/services/api.ts", - "file_type": "code", - "source_file": "frontend/admin-panel/src/services/api.ts", - "source_location": "L1", - "_origin": "ast", - "community": 23, - "norm_label": "src/services/api.ts", - "id": "frontend_admin_panel_src_services_api" - }, - { - "label": "api", - "file_type": "code", - "source_file": "frontend/admin-panel/src/services/api.ts", - "source_location": "L23", - "_origin": "ast", - "community": 23, - "norm_label": "api", - "id": "frontend_admin_panel_src_services_api_api" - }, - { - "label": "failedQueue", - "file_type": "code", - "source_file": "frontend/admin-panel/src/services/api.ts", - "source_location": "L32", - "_origin": "ast", - "community": 23, - "norm_label": "failedqueue", - "id": "frontend_admin_panel_src_services_api_failedqueue" - }, - { - "label": "ts-loader", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L70", - "_origin": "ast", - "community": 230, - "community_name": "ts-loader", - "norm_label": "ts-loader", - "id": "backend_package_devdependencies_ts_loader" - }, - { - "label": "ts-loader", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L70", - "_origin": "ast", - "community": 230, - "community_name": "ts-loader", - "norm_label": "ts-loader", - "id": "ts_loader" - }, - { - "label": "tsconfig-paths", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L72", - "_origin": "ast", - "community": 231, - "community_name": "devDependencies", - "norm_label": "tsconfig-paths", - "id": "backend_package_devdependencies_tsconfig_paths" - }, - { - "label": "tsconfig-paths", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L72", - "_origin": "ast", - "community": 231, - "community_name": "devDependencies", - "norm_label": "tsconfig-paths", - "id": "tsconfig_paths" - }, - { - "label": "@types/bcrypt", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L51", - "_origin": "ast", - "community": 232, - "community_name": "Bcrypt Type Definitions", - "norm_label": "@types/bcrypt", - "id": "backend_package_devdependencies_types_bcrypt" - }, - { - "label": "@types/bcrypt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L51", - "_origin": "ast", - "community": 232, - "community_name": "Bcrypt Type Definitions", - "norm_label": "@types/bcrypt", - "id": "types_bcrypt" - }, - { - "label": "@types/supertest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L59", - "_origin": "ast", - "community": 233, - "community_name": "@types/supertest", - "norm_label": "@types/supertest", - "id": "backend_package_devdependencies_types_supertest" - }, - { - "label": "@types/supertest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L59", - "_origin": "ast", - "community": 233, - "community_name": "@types/supertest", - "norm_label": "@types/supertest", - "id": "types_supertest" - }, - { - "label": "blog.entity.ts", - "file_type": "code", - "source_file": "backend/src/blogs/entities/blog.entity.ts", - "source_location": "L1", - "_origin": "ast", - "community": 234, - "community_name": "Blog Entity Model", - "norm_label": "blog.entity.ts", - "id": "backend_src_blogs_entities_blog_entity" - }, - { - "label": "home.entity.ts", - "file_type": "code", - "source_file": "backend/src/home/entities/home.entity.ts", - "source_location": "L1", - "_origin": "ast", - "community": 235, - "community_name": "Home Entity Model", - "norm_label": "home.entity.ts", - "id": "backend_src_home_entities_home_entity" - }, - { - "label": "wiki.entity.ts", - "file_type": "code", - "source_file": "backend/src/wiki/entities/wiki.entity.ts", - "source_location": "L1", - "_origin": "ast", - "community": 236, - "community_name": "Wiki Entity Model", - "norm_label": "wiki.entity.ts", - "id": "backend_src_wiki_entities_wiki_entity" - }, - { - "label": "CLAUDE.md", - "file_type": "document", - "source_file": "CLAUDE.md", - "source_location": "L1", - "_origin": "ast", - "community": 238, - "community_name": "CLAUDE.md", - "norm_label": "claude.md", - "id": "claude" - }, - { - "label": "graphify", - "file_type": "document", - "source_file": "CLAUDE.md", - "source_location": "L1", - "_origin": "ast", - "community": 238, - "community_name": "CLAUDE.md", - "norm_label": "graphify", - "id": "claude_graphify" - }, - { - "label": ".claude/CLAUDE.md", - "file_type": "document", - "source_file": ".claude/CLAUDE.md", - "source_location": "L1", - "_origin": "ast", - "community": 239, - "community_name": ".claude/CLAUDE.md", - "norm_label": ".claude/claude.md", - "id": "claude_claude" - }, - { - "label": "graphify", - "file_type": "document", - "source_file": ".claude/CLAUDE.md", - "source_location": "L1", - "_origin": "ast", - "community": 239, - "community_name": ".claude/CLAUDE.md", - "norm_label": "graphify", - "id": "claude_claude_graphify" - }, - { - "label": "auth.service.spec.ts", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 24, - "community_name": "PrismaService", - "norm_label": "auth.service.spec.ts", - "id": "backend_src_auth_auth_service_spec" - }, - { - "label": "admin.service.spec.ts", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 24, - "community_name": "RedisService", - "norm_label": "admin.service.spec.ts", - "id": "backend_src_admin_admin_service_spec" - }, - { - "label": "redis.module.ts", - "file_type": "code", - "source_file": "backend/src/redis/redis.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 24, - "community_name": "RedisService", - "norm_label": "redis.module.ts", - "id": "backend_src_redis_redis_module" - }, - { - "label": "redis.service.spec.ts", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 24, - "community_name": "RedisService", - "norm_label": "redis.service.spec.ts", - "id": "backend_src_redis_redis_service_spec" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 24, - "community_name": "RedisService", - "norm_label": "injectable", - "id": "backend_src_redis_redis_service_ts_injectable" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 24, - "community_name": "auth.service.ts", - "norm_label": "injectable", - "id": "backend_src_auth_auth_service_ts_injectable" - }, - { - "label": "auth.service.ts", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 24, - "norm_label": "auth.service.ts", - "id": "backend_src_auth_auth_service" - }, - { - "label": "phone.utils.ts", - "file_type": "code", - "source_file": "backend/src/common/utils/phone.utils.ts", - "source_location": "L1", - "_origin": "ast", - "community": 24, - "norm_label": "phone.utils.ts", - "id": "backend_src_common_utils_phone_utils" - }, - { - "label": "redis.service.ts", - "file_type": "code", - "source_file": "backend/src/redis/redis.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 24, - "norm_label": "redis.service.ts", - "id": "backend_src_redis_redis_service" - }, - { - "label": "extraction-spec.md", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/extraction-spec.md", - "source_location": "L1", - "_origin": "ast", - "community": 240, - "community_name": "extraction-spec.md", - "norm_label": "extraction-spec.md", - "id": "claude_skills_graphify_references_extraction_spec" - }, - { - "label": "graphify reference: extraction subagent prompt", - "file_type": "document", - "source_file": ".claude/skills/graphify/references/extraction-spec.md", - "source_location": "L1", - "_origin": "ast", - "community": 240, - "community_name": "extraction-spec.md", - "norm_label": "graphify reference: extraction subagent prompt", - "id": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt" - }, - { - "label": "robots.ts", - "file_type": "code", - "source_file": "frontend/application/app/robots.ts", - "source_location": "L1", - "_origin": "ast", - "community": 246, - "community_name": "Search Engine Robots Config", - "norm_label": "robots.ts", - "id": "frontend_application_app_robots" - }, - { - "label": "application/eslint.config.mjs", - "file_type": "code", - "source_file": "frontend/application/eslint.config.mjs", - "source_location": "L1", - "_origin": "ast", - "community": 247, - "community_name": "Application ESLint Config", - "norm_label": "application/eslint.config.mjs", - "id": "frontend_application_eslint_config" - }, - { - "label": "eslintConfig", - "file_type": "code", - "source_file": "frontend/application/eslint.config.mjs", - "source_location": "L5", - "_origin": "ast", - "community": 247, - "community_name": "Application ESLint Config", - "norm_label": "eslintconfig", - "id": "frontend_application_eslint_config_eslintconfig" - }, - { - "label": "postcss.config.mjs", - "file_type": "code", - "source_file": "frontend/application/postcss.config.mjs", - "source_location": "L1", - "_origin": "ast", - "community": 248, - "community_name": "PostCSS Configuration", - "norm_label": "postcss.config.mjs", - "id": "frontend_application_postcss_config" - }, - { - "label": "config", - "file_type": "code", - "source_file": "frontend/application/postcss.config.mjs", - "source_location": "L1", - "_origin": "ast", - "community": 248, - "community_name": "PostCSS Configuration", - "norm_label": "config", - "id": "frontend_application_postcss_config_config" - }, - { - "label": "vitest.setup.ts", - "file_type": "code", - "source_file": "frontend/application/vitest.setup.ts", - "source_location": "L1", - "_origin": "ast", - "community": 249, - "community_name": "Vitest Test Setup", - "norm_label": "vitest.setup.ts", - "id": "frontend_application_vitest_setup" - }, - { - "label": "cms.controller.ts", - "file_type": "code", - "source_file": "backend/src/cms/cms.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "CmsController", - "norm_label": "cms.controller.ts", - "id": "backend_src_cms_cms_controller" - }, - { - "label": "jwt-auth.guard.ts", - "file_type": "code", - "source_file": "backend/src/auth/jwt-auth.guard.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "jwt-auth.guard.ts", - "id": "backend_src_auth_jwt_auth_guard" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "injectable", - "id": "backend_src_auth_jwt_auth_guard_ts_injectable" - }, - { - "label": "auth/roles.decorator.ts", - "file_type": "code", - "source_file": "backend/src/auth/roles.decorator.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "auth/roles.decorator.ts", - "id": "backend_src_auth_roles_decorator" - }, - { - "label": "auth/roles.guard.ts", - "file_type": "code", - "source_file": "backend/src/auth/roles.guard.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "auth/roles.guard.ts", - "id": "backend_src_auth_roles_guard" - }, - { - "label": "b2b.controller.ts", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "b2b.controller.ts", - "id": "backend_src_b2b_b2b_controller" - }, - { - "label": "banners.controller.ts", - "file_type": "code", - "source_file": "backend/src/banners/banners.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "banners.controller.ts", - "id": "backend_src_banners_banners_controller" - }, - { - "label": "decorators/roles.decorator.ts", - "file_type": "code", - "source_file": "backend/src/common/decorators/roles.decorator.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "decorators/roles.decorator.ts", - "id": "backend_src_common_decorators_roles_decorator" - }, - { - "label": "ROLES_KEY", - "file_type": "code", - "source_file": "backend/src/common/decorators/roles.decorator.ts", - "source_location": "L3", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "roles_key", - "id": "backend_src_common_decorators_roles_decorator_roles_key" - }, - { - "label": "guards/roles.guard.ts", - "file_type": "code", - "source_file": "backend/src/common/guards/roles.guard.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "guards/roles.guard.ts", - "id": "backend_src_common_guards_roles_guard" - }, - { - "label": "roles.guard.spec.ts", - "file_type": "code", - "source_file": "backend/src/common/guards/roles.guard.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "roles.guard.spec.ts", - "id": "backend_src_common_guards_roles_guard_spec" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "injectable", - "id": "backend_src_common_guards_roles_guard_ts_injectable" - }, - { - "label": "contact.controller.ts", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "contact.controller.ts", - "id": "backend_src_contact_contact_controller" - }, - { - "label": "ingredients.controller.ts", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "ingredients.controller.ts", - "id": "backend_src_ingredients_ingredients_controller" - }, - { - "label": "prescriptions.controller.ts", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "prescriptions.controller.ts", - "id": "backend_src_prescriptions_prescriptions_controller" - }, - { - "label": "settings.controller.spec.ts", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "settings.controller.spec.ts", - "id": "backend_src_settings_settings_controller_spec" - }, - { - "label": "smart-advisor.controller.ts", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "smart-advisor.controller.ts", - "id": "backend_src_smart_advisor_smart_advisor_controller" - }, - { - "label": "testimonials.controller.ts", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "JwtAuthGuard", - "norm_label": "testimonials.controller.ts", - "id": "backend_src_testimonials_testimonials_controller" - }, - { - "label": "products.controller.ts", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "community_name": "ProductsService", - "norm_label": "products.controller.ts", - "id": "backend_src_products_products_controller" - }, - { - "label": "media.controller.ts", - "file_type": "code", - "source_file": "backend/src/admin/media.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 25, - "norm_label": "media.controller.ts", - "id": "backend_src_admin_media_controller" + "community_name": "prisma/scientificTerms.ts", + "norm_label": "scientific_terms" }, { "label": "ssl.controller.ts", @@ -23941,9 +21244,153 @@ "source_file": "backend/src/admin/ssl.controller.ts", "source_location": "L1", "_origin": "ast", - "community": 25, - "norm_label": "ssl.controller.ts", - "id": "backend_src_admin_ssl_controller" + "id": "backend_src_admin_ssl_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "ssl.controller.ts" + }, + { + "label": "jwt-auth.guard.ts", + "file_type": "code", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_jwt_auth_guard", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "jwt-auth.guard.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_jwt_auth_guard_ts_injectable", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "injectable" + }, + { + "label": "auth/roles.decorator.ts", + "file_type": "code", + "source_file": "backend/src/auth/roles.decorator.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_roles_decorator", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "auth/roles.decorator.ts" + }, + { + "label": "auth/roles.guard.ts", + "file_type": "code", + "source_file": "backend/src/auth/roles.guard.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_roles_guard", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "auth/roles.guard.ts" + }, + { + "label": "b2b.controller.ts", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "b2b.controller.ts" + }, + { + "label": "banners.controller.ts", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_banners_banners_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "banners.controller.ts" + }, + { + "label": "decorators/roles.decorator.ts", + "file_type": "code", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_decorators_roles_decorator", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "decorators/roles.decorator.ts" + }, + { + "label": "ROLES_KEY", + "file_type": "code", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L3", + "_origin": "ast", + "id": "backend_src_common_decorators_roles_decorator_roles_key", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "roles_key" + }, + { + "label": "guards/roles.guard.ts", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "guards/roles.guard.ts" + }, + { + "label": "roles.guard.spec.ts", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_spec", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "roles.guard.spec.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_ts_injectable", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "injectable" + }, + { + "label": "contact.controller.ts", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_contact_contact_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "contact.controller.ts" + }, + { + "label": "ingredients.controller.ts", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "ingredients.controller.ts" }, { "label": "payment.controller.ts", @@ -23951,19 +21398,21 @@ "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L1", "_origin": "ast", - "community": 25, - "norm_label": "payment.controller.ts", - "id": "backend_src_payment_payment_controller" + "id": "backend_src_payment_payment_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "payment.controller.ts" }, { - "label": "reviews.controller.ts", + "label": "prescriptions.controller.ts", "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", "source_location": "L1", "_origin": "ast", - "community": 25, - "norm_label": "reviews.controller.ts", - "id": "backend_src_reviews_reviews_controller" + "id": "backend_src_prescriptions_prescriptions_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "prescriptions.controller.ts" }, { "label": "settings.controller.ts", @@ -23971,9 +21420,3266 @@ "source_file": "backend/src/settings/settings.controller.ts", "source_location": "L1", "_origin": "ast", + "id": "backend_src_settings_settings_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "settings.controller.ts" + }, + { + "label": "settings.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_spec", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "settings.controller.spec.ts" + }, + { + "label": "smart-advisor.controller.ts", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "smart-advisor.controller.ts" + }, + { + "label": "testimonials.controller.ts", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "testimonials.controller.ts" + }, + { + "label": "wholesale.controller.ts", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller", + "community": 19, + "community_name": "JwtAuthGuard", + "norm_label": "wholesale.controller.ts" + }, + { + "label": "seed-blogs.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_blogs", + "community": 190, + "community_name": "seed-blogs.ts", + "norm_label": "seed-blogs.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_seed_blogs_prisma", + "community": 190, + "community_name": "seed-blogs.ts", + "norm_label": "prisma" + }, + { + "label": "seed-custom.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_custom", + "community": 191, + "community_name": "seed-custom.ts", + "norm_label": "seed-custom.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_seed_custom_prisma", + "community": 191, + "community_name": "seed-custom.ts", + "norm_label": "prisma" + }, + { + "label": "github-and-merge.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_github_and_merge", + "community": 192, + "community_name": "graphify reference: GitHub clone and cross-repo merge", + "norm_label": "github-and-merge.md" + }, + { + "label": "graphify reference: GitHub clone and cross-repo merge", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", + "community": 192, + "community_name": "graphify reference: GitHub clone and cross-repo merge", + "norm_label": "graphify reference: github clone and cross-repo merge" + }, + { + "label": "Step 0 - Clone GitHub repo(s) (only if a GitHub URL was given)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given", + "community": 192, + "community_name": "graphify reference: GitHub clone and cross-repo merge", + "norm_label": "step 0 - clone github repo(s) (only if a github url was given)" + }, + { + "label": "transcribe.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_transcribe", + "community": 193, + "community_name": "graphify reference: transcribe video and audio", + "norm_label": "transcribe.md" + }, + { + "label": "graphify reference: transcribe video and audio", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", + "community": 193, + "community_name": "graphify reference: transcribe video and audio", + "norm_label": "graphify reference: transcribe video and audio" + }, + { + "label": "Step 2.5 - Transcribe video / audio files (only if video files detected)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected", + "community": 193, + "community_name": "graphify reference: transcribe video and audio", + "norm_label": "step 2.5 - transcribe video / audio files (only if video files detected)" + }, + { + "label": "18-compiler-diagnostic-dispositions.md", + "file_type": "document", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_18_compiler_diagnostic_dispositions", + "community": 194, + "community_name": "Compiler Diagnostic Dispositions", + "norm_label": "18-compiler-diagnostic-dispositions.md" + }, + { + "label": "Compiler Diagnostic Dispositions", + "file_type": "document", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", + "community": 194, + "community_name": "Compiler Diagnostic Dispositions", + "norm_label": "compiler diagnostic dispositions" + }, + { + "label": "Reconciled Compiler Diagnostic Table", + "file_type": "document", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L11", + "_origin": "ast", + "id": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table", + "community": 194, + "community_name": "Compiler Diagnostic Dispositions", + "norm_label": "reconciled compiler diagnostic table" + }, + { + "label": "build_manifest.js", + "file_type": "code", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_build_manifest", + "community": 196, + "community_name": "build_manifest.js", + "norm_label": "build_manifest.js" + }, + { + "label": "entries", + "file_type": "code", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_build_manifest_entries", + "community": 196, + "community_name": "build_manifest.js", + "norm_label": "entries" + }, + { + "label": "lines", + "file_type": "code", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_build_manifest_lines", + "community": 196, + "community_name": "build_manifest.js", + "norm_label": "lines" + }, + { + "label": "generate_classification.js", + "file_type": "code", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_generate_classification", + "community": 197, + "community_name": "generate_classification.js", + "norm_label": "generate_classification.js" + }, + { + "label": "classified", + "file_type": "code", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_generate_classification_classified", + "community": 197, + "community_name": "generate_classification.js", + "norm_label": "classified" + }, + { + "label": "lines", + "file_type": "code", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_generate_classification_lines", + "community": 197, + "community_name": "generate_classification.js", + "norm_label": "lines" + }, + { + "label": "generate_evidence.js", + "file_type": "code", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_generate_evidence", + "community": 198, + "community_name": "generate_evidence.js", + "norm_label": "generate_evidence.js" + }, + { + "label": "classification", + "file_type": "code", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L4", + "_origin": "ast", + "id": "docs_audit_generate_evidence_classification", + "community": 198, + "community_name": "generate_evidence.js", + "norm_label": "classification" + }, + { + "label": "evidenceEntries", + "file_type": "code", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L6", + "_origin": "ast", + "id": "docs_audit_generate_evidence_evidenceentries", + "community": 198, + "community_name": "generate_evidence.js", + "norm_label": "evidenceentries" + }, + { + "label": "generate_ledger.js", + "file_type": "code", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_generate_ledger", + "community": 199, + "community_name": "generate_ledger.js", + "norm_label": "generate_ledger.js" + }, + { + "label": "evidence", + "file_type": "code", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_generate_ledger_evidence", + "community": 199, + "community_name": "generate_ledger.js", + "norm_label": "evidence" + }, + { + "label": "ledgerEntries", + "file_type": "code", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_generate_ledger_ledgerentries", + "community": 199, + "community_name": "generate_ledger.js", + "norm_label": "ledgerentries" + }, + { + "label": "auth.constants.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_constants", + "community": 2, + "community_name": "UsersService", + "norm_label": "auth.constants.ts" + }, + { + "label": "DEFAULT_JWT_REFRESH_SECRET", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L4", + "_origin": "ast", + "id": "backend_src_auth_auth_constants_default_jwt_refresh_secret", + "community": 2, + "community_name": "UsersService", + "norm_label": "default_jwt_refresh_secret" + }, + { + "label": "DEFAULT_JWT_SECRET", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_constants_default_jwt_secret", + "community": 2, + "community_name": "UsersService", + "norm_label": "default_jwt_secret" + }, + { + "label": "auth.module.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_module", + "community": 2, + "community_name": "UsersService", + "norm_label": "auth.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_module_ts_module", + "community": 2, + "community_name": "UsersService", + "norm_label": "module" + }, + { + "label": "jwt.strategy.ts", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy", + "community": 2, + "community_name": "UsersService", + "norm_label": "jwt.strategy.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_ts_injectable", + "community": 2, + "community_name": "UsersService", + "norm_label": "injectable" + }, + { + "label": "phone.utils.ts", + "file_type": "code", + "source_file": "backend/src/common/utils/phone.utils.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_utils_phone_utils", + "community": 2, + "community_name": "UsersService", + "norm_label": "phone.utils.ts" + }, + { + "label": "address.dto.ts", + "file_type": "code", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto", + "community": 2, + "community_name": "UsersService", + "norm_label": "address.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_apiproperty", + "community": 2, + "community_name": "UsersService", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_apipropertyoptional", + "community": 2, + "community_name": "UsersService", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsBoolean", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_isboolean", + "community": 2, + "community_name": "UsersService", + "norm_label": "isboolean" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_isnotempty", + "community": 2, + "community_name": "UsersService", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_isoptional", + "community": 2, + "community_name": "UsersService", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_isstring", + "community": 2, + "community_name": "UsersService", + "norm_label": "isstring" + }, + { + "label": "update-profile.dto.ts", + "file_type": "code", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto", + "community": 2, + "community_name": "UsersService", + "norm_label": "update-profile.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", + "community": 2, + "community_name": "UsersService", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsEmail", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_isemail", + "community": 2, + "community_name": "UsersService", + "norm_label": "isemail" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_isoptional", + "community": 2, + "community_name": "UsersService", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_isstring", + "community": 2, + "community_name": "UsersService", + "norm_label": "isstring" + }, + { + "label": "MinLength", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_minlength", + "community": 2, + "community_name": "UsersService", + "norm_label": "minlength" + }, + { + "label": "users.controller.ts", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_controller", + "community": 2, + "community_name": "UsersService", + "norm_label": "users.controller.ts" + }, + { + "label": "users.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_controller_spec", + "community": 2, + "community_name": "UsersService", + "norm_label": "users.controller.spec.ts" + }, + { + "label": "ApiBadRequestResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apibadrequestresponse", + "community": 2, + "community_name": "UsersService", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apibearerauth", + "community": 2, + "community_name": "UsersService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiCreatedResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apicreatedresponse", + "community": 2, + "community_name": "UsersService", + "norm_label": "apicreatedresponse" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apiokresponse", + "community": 2, + "community_name": "UsersService", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apioperation", + "community": 2, + "community_name": "UsersService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apitags", + "community": 2, + "community_name": "UsersService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_body", + "community": 2, + "community_name": "UsersService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_controller", + "community": 2, + "community_name": "UsersService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_delete", + "community": 2, + "community_name": "UsersService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_get", + "community": 2, + "community_name": "UsersService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_param", + "community": 2, + "community_name": "UsersService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_patch", + "community": 2, + "community_name": "UsersService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_post", + "community": 2, + "community_name": "UsersService", + "norm_label": "post" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_req", + "community": 2, + "community_name": "UsersService", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_useguards", + "community": 2, + "community_name": "UsersService", + "norm_label": "useguards" + }, + { + "label": "users.module.ts", + "file_type": "code", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_module", + "community": 2, + "community_name": "UsersService", + "norm_label": "users.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_module_ts_module", + "community": 2, + "community_name": "UsersService", + "norm_label": "module" + }, + { + "label": "users.service.ts", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_service", + "community": 2, + "community_name": "UsersService", + "norm_label": "users.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_service_ts_injectable", + "community": 2, + "community_name": "UsersService", + "norm_label": "injectable" + }, + { + "label": "07-backend-audit.md", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_07_backend_audit", + "community": 20, + "community_name": "BE-001", + "norm_label": "07-backend-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L113", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_acceptance_criteria", + "community": 20, + "community_name": "BE-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L53", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_affected_application", + "community": 20, + "community_name": "BE-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L56", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_affected_files", + "community": 20, + "community_name": "BE-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L95", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_alternative_direction", + "community": 20, + "community_name": "BE-001", + "norm_label": "alternative direction" + }, + { + "label": "BE-001", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L33", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_be_001", + "community": 20, + "community_name": "BE-001", + "norm_label": "be-001" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_category", + "community": 20, + "community_name": "BE-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L133", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_completion_statement", + "community": 20, + "community_name": "BE-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L47", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_confidence", + "community": 20, + "community_name": "BE-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L101", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_dependencies", + "community": 20, + "community_name": "BE-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L38", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_domain", + "community": 20, + "community_name": "BE-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths", + "community": 20, + "community_name": "BE-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evaluation of 6 Existing TypeScript Compiler Diagnostics", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics", + "community": 20, + "community_name": "BE-001", + "norm_label": "evaluation of 6 existing typescript compiler diagnostics" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_evidence", + "community": 20, + "community_name": "BE-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L121", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_finding_summary", + "community": 20, + "community_name": "BE-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L31", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_findings", + "community": 20, + "community_name": "BE-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L98", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_implementation_complexity", + "community": 20, + "community_name": "BE-001", + "norm_label": "implementation complexity" + }, + { + "label": "NestJS Backend Audit Report", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "community": 20, + "community_name": "BE-001", + "norm_label": "nestjs backend audit report" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L116", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_notes_and_limitations", + "community": 20, + "community_name": "BE-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L73", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_problem", + "community": 20, + "community_name": "BE-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L92", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_recommended_direction", + "community": 20, + "community_name": "BE-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L59", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_relevant_symbols_or_lines", + "community": 20, + "community_name": "BE-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L104", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_risks", + "community": 20, + "community_name": "BE-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L77", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_root_cause", + "community": 20, + "community_name": "BE-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L89", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_security_or_data_integrity_impact", + "community": 20, + "community_name": "BE-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L44", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_severity", + "community": 20, + "community_name": "BE-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L50", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_status", + "community": 20, + "community_name": "BE-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L86", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_technical_impact", + "community": 20, + "community_name": "BE-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L110", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_testing_requirements", + "community": 20, + "community_name": "BE-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L35", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_title", + "community": 20, + "community_name": "BE-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L83", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_user_or_business_impact", + "community": 20, + "community_name": "BE-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L107", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_verification_requirements", + "community": 20, + "community_name": "BE-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L80", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_why_it_matters", + "community": 20, + "community_name": "BE-001", + "norm_label": "why it matters" + }, + { + "label": "generate_manifest.js", + "file_type": "code", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_generate_manifest", + "community": 200, + "community_name": "generate_manifest.js", + "norm_label": "generate_manifest.js" + }, + { + "label": "evidence", + "file_type": "code", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_generate_manifest_evidence", + "community": 200, + "community_name": "generate_manifest.js", + "norm_label": "evidence" + }, + { + "label": "manifestEntries", + "file_type": "code", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_generate_manifest_manifestentries", + "community": 200, + "community_name": "generate_manifest.js", + "norm_label": "manifestentries" + }, + { + "label": "sync_honest_manifest.js", + "file_type": "code", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_sync_honest_manifest", + "community": 201, + "community_name": "sync_honest_manifest.js", + "norm_label": "sync_honest_manifest.js" + }, + { + "label": "ledger", + "file_type": "code", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_sync_honest_manifest_ledger", + "community": 201, + "community_name": "sync_honest_manifest.js", + "norm_label": "ledger" + }, + { + "label": "manifest", + "file_type": "code", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_sync_honest_manifest_manifest", + "community": 201, + "community_name": "sync_honest_manifest.js", + "norm_label": "manifest" + }, + { + "label": "sync_manifest.js", + "file_type": "code", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_sync_manifest", + "community": 202, + "community_name": "sync_manifest.js", + "norm_label": "sync_manifest.js" + }, + { + "label": "ledger", + "file_type": "code", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_sync_manifest_ledger", + "community": 202, + "community_name": "sync_manifest.js", + "norm_label": "ledger" + }, + { + "label": "manifestEntries", + "file_type": "code", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_sync_manifest_manifestentries", + "community": 202, + "community_name": "sync_manifest.js", + "norm_label": "manifestentries" + }, + { + "label": "eslint-plugin-prettier", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L62", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint_plugin_prettier", + "community": 203, + "community_name": "eslint-plugin-prettier", + "norm_label": "eslint-plugin-prettier" + }, + { + "label": "eslint-plugin-prettier", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L62", + "_origin": "ast", + "id": "eslint_plugin_prettier", + "community": 203, + "community_name": "eslint-plugin-prettier", + "norm_label": "eslint-plugin-prettier" + }, + { + "label": "globals", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L63", + "_origin": "ast", + "id": "backend_package_devdependencies_globals", + "community": 204, + "community_name": "globals", + "norm_label": "globals" + }, + { + "label": "globals", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L63", + "_origin": "ast", + "id": "backend_package_json_globals", + "community": 204, + "community_name": "globals", + "norm_label": "globals" + }, + { + "label": "tailwindcss", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_tailwindcss", + "community": 205, + "community_name": "tailwindcss", + "norm_label": "tailwindcss" + }, + { + "label": "tailwindcss", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_tailwindcss", + "community": 205, + "community_name": "tailwindcss", + "norm_label": "tailwindcss" + }, + { + "label": "@nestjs/cli", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L48", + "_origin": "ast", + "id": "backend_package_devdependencies_nestjs_cli", + "community": 206, + "community_name": "@nestjs/cli", + "norm_label": "@nestjs/cli" + }, + { + "label": "@nestjs/cli", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L48", + "_origin": "ast", + "id": "nestjs_cli", + "community": 206, + "community_name": "@nestjs/cli", + "norm_label": "@nestjs/cli" + }, + { + "label": "FormField.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_formfield", + "community": 207, + "community_name": "FormField.tsx", + "norm_label": "formfield.tsx" + }, + { + "label": "Input.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_input", + "community": 208, + "community_name": "Input.tsx", + "norm_label": "input.tsx" + }, + { + "label": "Input", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L9", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_input_input", + "community": 208, + "community_name": "Input.tsx", + "norm_label": "input" + }, + { + "label": "Textarea.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_textarea", + "community": 209, + "community_name": "Textarea.tsx", + "norm_label": "textarea.tsx" + }, + { + "label": "Textarea", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_textarea_textarea", + "community": 209, + "community_name": "Textarea.tsx", + "norm_label": "textarea" + }, + { + "label": "ProtectedRoute.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_protectedroute", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "protectedroute.tsx" + }, + { + "label": "B2BManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_b2bmanager", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "b2bmanager.tsx" + }, + { + "label": "Login.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_login", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "login.tsx" + }, + { + "label": "SmartAdvisorManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smartadvisormanager", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "smartadvisormanager.tsx" + }, + { + "label": "SystemSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_systemsettingspage", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "systemsettingspage.tsx" + }, + { + "label": "B2BManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "b2bmanager" + }, + { + "label": "SmartAdvisorManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "smartadvisormanager" + }, + { + "label": "SystemSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L35", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "systemsettingspage" + }, + { + "label": "src/services/api.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "src/services/api.ts" + }, + { + "label": "failedQueue", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_failedqueue", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "failedqueue" + }, + { + "label": "adminAuthStore.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_store_adminauthstore", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "adminauthstore.ts" + }, + { + "label": "useAdminAuthStore", + "file_type": "code", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "useadminauthstore" + }, + { + "label": "admin.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin", + "community": 21, + "community_name": "src/services/api.ts", + "norm_label": "admin.ts" + }, + { + "label": "admin-panel/tsconfig.json", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig", + "community": 210, + "community_name": "admin-panel/tsconfig.json", + "norm_label": "admin-panel/tsconfig.json" + }, + { + "label": "files", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_files", + "community": 210, + "community_name": "admin-panel/tsconfig.json", + "norm_label": "files" + }, + { + "label": "references", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_references", + "community": 210, + "community_name": "admin-panel/tsconfig.json", + "norm_label": "references" + }, + { + "label": "about/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_about_page", + "community": 211, + "community_name": "about/page.tsx", + "norm_label": "about/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_about_page_metadata", + "community": 211, + "community_name": "about/page.tsx", + "norm_label": "metadata" + }, + { + "label": "privacy/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_privacy_page", + "community": 212, + "community_name": "privacy/page.tsx", + "norm_label": "privacy/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_privacy_page_metadata", + "community": 212, + "community_name": "privacy/page.tsx", + "norm_label": "metadata" + }, + { + "label": "next.config.ts", + "file_type": "code", + "source_file": "frontend/application/next.config.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_next_config", + "community": 213, + "community_name": "next.config.ts", + "norm_label": "next.config.ts" + }, + { + "label": "nextConfig", + "file_type": "code", + "source_file": "frontend/application/next.config.ts", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_application_next_config_nextconfig", + "community": 213, + "community_name": "next.config.ts", + "norm_label": "nextconfig" + }, + { + "label": "securityHeaders", + "file_type": "code", + "source_file": "frontend/application/next.config.ts", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_application_next_config_securityheaders", + "community": 213, + "community_name": "next.config.ts", + "norm_label": "securityheaders" + }, + { + "label": "AGENTS.md", + "file_type": "document", + "source_file": "AGENTS.md", + "source_location": "L1", + "_origin": "ast", + "id": "agents", + "community": 215, + "community_name": "AGENTS.md", + "norm_label": "agents.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": "AGENTS.md", + "source_location": "L1", + "_origin": "ast", + "id": "agents_graphify", + "community": 215, + "community_name": "AGENTS.md", + "norm_label": "graphify" + }, + { + "label": "rules/graphify.md", + "file_type": "document", + "source_file": ".agents/rules/graphify.md", + "source_location": "L1", + "_origin": "ast", + "id": "agents_rules_graphify", + "community": 216, + "community_name": "rules/graphify.md", + "norm_label": "rules/graphify.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": ".agents/rules/graphify.md", + "source_location": "L6", + "_origin": "ast", + "id": "agents_rules_graphify_graphify", + "community": 216, + "community_name": "rules/graphify.md", + "norm_label": "graphify" + }, + { + "label": ".agents/workflows/graphify.md", + "file_type": "document", + "source_file": ".agents/workflows/graphify.md", + "source_location": "L1", + "_origin": "ast", + "id": "agents_workflows_graphify", + "community": 217, + "community_name": ".agents/workflows/graphify.md", + "norm_label": ".agents/workflows/graphify.md" + }, + { + "label": "Workflow: graphify", + "file_type": "document", + "source_file": ".agents/workflows/graphify.md", + "source_location": "L6", + "_origin": "ast", + "id": "agents_workflows_graphify_workflow_graphify", + "community": 217, + "community_name": ".agents/workflows/graphify.md", + "norm_label": "workflow: graphify" + }, + { + "label": "instructions.md", + "file_type": "document", + "source_file": ".antigravity/instructions.md", + "source_location": "L1", + "_origin": "ast", + "id": "antigravity_instructions", + "community": 218, + "community_name": "instructions.md", + "norm_label": "instructions.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": ".antigravity/instructions.md", + "source_location": "L1", + "_origin": "ast", + "id": "antigravity_instructions_graphify", + "community": 218, + "community_name": "instructions.md", + "norm_label": "graphify" + }, + { + "label": "prettier", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L65", + "_origin": "ast", + "id": "backend_package_devdependencies_prettier", + "community": 219, + "community_name": "prettier", + "norm_label": "prettier" + }, + { + "label": "prettier", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L65", + "_origin": "ast", + "id": "prettier", + "community": 219, + "community_name": "prettier", + "norm_label": "prettier" + }, + { + "label": "generate-openapi.ts", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "community": 22, + "community_name": "RedisService", + "norm_label": "generate-openapi.ts" + }, + { + "label": "admin.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_service_spec", + "community": 22, + "community_name": "RedisService", + "norm_label": "admin.service.spec.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_app_module_ts_module", + "community": 22, + "community_name": "RedisService", + "norm_label": "module" + }, + { + "label": "auth.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_service_spec", + "community": 22, + "community_name": "RedisService", + "norm_label": "auth.service.spec.ts" + }, + { + "label": "redis.module.ts", + "file_type": "code", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_redis_redis_module", + "community": 22, + "community_name": "RedisService", + "norm_label": "redis.module.ts" + }, + { + "label": "Global", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_redis_redis_module_ts_global", + "community": 22, + "community_name": "RedisService", + "norm_label": "global" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_redis_redis_module_ts_module", + "community": 22, + "community_name": "RedisService", + "norm_label": "module" + }, + { + "label": "redis.service.ts", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_redis_redis_service", + "community": 22, + "community_name": "RedisService", + "norm_label": "redis.service.ts" + }, + { + "label": "redis.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_redis_redis_service_spec", + "community": 22, + "community_name": "RedisService", + "norm_label": "redis.service.spec.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_redis_redis_service_ts_injectable", + "community": 22, + "community_name": "RedisService", + "norm_label": "injectable" + }, + { + "label": "app.e2e-spec.ts", + "file_type": "code", + "source_file": "backend/test/app.e2e-spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_test_app_e2e_spec", + "community": 22, + "community_name": "RedisService", + "norm_label": "app.e2e-spec.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L66", + "_origin": "ast", + "id": "backend_package_devdependencies_prisma", + "community": 220, + "community_name": "prisma", + "norm_label": "prisma" + }, + { + "label": "prisma", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L66", + "_origin": "ast", + "id": "prisma", + "community": 220, + "community_name": "prisma", + "norm_label": "prisma" + }, + { + "label": "supertest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L68", + "_origin": "ast", + "id": "backend_package_devdependencies_supertest", + "community": 221, + "community_name": "supertest", + "norm_label": "supertest" + }, + { + "label": "supertest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L68", + "_origin": "ast", + "id": "supertest", + "community": 221, + "community_name": "supertest", + "norm_label": "supertest" + }, + { + "label": "ts-node", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L71", + "_origin": "ast", + "id": "backend_package_devdependencies_ts_node", + "community": 222, + "community_name": "ts-node", + "norm_label": "ts-node" + }, + { + "label": "ts-node", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L71", + "_origin": "ast", + "id": "ts_node", + "community": 222, + "community_name": "ts-node", + "norm_label": "ts-node" + }, + { + "label": "@types/express", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L53", + "_origin": "ast", + "id": "backend_package_devdependencies_types_express", + "community": 223, + "community_name": "@types/express", + "norm_label": "@types/express" + }, + { + "label": "@types/express", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L53", + "_origin": "ast", + "id": "types_express", + "community": 223, + "community_name": "@types/express", + "norm_label": "@types/express" + }, + { + "label": "@types/jest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L54", + "_origin": "ast", + "id": "backend_package_devdependencies_types_jest", + "community": 224, + "community_name": "@types/jest", + "norm_label": "@types/jest" + }, + { + "label": "@types/jest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L54", + "_origin": "ast", + "id": "types_jest", + "community": 224, + "community_name": "@types/jest", + "norm_label": "@types/jest" + }, + { + "label": "@types/js-yaml", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L55", + "_origin": "ast", + "id": "backend_package_devdependencies_types_js_yaml", + "community": 225, + "community_name": "@types/js-yaml", + "norm_label": "@types/js-yaml" + }, + { + "label": "@types/js-yaml", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L55", + "_origin": "ast", + "id": "types_js_yaml", + "community": 225, + "community_name": "@types/js-yaml", + "norm_label": "@types/js-yaml" + }, + { + "label": "@types/multer", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L56", + "_origin": "ast", + "id": "backend_package_devdependencies_types_multer", + "community": 226, + "community_name": "@types/multer", + "norm_label": "@types/multer" + }, + { + "label": "@types/multer", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L56", + "_origin": "ast", + "id": "types_multer", + "community": 226, + "community_name": "@types/multer", + "norm_label": "@types/multer" + }, + { + "label": "@types/passport-jwt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L58", + "_origin": "ast", + "id": "backend_package_devdependencies_types_passport_jwt", + "community": 227, + "community_name": "@types/passport-jwt", + "norm_label": "@types/passport-jwt" + }, + { + "label": "@types/passport-jwt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L58", + "_origin": "ast", + "id": "types_passport_jwt", + "community": 227, + "community_name": "@types/passport-jwt", + "norm_label": "@types/passport-jwt" + }, + { + "label": "eslint-config-next", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_eslint_config_next", + "community": 228, + "community_name": "eslint-config-next", + "norm_label": "eslint-config-next" + }, + { + "label": "eslint-config-next", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "eslint_config_next", + "community": 228, + "community_name": "eslint-config-next", + "norm_label": "eslint-config-next" + }, + { + "label": "eslint-plugin-react-hooks", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "community": 229, + "community_name": "eslint-plugin-react-hooks", + "norm_label": "eslint-plugin-react-hooks" + }, + { + "label": "eslint-plugin-react-hooks", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "eslint_plugin_react_hooks", + "community": 229, + "community_name": "eslint-plugin-react-hooks", + "norm_label": "eslint-plugin-react-hooks" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "isstring" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_apitags", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_body", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_controller", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_get", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_param", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_post", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_put", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "put" + }, + { + "label": "Request", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_request", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "request" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_useguards", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_ts_injectable", + "community": 23, + "community_name": "WholesaleApplyDto", + "norm_label": "injectable" + }, + { + "label": "eslint-plugin-react-refresh", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "community": 230, + "community_name": "eslint-plugin-react-refresh", + "norm_label": "eslint-plugin-react-refresh" + }, + { + "label": "eslint-plugin-react-refresh", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "eslint_plugin_react_refresh", + "community": 230, + "community_name": "eslint-plugin-react-refresh", + "norm_label": "eslint-plugin-react-refresh" + }, + { + "label": "ts-loader", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L70", + "_origin": "ast", + "id": "backend_package_devdependencies_ts_loader", + "community": 231, + "community_name": "ts-loader", + "norm_label": "ts-loader" + }, + { + "label": "ts-loader", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L70", + "_origin": "ast", + "id": "ts_loader", + "community": 231, + "community_name": "ts-loader", + "norm_label": "ts-loader" + }, + { + "label": "@tailwindcss/postcss", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "community": 232, + "community_name": "@tailwindcss/postcss", + "norm_label": "@tailwindcss/postcss" + }, + { + "label": "@tailwindcss/postcss", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_tailwindcss_postcss", + "community": 232, + "community_name": "@tailwindcss/postcss", + "norm_label": "@tailwindcss/postcss" + }, + { + "label": "@types/bcrypt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L51", + "_origin": "ast", + "id": "backend_package_devdependencies_types_bcrypt", + "community": 233, + "community_name": "@types/bcrypt", + "norm_label": "@types/bcrypt" + }, + { + "label": "@types/bcrypt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L51", + "_origin": "ast", + "id": "types_bcrypt", + "community": 233, + "community_name": "@types/bcrypt", + "norm_label": "@types/bcrypt" + }, + { + "label": "@types/supertest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L59", + "_origin": "ast", + "id": "backend_package_devdependencies_types_supertest", + "community": 234, + "community_name": "@types/supertest", + "norm_label": "@types/supertest" + }, + { + "label": "@types/supertest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L59", + "_origin": "ast", + "id": "types_supertest", + "community": 234, + "community_name": "@types/supertest", + "norm_label": "@types/supertest" + }, + { + "label": "blog.entity.ts", + "file_type": "code", + "source_file": "backend/src/blogs/entities/blog.entity.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_entities_blog_entity", + "community": 235, + "community_name": "blog.entity.ts", + "norm_label": "blog.entity.ts" + }, + { + "label": "home.entity.ts", + "file_type": "code", + "source_file": "backend/src/home/entities/home.entity.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_entities_home_entity", + "community": 236, + "community_name": "home.entity.ts", + "norm_label": "home.entity.ts" + }, + { + "label": "wiki.entity.ts", + "file_type": "code", + "source_file": "backend/src/wiki/entities/wiki.entity.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_entities_wiki_entity", + "community": 237, + "community_name": "wiki.entity.ts", + "norm_label": "wiki.entity.ts" + }, + { + "label": "CLAUDE.md", + "file_type": "document", + "source_file": "CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude", + "community": 239, + "community_name": "CLAUDE.md", + "norm_label": "claude.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": "CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_graphify", + "community": 239, + "community_name": "CLAUDE.md", + "norm_label": "graphify" + }, + { + "label": "06-storefront-audit.md", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit", + "community": 24, + "community_name": "FE-001", + "norm_label": "06-storefront-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L96", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_acceptance_criteria", + "community": 24, + "community_name": "FE-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L44", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_affected_application", + "community": 24, + "community_name": "FE-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L47", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_affected_files", + "community": 24, + "community_name": "FE-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L78", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_alternative_direction", + "community": 24, + "community_name": "FE-001", + "norm_label": "alternative direction" + }, + { + "label": "Architecture Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths", + "community": 24, + "community_name": "FE-001", + "norm_label": "architecture overview & confirmed strengths" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_category", + "community": 24, + "community_name": "FE-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L116", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_completion_statement", + "community": 24, + "community_name": "FE-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L38", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_confidence", + "community": 24, + "community_name": "FE-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L84", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_dependencies", + "community": 24, + "community_name": "FE-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L29", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_domain", + "community": 24, + "community_name": "FE-001", + "norm_label": "domain" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L54", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_evidence", + "community": 24, + "community_name": "FE-001", + "norm_label": "evidence" + }, + { + "label": "FE-001", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L24", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_fe_001", + "community": 24, + "community_name": "FE-001", + "norm_label": "fe-001" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L104", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_finding_summary", + "community": 24, + "community_name": "FE-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_findings", + "community": 24, + "community_name": "FE-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L81", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_implementation_complexity", + "community": 24, + "community_name": "FE-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L99", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_notes_and_limitations", + "community": 24, + "community_name": "FE-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L57", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_problem", + "community": 24, + "community_name": "FE-001", + "norm_label": "problem" + }, + { + "label": "React / Vite Storefront Audit Report", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "community": 24, + "community_name": "FE-001", + "norm_label": "react / vite storefront audit report" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L75", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_recommended_direction", + "community": 24, + "community_name": "FE-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L51", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_relevant_symbols_or_lines", + "community": 24, + "community_name": "FE-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L87", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_risks", + "community": 24, + "community_name": "FE-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L60", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_root_cause", + "community": 24, + "community_name": "FE-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L72", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_security_or_data_integrity_impact", + "community": 24, + "community_name": "FE-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L35", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_severity", + "community": 24, + "community_name": "FE-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_status", + "community": 24, + "community_name": "FE-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L69", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_technical_impact", + "community": 24, + "community_name": "FE-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L93", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_testing_requirements", + "community": 24, + "community_name": "FE-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L26", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_title", + "community": 24, + "community_name": "FE-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L66", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_user_or_business_impact", + "community": 24, + "community_name": "FE-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L90", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_verification_requirements", + "community": 24, + "community_name": "FE-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L63", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_why_it_matters", + "community": 24, + "community_name": "FE-001", + "norm_label": "why it matters" + }, + { + "label": ".claude/CLAUDE.md", + "file_type": "document", + "source_file": ".claude/CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_claude", + "community": 240, + "community_name": ".claude/CLAUDE.md", + "norm_label": ".claude/claude.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": ".claude/CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_claude_graphify", + "community": 240, + "community_name": ".claude/CLAUDE.md", + "norm_label": "graphify" + }, + { + "label": "extraction-spec.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/extraction-spec.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_extraction_spec", + "community": 241, + "community_name": "extraction-spec.md", + "norm_label": "extraction-spec.md" + }, + { + "label": "graphify reference: extraction subagent prompt", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/extraction-spec.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt", + "community": 241, + "community_name": "extraction-spec.md", + "norm_label": "graphify reference: extraction subagent prompt" + }, + { + "label": "robots.ts", + "file_type": "code", + "source_file": "frontend/application/app/robots.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_robots", + "community": 247, + "community_name": "robots.ts", + "norm_label": "robots.ts" + }, + { + "label": "application/eslint.config.mjs", + "file_type": "code", + "source_file": "frontend/application/eslint.config.mjs", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_eslint_config", + "community": 248, + "community_name": "application/eslint.config.mjs", + "norm_label": "application/eslint.config.mjs" + }, + { + "label": "eslintConfig", + "file_type": "code", + "source_file": "frontend/application/eslint.config.mjs", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_application_eslint_config_eslintconfig", + "community": 248, + "community_name": "application/eslint.config.mjs", + "norm_label": "eslintconfig" + }, + { + "label": "postcss.config.mjs", + "file_type": "code", + "source_file": "frontend/application/postcss.config.mjs", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_postcss_config", + "community": 249, + "community_name": "postcss.config.mjs", + "norm_label": "postcss.config.mjs" + }, + { + "label": "config", + "file_type": "code", + "source_file": "frontend/application/postcss.config.mjs", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_postcss_config_config", + "community": 249, + "community_name": "postcss.config.mjs", + "norm_label": "config" + }, + { + "label": "08-admin-features-audit.md", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit", "community": 25, - "norm_label": "settings.controller.ts", - "id": "backend_src_settings_settings_controller" + "community_name": "ADM-001", + "norm_label": "08-admin-features-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L101", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_acceptance_criteria", + "community": 25, + "community_name": "ADM-001", + "norm_label": "acceptance criteria" + }, + { + "label": "ADM-001", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L23", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_adm_001", + "community": 25, + "community_name": "ADM-001", + "norm_label": "adm-001" + }, + { + "label": "Admin Features Audit Report", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "community": 25, + "community_name": "ADM-001", + "norm_label": "admin features audit report" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_affected_application", + "community": 25, + "community_name": "ADM-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_affected_files", + "community": 25, + "community_name": "ADM-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L83", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_alternative_direction", + "community": 25, + "community_name": "ADM-001", + "norm_label": "alternative direction" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L31", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_category", + "community": 25, + "community_name": "ADM-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L121", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_completion_statement", + "community": 25, + "community_name": "ADM-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L37", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_confidence", + "community": 25, + "community_name": "ADM-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L89", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_dependencies", + "community": 25, + "community_name": "ADM-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_domain", + "community": 25, + "community_name": "ADM-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths", + "community": 25, + "community_name": "ADM-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L53", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_evidence", + "community": 25, + "community_name": "ADM-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L109", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_finding_summary", + "community": 25, + "community_name": "ADM-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_findings", + "community": 25, + "community_name": "ADM-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L86", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_implementation_complexity", + "community": 25, + "community_name": "ADM-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L104", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_notes_and_limitations", + "community": 25, + "community_name": "ADM-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_problem", + "community": 25, + "community_name": "ADM-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L80", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_recommended_direction", + "community": 25, + "community_name": "ADM-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines", + "community": 25, + "community_name": "ADM-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L92", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_risks", + "community": 25, + "community_name": "ADM-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L65", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_root_cause", + "community": 25, + "community_name": "ADM-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L77", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact", + "community": 25, + "community_name": "ADM-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L34", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_severity", + "community": 25, + "community_name": "ADM-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L40", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_status", + "community": 25, + "community_name": "ADM-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L74", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_technical_impact", + "community": 25, + "community_name": "ADM-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L98", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_testing_requirements", + "community": 25, + "community_name": "ADM-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L25", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_title", + "community": 25, + "community_name": "ADM-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L71", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_user_or_business_impact", + "community": 25, + "community_name": "ADM-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L95", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_verification_requirements", + "community": 25, + "community_name": "ADM-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L68", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_why_it_matters", + "community": 25, + "community_name": "ADM-001", + "norm_label": "why it matters" + }, + { + "label": "vitest.setup.ts", + "file_type": "code", + "source_file": "frontend/application/vitest.setup.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_vitest_setup", + "community": 250, + "community_name": "vitest.setup.ts", + "norm_label": "vitest.setup.ts" }, { "label": "backup_db.sh", @@ -23985,10 +24691,10 @@ "kind": "file" }, "_origin": "ast", - "community": 250, - "community_name": "Database Backup Script", - "norm_label": "backup_db.sh", - "id": "scripts_backup_db" + "id": "scripts_backup_db", + "community": 251, + "community_name": "backup_db.sh", + "norm_label": "backup_db.sh" }, { "label": "backup_db.sh script", @@ -24000,10 +24706,10 @@ "kind": "bash_entrypoint" }, "_origin": "ast", - "community": 250, - "community_name": "Database Backup Script", - "norm_label": "backup_db.sh script", - "id": "scripts_backup_db_sh__entry" + "id": "scripts_backup_db_sh__entry", + "community": 251, + "community_name": "backup_db.sh", + "norm_label": "backup_db.sh script" }, { "label": "start.sh", @@ -24015,10 +24721,10 @@ "kind": "file" }, "_origin": "ast", - "community": 251, - "community_name": "Application Startup Script", - "norm_label": "start.sh", - "id": "start" + "id": "start", + "community": 252, + "community_name": "start.sh", + "norm_label": "start.sh" }, { "label": "start.sh script", @@ -24030,10 +24736,10 @@ "kind": "bash_entrypoint" }, "_origin": "ast", - "community": 251, - "community_name": "Application Startup Script", - "norm_label": "start.sh script", - "id": "start_sh__entry" + "id": "start_sh__entry", + "community": 252, + "community_name": "start.sh", + "norm_label": "start.sh script" }, { "label": "reviews/README.md", @@ -24041,10 +24747,10 @@ "source_file": ".ai_agency/specs/reviews/README.md", "source_location": "L1", "_origin": "ast", - "community": 252, + "id": "ai_agency_specs_reviews_readme", + "community": 253, "community_name": "reviews/README.md", - "norm_label": "reviews/readme.md", - "id": "ai_agency_specs_reviews_readme" + "norm_label": "reviews/readme.md" }, { "label": "backend/eslint.config.mjs", @@ -24052,10 +24758,10 @@ "source_file": "backend/eslint.config.mjs", "source_location": "L1", "_origin": "ast", - "community": 253, - "community_name": "Backend ESLint Config", - "norm_label": "backend/eslint.config.mjs", - "id": "backend_eslint_config" + "id": "backend_eslint_config", + "community": 254, + "community_name": "backend/eslint.config.mjs", + "norm_label": "backend/eslint.config.mjs" }, { "label": "generate-openapi.d.ts", @@ -24063,449 +24769,10 @@ "source_file": "backend/scripts/generate-openapi.d.ts", "source_location": "L1", "_origin": "ast", - "community": 256, - "norm_label": "generate-openapi.d.ts", - "id": "backend_scripts_generate_openapi_d" - }, - { - "label": "ApiQuery", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", + "id": "backend_scripts_generate_openapi_d", "community": 257, - "community_name": "AdminService", - "norm_label": "apiquery", - "id": "backend_src_admin_admin_controller_ts_apiquery" - }, - { - "label": "Catch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 258, - "community_name": "main.ts", - "norm_label": "catch", - "id": "backend_src_common_filters_http_exception_filter_ts_catch" - }, - { - "label": "Res", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 259, - "community_name": ".handleZibalCallback", - "norm_label": "res", - "id": "backend_src_payment_payment_controller_ts_res" - }, - { - "label": "06-storefront-audit.md", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L1", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "06-storefront-audit.md", - "id": "docs_audit_06_storefront_audit" - }, - { - "label": "Acceptance Criteria", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L96", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "acceptance criteria", - "id": "docs_audit_06_storefront_audit_acceptance_criteria" - }, - { - "label": "Affected Application", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L44", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "affected application", - "id": "docs_audit_06_storefront_audit_affected_application" - }, - { - "label": "Affected Files", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L47", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "affected files", - "id": "docs_audit_06_storefront_audit_affected_files" - }, - { - "label": "Alternative Direction", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L78", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "alternative direction", - "id": "docs_audit_06_storefront_audit_alternative_direction" - }, - { - "label": "Architecture Overview & Confirmed Strengths", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L15", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "architecture overview & confirmed strengths", - "id": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths" - }, - { - "label": "Category", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L32", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "category", - "id": "docs_audit_06_storefront_audit_category" - }, - { - "label": "Completion Statement", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L116", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "completion statement", - "id": "docs_audit_06_storefront_audit_completion_statement" - }, - { - "label": "Confidence", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L38", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "confidence", - "id": "docs_audit_06_storefront_audit_confidence" - }, - { - "label": "Dependencies", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L84", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "dependencies", - "id": "docs_audit_06_storefront_audit_dependencies" - }, - { - "label": "Domain", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L29", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "domain", - "id": "docs_audit_06_storefront_audit_domain" - }, - { - "label": "Evidence", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L54", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "evidence", - "id": "docs_audit_06_storefront_audit_evidence" - }, - { - "label": "FE-001", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L24", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "fe-001", - "id": "docs_audit_06_storefront_audit_fe_001" - }, - { - "label": "Finding Summary", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L104", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "finding summary", - "id": "docs_audit_06_storefront_audit_finding_summary" - }, - { - "label": "Findings", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L22", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "findings", - "id": "docs_audit_06_storefront_audit_findings" - }, - { - "label": "Implementation Complexity", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L81", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "implementation complexity", - "id": "docs_audit_06_storefront_audit_implementation_complexity" - }, - { - "label": "Notes and Limitations", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L99", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "notes and limitations", - "id": "docs_audit_06_storefront_audit_notes_and_limitations" - }, - { - "label": "Problem", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L57", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "problem", - "id": "docs_audit_06_storefront_audit_problem" - }, - { - "label": "React / Vite Storefront Audit Report", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L1", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "react / vite storefront audit report", - "id": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report" - }, - { - "label": "Recommended Direction", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L75", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "recommended direction", - "id": "docs_audit_06_storefront_audit_recommended_direction" - }, - { - "label": "Relevant Symbols or Lines", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L51", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "relevant symbols or lines", - "id": "docs_audit_06_storefront_audit_relevant_symbols_or_lines" - }, - { - "label": "Risks", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L87", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "risks", - "id": "docs_audit_06_storefront_audit_risks" - }, - { - "label": "Root Cause", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L60", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "root cause", - "id": "docs_audit_06_storefront_audit_root_cause" - }, - { - "label": "Security or Data-Integrity Impact", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L72", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "security or data-integrity impact", - "id": "docs_audit_06_storefront_audit_security_or_data_integrity_impact" - }, - { - "label": "Severity", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L35", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "severity", - "id": "docs_audit_06_storefront_audit_severity" - }, - { - "label": "Status", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L41", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "status", - "id": "docs_audit_06_storefront_audit_status" - }, - { - "label": "Technical Impact", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L69", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "technical impact", - "id": "docs_audit_06_storefront_audit_technical_impact" - }, - { - "label": "Testing Requirements", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L93", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "testing requirements", - "id": "docs_audit_06_storefront_audit_testing_requirements" - }, - { - "label": "Title", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L26", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "title", - "id": "docs_audit_06_storefront_audit_title" - }, - { - "label": "User or Business Impact", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L66", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "user or business impact", - "id": "docs_audit_06_storefront_audit_user_or_business_impact" - }, - { - "label": "Verification Requirements", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L90", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "verification requirements", - "id": "docs_audit_06_storefront_audit_verification_requirements" - }, - { - "label": "Why It Matters", - "file_type": "document", - "source_file": "docs/audit/06-storefront-audit.md", - "source_location": "L63", - "_origin": "ast", - "community": 26, - "community_name": "FE-001", - "norm_label": "why it matters", - "id": "docs_audit_06_storefront_audit_why_it_matters" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 260, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_prescriptions_prescriptions_module_ts_module" - }, - { - "label": "IsInt", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 261, - "community_name": "CreateReviewDto", - "norm_label": "isint", - "id": "backend_src_reviews_dto_create_review_dto_ts_isint" - }, - { - "label": "Min", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 262, - "community_name": "CreateReviewDto", - "norm_label": "min", - "id": "backend_src_reviews_dto_create_review_dto_ts_min" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 263, - "community_name": "Roles", - "norm_label": "apibearerauth", - "id": "backend_src_settings_settings_controller_ts_apibearerauth" - }, - { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 264, - "community_name": "Roles", - "norm_label": "apiokresponse", - "id": "backend_src_settings_settings_controller_ts_apiokresponse" + "community_name": "generate-openapi.d.ts", + "norm_label": "generate-openapi.d.ts" }, { "label": "ApiOperation", @@ -24513,406 +24780,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 265, - "community_name": "Roles", - "norm_label": "apioperation", - "id": "backend_src_settings_settings_controller_ts_apioperation" + "id": "backend_src_admin_admin_controller_ts_apioperation", + "community": 258, + "community_name": "ApiOperation", + "norm_label": "apioperation" }, { - "label": "ApiTags", + "label": "ApiQuery", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 266, - "community_name": "Roles", - "norm_label": "apitags", - "id": "backend_src_settings_settings_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 267, - "community_name": "Roles", - "norm_label": "body", - "id": "backend_src_settings_settings_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 268, - "community_name": "Roles", - "norm_label": "controller", - "id": "backend_src_settings_settings_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 269, - "community_name": "Roles", - "norm_label": "delete", - "id": "backend_src_settings_settings_controller_ts_delete" - }, - { - "label": "08-admin-features-audit.md", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L1", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "08-admin-features-audit.md", - "id": "docs_audit_08_admin_features_audit" - }, - { - "label": "Acceptance Criteria", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L101", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "acceptance criteria", - "id": "docs_audit_08_admin_features_audit_acceptance_criteria" - }, - { - "label": "ADM-001", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L23", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "adm-001", - "id": "docs_audit_08_admin_features_audit_adm_001" - }, - { - "label": "Admin Features Audit Report", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L1", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "admin features audit report", - "id": "docs_audit_08_admin_features_audit_admin_features_audit_report" - }, - { - "label": "Affected Application", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L43", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "affected application", - "id": "docs_audit_08_admin_features_audit_affected_application" - }, - { - "label": "Affected Files", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L46", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "affected files", - "id": "docs_audit_08_admin_features_audit_affected_files" - }, - { - "label": "Alternative Direction", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L83", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "alternative direction", - "id": "docs_audit_08_admin_features_audit_alternative_direction" - }, - { - "label": "Category", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L31", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "category", - "id": "docs_audit_08_admin_features_audit_category" - }, - { - "label": "Completion Statement", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L121", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "completion statement", - "id": "docs_audit_08_admin_features_audit_completion_statement" - }, - { - "label": "Confidence", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L37", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "confidence", - "id": "docs_audit_08_admin_features_audit_confidence" - }, - { - "label": "Dependencies", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L89", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "dependencies", - "id": "docs_audit_08_admin_features_audit_dependencies" - }, - { - "label": "Domain", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L28", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "domain", - "id": "docs_audit_08_admin_features_audit_domain" - }, - { - "label": "Domain Overview & Confirmed Strengths", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L15", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "domain overview & confirmed strengths", - "id": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths" - }, - { - "label": "Evidence", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L53", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "evidence", - "id": "docs_audit_08_admin_features_audit_evidence" - }, - { - "label": "Finding Summary", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L109", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "finding summary", - "id": "docs_audit_08_admin_features_audit_finding_summary" - }, - { - "label": "Findings", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L21", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "findings", - "id": "docs_audit_08_admin_features_audit_findings" - }, - { - "label": "Implementation Complexity", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L86", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "implementation complexity", - "id": "docs_audit_08_admin_features_audit_implementation_complexity" - }, - { - "label": "Notes and Limitations", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L104", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "notes and limitations", - "id": "docs_audit_08_admin_features_audit_notes_and_limitations" - }, - { - "label": "Problem", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L62", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "problem", - "id": "docs_audit_08_admin_features_audit_problem" - }, - { - "label": "Recommended Direction", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L80", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "recommended direction", - "id": "docs_audit_08_admin_features_audit_recommended_direction" - }, - { - "label": "Relevant Symbols or Lines", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L49", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "relevant symbols or lines", - "id": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines" - }, - { - "label": "Risks", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L92", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "risks", - "id": "docs_audit_08_admin_features_audit_risks" - }, - { - "label": "Root Cause", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L65", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "root cause", - "id": "docs_audit_08_admin_features_audit_root_cause" - }, - { - "label": "Security or Data-Integrity Impact", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L77", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "security or data-integrity impact", - "id": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact" - }, - { - "label": "Severity", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L34", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "severity", - "id": "docs_audit_08_admin_features_audit_severity" - }, - { - "label": "Status", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L40", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "status", - "id": "docs_audit_08_admin_features_audit_status" - }, - { - "label": "Technical Impact", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L74", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "technical impact", - "id": "docs_audit_08_admin_features_audit_technical_impact" - }, - { - "label": "Testing Requirements", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L98", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "testing requirements", - "id": "docs_audit_08_admin_features_audit_testing_requirements" - }, - { - "label": "Title", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L25", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "title", - "id": "docs_audit_08_admin_features_audit_title" - }, - { - "label": "User or Business Impact", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L71", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "user or business impact", - "id": "docs_audit_08_admin_features_audit_user_or_business_impact" - }, - { - "label": "Verification Requirements", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L95", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "verification requirements", - "id": "docs_audit_08_admin_features_audit_verification_requirements" - }, - { - "label": "Why It Matters", - "file_type": "document", - "source_file": "docs/audit/08-admin-features-audit.md", - "source_location": "L68", - "_origin": "ast", - "community": 27, - "community_name": "ADM-001", - "norm_label": "why it matters", - "id": "docs_audit_08_admin_features_audit_why_it_matters" + "id": "backend_src_admin_admin_controller_ts_apiquery", + "community": 258, + "community_name": "ApiOperation", + "norm_label": "apiquery" }, { "label": "Get", @@ -24920,54 +24802,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 270, - "community_name": "Roles", - "norm_label": "get", - "id": "backend_src_settings_settings_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 271, - "community_name": "Roles", - "norm_label": "param", - "id": "backend_src_settings_settings_controller_ts_param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 272, - "community_name": "Roles", - "norm_label": "patch", - "id": "backend_src_settings_settings_controller_ts_patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 273, - "community_name": "Roles", - "norm_label": "post", - "id": "backend_src_settings_settings_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 274, - "community_name": "Roles", - "norm_label": "put", - "id": "backend_src_settings_settings_controller_ts_put" + "id": "backend_src_admin_admin_controller_ts_get", + "community": 258, + "community_name": "ApiOperation", + "norm_label": "get" }, { "label": "Query", @@ -24975,31 +24813,65 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 275, - "community_name": "Roles", - "norm_label": "query", - "id": "backend_src_settings_settings_controller_ts_query" + "id": "backend_src_admin_admin_controller_ts_query", + "community": 258, + "community_name": "ApiOperation", + "norm_label": "query" }, { - "label": "Roles", + "label": "ApiPropertyOptional", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 276, - "norm_label": "roles", - "id": "backend_src_settings_settings_controller_ts_roles" + "id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", + "community": 258, + "community_name": "ApiOperation", + "norm_label": "apipropertyoptional" }, { - "label": "UseGuards", + "label": "IsOptional", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 277, - "community_name": "Roles", - "norm_label": "useguards", - "id": "backend_src_settings_settings_controller_ts_useguards" + "id": "backend_src_admin_dto_admin_query_dto_ts_isoptional", + "community": 258, + "community_name": "ApiOperation", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_admin_query_dto_ts_isstring", + "community": 258, + "community_name": "ApiOperation", + "norm_label": "isstring" + }, + { + "label": "typescript", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_typescript", + "community": 259, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "typescript", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_typescript", + "community": 259, + "community_name": "typescript", + "norm_label": "typescript" }, { "label": "09-database-audit.md", @@ -25007,10 +24879,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L1", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit", + "community": 26, "community_name": "DB-001", - "norm_label": "09-database-audit.md", - "id": "docs_audit_09_database_audit" + "norm_label": "09-database-audit.md" }, { "label": "Acceptance Criteria", @@ -25018,10 +24890,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L103", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_acceptance_criteria", + "community": 26, "community_name": "DB-001", - "norm_label": "acceptance criteria", - "id": "docs_audit_09_database_audit_acceptance_criteria" + "norm_label": "acceptance criteria" }, { "label": "Affected Application", @@ -25029,10 +24901,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L43", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_affected_application", + "community": 26, "community_name": "DB-001", - "norm_label": "affected application", - "id": "docs_audit_09_database_audit_affected_application" + "norm_label": "affected application" }, { "label": "Affected Files", @@ -25040,10 +24912,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L46", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_affected_files", + "community": 26, "community_name": "DB-001", - "norm_label": "affected files", - "id": "docs_audit_09_database_audit_affected_files" + "norm_label": "affected files" }, { "label": "Alternative Direction", @@ -25051,10 +24923,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L85", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_alternative_direction", + "community": 26, "community_name": "DB-001", - "norm_label": "alternative direction", - "id": "docs_audit_09_database_audit_alternative_direction" + "norm_label": "alternative direction" }, { "label": "Category", @@ -25062,10 +24934,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L31", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_category", + "community": 26, "community_name": "DB-001", - "norm_label": "category", - "id": "docs_audit_09_database_audit_category" + "norm_label": "category" }, { "label": "Completion Statement", @@ -25073,10 +24945,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L123", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_completion_statement", + "community": 26, "community_name": "DB-001", - "norm_label": "completion statement", - "id": "docs_audit_09_database_audit_completion_statement" + "norm_label": "completion statement" }, { "label": "Confidence", @@ -25084,10 +24956,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L37", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_confidence", + "community": 26, "community_name": "DB-001", - "norm_label": "confidence", - "id": "docs_audit_09_database_audit_confidence" + "norm_label": "confidence" }, { "label": "Database and Data Integrity Audit Report", @@ -25095,10 +24967,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L1", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "community": 26, "community_name": "DB-001", - "norm_label": "database and data integrity audit report", - "id": "docs_audit_09_database_audit_database_and_data_integrity_audit_report" + "norm_label": "database and data integrity audit report" }, { "label": "DB-001", @@ -25106,10 +24978,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L23", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_db_001", + "community": 26, "community_name": "DB-001", - "norm_label": "db-001", - "id": "docs_audit_09_database_audit_db_001" + "norm_label": "db-001" }, { "label": "Dependencies", @@ -25117,10 +24989,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L91", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_dependencies", + "community": 26, "community_name": "DB-001", - "norm_label": "dependencies", - "id": "docs_audit_09_database_audit_dependencies" + "norm_label": "dependencies" }, { "label": "Domain", @@ -25128,10 +25000,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L28", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_domain", + "community": 26, "community_name": "DB-001", - "norm_label": "domain", - "id": "docs_audit_09_database_audit_domain" + "norm_label": "domain" }, { "label": "Domain Overview & Confirmed Strengths", @@ -25139,10 +25011,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L15", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_domain_overview_confirmed_strengths", + "community": 26, "community_name": "DB-001", - "norm_label": "domain overview & confirmed strengths", - "id": "docs_audit_09_database_audit_domain_overview_confirmed_strengths" + "norm_label": "domain overview & confirmed strengths" }, { "label": "Evidence", @@ -25150,10 +25022,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L52", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_evidence", + "community": 26, "community_name": "DB-001", - "norm_label": "evidence", - "id": "docs_audit_09_database_audit_evidence" + "norm_label": "evidence" }, { "label": "Finding Summary", @@ -25161,10 +25033,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L111", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_finding_summary", + "community": 26, "community_name": "DB-001", - "norm_label": "finding summary", - "id": "docs_audit_09_database_audit_finding_summary" + "norm_label": "finding summary" }, { "label": "Findings", @@ -25172,10 +25044,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L21", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_findings", + "community": 26, "community_name": "DB-001", - "norm_label": "findings", - "id": "docs_audit_09_database_audit_findings" + "norm_label": "findings" }, { "label": "Implementation Complexity", @@ -25183,10 +25055,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L88", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_implementation_complexity", + "community": 26, "community_name": "DB-001", - "norm_label": "implementation complexity", - "id": "docs_audit_09_database_audit_implementation_complexity" + "norm_label": "implementation complexity" }, { "label": "Notes and Limitations", @@ -25194,10 +25066,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L106", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_notes_and_limitations", + "community": 26, "community_name": "DB-001", - "norm_label": "notes and limitations", - "id": "docs_audit_09_database_audit_notes_and_limitations" + "norm_label": "notes and limitations" }, { "label": "Problem", @@ -25205,10 +25077,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L64", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_problem", + "community": 26, "community_name": "DB-001", - "norm_label": "problem", - "id": "docs_audit_09_database_audit_problem" + "norm_label": "problem" }, { "label": "Recommended Direction", @@ -25216,10 +25088,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L82", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_recommended_direction", + "community": 26, "community_name": "DB-001", - "norm_label": "recommended direction", - "id": "docs_audit_09_database_audit_recommended_direction" + "norm_label": "recommended direction" }, { "label": "Relevant Symbols or Lines", @@ -25227,10 +25099,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L49", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_relevant_symbols_or_lines", + "community": 26, "community_name": "DB-001", - "norm_label": "relevant symbols or lines", - "id": "docs_audit_09_database_audit_relevant_symbols_or_lines" + "norm_label": "relevant symbols or lines" }, { "label": "Risks", @@ -25238,10 +25110,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L94", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_risks", + "community": 26, "community_name": "DB-001", - "norm_label": "risks", - "id": "docs_audit_09_database_audit_risks" + "norm_label": "risks" }, { "label": "Root Cause", @@ -25249,10 +25121,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L67", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_root_cause", + "community": 26, "community_name": "DB-001", - "norm_label": "root cause", - "id": "docs_audit_09_database_audit_root_cause" + "norm_label": "root cause" }, { "label": "Security or Data-Integrity Impact", @@ -25260,10 +25132,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L79", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_security_or_data_integrity_impact", + "community": 26, "community_name": "DB-001", - "norm_label": "security or data-integrity impact", - "id": "docs_audit_09_database_audit_security_or_data_integrity_impact" + "norm_label": "security or data-integrity impact" }, { "label": "Severity", @@ -25271,10 +25143,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L34", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_severity", + "community": 26, "community_name": "DB-001", - "norm_label": "severity", - "id": "docs_audit_09_database_audit_severity" + "norm_label": "severity" }, { "label": "Status", @@ -25282,10 +25154,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L40", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_status", + "community": 26, "community_name": "DB-001", - "norm_label": "status", - "id": "docs_audit_09_database_audit_status" + "norm_label": "status" }, { "label": "Technical Impact", @@ -25293,10 +25165,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L76", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_technical_impact", + "community": 26, "community_name": "DB-001", - "norm_label": "technical impact", - "id": "docs_audit_09_database_audit_technical_impact" + "norm_label": "technical impact" }, { "label": "Testing Requirements", @@ -25304,10 +25176,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L100", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_testing_requirements", + "community": 26, "community_name": "DB-001", - "norm_label": "testing requirements", - "id": "docs_audit_09_database_audit_testing_requirements" + "norm_label": "testing requirements" }, { "label": "Title", @@ -25315,10 +25187,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L25", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_title", + "community": 26, "community_name": "DB-001", - "norm_label": "title", - "id": "docs_audit_09_database_audit_title" + "norm_label": "title" }, { "label": "User or Business Impact", @@ -25326,10 +25198,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L73", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_user_or_business_impact", + "community": 26, "community_name": "DB-001", - "norm_label": "user or business impact", - "id": "docs_audit_09_database_audit_user_or_business_impact" + "norm_label": "user or business impact" }, { "label": "Verification Requirements", @@ -25337,10 +25209,10 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L97", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_verification_requirements", + "community": 26, "community_name": "DB-001", - "norm_label": "verification requirements", - "id": "docs_audit_09_database_audit_verification_requirements" + "norm_label": "verification requirements" }, { "label": "Why It Matters", @@ -25348,76 +25220,285 @@ "source_file": "docs/audit/09-database-audit.md", "source_location": "L70", "_origin": "ast", - "community": 28, + "id": "docs_audit_09_database_audit_why_it_matters", + "community": 26, "community_name": "DB-001", - "norm_label": "why it matters", - "id": "docs_audit_09_database_audit_why_it_matters" + "norm_label": "why it matters" }, { - "label": "eslint.config.js", + "label": "@testing-library/jest-dom", "file_type": "code", - "source_file": "frontend/admin-panel/eslint.config.js", - "source_location": "L1", + "source_file": "frontend/application/package.json", + "source_location": "L23", "_origin": "ast", - "community": 284, - "community_name": "Root ESLint Configuration", - "norm_label": "eslint.config.js", - "id": "frontend_admin_panel_eslint_config" + "id": "frontend_application_package_devdependencies_testing_library_jest_dom", + "community": 260, + "community_name": "@testing-library/jest-dom", + "norm_label": "@testing-library/jest-dom" }, { - "label": "postcss.config.js", + "label": "@testing-library/jest-dom", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L23", + "_origin": "ast", + "id": "testing_library_jest_dom", + "community": 260, + "community_name": "@testing-library/jest-dom", + "norm_label": "@testing-library/jest-dom" + }, + { + "label": "@testing-library/react", "file_type": "code", - "source_file": "frontend/admin-panel/postcss.config.js", - "source_location": "L1", + "source_file": "frontend/application/package.json", + "source_location": "L24", "_origin": "ast", - "community": 285, - "community_name": "PostCSS Build Config", - "norm_label": "postcss.config.js", - "id": "frontend_admin_panel_postcss_config" + "id": "frontend_application_package_devdependencies_testing_library_react", + "community": 261, + "community_name": "@testing-library/react", + "norm_label": "@testing-library/react" }, { - "label": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "file_type": "document", - "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "source_location": "L1", + "label": "@testing-library/react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L24", "_origin": "ast", - "community": 286, - "community_name": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog" + "id": "testing_library_react", + "community": 261, + "community_name": "@testing-library/react", + "norm_label": "@testing-library/react" }, { - "label": "shabnam-font-v5.0.1/CHANGELOG.md", - "file_type": "document", - "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md", - "source_location": "L1", - "_origin": "ast", - "community": 287, - "community_name": "shabnam-font-v5.0.1/CHANGELOG.md", - "norm_label": "shabnam-font-v5.0.1/changelog.md", - "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog" - }, - { - "label": "tailwind.config.js", + "label": "@types/react", "file_type": "code", - "source_file": "frontend/admin-panel/tailwind.config.js", - "source_location": "L1", + "source_file": "frontend/application/package.json", + "source_location": "L26", "_origin": "ast", - "community": 288, - "community_name": "Tailwind CSS Configuration", - "norm_label": "tailwind.config.js", - "id": "frontend_admin_panel_tailwind_config" + "id": "frontend_application_package_devdependencies_types_react", + "community": 262, + "community_name": "@types/react", + "norm_label": "@types/react" }, { - "label": "vite.config.ts", - "file_type": "code", - "source_file": "frontend/admin-panel/vite.config.ts", - "source_location": "L1", + "label": "@types/react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L26", "_origin": "ast", - "community": 289, - "community_name": "Vite Build Configuration", - "norm_label": "vite.config.ts", - "id": "frontend_admin_panel_vite_config" + "id": "frontend_application_package_json_types_react", + "community": 262, + "community_name": "@types/react", + "norm_label": "@types/react" + }, + { + "label": "typescript", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_typescript", + "community": 263, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "typescript", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_package_json_typescript", + "community": 263, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_apibearerauth", + "community": 264, + "community_name": "Roles", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_apioperation", + "community": 264, + "community_name": "Roles", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_apitags", + "community": 264, + "community_name": "Roles", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_body", + "community": 264, + "community_name": "Roles", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_controller", + "community": 264, + "community_name": "Roles", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_delete", + "community": 264, + "community_name": "Roles", + "norm_label": "delete" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_param", + "community": 264, + "community_name": "Roles", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_patch", + "community": 264, + "community_name": "Roles", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_post", + "community": 264, + "community_name": "Roles", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_put", + "community": 264, + "community_name": "Roles", + "norm_label": "put" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_useguards", + "community": 264, + "community_name": "Roles", + "norm_label": "useguards" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_apiokresponse", + "community": 265, + "community_name": "Get", + "norm_label": "apiokresponse" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_get", + "community": 265, + "community_name": "Get", + "norm_label": "get" + }, + { + "label": "vitest", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_vitest", + "community": 266, + "community_name": "vitest", + "norm_label": "vitest" + }, + { + "label": "vitest", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "vitest", + "community": 266, + "community_name": "vitest", + "norm_label": "vitest" + }, + { + "label": "axios", + "file_type": "code", + "source_file": "axios", + "confidence": "EXTRACTED", + "_origin": "ast", + "id": "axios_axios", + "community": 267, + "community_name": "axios", + "norm_label": "axios" + }, + { + "label": "tailwindcss", + "file_type": "code", + "source_file": "tailwindcss", + "confidence": "EXTRACTED", + "_origin": "ast", + "id": "tailwindcss_tailwindcss", + "community": 268, + "community_name": "tailwindcss", + "norm_label": "tailwindcss" }, { "label": "11-code-quality-audit.md", @@ -25425,10 +25506,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L1", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit", + "community": 27, "community_name": "TS-001", - "norm_label": "11-code-quality-audit.md", - "id": "docs_audit_11_code_quality_audit" + "norm_label": "11-code-quality-audit.md" }, { "label": "Acceptance Criteria", @@ -25436,10 +25517,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L98", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_acceptance_criteria", + "community": 27, "community_name": "TS-001", - "norm_label": "acceptance criteria", - "id": "docs_audit_11_code_quality_audit_acceptance_criteria" + "norm_label": "acceptance criteria" }, { "label": "Affected Application", @@ -25447,10 +25528,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L42", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_affected_application", + "community": 27, "community_name": "TS-001", - "norm_label": "affected application", - "id": "docs_audit_11_code_quality_audit_affected_application" + "norm_label": "affected application" }, { "label": "Affected Files", @@ -25458,10 +25539,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L45", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_affected_files", + "community": 27, "community_name": "TS-001", - "norm_label": "affected files", - "id": "docs_audit_11_code_quality_audit_affected_files" + "norm_label": "affected files" }, { "label": "Alternative Direction", @@ -25469,10 +25550,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L80", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_alternative_direction", + "community": 27, "community_name": "TS-001", - "norm_label": "alternative direction", - "id": "docs_audit_11_code_quality_audit_alternative_direction" + "norm_label": "alternative direction" }, { "label": "Category", @@ -25480,10 +25561,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L30", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_category", + "community": 27, "community_name": "TS-001", - "norm_label": "category", - "id": "docs_audit_11_code_quality_audit_category" + "norm_label": "category" }, { "label": "Completion Statement", @@ -25491,10 +25572,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L118", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_completion_statement", + "community": 27, "community_name": "TS-001", - "norm_label": "completion statement", - "id": "docs_audit_11_code_quality_audit_completion_statement" + "norm_label": "completion statement" }, { "label": "Confidence", @@ -25502,10 +25583,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L36", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_confidence", + "community": 27, "community_name": "TS-001", - "norm_label": "confidence", - "id": "docs_audit_11_code_quality_audit_confidence" + "norm_label": "confidence" }, { "label": "Dependencies", @@ -25513,10 +25594,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L86", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_dependencies", + "community": 27, "community_name": "TS-001", - "norm_label": "dependencies", - "id": "docs_audit_11_code_quality_audit_dependencies" + "norm_label": "dependencies" }, { "label": "Domain", @@ -25524,10 +25605,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L27", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_domain", + "community": 27, "community_name": "TS-001", - "norm_label": "domain", - "id": "docs_audit_11_code_quality_audit_domain" + "norm_label": "domain" }, { "label": "Domain Overview & Confirmed Strengths", @@ -25535,10 +25616,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L15", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths", + "community": 27, "community_name": "TS-001", - "norm_label": "domain overview & confirmed strengths", - "id": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths" + "norm_label": "domain overview & confirmed strengths" }, { "label": "Evidence", @@ -25546,10 +25627,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L51", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_evidence", + "community": 27, "community_name": "TS-001", - "norm_label": "evidence", - "id": "docs_audit_11_code_quality_audit_evidence" + "norm_label": "evidence" }, { "label": "Finding Summary", @@ -25557,10 +25638,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L106", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_finding_summary", + "community": 27, "community_name": "TS-001", - "norm_label": "finding summary", - "id": "docs_audit_11_code_quality_audit_finding_summary" + "norm_label": "finding summary" }, { "label": "Findings", @@ -25568,10 +25649,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L20", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_findings", + "community": 27, "community_name": "TS-001", - "norm_label": "findings", - "id": "docs_audit_11_code_quality_audit_findings" + "norm_label": "findings" }, { "label": "Implementation Complexity", @@ -25579,10 +25660,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L83", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_implementation_complexity", + "community": 27, "community_name": "TS-001", - "norm_label": "implementation complexity", - "id": "docs_audit_11_code_quality_audit_implementation_complexity" + "norm_label": "implementation complexity" }, { "label": "Notes and Limitations", @@ -25590,10 +25671,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L101", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_notes_and_limitations", + "community": 27, "community_name": "TS-001", - "norm_label": "notes and limitations", - "id": "docs_audit_11_code_quality_audit_notes_and_limitations" + "norm_label": "notes and limitations" }, { "label": "Problem", @@ -25601,10 +25682,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L59", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_problem", + "community": 27, "community_name": "TS-001", - "norm_label": "problem", - "id": "docs_audit_11_code_quality_audit_problem" + "norm_label": "problem" }, { "label": "Recommended Direction", @@ -25612,10 +25693,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L77", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_recommended_direction", + "community": 27, "community_name": "TS-001", - "norm_label": "recommended direction", - "id": "docs_audit_11_code_quality_audit_recommended_direction" + "norm_label": "recommended direction" }, { "label": "Relevant Symbols or Lines", @@ -25623,10 +25704,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L48", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines", + "community": 27, "community_name": "TS-001", - "norm_label": "relevant symbols or lines", - "id": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines" + "norm_label": "relevant symbols or lines" }, { "label": "Risks", @@ -25634,10 +25715,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L89", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_risks", + "community": 27, "community_name": "TS-001", - "norm_label": "risks", - "id": "docs_audit_11_code_quality_audit_risks" + "norm_label": "risks" }, { "label": "Root Cause", @@ -25645,10 +25726,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L62", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_root_cause", + "community": 27, "community_name": "TS-001", - "norm_label": "root cause", - "id": "docs_audit_11_code_quality_audit_root_cause" + "norm_label": "root cause" }, { "label": "Security or Data-Integrity Impact", @@ -25656,10 +25737,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L74", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact", + "community": 27, "community_name": "TS-001", - "norm_label": "security or data-integrity impact", - "id": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact" + "norm_label": "security or data-integrity impact" }, { "label": "Severity", @@ -25667,10 +25748,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L33", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_severity", + "community": 27, "community_name": "TS-001", - "norm_label": "severity", - "id": "docs_audit_11_code_quality_audit_severity" + "norm_label": "severity" }, { "label": "Status", @@ -25678,10 +25759,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L39", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_status", + "community": 27, "community_name": "TS-001", - "norm_label": "status", - "id": "docs_audit_11_code_quality_audit_status" + "norm_label": "status" }, { "label": "Technical Impact", @@ -25689,10 +25770,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L71", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_technical_impact", + "community": 27, "community_name": "TS-001", - "norm_label": "technical impact", - "id": "docs_audit_11_code_quality_audit_technical_impact" + "norm_label": "technical impact" }, { "label": "Testing Requirements", @@ -25700,10 +25781,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L95", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_testing_requirements", + "community": 27, "community_name": "TS-001", - "norm_label": "testing requirements", - "id": "docs_audit_11_code_quality_audit_testing_requirements" + "norm_label": "testing requirements" }, { "label": "Title", @@ -25711,10 +25792,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L24", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_title", + "community": 27, "community_name": "TS-001", - "norm_label": "title", - "id": "docs_audit_11_code_quality_audit_title" + "norm_label": "title" }, { "label": "TS-001", @@ -25722,10 +25803,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L22", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_ts_001", + "community": 27, "community_name": "TS-001", - "norm_label": "ts-001", - "id": "docs_audit_11_code_quality_audit_ts_001" + "norm_label": "ts-001" }, { "label": "TypeScript and Code Quality Audit Report", @@ -25733,10 +25814,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L1", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "community": 27, "community_name": "TS-001", - "norm_label": "typescript and code quality audit report", - "id": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report" + "norm_label": "typescript and code quality audit report" }, { "label": "User or Business Impact", @@ -25744,10 +25825,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L68", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_user_or_business_impact", + "community": 27, "community_name": "TS-001", - "norm_label": "user or business impact", - "id": "docs_audit_11_code_quality_audit_user_or_business_impact" + "norm_label": "user or business impact" }, { "label": "Verification Requirements", @@ -25755,10 +25836,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L92", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_verification_requirements", + "community": 27, "community_name": "TS-001", - "norm_label": "verification requirements", - "id": "docs_audit_11_code_quality_audit_verification_requirements" + "norm_label": "verification requirements" }, { "label": "Why It Matters", @@ -25766,265 +25847,10 @@ "source_file": "docs/audit/11-code-quality-audit.md", "source_location": "L65", "_origin": "ast", - "community": 29, + "id": "docs_audit_11_code_quality_audit_why_it_matters", + "community": 27, "community_name": "TS-001", - "norm_label": "why it matters", - "id": "docs_audit_11_code_quality_audit_why_it_matters" - }, - { - "label": "application/CLAUDE.md", - "file_type": "document", - "source_file": "frontend/application/CLAUDE.md", - "source_location": "L1", - "_origin": "ast", - "community": 290, - "community_name": "application/CLAUDE.md", - "norm_label": "application/claude.md", - "id": "frontend_application_claude" - }, - { - "label": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "file_type": "document", - "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "source_location": "L1", - "_origin": "ast", - "community": 291, - "community_name": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "norm_label": "application/public/fonts/sahel-font-v3.4.0/changelog.md", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_changelog" - }, - { - "label": "vitest.config.ts", - "file_type": "code", - "source_file": "frontend/application/vitest.config.ts", - "source_location": "L1", - "_origin": "ast", - "community": 295, - "community_name": "Vitest Test Configuration", - "norm_label": "vitest.config.ts", - "id": "frontend_application_vitest_config" - }, - { - "label": "sitemap.ts", - "file_type": "code", - "source_file": "frontend/application/app/sitemap.ts", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "community_name": "ProductService", - "norm_label": "sitemap.ts", - "id": "frontend_application_app_sitemap" - }, - { - "label": "SearchResultsPage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/SearchResultsPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "community_name": "ProductService", - "norm_label": "searchresultspage.tsx", - "id": "frontend_application_components_searchresultspage" - }, - { - "label": "blog/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "blog/page.tsx", - "id": "frontend_application_app_blog_page" - }, - { - "label": "metadata", - "file_type": "code", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L4", - "_origin": "ast", - "community": 3, - "norm_label": "metadata", - "id": "frontend_application_app_blog_page_metadata" - }, - { - "label": "CatalogClient.tsx", - "file_type": "code", - "source_file": "frontend/application/app/catalog/CatalogClient.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "catalogclient.tsx", - "id": "frontend_application_app_catalog_catalogclient" - }, - { - "label": "catalog/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/catalog/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "catalog/page.tsx", - "id": "frontend_application_app_catalog_page" - }, - { - "label": "metadata", - "file_type": "code", - "source_file": "frontend/application/app/catalog/page.tsx", - "source_location": "L4", - "_origin": "ast", - "community": 3, - "norm_label": "metadata", - "id": "frontend_application_app_catalog_page_metadata" - }, - { - "label": "search/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/search/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "search/page.tsx", - "id": "frontend_application_app_search_page" - }, - { - "label": "metadata", - "file_type": "code", - "source_file": "frontend/application/app/search/page.tsx", - "source_location": "L4", - "_origin": "ast", - "community": 3, - "norm_label": "metadata", - "id": "frontend_application_app_search_page_metadata" - }, - { - "label": "wiki/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/wiki/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "wiki/page.tsx", - "id": "frontend_application_app_wiki_page" - }, - { - "label": "metadata", - "file_type": "code", - "source_file": "frontend/application/app/wiki/page.tsx", - "source_location": "L5", - "_origin": "ast", - "community": 3, - "norm_label": "metadata", - "id": "frontend_application_app_wiki_page_metadata" - }, - { - "label": "BlogPage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/BlogPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "blogpage.tsx", - "id": "frontend_application_components_blogpage" - }, - { - "label": "CatalogPageSpread.tsx", - "file_type": "code", - "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "catalogpagespread.tsx", - "id": "frontend_application_components_catalog_catalogpagespread" - }, - { - "label": "FlipbookCatalog.tsx", - "file_type": "code", - "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "flipbookcatalog.tsx", - "id": "frontend_application_components_catalog_flipbookcatalog" - }, - { - "label": "ProductDetailModal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "productdetailmodal.tsx", - "id": "frontend_application_components_catalog_productdetailmodal" - }, - { - "label": "IngredientWiki.tsx", - "file_type": "code", - "source_file": "frontend/application/components/IngredientWiki.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "ingredientwiki.tsx", - "id": "frontend_application_components_ingredientwiki" - }, - { - "label": "INGREDIENT_MATCH_KEYWORDS", - "file_type": "code", - "source_file": "frontend/application/components/IngredientWiki.tsx", - "source_location": "L16", - "_origin": "ast", - "community": 3, - "norm_label": "ingredient_match_keywords", - "id": "frontend_application_components_ingredientwiki_ingredient_match_keywords" - }, - { - "label": "products.ts", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "products.ts", - "id": "frontend_application_lib_data_products" - }, - { - "label": "INGREDIENTS_WIKI", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L67", - "_origin": "ast", - "community": 3, - "norm_label": "ingredients_wiki", - "id": "frontend_application_lib_data_products_ingredients_wiki" - }, - { - "label": "PRODUCTS", - "file_type": "code", - "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L370", - "_origin": "ast", - "community": 3, - "norm_label": "products", - "id": "frontend_application_lib_data_products_products" - }, - { - "label": "productService.ts", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L1", - "_origin": "ast", - "community": 3, - "norm_label": "productservice.ts", - "id": "frontend_application_lib_services_productservice" - }, - { - "label": "CATEGORY_SLUG_TO_NAME", - "file_type": "code", - "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L4", - "_origin": "ast", - "community": 3, - "norm_label": "category_slug_to_name", - "id": "frontend_application_lib_services_productservice_category_slug_to_name" + "norm_label": "why it matters" }, { "label": "12-testing-audit.md", @@ -26032,10 +25858,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L1", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit", + "community": 28, "community_name": "TEST-001", - "norm_label": "12-testing-audit.md", - "id": "docs_audit_12_testing_audit" + "norm_label": "12-testing-audit.md" }, { "label": "Acceptance Criteria", @@ -26043,10 +25869,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L102", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_acceptance_criteria", + "community": 28, "community_name": "TEST-001", - "norm_label": "acceptance criteria", - "id": "docs_audit_12_testing_audit_acceptance_criteria" + "norm_label": "acceptance criteria" }, { "label": "Affected Application", @@ -26054,10 +25880,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L42", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_affected_application", + "community": 28, "community_name": "TEST-001", - "norm_label": "affected application", - "id": "docs_audit_12_testing_audit_affected_application" + "norm_label": "affected application" }, { "label": "Affected Files", @@ -26065,10 +25891,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L45", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_affected_files", + "community": 28, "community_name": "TEST-001", - "norm_label": "affected files", - "id": "docs_audit_12_testing_audit_affected_files" + "norm_label": "affected files" }, { "label": "Alternative Direction", @@ -26076,10 +25902,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L84", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_alternative_direction", + "community": 28, "community_name": "TEST-001", - "norm_label": "alternative direction", - "id": "docs_audit_12_testing_audit_alternative_direction" + "norm_label": "alternative direction" }, { "label": "Category", @@ -26087,10 +25913,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L30", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_category", + "community": 28, "community_name": "TEST-001", - "norm_label": "category", - "id": "docs_audit_12_testing_audit_category" + "norm_label": "category" }, { "label": "Completion Statement", @@ -26098,10 +25924,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L122", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_completion_statement", + "community": 28, "community_name": "TEST-001", - "norm_label": "completion statement", - "id": "docs_audit_12_testing_audit_completion_statement" + "norm_label": "completion statement" }, { "label": "Confidence", @@ -26109,10 +25935,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L36", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_confidence", + "community": 28, "community_name": "TEST-001", - "norm_label": "confidence", - "id": "docs_audit_12_testing_audit_confidence" + "norm_label": "confidence" }, { "label": "Dependencies", @@ -26120,10 +25946,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L90", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_dependencies", + "community": 28, "community_name": "TEST-001", - "norm_label": "dependencies", - "id": "docs_audit_12_testing_audit_dependencies" + "norm_label": "dependencies" }, { "label": "Domain", @@ -26131,10 +25957,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L27", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_domain", + "community": 28, "community_name": "TEST-001", - "norm_label": "domain", - "id": "docs_audit_12_testing_audit_domain" + "norm_label": "domain" }, { "label": "Domain Overview & Confirmed Strengths", @@ -26142,10 +25968,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L15", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths", + "community": 28, "community_name": "TEST-001", - "norm_label": "domain overview & confirmed strengths", - "id": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths" + "norm_label": "domain overview & confirmed strengths" }, { "label": "Evidence", @@ -26153,10 +25979,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L55", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_evidence", + "community": 28, "community_name": "TEST-001", - "norm_label": "evidence", - "id": "docs_audit_12_testing_audit_evidence" + "norm_label": "evidence" }, { "label": "Finding Summary", @@ -26164,10 +25990,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L110", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_finding_summary", + "community": 28, "community_name": "TEST-001", - "norm_label": "finding summary", - "id": "docs_audit_12_testing_audit_finding_summary" + "norm_label": "finding summary" }, { "label": "Findings", @@ -26175,10 +26001,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L20", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_findings", + "community": 28, "community_name": "TEST-001", - "norm_label": "findings", - "id": "docs_audit_12_testing_audit_findings" + "norm_label": "findings" }, { "label": "Implementation Complexity", @@ -26186,10 +26012,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L87", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_implementation_complexity", + "community": 28, "community_name": "TEST-001", - "norm_label": "implementation complexity", - "id": "docs_audit_12_testing_audit_implementation_complexity" + "norm_label": "implementation complexity" }, { "label": "Notes and Limitations", @@ -26197,10 +26023,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L105", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_notes_and_limitations", + "community": 28, "community_name": "TEST-001", - "norm_label": "notes and limitations", - "id": "docs_audit_12_testing_audit_notes_and_limitations" + "norm_label": "notes and limitations" }, { "label": "Problem", @@ -26208,10 +26034,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L63", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_problem", + "community": 28, "community_name": "TEST-001", - "norm_label": "problem", - "id": "docs_audit_12_testing_audit_problem" + "norm_label": "problem" }, { "label": "Recommended Direction", @@ -26219,10 +26045,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L81", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_recommended_direction", + "community": 28, "community_name": "TEST-001", - "norm_label": "recommended direction", - "id": "docs_audit_12_testing_audit_recommended_direction" + "norm_label": "recommended direction" }, { "label": "Relevant Symbols or Lines", @@ -26230,10 +26056,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L50", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_relevant_symbols_or_lines", + "community": 28, "community_name": "TEST-001", - "norm_label": "relevant symbols or lines", - "id": "docs_audit_12_testing_audit_relevant_symbols_or_lines" + "norm_label": "relevant symbols or lines" }, { "label": "Risks", @@ -26241,10 +26067,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L93", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_risks", + "community": 28, "community_name": "TEST-001", - "norm_label": "risks", - "id": "docs_audit_12_testing_audit_risks" + "norm_label": "risks" }, { "label": "Root Cause", @@ -26252,10 +26078,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L66", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_root_cause", + "community": 28, "community_name": "TEST-001", - "norm_label": "root cause", - "id": "docs_audit_12_testing_audit_root_cause" + "norm_label": "root cause" }, { "label": "Security or Data-Integrity Impact", @@ -26263,10 +26089,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L78", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_security_or_data_integrity_impact", + "community": 28, "community_name": "TEST-001", - "norm_label": "security or data-integrity impact", - "id": "docs_audit_12_testing_audit_security_or_data_integrity_impact" + "norm_label": "security or data-integrity impact" }, { "label": "Severity", @@ -26274,10 +26100,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L33", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_severity", + "community": 28, "community_name": "TEST-001", - "norm_label": "severity", - "id": "docs_audit_12_testing_audit_severity" + "norm_label": "severity" }, { "label": "Status", @@ -26285,10 +26111,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L39", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_status", + "community": 28, "community_name": "TEST-001", - "norm_label": "status", - "id": "docs_audit_12_testing_audit_status" + "norm_label": "status" }, { "label": "Technical Impact", @@ -26296,10 +26122,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L75", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_technical_impact", + "community": 28, "community_name": "TEST-001", - "norm_label": "technical impact", - "id": "docs_audit_12_testing_audit_technical_impact" + "norm_label": "technical impact" }, { "label": "TEST-001", @@ -26307,10 +26133,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L22", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_test_001", + "community": 28, "community_name": "TEST-001", - "norm_label": "test-001", - "id": "docs_audit_12_testing_audit_test_001" + "norm_label": "test-001" }, { "label": "Testing and Reliability Audit Report", @@ -26318,10 +26144,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L1", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "community": 28, "community_name": "TEST-001", - "norm_label": "testing and reliability audit report", - "id": "docs_audit_12_testing_audit_testing_and_reliability_audit_report" + "norm_label": "testing and reliability audit report" }, { "label": "Testing Requirements", @@ -26329,10 +26155,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L99", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_testing_requirements", + "community": 28, "community_name": "TEST-001", - "norm_label": "testing requirements", - "id": "docs_audit_12_testing_audit_testing_requirements" + "norm_label": "testing requirements" }, { "label": "Title", @@ -26340,10 +26166,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L24", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_title", + "community": 28, "community_name": "TEST-001", - "norm_label": "title", - "id": "docs_audit_12_testing_audit_title" + "norm_label": "title" }, { "label": "User or Business Impact", @@ -26351,10 +26177,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L72", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_user_or_business_impact", + "community": 28, "community_name": "TEST-001", - "norm_label": "user or business impact", - "id": "docs_audit_12_testing_audit_user_or_business_impact" + "norm_label": "user or business impact" }, { "label": "Verification Requirements", @@ -26362,10 +26188,10 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L96", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_verification_requirements", + "community": 28, "community_name": "TEST-001", - "norm_label": "verification requirements", - "id": "docs_audit_12_testing_audit_verification_requirements" + "norm_label": "verification requirements" }, { "label": "Why It Matters", @@ -26373,10 +26199,65 @@ "source_file": "docs/audit/12-testing-audit.md", "source_location": "L69", "_origin": "ast", - "community": 30, + "id": "docs_audit_12_testing_audit_why_it_matters", + "community": 28, "community_name": "TEST-001", - "norm_label": "why it matters", - "id": "docs_audit_12_testing_audit_why_it_matters" + "norm_label": "why it matters" + }, + { + "label": "eslint.config.js", + "file_type": "code", + "source_file": "frontend/admin-panel/eslint.config.js", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_eslint_config", + "community": 285, + "community_name": "eslint.config.js", + "norm_label": "eslint.config.js" + }, + { + "label": "postcss.config.js", + "file_type": "code", + "source_file": "frontend/admin-panel/postcss.config.js", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_postcss_config", + "community": 286, + "community_name": "postcss.config.js", + "norm_label": "postcss.config.js" + }, + { + "label": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog", + "community": 287, + "community_name": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md" + }, + { + "label": "shabnam-font-v5.0.1/CHANGELOG.md", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog", + "community": 288, + "community_name": "shabnam-font-v5.0.1/CHANGELOG.md", + "norm_label": "shabnam-font-v5.0.1/changelog.md" + }, + { + "label": "tailwind.config.js", + "file_type": "code", + "source_file": "frontend/admin-panel/tailwind.config.js", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_tailwind_config", + "community": 289, + "community_name": "tailwind.config.js", + "norm_label": "tailwind.config.js" }, { "label": "13-devops-audit.md", @@ -26384,10 +26265,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L1", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "13-devops-audit.md", - "id": "docs_audit_13_devops_audit" + "norm_label": "13-devops-audit.md" }, { "label": "Acceptance Criteria", @@ -26395,10 +26276,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L94", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_acceptance_criteria", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "acceptance criteria", - "id": "docs_audit_13_devops_audit_acceptance_criteria" + "norm_label": "acceptance criteria" }, { "label": "Affected Application", @@ -26406,10 +26287,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L43", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_affected_application", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "affected application", - "id": "docs_audit_13_devops_audit_affected_application" + "norm_label": "affected application" }, { "label": "Affected Files", @@ -26417,10 +26298,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L46", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_affected_files", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "affected files", - "id": "docs_audit_13_devops_audit_affected_files" + "norm_label": "affected files" }, { "label": "Alternative Direction", @@ -26428,10 +26309,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L76", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_alternative_direction", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "alternative direction", - "id": "docs_audit_13_devops_audit_alternative_direction" + "norm_label": "alternative direction" }, { "label": "Category", @@ -26439,10 +26320,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L31", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_category", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "category", - "id": "docs_audit_13_devops_audit_category" + "norm_label": "category" }, { "label": "Completion Statement", @@ -26450,10 +26331,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L114", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_completion_statement", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "completion statement", - "id": "docs_audit_13_devops_audit_completion_statement" + "norm_label": "completion statement" }, { "label": "Confidence", @@ -26461,10 +26342,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L37", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_confidence", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "confidence", - "id": "docs_audit_13_devops_audit_confidence" + "norm_label": "confidence" }, { "label": "Dependencies", @@ -26472,10 +26353,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L82", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_dependencies", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "dependencies", - "id": "docs_audit_13_devops_audit_dependencies" + "norm_label": "dependencies" }, { "label": "DEVOPS-001", @@ -26483,10 +26364,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L23", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_devops_001", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "devops-001", - "id": "docs_audit_13_devops_audit_devops_001" + "norm_label": "devops-001" }, { "label": "DevOps and CI/CD Audit Report", @@ -26494,10 +26375,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L1", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "devops and ci/cd audit report", - "id": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report" + "norm_label": "devops and ci/cd audit report" }, { "label": "Domain", @@ -26505,10 +26386,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L28", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_domain", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "domain", - "id": "docs_audit_13_devops_audit_domain" + "norm_label": "domain" }, { "label": "Domain Overview & Confirmed Strengths", @@ -26516,10 +26397,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L15", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "domain overview & confirmed strengths", - "id": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths" + "norm_label": "domain overview & confirmed strengths" }, { "label": "Evidence", @@ -26527,10 +26408,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L52", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_evidence", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "evidence", - "id": "docs_audit_13_devops_audit_evidence" + "norm_label": "evidence" }, { "label": "Finding Summary", @@ -26538,10 +26419,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L102", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_finding_summary", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "finding summary", - "id": "docs_audit_13_devops_audit_finding_summary" + "norm_label": "finding summary" }, { "label": "Findings", @@ -26549,10 +26430,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L21", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_findings", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "findings", - "id": "docs_audit_13_devops_audit_findings" + "norm_label": "findings" }, { "label": "Implementation Complexity", @@ -26560,10 +26441,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L79", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_implementation_complexity", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "implementation complexity", - "id": "docs_audit_13_devops_audit_implementation_complexity" + "norm_label": "implementation complexity" }, { "label": "Notes and Limitations", @@ -26571,10 +26452,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L97", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_notes_and_limitations", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "notes and limitations", - "id": "docs_audit_13_devops_audit_notes_and_limitations" + "norm_label": "notes and limitations" }, { "label": "Problem", @@ -26582,10 +26463,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L55", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_problem", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "problem", - "id": "docs_audit_13_devops_audit_problem" + "norm_label": "problem" }, { "label": "Recommended Direction", @@ -26593,10 +26474,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L73", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_recommended_direction", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "recommended direction", - "id": "docs_audit_13_devops_audit_recommended_direction" + "norm_label": "recommended direction" }, { "label": "Relevant Symbols or Lines", @@ -26604,10 +26485,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L49", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_relevant_symbols_or_lines", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "relevant symbols or lines", - "id": "docs_audit_13_devops_audit_relevant_symbols_or_lines" + "norm_label": "relevant symbols or lines" }, { "label": "Risks", @@ -26615,10 +26496,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L85", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_risks", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "risks", - "id": "docs_audit_13_devops_audit_risks" + "norm_label": "risks" }, { "label": "Root Cause", @@ -26626,10 +26507,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L58", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_root_cause", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "root cause", - "id": "docs_audit_13_devops_audit_root_cause" + "norm_label": "root cause" }, { "label": "Security or Data-Integrity Impact", @@ -26637,10 +26518,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L70", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_security_or_data_integrity_impact", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "security or data-integrity impact", - "id": "docs_audit_13_devops_audit_security_or_data_integrity_impact" + "norm_label": "security or data-integrity impact" }, { "label": "Severity", @@ -26648,10 +26529,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L34", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_severity", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "severity", - "id": "docs_audit_13_devops_audit_severity" + "norm_label": "severity" }, { "label": "Status", @@ -26659,10 +26540,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L40", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_status", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "status", - "id": "docs_audit_13_devops_audit_status" + "norm_label": "status" }, { "label": "Technical Impact", @@ -26670,10 +26551,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L67", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_technical_impact", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "technical impact", - "id": "docs_audit_13_devops_audit_technical_impact" + "norm_label": "technical impact" }, { "label": "Testing Requirements", @@ -26681,10 +26562,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L91", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_testing_requirements", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "testing requirements", - "id": "docs_audit_13_devops_audit_testing_requirements" + "norm_label": "testing requirements" }, { "label": "Title", @@ -26692,10 +26573,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L25", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_title", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "title", - "id": "docs_audit_13_devops_audit_title" + "norm_label": "title" }, { "label": "User or Business Impact", @@ -26703,10 +26584,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L64", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_user_or_business_impact", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "user or business impact", - "id": "docs_audit_13_devops_audit_user_or_business_impact" + "norm_label": "user or business impact" }, { "label": "Verification Requirements", @@ -26714,10 +26595,10 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L88", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_verification_requirements", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "verification requirements", - "id": "docs_audit_13_devops_audit_verification_requirements" + "norm_label": "verification requirements" }, { "label": "Why It Matters", @@ -26725,10 +26606,296 @@ "source_file": "docs/audit/13-devops-audit.md", "source_location": "L61", "_origin": "ast", - "community": 31, + "id": "docs_audit_13_devops_audit_why_it_matters", + "community": 29, "community_name": "DEVOPS-001", - "norm_label": "why it matters", - "id": "docs_audit_13_devops_audit_why_it_matters" + "norm_label": "why it matters" + }, + { + "label": "vite.config.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/vite.config.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_vite_config", + "community": 290, + "community_name": "vite.config.ts", + "norm_label": "vite.config.ts" + }, + { + "label": "application/CLAUDE.md", + "file_type": "document", + "source_file": "frontend/application/CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_claude", + "community": 291, + "community_name": "application/CLAUDE.md", + "norm_label": "application/claude.md" + }, + { + "label": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_changelog", + "community": 292, + "community_name": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "norm_label": "application/public/fonts/sahel-font-v3.4.0/changelog.md" + }, + { + "label": "vitest.config.ts", + "file_type": "code", + "source_file": "frontend/application/vitest.config.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_vitest_config", + "community": 296, + "community_name": "vitest.config.ts", + "norm_label": "vitest.config.ts" + }, + { + "label": "blog/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_blog_page", + "community": 3, + "community_name": "ProductService", + "norm_label": "blog/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_blog_page_metadata", + "community": 3, + "community_name": "ProductService", + "norm_label": "metadata" + }, + { + "label": "CatalogClient.tsx", + "file_type": "code", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_catalog_catalogclient", + "community": 3, + "community_name": "ProductService", + "norm_label": "catalogclient.tsx" + }, + { + "label": "catalog/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_catalog_page", + "community": 3, + "community_name": "ProductService", + "norm_label": "catalog/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_catalog_page_metadata", + "community": 3, + "community_name": "ProductService", + "norm_label": "metadata" + }, + { + "label": "search/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_search_page", + "community": 3, + "community_name": "ProductService", + "norm_label": "search/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_search_page_metadata", + "community": 3, + "community_name": "ProductService", + "norm_label": "metadata" + }, + { + "label": "sitemap.ts", + "file_type": "code", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_sitemap", + "community": 3, + "community_name": "ProductService", + "norm_label": "sitemap.ts" + }, + { + "label": "wiki/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_wiki_page", + "community": 3, + "community_name": "ProductService", + "norm_label": "wiki/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_application_app_wiki_page_metadata", + "community": 3, + "community_name": "ProductService", + "norm_label": "metadata" + }, + { + "label": "BlogPage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_blogpage", + "community": 3, + "community_name": "ProductService", + "norm_label": "blogpage.tsx" + }, + { + "label": "CatalogPageSpread.tsx", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread", + "community": 3, + "community_name": "ProductService", + "norm_label": "catalogpagespread.tsx" + }, + { + "label": "FlipbookCatalog.tsx", + "file_type": "code", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_catalog_flipbookcatalog", + "community": 3, + "community_name": "ProductService", + "norm_label": "flipbookcatalog.tsx" + }, + { + "label": "ProductDetailModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_catalog_productdetailmodal", + "community": 3, + "community_name": "ProductService", + "norm_label": "productdetailmodal.tsx" + }, + { + "label": "IngredientWiki.tsx", + "file_type": "code", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_ingredientwiki", + "community": 3, + "community_name": "ProductService", + "norm_label": "ingredientwiki.tsx" + }, + { + "label": "INGREDIENT_MATCH_KEYWORDS", + "file_type": "code", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_application_components_ingredientwiki_ingredient_match_keywords", + "community": 3, + "community_name": "ProductService", + "norm_label": "ingredient_match_keywords" + }, + { + "label": "SearchResultsPage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_searchresultspage", + "community": 3, + "community_name": "ProductService", + "norm_label": "searchresultspage.tsx" + }, + { + "label": "products.ts", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_data_products", + "community": 3, + "community_name": "ProductService", + "norm_label": "products.ts" + }, + { + "label": "INGREDIENTS_WIKI", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L67", + "_origin": "ast", + "id": "frontend_application_lib_data_products_ingredients_wiki", + "community": 3, + "community_name": "ProductService", + "norm_label": "ingredients_wiki" + }, + { + "label": "PRODUCTS", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L370", + "_origin": "ast", + "id": "frontend_application_lib_data_products_products", + "community": 3, + "community_name": "ProductService", + "norm_label": "products" + }, + { + "label": "productService.ts", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_services_productservice", + "community": 3, + "community_name": "ProductService", + "norm_label": "productservice.ts" + }, + { + "label": "CATEGORY_SLUG_TO_NAME", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_category_slug_to_name", + "community": 3, + "community_name": "ProductService", + "norm_label": "category_slug_to_name" }, { "label": "14-documentation-audit.md", @@ -26736,10 +26903,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L1", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit", + "community": 30, "community_name": "DOC-001", - "norm_label": "14-documentation-audit.md", - "id": "docs_audit_14_documentation_audit" + "norm_label": "14-documentation-audit.md" }, { "label": "Acceptance Criteria", @@ -26747,10 +26914,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L95", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_acceptance_criteria", + "community": 30, "community_name": "DOC-001", - "norm_label": "acceptance criteria", - "id": "docs_audit_14_documentation_audit_acceptance_criteria" + "norm_label": "acceptance criteria" }, { "label": "Affected Application", @@ -26758,10 +26925,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L42", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_affected_application", + "community": 30, "community_name": "DOC-001", - "norm_label": "affected application", - "id": "docs_audit_14_documentation_audit_affected_application" + "norm_label": "affected application" }, { "label": "Affected Files", @@ -26769,10 +26936,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L45", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_affected_files", + "community": 30, "community_name": "DOC-001", - "norm_label": "affected files", - "id": "docs_audit_14_documentation_audit_affected_files" + "norm_label": "affected files" }, { "label": "Alternative Direction", @@ -26780,10 +26947,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L77", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_alternative_direction", + "community": 30, "community_name": "DOC-001", - "norm_label": "alternative direction", - "id": "docs_audit_14_documentation_audit_alternative_direction" + "norm_label": "alternative direction" }, { "label": "Category", @@ -26791,10 +26958,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L30", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_category", + "community": 30, "community_name": "DOC-001", - "norm_label": "category", - "id": "docs_audit_14_documentation_audit_category" + "norm_label": "category" }, { "label": "Completion Statement", @@ -26802,10 +26969,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L115", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_completion_statement", + "community": 30, "community_name": "DOC-001", - "norm_label": "completion statement", - "id": "docs_audit_14_documentation_audit_completion_statement" + "norm_label": "completion statement" }, { "label": "Confidence", @@ -26813,10 +26980,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L36", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_confidence", + "community": 30, "community_name": "DOC-001", - "norm_label": "confidence", - "id": "docs_audit_14_documentation_audit_confidence" + "norm_label": "confidence" }, { "label": "Dependencies", @@ -26824,10 +26991,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L83", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_dependencies", + "community": 30, "community_name": "DOC-001", - "norm_label": "dependencies", - "id": "docs_audit_14_documentation_audit_dependencies" + "norm_label": "dependencies" }, { "label": "DOC-001", @@ -26835,10 +27002,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L22", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_doc_001", + "community": 30, "community_name": "DOC-001", - "norm_label": "doc-001", - "id": "docs_audit_14_documentation_audit_doc_001" + "norm_label": "doc-001" }, { "label": "Documentation Audit Report", @@ -26846,10 +27013,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L1", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_documentation_audit_report", + "community": 30, "community_name": "DOC-001", - "norm_label": "documentation audit report", - "id": "docs_audit_14_documentation_audit_documentation_audit_report" + "norm_label": "documentation audit report" }, { "label": "Domain", @@ -26857,10 +27024,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L27", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_domain", + "community": 30, "community_name": "DOC-001", - "norm_label": "domain", - "id": "docs_audit_14_documentation_audit_domain" + "norm_label": "domain" }, { "label": "Domain Overview & Confirmed Strengths", @@ -26868,10 +27035,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L15", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths", + "community": 30, "community_name": "DOC-001", - "norm_label": "domain overview & confirmed strengths", - "id": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths" + "norm_label": "domain overview & confirmed strengths" }, { "label": "Evidence", @@ -26879,10 +27046,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L53", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_evidence", + "community": 30, "community_name": "DOC-001", - "norm_label": "evidence", - "id": "docs_audit_14_documentation_audit_evidence" + "norm_label": "evidence" }, { "label": "Finding Summary", @@ -26890,10 +27057,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L103", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_finding_summary", + "community": 30, "community_name": "DOC-001", - "norm_label": "finding summary", - "id": "docs_audit_14_documentation_audit_finding_summary" + "norm_label": "finding summary" }, { "label": "Findings", @@ -26901,10 +27068,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L20", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_findings", + "community": 30, "community_name": "DOC-001", - "norm_label": "findings", - "id": "docs_audit_14_documentation_audit_findings" + "norm_label": "findings" }, { "label": "Implementation Complexity", @@ -26912,10 +27079,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L80", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_implementation_complexity", + "community": 30, "community_name": "DOC-001", - "norm_label": "implementation complexity", - "id": "docs_audit_14_documentation_audit_implementation_complexity" + "norm_label": "implementation complexity" }, { "label": "Notes and Limitations", @@ -26923,10 +27090,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L98", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_notes_and_limitations", + "community": 30, "community_name": "DOC-001", - "norm_label": "notes and limitations", - "id": "docs_audit_14_documentation_audit_notes_and_limitations" + "norm_label": "notes and limitations" }, { "label": "Problem", @@ -26934,10 +27101,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L56", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_problem", + "community": 30, "community_name": "DOC-001", - "norm_label": "problem", - "id": "docs_audit_14_documentation_audit_problem" + "norm_label": "problem" }, { "label": "Recommended Direction", @@ -26945,10 +27112,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L74", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_recommended_direction", + "community": 30, "community_name": "DOC-001", - "norm_label": "recommended direction", - "id": "docs_audit_14_documentation_audit_recommended_direction" + "norm_label": "recommended direction" }, { "label": "Relevant Symbols or Lines", @@ -26956,10 +27123,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L49", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_relevant_symbols_or_lines", + "community": 30, "community_name": "DOC-001", - "norm_label": "relevant symbols or lines", - "id": "docs_audit_14_documentation_audit_relevant_symbols_or_lines" + "norm_label": "relevant symbols or lines" }, { "label": "Risks", @@ -26967,10 +27134,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L86", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_risks", + "community": 30, "community_name": "DOC-001", - "norm_label": "risks", - "id": "docs_audit_14_documentation_audit_risks" + "norm_label": "risks" }, { "label": "Root Cause", @@ -26978,10 +27145,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L59", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_root_cause", + "community": 30, "community_name": "DOC-001", - "norm_label": "root cause", - "id": "docs_audit_14_documentation_audit_root_cause" + "norm_label": "root cause" }, { "label": "Security or Data-Integrity Impact", @@ -26989,10 +27156,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L71", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_security_or_data_integrity_impact", + "community": 30, "community_name": "DOC-001", - "norm_label": "security or data-integrity impact", - "id": "docs_audit_14_documentation_audit_security_or_data_integrity_impact" + "norm_label": "security or data-integrity impact" }, { "label": "Severity", @@ -27000,10 +27167,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L33", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_severity", + "community": 30, "community_name": "DOC-001", - "norm_label": "severity", - "id": "docs_audit_14_documentation_audit_severity" + "norm_label": "severity" }, { "label": "Status", @@ -27011,10 +27178,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L39", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_status", + "community": 30, "community_name": "DOC-001", - "norm_label": "status", - "id": "docs_audit_14_documentation_audit_status" + "norm_label": "status" }, { "label": "Technical Impact", @@ -27022,10 +27189,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L68", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_technical_impact", + "community": 30, "community_name": "DOC-001", - "norm_label": "technical impact", - "id": "docs_audit_14_documentation_audit_technical_impact" + "norm_label": "technical impact" }, { "label": "Testing Requirements", @@ -27033,10 +27200,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L92", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_testing_requirements", + "community": 30, "community_name": "DOC-001", - "norm_label": "testing requirements", - "id": "docs_audit_14_documentation_audit_testing_requirements" + "norm_label": "testing requirements" }, { "label": "Title", @@ -27044,10 +27211,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L24", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_title", + "community": 30, "community_name": "DOC-001", - "norm_label": "title", - "id": "docs_audit_14_documentation_audit_title" + "norm_label": "title" }, { "label": "User or Business Impact", @@ -27055,10 +27222,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L65", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_user_or_business_impact", + "community": 30, "community_name": "DOC-001", - "norm_label": "user or business impact", - "id": "docs_audit_14_documentation_audit_user_or_business_impact" + "norm_label": "user or business impact" }, { "label": "Verification Requirements", @@ -27066,10 +27233,10 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L89", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_verification_requirements", + "community": 30, "community_name": "DOC-001", - "norm_label": "verification requirements", - "id": "docs_audit_14_documentation_audit_verification_requirements" + "norm_label": "verification requirements" }, { "label": "Why It Matters", @@ -27077,2821 +27244,164 @@ "source_file": "docs/audit/14-documentation-audit.md", "source_location": "L62", "_origin": "ast", - "community": 32, + "id": "docs_audit_14_documentation_audit_why_it_matters", + "community": 30, "community_name": "DOC-001", - "norm_label": "why it matters", - "id": "docs_audit_14_documentation_audit_why_it_matters" + "norm_label": "why it matters" }, { - "label": "CartDrawer.tsx", + "label": "App.tsx", "file_type": "code", - "source_file": "frontend/application/components/CartDrawer.tsx", + "source_file": "frontend/admin-panel/src/App.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "community_name": "toPersian", - "norm_label": "cartdrawer.tsx", - "id": "frontend_application_components_cartdrawer" + "id": "frontend_admin_panel_src_app", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "app.tsx" }, { - "label": "[id]/page.tsx", + "label": "main.tsx", "file_type": "code", - "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_file": "frontend/admin-panel/src/main.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "[id]/page.tsx", - "id": "frontend_application_app_checkout_success_id_page" + "id": "frontend_admin_panel_src_main", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "main.tsx" }, { - "label": "track/page.tsx", + "label": "ContactSubmissions.tsx", "file_type": "code", - "source_file": "frontend/application/app/track/page.tsx", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "track/page.tsx", - "id": "frontend_application_app_track_page" + "id": "frontend_admin_panel_src_pages_contactsubmissions", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "contactsubmissions.tsx" }, { - "label": "OrderSuccess.tsx", + "label": "Dashboard.tsx", "file_type": "code", - "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "ordersuccess.tsx", - "id": "frontend_application_components_ordersuccess" + "id": "frontend_admin_panel_src_pages_dashboard", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "dashboard.tsx" }, { - "label": "CartDrawer.test.tsx", + "label": "SslSettingsPage.tsx", "file_type": "code", - "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "cartdrawer.test.tsx", - "id": "frontend_application_components_tests_cartdrawer_test" + "id": "frontend_admin_panel_src_pages_sslsettingspage", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "sslsettingspage.tsx" }, { - "label": "mockProduct", + "label": "Tickets.tsx", "file_type": "code", - "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", - "source_location": "L19", - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "mockproduct", - "id": "frontend_application_components_tests_cartdrawer_test_mockproduct" - }, - { - "label": "Header.test.tsx", - "file_type": "code", - "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "header.test.tsx", - "id": "frontend_application_components_tests_header_test" + "id": "frontend_admin_panel_src_pages_tickets", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "tickets.tsx" }, { - "label": "orderService.ts", + "label": "Videos.tsx", "file_type": "code", - "source_file": "frontend/application/lib/services/orderService.ts", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "orderservice.ts", - "id": "frontend_application_lib_services_orderservice" + "id": "frontend_admin_panel_src_pages_videos", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "videos.tsx" }, { - "label": "cartStore.test.ts", + "label": "WholesaleApplications.tsx", "file_type": "code", - "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "cartstore.test.ts", - "id": "frontend_application_lib_store_tests_cartstore_test" + "id": "frontend_admin_panel_src_pages_wholesaleapplications", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "wholesaleapplications.tsx" }, { - "label": "mockProduct", + "label": "adminRoutes.tsx", "file_type": "code", - "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", - "source_location": "L20", - "_origin": "ast", - "community": 33, - "community_name": "useCartStore", - "norm_label": "mockproduct", - "id": "frontend_application_lib_store_tests_cartstore_test_mockproduct" - }, - { - "label": "OrderTracking.tsx", - "file_type": "code", - "source_file": "frontend/application/components/OrderTracking.tsx", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "source_location": "L1", "_origin": "ast", - "community": 33, - "norm_label": "ordertracking.tsx", - "id": "frontend_application_components_ordertracking" + "id": "frontend_admin_panel_src_routes_adminroutes", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "adminroutes.tsx" }, { - "label": "cartStore.ts", + "label": "BannersManager", "file_type": "code", - "source_file": "frontend/application/lib/store/cartStore.ts", - "source_location": "L1", - "_origin": "ast", - "community": 33, - "norm_label": "cartstore.ts", - "id": "frontend_application_lib_store_cartstore" - }, - { - "label": "useCartStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/cartStore.ts", - "source_location": "L54", - "_origin": "ast", - "community": 33, - "norm_label": "usecartstore", - "id": "frontend_application_lib_store_cartstore_usecartstore" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": ".handleZibalCallback", - "norm_label": "query", - "id": "backend_src_payment_payment_controller_ts_query" - }, - { - "label": "Headers", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": ".handleZibalCallback", - "norm_label": "headers", - "id": "headers" - }, - { - "label": "Ip", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": ".handleZibalCallback", - "norm_label": "ip", - "id": "ip" - }, - { - "label": "ApiBadRequestResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "apibadrequestresponse", - "id": "backend_src_payment_payment_controller_ts_apibadrequestresponse" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "apibearerauth", - "id": "backend_src_payment_payment_controller_ts_apibearerauth" - }, - { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "apiokresponse", - "id": "backend_src_payment_payment_controller_ts_apiokresponse" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "apioperation", - "id": "backend_src_payment_payment_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "apitags", - "id": "backend_src_payment_payment_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "body", - "id": "backend_src_payment_payment_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "controller", - "id": "backend_src_payment_payment_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "get", - "id": "backend_src_payment_payment_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "param", - "id": "backend_src_payment_payment_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "post", - "id": "backend_src_payment_payment_controller_ts_post" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "req", - "id": "backend_src_payment_payment_controller_ts_req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "community_name": "PaymentController", - "norm_label": "useguards", - "id": "backend_src_payment_payment_controller_ts_useguards" - }, - { - "label": "Roles", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "norm_label": "roles", - "id": "backend_src_payment_payment_controller_ts_roles" - }, - { - "label": "Res", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 34, - "norm_label": "res", - "id": "res" - }, - { - "label": "loading.tsx", - "file_type": "code", - "source_file": "frontend/application/app/loading.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "community_name": "ArchivePage.tsx", - "norm_label": "loading.tsx", - "id": "frontend_application_app_loading" - }, - { - "label": "components/Skeleton.tsx", - "file_type": "code", - "source_file": "frontend/application/components/Skeleton.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "community_name": "ArchivePage.tsx", - "norm_label": "components/skeleton.tsx", - "id": "frontend_application_components_skeleton" - }, - { - "label": "profile/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/profile/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "community_name": "PetProfile.tsx", - "norm_label": "profile/page.tsx", - "id": "frontend_application_app_profile_page" - }, - { - "label": "FeaturedProducts.tsx", - "file_type": "code", - "source_file": "frontend/application/components/FeaturedProducts.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "community_name": "useCartStore", - "norm_label": "featuredproducts.tsx", - "id": "frontend_application_components_featuredproducts" - }, - { - "label": "FeaturedProducts.test.tsx", - "file_type": "code", - "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "community_name": "useCartStore", - "norm_label": "featuredproducts.test.tsx", - "id": "frontend_application_components_tests_featuredproducts_test" - }, - { - "label": "mockProducts", - "file_type": "code", - "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", - "source_location": "L19", - "_origin": "ast", - "community": 35, - "community_name": "useCartStore", - "norm_label": "mockproducts", - "id": "frontend_application_components_tests_featuredproducts_test_mockproducts" - }, - { - "label": "shop/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/shop/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "norm_label": "shop/page.tsx", - "id": "frontend_application_app_shop_page" - }, - { - "label": "metadata", - "file_type": "code", - "source_file": "frontend/application/app/shop/page.tsx", - "source_location": "L4", - "_origin": "ast", - "community": 35, - "norm_label": "metadata", - "id": "frontend_application_app_shop_page_metadata" - }, - { - "label": "ArchivePage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/ArchivePage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "norm_label": "archivepage.tsx", - "id": "frontend_application_components_archivepage" - }, - { - "label": "CATEGORY_MAP", - "file_type": "code", - "source_file": "frontend/application/components/ArchivePage.tsx", - "source_location": "L43", - "_origin": "ast", - "community": 35, - "norm_label": "category_map", - "id": "frontend_application_components_archivepage_category_map" - }, - { - "label": "ICON_MAP", - "file_type": "code", - "source_file": "frontend/application/components/ArchivePage.tsx", - "source_location": "L34", - "_origin": "ast", - "community": 35, - "norm_label": "icon_map", - "id": "frontend_application_components_archivepage_icon_map" - }, - { - "label": "PetProfile.tsx", - "file_type": "code", - "source_file": "frontend/application/components/PetProfile.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "norm_label": "petprofile.tsx", - "id": "frontend_application_components_petprofile" - }, - { - "label": "usePetStore.ts", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L1", - "_origin": "ast", - "community": 35, - "norm_label": "usepetstore.ts", - "id": "frontend_application_lib_store_usepetstore" - }, - { - "label": "usePetStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L65", - "_origin": "ast", - "community": 35, - "norm_label": "usepetstore", - "id": "frontend_application_lib_store_usepetstore_usepetstore" - }, - { - "label": "generate-openapi.ts", - "file_type": "code", - "source_file": "backend/scripts/generate-openapi.ts", - "source_location": "L1", - "_origin": "ast", - "community": 36, - "community_name": "RedisService", - "norm_label": "generate-openapi.ts", - "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 36, - "community_name": "RedisService", - "norm_label": "module", - "id": "backend_src_app_module_ts_module" - }, - { - "label": "app.e2e-spec.ts", - "file_type": "code", - "source_file": "backend/test/app.e2e-spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 36, - "community_name": "RedisService", - "norm_label": "app.e2e-spec.ts", - "id": "backend_test_app_e2e_spec" - }, - { - "label": "prisma-exception.filter.ts", - "file_type": "code", - "source_file": "backend/src/common/filters/prisma-exception.filter.ts", - "source_location": "L1", - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "prisma-exception.filter.ts", - "id": "backend_src_common_filters_prisma_exception_filter" - }, - { - "label": "Catch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "catch", - "id": "backend_src_common_filters_prisma_exception_filter_ts_catch" - }, - { - "label": "decimal.interceptor.ts", - "file_type": "code", - "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", - "source_location": "L1", - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "decimal.interceptor.ts", - "id": "backend_src_common_interceptors_decimal_interceptor" - }, - { - "label": "decimal.interceptor.spec.ts", - "file_type": "code", - "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "decimal.interceptor.spec.ts", - "id": "backend_src_common_interceptors_decimal_interceptor_spec" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "injectable", - "id": "backend_src_common_interceptors_decimal_interceptor_ts_injectable" - }, - { - "label": "error-response.schema.ts", - "file_type": "code", - "source_file": "backend/src/common/schemas/error-response.schema.ts", - "source_location": "L1", - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "error-response.schema.ts", - "id": "backend_src_common_schemas_error_response_schema" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 36, - "community_name": "main.ts", - "norm_label": "apiproperty", - "id": "backend_src_common_schemas_error_response_schema_ts_apiproperty" - }, - { - "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": 36, - "community_name": "main.ts", - "norm_label": "app-audit-verification.e2e-spec.ts", - "id": "backend_test_app_audit_verification_e2e_spec" - }, - { - "label": "http-exception.filter.ts", - "file_type": "code", - "source_file": "backend/src/common/filters/http-exception.filter.ts", - "source_location": "L1", - "_origin": "ast", - "community": 36, - "norm_label": "http-exception.filter.ts", - "id": "backend_src_common_filters_http_exception_filter" - }, - { - "label": "main.ts", - "file_type": "code", - "source_file": "backend/src/main.ts", - "source_location": "L1", - "_origin": "ast", - "community": 36, - "norm_label": "main.ts", - "id": "backend_src_main" - }, - { - "label": "Catch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 36, - "norm_label": "catch", - "id": "catch" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "apibearerauth", - "id": "backend_src_b2b_b2b_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "apioperation", - "id": "backend_src_b2b_b2b_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "apitags", - "id": "backend_src_b2b_b2b_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "body", - "id": "backend_src_b2b_b2b_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "controller", - "id": "backend_src_b2b_b2b_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "get", - "id": "backend_src_b2b_b2b_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "param", - "id": "backend_src_b2b_b2b_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "post", - "id": "backend_src_b2b_b2b_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "put", - "id": "backend_src_b2b_b2b_controller_ts_put" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "req", - "id": "backend_src_b2b_b2b_controller_ts_req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "useguards", - "id": "backend_src_b2b_b2b_controller_ts_useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 37, - "community_name": "B2BService", - "norm_label": "injectable", - "id": "backend_src_b2b_b2b_service_ts_injectable" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 38, - "community_name": "ZibalService", - "norm_label": "injectable", - "id": "backend_src_payment_payment_service_ts_injectable" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 38, - "community_name": "ZibalService", - "norm_label": "injectable", - "id": "backend_src_payment_zibal_service_ts_injectable" - }, - { - "label": "04-setup-and-deployment.md", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L1", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "04-setup-and-deployment.md", - "id": "docs_04_setup_and_deployment" - }, - { - "label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L13", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f", - "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f" - }, - { - "label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L22", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f", - "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f" - }, - { - "label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 PM2", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L48", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 pm2", - "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2" - }, - { - "label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L52", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:", - "id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f" - }, - { - "label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f Next.js:", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L58", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f next.js:", - "id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js" - }, - { - "label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (Building)", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L36", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (building)", - "id": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building" - }, - { - "label": "\u0630\u062e\u06cc\u0631\u0647 \u067e\u0631\u0648\u0633\u0647\u200c\u0647\u0627 \u062a\u0627 \u067e\u0633 \u0627\u0632 \u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0646\u0634\u0648\u0646\u062f:", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L64", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0630\u062e\u06cc\u0631\u0647 \u067e\u0631\u0648\u0633\u0647\u200c\u0647\u0627 \u062a\u0627 \u067e\u0633 \u0627\u0632 \u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0646\u0634\u0648\u0646\u062f:", - "id": "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f" - }, - { - "label": "\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u06cc\u0633\u062a\u0645 (Setup & Deployment)", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L1", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u06cc\u0633\u062a\u0645 (setup & deployment)", - "id": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment" - }, - { - "label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af Nginx", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L78", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af nginx", - "id": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx" - }, - { - "label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L9", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627", - "id": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627" - }, - { - "label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (Development Mode)", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L5", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (development mode)", - "id": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode" - }, - { - "label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (Production Deployment)", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L32", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (production deployment)", - "id": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment" - }, - { - "label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a Nginx (Reverse Proxy)", - "file_type": "document", - "source_file": "docs/04-setup-and-deployment.md", - "source_location": "L72", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a nginx (reverse proxy)", - "id": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy" - }, - { - "label": "05-devops-and-monitoring.md", - "file_type": "document", - "source_file": "docs/05-devops-and-monitoring.md", - "source_location": "L1", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "05-devops-and-monitoring.md", - "id": "docs_05_devops_and_monitoring" - }, - { - "label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (DevOps & Monitoring)", - "file_type": "document", - "source_file": "docs/05-devops-and-monitoring.md", - "source_location": "L1", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (devops & monitoring)", - "id": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring" - }, - { - "label": "\u06f1. \u0641\u0631\u0622\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (CI/CD)", - "file_type": "document", - "source_file": "docs/05-devops-and-monitoring.md", - "source_location": "L5", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f1. \u0641\u0631\u0627\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (ci/cd)", - "id": "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd" - }, - { - "label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (PM2 Dashboard)", - "file_type": "document", - "source_file": "docs/05-devops-and-monitoring.md", - "source_location": "L12", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (pm2 dashboard)", - "id": "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard" - }, - { - "label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (Logs Management)", - "file_type": "document", - "source_file": "docs/05-devops-and-monitoring.md", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "source_location": "L27", "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (logs management)", - "id": "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management" + "id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "bannersmanager" }, { - "label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (PostgreSQL)", - "file_type": "document", - "source_file": "docs/05-devops-and-monitoring.md", - "source_location": "L39", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (postgresql)", - "id": "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql" - }, - { - "label": "06-testing.md", - "file_type": "document", - "source_file": "docs/06-testing.md", - "source_location": "L1", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "06-testing.md", - "id": "docs_06_testing" - }, - { - "label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "file_type": "document", - "source_file": "docs/06-testing.md", - "source_location": "L1", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (software testing)", - "id": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing" - }, - { - "label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 Backend (Unit Testing)", - "file_type": "document", - "source_file": "docs/06-testing.md", - "source_location": "L5", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 backend (unit testing)", - "id": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing" - }, - { - "label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc End-to-End \u062f\u0631 Backend (E2E Testing)", - "file_type": "document", - "source_file": "docs/06-testing.md", - "source_location": "L17", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc end-to-end \u062f\u0631 backend (e2e testing)", - "id": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing" - }, - { - "label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc UI \u062f\u0631 Frontend (Component Testing)", - "file_type": "document", - "source_file": "docs/06-testing.md", - "source_location": "L27", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc ui \u062f\u0631 frontend (component testing)", - "id": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing" - }, - { - "label": "\u06f4. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0633\u06cc\u0633\u062a\u0645\u06cc \u062f\u0631 Frontend (E2E Frontend - Playwright / Cypress)", - "file_type": "document", - "source_file": "docs/06-testing.md", - "source_location": "L35", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f4. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0633\u06cc\u0633\u062a\u0645\u06cc \u062f\u0631 frontend (e2e frontend - playwright / cypress)", - "id": "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress" - }, - { - "label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (Manual QA Checklist)", - "file_type": "document", - "source_file": "docs/06-testing.md", - "source_location": "L38", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (manual qa checklist)", - "id": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist" - }, - { - "label": "docs/README.md", - "file_type": "document", - "source_file": "docs/README.md", - "source_location": "L1", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "docs/readme.md", - "id": "docs_readme" - }, - { - "label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (Table of Contents)", - "file_type": "document", - "source_file": "docs/README.md", - "source_location": "L7", - "_origin": "ast", - "community": 39, - "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", - "norm_label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (table of contents)", - "id": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents" - }, - { - "label": "admin/blogs.controller.ts", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": "admin/blogs.controller.ts", - "id": "backend_src_admin_blogs_controller" - }, - { - "label": "admin/blogs.service.ts", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": "admin/blogs.service.ts", - "id": "backend_src_admin_blogs_service" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "BlogsService", - "norm_label": "injectable", - "id": "backend_src_admin_blogs_service_ts_injectable" - }, - { - "label": "categories.controller.ts", - "file_type": "code", - "source_file": "backend/src/admin/categories.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "PaginationDto", - "norm_label": "categories.controller.ts", - "id": "backend_src_admin_categories_controller" - }, - { - "label": "categories.service.ts", - "file_type": "code", - "source_file": "backend/src/admin/categories.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "PaginationDto", - "norm_label": "categories.service.ts", - "id": "backend_src_admin_categories_service" - }, - { - "label": "pagination.dto.ts", - "file_type": "code", - "source_file": "backend/src/common/dto/pagination.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "PaginationDto", - "norm_label": "pagination.dto.ts", - "id": "backend_src_common_dto_pagination_dto" - }, - { - "label": "admin/pets.controller.ts", - "file_type": "code", - "source_file": "backend/src/admin/pets.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "PetsController", - "norm_label": "admin/pets.controller.ts", - "id": "backend_src_admin_pets_controller" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "PetsController", - "norm_label": "injectable", - "id": "backend_src_admin_pets_service_ts_injectable" - }, - { - "label": "get-products.dto.ts", - "file_type": "code", - "source_file": "backend/src/products/dto/get-products.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "ProductsService", - "norm_label": "get-products.dto.ts", - "id": "backend_src_products_dto_get_products_dto" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "module", - "id": "backend_src_admin_admin_module_ts_module" - }, - { - "label": "reports.controller.ts", - "file_type": "code", - "source_file": "backend/src/admin/reports.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "reports.controller.ts", - "id": "backend_src_admin_reports_controller" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "apibearerauth", - "id": "backend_src_admin_reports_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "apioperation", - "id": "backend_src_admin_reports_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "apitags", - "id": "backend_src_admin_reports_controller_ts_apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "controller", - "id": "backend_src_admin_reports_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "get", - "id": "backend_src_admin_reports_controller_ts_get" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "useguards", - "id": "backend_src_admin_reports_controller_ts_useguards" - }, - { - "label": "reports.service.ts", - "file_type": "code", - "source_file": "backend/src/admin/reports.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "reports.service.ts", - "id": "backend_src_admin_reports_service" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "injectable", - "id": "backend_src_admin_reports_service_ts_injectable" - }, - { - "label": "admin/wiki.controller.ts", - "file_type": "code", - "source_file": "backend/src/admin/wiki.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "admin/wiki.controller.ts", - "id": "backend_src_admin_wiki_controller" - }, - { - "label": "admin/wiki.service.ts", - "file_type": "code", - "source_file": "backend/src/admin/wiki.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "admin/wiki.service.ts", - "id": "backend_src_admin_wiki_service" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "injectable", - "id": "backend_src_admin_wiki_service_ts_injectable" - }, - { - "label": "Global", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "global", - "id": "backend_src_redis_redis_module_ts_global" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 4, - "community_name": "admin.module.ts", - "norm_label": "module", - "id": "backend_src_redis_redis_module_ts_module" - }, - { - "label": "admin.module.ts", - "file_type": "code", - "source_file": "backend/src/admin/admin.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "norm_label": "admin.module.ts", - "id": "backend_src_admin_admin_module" - }, - { - "label": "admin/pets.service.ts", - "file_type": "code", - "source_file": "backend/src/admin/pets.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "norm_label": "admin/pets.service.ts", - "id": "backend_src_admin_pets_service" - }, - { - "label": "ssl.service.ts", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 4, - "norm_label": "ssl.service.ts", - "id": "backend_src_admin_ssl_service" - }, - { - "label": "ConfirmModal.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "confirmmodal.tsx", - "id": "frontend_admin_panel_src_components_ui_confirmmodal" - }, - { - "label": "Pagination.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "pagination.tsx", - "id": "frontend_admin_panel_src_components_ui_pagination" - }, - { - "label": "Blogs.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "blogs.tsx", - "id": "frontend_admin_panel_src_pages_blogs" - }, - { - "label": "Categories.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Categories.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "categories.tsx", - "id": "frontend_admin_panel_src_pages_categories" - }, - { - "label": "TestimonialsManager.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 40, - "community_name": "Spinner.tsx", - "norm_label": "testimonialsmanager.tsx", - "id": "frontend_admin_panel_src_pages_testimonialsmanager" - }, - { - "label": "MediaSelector.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 40, - "norm_label": "mediaselector.tsx", - "id": "frontend_admin_panel_src_components_ui_mediaselector" - }, - { - "label": "Pets.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Pets.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 40, - "norm_label": "pets.tsx", - "id": "frontend_admin_panel_src_pages_pets" - }, - { - "label": "Products.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Products.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 40, - "norm_label": "products.tsx", - "id": "frontend_admin_panel_src_pages_products" - }, - { - "label": "Pets", + "label": "Blogs", "file_type": "code", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L20", - "_origin": "ast", - "community": 40, - "norm_label": "pets", - "id": "frontend_admin_panel_src_routes_adminroutes_pets" - }, - { - "label": "Products", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L12", - "_origin": "ast", - "community": 40, - "norm_label": "products", - "id": "frontend_admin_panel_src_routes_adminroutes_products" - }, - { - "label": "TestimonialsManager", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L29", - "_origin": "ast", - "community": 40, - "norm_label": "testimonialsmanager", - "id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager" - }, - { - "label": "BASE_DOMAIN", - "file_type": "code", - "source_file": "frontend/admin-panel/src/services/api.ts", - "source_location": "L7", - "_origin": "ast", - "community": 40, - "norm_label": "base_domain", - "id": "frontend_admin_panel_src_services_api_base_domain" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "apibearerauth", - "id": "backend_src_admin_categories_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "apioperation", - "id": "backend_src_admin_categories_controller_ts_apioperation" - }, - { - "label": "ApiQuery", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "apiquery", - "id": "backend_src_admin_categories_controller_ts_apiquery" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "apitags", - "id": "backend_src_admin_categories_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "body", - "id": "backend_src_admin_categories_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "controller", - "id": "backend_src_admin_categories_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "delete", - "id": "backend_src_admin_categories_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "get", - "id": "backend_src_admin_categories_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "param", - "id": "backend_src_admin_categories_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "post", - "id": "backend_src_admin_categories_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "put", - "id": "backend_src_admin_categories_controller_ts_put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "query", - "id": "backend_src_admin_categories_controller_ts_query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "useguards", - "id": "backend_src_admin_categories_controller_ts_useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 41, - "community_name": "CategoriesController", - "norm_label": "injectable", - "id": "backend_src_admin_categories_service_ts_injectable" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "apibearerauth", - "id": "backend_src_admin_media_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "apioperation", - "id": "backend_src_admin_media_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "apitags", - "id": "backend_src_admin_media_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "body", - "id": "backend_src_admin_media_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "controller", - "id": "backend_src_admin_media_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "delete", - "id": "backend_src_admin_media_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "get", - "id": "backend_src_admin_media_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "param", - "id": "backend_src_admin_media_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "post", - "id": "backend_src_admin_media_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "put", - "id": "backend_src_admin_media_controller_ts_put" - }, - { - "label": "UploadedFile", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "uploadedfile", - "id": "backend_src_admin_media_controller_ts_uploadedfile" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "useguards", - "id": "backend_src_admin_media_controller_ts_useguards" - }, - { - "label": "UseInterceptors", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "MediaController", - "norm_label": "useinterceptors", - "id": "backend_src_admin_media_controller_ts_useinterceptors" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 42, - "community_name": "admin.module.ts", - "norm_label": "injectable", - "id": "backend_src_admin_media_service_ts_injectable" - }, - { - "label": ".antigravity/workflows/graphify.md", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L1", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": ".antigravity/workflows/graphify.md", - "id": "antigravity_workflows_graphify" - }, - { - "label": "For /graphify add and --watch", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L719", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "for /graphify add and --watch", - "id": "antigravity_workflows_graphify_for_graphify_add_and_watch" - }, - { - "label": "For /graphify query", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L707", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "for /graphify query", - "id": "antigravity_workflows_graphify_for_graphify_query" - }, - { - "label": "For the commit hook and native CLAUDE.md integration", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L725", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "for the commit hook and native claude.md integration", - "id": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration" - }, - { - "label": "For --update and --cluster-only", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L701", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "for --update and --cluster-only", - "id": "antigravity_workflows_graphify_for_update_and_cluster_only" - }, - { - "label": "/graphify", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L6", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "/graphify", - "id": "antigravity_workflows_graphify_graphify" - }, - { - "label": "Honesty Rules", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L744", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "honesty rules", - "id": "antigravity_workflows_graphify_honesty_rules" - }, - { - "label": "Interpreter guard for subcommands", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L681", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "interpreter guard for subcommands", - "id": "antigravity_workflows_graphify_interpreter_guard_for_subcommands" - }, - { - "label": "Part A - Structural extraction for code files", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L192", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "part a - structural extraction for code files", - "id": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files" - }, - { - "label": "Part B - Semantic extraction (parallel subagents)", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L218", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "part b - semantic extraction (parallel subagents)", - "id": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents" - }, - { - "label": "Part C - Merge AST + semantic into final extraction", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L381", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "part c - merge ast + semantic into final extraction", - "id": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction" - }, - { - "label": "PowerShell 5.1: Vertical scrolling stops working", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L733", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "powershell 5.1: vertical scrolling stops working", - "id": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working" - }, - { - "label": "Step 0 - GitHub repos and multi-path merge (only if a URL or several paths)", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L61", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)", - "id": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths" - }, - { - "label": "Step 1 - Ensure graphify is installed", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L65", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 1 - ensure graphify is installed", - "id": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed" - }, - { - "label": "Step 2.5 - Video and audio (only if video files detected)", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L169", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 2.5 - video and audio (only if video files detected)", - "id": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected" - }, - { - "label": "Step 2 - Detect files", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L129", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 2 - detect files", - "id": "antigravity_workflows_graphify_step_2_detect_files" - }, - { - "label": "Step 3 - Extract entities and relationships", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L173", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 3 - extract entities and relationships", - "id": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships" - }, - { - "label": "Step 4.5 - Graph health check (read-only integrity gate)", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L478", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 4.5 - graph health check (read-only integrity gate)", - "id": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate" - }, - { - "label": "Step 4 - Build graph, cluster, analyze, generate outputs", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L415", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 4 - build graph, cluster, analyze, generate outputs", - "id": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs" - }, - { - "label": "Step 5 - Label communities", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L504", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 5 - label communities", - "id": "antigravity_workflows_graphify_step_5_label_communities" - }, - { - "label": "Step 6 - Generate Obsidian vault (opt-in) + HTML", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L553", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 6 - generate obsidian vault (opt-in) + html", - "id": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html" - }, - { - "label": "Step 9 - Save manifest, update cost tracker, clean up, and report", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L579", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 9 - save manifest, update cost tracker, clean up, and report", - "id": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report" - }, - { - "label": "Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L573", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)", - "id": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags" - }, - { - "label": "Troubleshooting", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L731", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "troubleshooting", - "id": "antigravity_workflows_graphify_troubleshooting" - }, - { - "label": "Usage", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L10", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "usage", - "id": "antigravity_workflows_graphify_usage" - }, - { - "label": "What graphify is for", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L45", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "what graphify is for", - "id": "antigravity_workflows_graphify_what_graphify_is_for" - }, - { - "label": "What You Must Do When Invoked", - "file_type": "document", - "source_file": ".antigravity/workflows/graphify.md", - "source_location": "L49", - "_origin": "ast", - "community": 43, - "community_name": "What You Must Do When Invoked", - "norm_label": "what you must do when invoked", - "id": "antigravity_workflows_graphify_what_you_must_do_when_invoked" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "apibearerauth", - "id": "backend_src_admin_ssl_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "apioperation", - "id": "backend_src_admin_ssl_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "apitags", - "id": "backend_src_admin_ssl_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "body", - "id": "backend_src_admin_ssl_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "controller", - "id": "backend_src_admin_ssl_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "get", - "id": "backend_src_admin_ssl_controller_ts_get" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "post", - "id": "backend_src_admin_ssl_controller_ts_post" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "query", - "id": "backend_src_admin_ssl_controller_ts_query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "useguards", - "id": "backend_src_admin_ssl_controller_ts_useguards" - }, - { - "label": "UseInterceptors", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "useinterceptors", - "id": "backend_src_admin_ssl_controller_ts_useinterceptors" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "injectable", - "id": "backend_src_admin_ssl_service_ts_injectable" - }, - { - "label": "UploadedFiles", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "community_name": "SslController", - "norm_label": "uploadedfiles", - "id": "uploadedfiles" - }, - { - "label": "Roles", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 44, - "norm_label": "roles", - "id": "backend_src_admin_ssl_controller_ts_roles" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "apibearerauth", - "id": "backend_src_banners_banners_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "apioperation", - "id": "backend_src_banners_banners_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "apitags", - "id": "backend_src_banners_banners_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "body", - "id": "backend_src_banners_banners_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "controller", - "id": "backend_src_banners_banners_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "delete", - "id": "backend_src_banners_banners_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "get", - "id": "backend_src_banners_banners_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "param", - "id": "backend_src_banners_banners_controller_ts_param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "patch", - "id": "backend_src_banners_banners_controller_ts_patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "post", - "id": "backend_src_banners_banners_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "put", - "id": "backend_src_banners_banners_controller_ts_put" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "useguards", - "id": "backend_src_banners_banners_controller_ts_useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 45, - "community_name": "BannersService", - "norm_label": "injectable", - "id": "backend_src_banners_banners_service_ts_injectable" - }, - { - "label": "SKILL.md", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L1", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "skill.md", - "id": "claude_skills_graphify_skill" - }, - { - "label": "For /graphify add and --watch", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L719", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "for /graphify add and --watch", - "id": "claude_skills_graphify_skill_for_graphify_add_and_watch" - }, - { - "label": "For /graphify query", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L707", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "for /graphify query", - "id": "claude_skills_graphify_skill_for_graphify_query" - }, - { - "label": "For the commit hook and native CLAUDE.md integration", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L725", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "for the commit hook and native claude.md integration", - "id": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration" - }, - { - "label": "For --update and --cluster-only", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L701", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "for --update and --cluster-only", - "id": "claude_skills_graphify_skill_for_update_and_cluster_only" - }, - { - "label": "/graphify", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L6", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "/graphify", - "id": "claude_skills_graphify_skill_graphify" - }, - { - "label": "Honesty Rules", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L744", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "honesty rules", - "id": "claude_skills_graphify_skill_honesty_rules" - }, - { - "label": "Interpreter guard for subcommands", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L681", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "interpreter guard for subcommands", - "id": "claude_skills_graphify_skill_interpreter_guard_for_subcommands" - }, - { - "label": "Part A - Structural extraction for code files", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L192", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "part a - structural extraction for code files", - "id": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files" - }, - { - "label": "Part B - Semantic extraction (parallel subagents)", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L218", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "part b - semantic extraction (parallel subagents)", - "id": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents" - }, - { - "label": "Part C - Merge AST + semantic into final extraction", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L381", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "part c - merge ast + semantic into final extraction", - "id": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction" - }, - { - "label": "PowerShell 5.1: Vertical scrolling stops working", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L733", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "powershell 5.1: vertical scrolling stops working", - "id": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working" - }, - { - "label": "Step 0 - GitHub repos and multi-path merge (only if a URL or several paths)", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L61", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)", - "id": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths" - }, - { - "label": "Step 1 - Ensure graphify is installed", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L65", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 1 - ensure graphify is installed", - "id": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed" - }, - { - "label": "Step 2.5 - Video and audio (only if video files detected)", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L169", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 2.5 - video and audio (only if video files detected)", - "id": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected" - }, - { - "label": "Step 2 - Detect files", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L129", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 2 - detect files", - "id": "claude_skills_graphify_skill_step_2_detect_files" - }, - { - "label": "Step 3 - Extract entities and relationships", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L173", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 3 - extract entities and relationships", - "id": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships" - }, - { - "label": "Step 4.5 - Graph health check (read-only integrity gate)", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L478", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 4.5 - graph health check (read-only integrity gate)", - "id": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate" - }, - { - "label": "Step 4 - Build graph, cluster, analyze, generate outputs", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L415", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 4 - build graph, cluster, analyze, generate outputs", - "id": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs" - }, - { - "label": "Step 5 - Label communities", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L504", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 5 - label communities", - "id": "claude_skills_graphify_skill_step_5_label_communities" - }, - { - "label": "Step 6 - Generate Obsidian vault (opt-in) + HTML", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L553", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 6 - generate obsidian vault (opt-in) + html", - "id": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html" - }, - { - "label": "Step 9 - Save manifest, update cost tracker, clean up, and report", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L579", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "step 9 - save manifest, update cost tracker, clean up, and report", - "id": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report" - }, - { - "label": "Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L573", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)", - "id": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags" - }, - { - "label": "Troubleshooting", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L731", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "troubleshooting", - "id": "claude_skills_graphify_skill_troubleshooting" - }, - { - "label": "Usage", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L10", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "usage", - "id": "claude_skills_graphify_skill_usage" - }, - { - "label": "What graphify is for", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L45", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "what graphify is for", - "id": "claude_skills_graphify_skill_what_graphify_is_for" - }, - { - "label": "What You Must Do When Invoked", - "file_type": "document", - "source_file": ".claude/skills/graphify/SKILL.md", - "source_location": "L49", - "_origin": "ast", - "community": 46, - "community_name": "What You Must Do When Invoked", - "norm_label": "what you must do when invoked", - "id": "claude_skills_graphify_skill_what_you_must_do_when_invoked" - }, - { - "label": "Badge.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 47, - "norm_label": "badge.tsx", - "id": "frontend_admin_panel_src_components_ui_badge" - }, - { - "label": "variantStyles", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L13", - "_origin": "ast", - "community": 47, - "norm_label": "variantstyles", - "id": "frontend_admin_panel_src_components_ui_badge_variantstyles" - }, - { - "label": "ImagePreviewModal.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 47, - "norm_label": "imagepreviewmodal.tsx", - "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal" - }, - { - "label": "ToggleSwitch.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 47, - "norm_label": "toggleswitch.tsx", - "id": "frontend_admin_panel_src_components_ui_toggleswitch" - }, - { - "label": "Media.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Media.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 47, - "norm_label": "media.tsx", - "id": "frontend_admin_panel_src_pages_media" - }, - { - "label": "PrescriptionsManager.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 47, - "norm_label": "prescriptionsmanager.tsx", - "id": "frontend_admin_panel_src_pages_prescriptionsmanager" - }, - { - "label": "UITexts.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 47, - "norm_label": "uitexts.tsx", - "id": "frontend_admin_panel_src_pages_uitexts" - }, - { - "label": "GROUP_PAGE_MAP", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", - "source_location": "L112", - "_origin": "ast", - "community": 47, - "norm_label": "group_page_map", - "id": "frontend_admin_panel_src_pages_uitexts_group_page_map" - }, - { - "label": "GROUPS", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", "source_location": "L18", "_origin": "ast", - "community": 47, - "norm_label": "groups", - "id": "frontend_admin_panel_src_pages_uitexts_groups" + "id": "frontend_admin_panel_src_routes_adminroutes_blogs", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "blogs" }, { - "label": "KEY_LABELS_FA", + "label": "Categories", "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", - "source_location": "L80", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L17", "_origin": "ast", - "community": 47, - "norm_label": "key_labels_fa", - "id": "frontend_admin_panel_src_pages_uitexts_key_labels_fa" + "id": "frontend_admin_panel_src_routes_adminroutes_categories", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "categories" }, { - "label": "PAGE_TABS", + "label": "ContactSubmissions", "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", - "source_location": "L9", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L26", "_origin": "ast", - "community": 47, - "norm_label": "page_tabs", - "id": "frontend_admin_panel_src_pages_uitexts_page_tabs" + "id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "contactsubmissions" + }, + { + "label": "Dashboard", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_dashboard", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "dashboard" }, { "label": "Media", @@ -29899,9 +27409,2837 @@ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "source_location": "L22", "_origin": "ast", - "community": 47, - "norm_label": "media", - "id": "frontend_admin_panel_src_routes_adminroutes_media" + "id": "frontend_admin_panel_src_routes_adminroutes_media", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "media" + }, + { + "label": "Pets", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_pets", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "pets" + }, + { + "label": "router", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L48", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_router", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "router" + }, + { + "label": "SeoSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "seosettingspage" + }, + { + "label": "SslSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L37", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "sslsettingspage" + }, + { + "label": "Tickets", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L39", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_tickets", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "tickets" + }, + { + "label": "Videos", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_videos", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "videos" + }, + { + "label": "WholesaleApplications", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "community": 31, + "community_name": "adminRoutes.tsx", + "norm_label": "wholesaleapplications" + }, + { + "label": "ClientLayout.tsx", + "file_type": "code", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_clientlayout", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "clientlayout.tsx" + }, + { + "label": "layout.tsx", + "file_type": "code", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_layout", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "layout.tsx" + }, + { + "label": "verify/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_payment_verify_page", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "verify/page.tsx" + }, + { + "label": "track/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_track_page", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "track/page.tsx" + }, + { + "label": "AuthModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_authmodal", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "authmodal.tsx" + }, + { + "label": "B2BPortal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_b2bportal", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "b2bportal.tsx" + }, + { + "label": "CartDrawer.tsx", + "file_type": "code", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_cartdrawer", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "cartdrawer.tsx" + }, + { + "label": "Header.tsx", + "file_type": "code", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_header", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "header.tsx" + }, + { + "label": "MENU_ICONS", + "file_type": "code", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_components_header_menu_icons", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "menu_icons" + }, + { + "label": "OrderTracking.tsx", + "file_type": "code", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_ordertracking", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "ordertracking.tsx" + }, + { + "label": "PrescriptionUploadModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_prescriptionuploadmodal", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "prescriptionuploadmodal.tsx" + }, + { + "label": "CartDrawer.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_cartdrawer_test", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "cartdrawer.test.tsx" + }, + { + "label": "mockProduct", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_components_tests_cartdrawer_test_mockproduct", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "mockproduct" + }, + { + "label": "Header.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_header_test", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "header.test.tsx" + }, + { + "label": "cartStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "cartstore.ts" + }, + { + "label": "useCartStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L54", + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore_usecartstore", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "usecartstore" + }, + { + "label": "cartStore.test.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_tests_cartstore_test", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "cartstore.test.ts" + }, + { + "label": "mockProduct", + "file_type": "code", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_application_lib_store_tests_cartstore_test_mockproduct", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "mockproduct" + }, + { + "label": "userStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_userstore", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "userstore.ts" + }, + { + "label": "useUserStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L63", + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_useuserstore", + "community": 32, + "community_name": "userStore.ts", + "norm_label": "useuserstore" + }, + { + "label": "ConfirmModal.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_confirmmodal", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "confirmmodal.tsx" + }, + { + "label": "MediaSelector.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "mediaselector.tsx" + }, + { + "label": "Pagination.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_pagination", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "pagination.tsx" + }, + { + "label": "Spinner.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_spinner", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "spinner.tsx" + }, + { + "label": "BannersManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_bannersmanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "bannersmanager.tsx" + }, + { + "label": "Blogs.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_blogs", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "blogs.tsx" + }, + { + "label": "Categories.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_categories", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "categories.tsx" + }, + { + "label": "IngredientsManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_ingredientsmanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "ingredientsmanager.tsx" + }, + { + "label": "Media.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_media", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "media.tsx" + }, + { + "label": "Pets.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_pets", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "pets.tsx" + }, + { + "label": "Products.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_products", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "products.tsx" + }, + { + "label": "SeoSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_seosettingspage", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "seosettingspage.tsx" + }, + { + "label": "TestimonialsManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_testimonialsmanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "testimonialsmanager.tsx" + }, + { + "label": "Wiki.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wiki", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "wiki.tsx" + }, + { + "label": "IngredientsManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "ingredientsmanager" + }, + { + "label": "Products", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_products", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "products" + }, + { + "label": "TestimonialsManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "testimonialsmanager" + }, + { + "label": "Wiki", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_wiki", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "wiki" + }, + { + "label": "BASE_DOMAIN", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_base_domain", + "community": 33, + "community_name": "Spinner.tsx", + "norm_label": "base_domain" + }, + { + "label": "[id]/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_checkout_success_id_page", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "[id]/page.tsx" + }, + { + "label": "loading.tsx", + "file_type": "code", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_loading", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "loading.tsx" + }, + { + "label": "profile/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_profile_page", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "profile/page.tsx" + }, + { + "label": "shop/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_shop_page", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "shop/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_shop_page_metadata", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "metadata" + }, + { + "label": "ArchivePage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_archivepage", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "archivepage.tsx" + }, + { + "label": "CATEGORY_MAP", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L43", + "_origin": "ast", + "id": "frontend_application_components_archivepage_category_map", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "category_map" + }, + { + "label": "ICON_MAP", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_application_components_archivepage_icon_map", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "icon_map" + }, + { + "label": "FeaturedProducts.tsx", + "file_type": "code", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_featuredproducts", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "featuredproducts.tsx" + }, + { + "label": "OrderSuccess.tsx", + "file_type": "code", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_ordersuccess", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "ordersuccess.tsx" + }, + { + "label": "PetProfile.tsx", + "file_type": "code", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_petprofile", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "petprofile.tsx" + }, + { + "label": "components/Skeleton.tsx", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_skeleton", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "components/skeleton.tsx" + }, + { + "label": "SmartAdvisor.tsx", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_smartadvisor", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "smartadvisor.tsx" + }, + { + "label": "CURRENT_SYMPTOMS", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_application_components_smartadvisor_current_symptoms", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "current_symptoms" + }, + { + "label": "MEDICAL_HISTORIES", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L43", + "_origin": "ast", + "id": "frontend_application_components_smartadvisor_medical_histories", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "medical_histories" + }, + { + "label": "FeaturedProducts.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_featuredproducts_test", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "featuredproducts.test.tsx" + }, + { + "label": "mockProducts", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_components_tests_featuredproducts_test_mockproducts", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "mockproducts" + }, + { + "label": "uiStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_uistore", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "uistore.ts" + }, + { + "label": "useUIStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_application_lib_store_uistore_useuistore", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "useuistore" + }, + { + "label": "usePetStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "usepetstore.ts" + }, + { + "label": "usePetStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L65", + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_usepetstore", + "community": 34, + "community_name": "PetProfile.tsx", + "norm_label": "usepetstore" + }, + { + "label": "http-exception.filter.ts", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter", + "community": 35, + "community_name": "main.ts", + "norm_label": "http-exception.filter.ts" + }, + { + "label": "Catch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_ts_catch", + "community": 35, + "community_name": "main.ts", + "norm_label": "catch" + }, + { + "label": "prisma-exception.filter.ts", + "file_type": "code", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_filters_prisma_exception_filter", + "community": 35, + "community_name": "main.ts", + "norm_label": "prisma-exception.filter.ts" + }, + { + "label": "Catch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_filters_prisma_exception_filter_ts_catch", + "community": 35, + "community_name": "main.ts", + "norm_label": "catch" + }, + { + "label": "decimal.interceptor.ts", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor", + "community": 35, + "community_name": "main.ts", + "norm_label": "decimal.interceptor.ts" + }, + { + "label": "decimal.interceptor.spec.ts", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_spec", + "community": 35, + "community_name": "main.ts", + "norm_label": "decimal.interceptor.spec.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_ts_injectable", + "community": 35, + "community_name": "main.ts", + "norm_label": "injectable" + }, + { + "label": "error-response.schema.ts", + "file_type": "code", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_schemas_error_response_schema", + "community": 35, + "community_name": "main.ts", + "norm_label": "error-response.schema.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "community": 35, + "community_name": "main.ts", + "norm_label": "apiproperty" + }, + { + "label": "main.ts", + "file_type": "code", + "source_file": "backend/src/main.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_main", + "community": 35, + "community_name": "main.ts", + "norm_label": "main.ts" + }, + { + "label": "app-audit-verification.e2e-spec.ts", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec", + "community": 35, + "community_name": "main.ts", + "norm_label": "app-audit-verification.e2e-spec.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "community": 36, + "community_name": "B2BService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_apioperation", + "community": 36, + "community_name": "B2BService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_apitags", + "community": 36, + "community_name": "B2BService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_body", + "community": 36, + "community_name": "B2BService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_controller", + "community": 36, + "community_name": "B2BService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_get", + "community": 36, + "community_name": "B2BService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_param", + "community": 36, + "community_name": "B2BService", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_post", + "community": 36, + "community_name": "B2BService", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_put", + "community": 36, + "community_name": "B2BService", + "norm_label": "put" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_req", + "community": 36, + "community_name": "B2BService", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_useguards", + "community": 36, + "community_name": "B2BService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_ts_injectable", + "community": 36, + "community_name": "B2BService", + "norm_label": "injectable" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_service_ts_injectable", + "community": 37, + "community_name": "ZibalService", + "norm_label": "injectable" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_zibal_service_ts_injectable", + "community": 37, + "community_name": "ZibalService", + "norm_label": "injectable" + }, + { + "label": "04-setup-and-deployment.md", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_04_setup_and_deployment", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "04-setup-and-deployment.md" + }, + { + "label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L13", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f" + }, + { + "label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f" + }, + { + "label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 PM2", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L48", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 pm2" + }, + { + "label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L52", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:" + }, + { + "label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f Next.js:", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L58", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f next.js:" + }, + { + "label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (Building)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L36", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (building)" + }, + { + "label": "\u0630\u062e\u06cc\u0631\u0647 \u067e\u0631\u0648\u0633\u0647\u200c\u0647\u0627 \u062a\u0627 \u067e\u0633 \u0627\u0632 \u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0646\u0634\u0648\u0646\u062f:", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L64", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0630\u062e\u06cc\u0631\u0647 \u067e\u0631\u0648\u0633\u0647\u200c\u0647\u0627 \u062a\u0627 \u067e\u0633 \u0627\u0632 \u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0646\u0634\u0648\u0646\u062f:" + }, + { + "label": "\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u06cc\u0633\u062a\u0645 (Setup & Deployment)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u06cc\u0633\u062a\u0645 (setup & deployment)" + }, + { + "label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af Nginx", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L78", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af nginx" + }, + { + "label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L9", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627" + }, + { + "label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (Development Mode)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L5", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (development mode)" + }, + { + "label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (Production Deployment)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (production deployment)" + }, + { + "label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a Nginx (Reverse Proxy)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L72", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a nginx (reverse proxy)" + }, + { + "label": "05-devops-and-monitoring.md", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "05-devops-and-monitoring.md" + }, + { + "label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (DevOps & Monitoring)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (devops & monitoring)" + }, + { + "label": "\u06f1. \u0641\u0631\u0622\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (CI/CD)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L5", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f1. \u0641\u0631\u0627\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (ci/cd)" + }, + { + "label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (PM2 Dashboard)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L12", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (pm2 dashboard)" + }, + { + "label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (Logs Management)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (logs management)" + }, + { + "label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (PostgreSQL)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L39", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (postgresql)" + }, + { + "label": "06-testing.md", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_06_testing", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "06-testing.md" + }, + { + "label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (software testing)" + }, + { + "label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 Backend (Unit Testing)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L5", + "_origin": "ast", + "id": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 backend (unit testing)" + }, + { + "label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc End-to-End \u062f\u0631 Backend (E2E Testing)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L17", + "_origin": "ast", + "id": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc end-to-end \u062f\u0631 backend (e2e testing)" + }, + { + "label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc UI \u062f\u0631 Frontend (Component Testing)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc ui \u062f\u0631 frontend (component testing)" + }, + { + "label": "\u06f4. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0633\u06cc\u0633\u062a\u0645\u06cc \u062f\u0631 Frontend (E2E Frontend - Playwright / Cypress)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L35", + "_origin": "ast", + "id": "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f4. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0633\u06cc\u0633\u062a\u0645\u06cc \u062f\u0631 frontend (e2e frontend - playwright / cypress)" + }, + { + "label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (Manual QA Checklist)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L38", + "_origin": "ast", + "id": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (manual qa checklist)" + }, + { + "label": "docs/README.md", + "file_type": "document", + "source_file": "docs/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_readme", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "docs/readme.md" + }, + { + "label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (Table of Contents)", + "file_type": "document", + "source_file": "docs/README.md", + "source_location": "L7", + "_origin": "ast", + "id": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents", + "community": 38, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (table of contents)" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_apibearerauth", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_apioperation", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_apiquery", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_apitags", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_body", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_controller", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_delete", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_get", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_param", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_post", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_put", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_query", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_useguards", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_service_ts_injectable", + "community": 39, + "community_name": "CategoriesController", + "norm_label": "injectable" + }, + { + "label": "admin.module.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_module", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "admin.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_module_ts_module", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "module" + }, + { + "label": "admin/blogs.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "admin/blogs.controller.ts" + }, + { + "label": "admin/blogs.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_blogs_service", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "admin/blogs.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_service_ts_injectable", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "injectable" + }, + { + "label": "categories.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_categories_controller", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "categories.controller.ts" + }, + { + "label": "categories.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_categories_service", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "categories.service.ts" + }, + { + "label": "media.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_media_controller", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "media.controller.ts" + }, + { + "label": "media.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_media_service", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "media.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_service_ts_injectable", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "injectable" + }, + { + "label": "reports.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_reports_controller", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "reports.controller.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_apibearerauth", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_apioperation", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_apitags", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_controller", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_get", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "get" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_useguards", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "useguards" + }, + { + "label": "reports.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_reports_service", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "reports.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_service_ts_injectable", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "injectable" + }, + { + "label": "ssl.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_ssl_service", + "community": 4, + "community_name": "admin.module.ts", + "norm_label": "ssl.service.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_apibearerauth", + "community": 40, + "community_name": "MediaController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_apioperation", + "community": 40, + "community_name": "MediaController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_apitags", + "community": 40, + "community_name": "MediaController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_body", + "community": 40, + "community_name": "MediaController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_controller", + "community": 40, + "community_name": "MediaController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_delete", + "community": 40, + "community_name": "MediaController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_get", + "community": 40, + "community_name": "MediaController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_param", + "community": 40, + "community_name": "MediaController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_post", + "community": 40, + "community_name": "MediaController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_put", + "community": 40, + "community_name": "MediaController", + "norm_label": "put" + }, + { + "label": "UploadedFile", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_uploadedfile", + "community": 40, + "community_name": "MediaController", + "norm_label": "uploadedfile" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_useguards", + "community": 40, + "community_name": "MediaController", + "norm_label": "useguards" + }, + { + "label": "UseInterceptors", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_useinterceptors", + "community": 40, + "community_name": "MediaController", + "norm_label": "useinterceptors" + }, + { + "label": ".antigravity/workflows/graphify.md", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L1", + "_origin": "ast", + "id": "antigravity_workflows_graphify", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": ".antigravity/workflows/graphify.md" + }, + { + "label": "For /graphify add and --watch", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L719", + "_origin": "ast", + "id": "antigravity_workflows_graphify_for_graphify_add_and_watch", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "for /graphify add and --watch" + }, + { + "label": "For /graphify query", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L707", + "_origin": "ast", + "id": "antigravity_workflows_graphify_for_graphify_query", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "for /graphify query" + }, + { + "label": "For the commit hook and native CLAUDE.md integration", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L725", + "_origin": "ast", + "id": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "for the commit hook and native claude.md integration" + }, + { + "label": "For --update and --cluster-only", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L701", + "_origin": "ast", + "id": "antigravity_workflows_graphify_for_update_and_cluster_only", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "for --update and --cluster-only" + }, + { + "label": "/graphify", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L6", + "_origin": "ast", + "id": "antigravity_workflows_graphify_graphify", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "/graphify" + }, + { + "label": "Honesty Rules", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L744", + "_origin": "ast", + "id": "antigravity_workflows_graphify_honesty_rules", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "honesty rules" + }, + { + "label": "Interpreter guard for subcommands", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L681", + "_origin": "ast", + "id": "antigravity_workflows_graphify_interpreter_guard_for_subcommands", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "interpreter guard for subcommands" + }, + { + "label": "Part A - Structural extraction for code files", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L192", + "_origin": "ast", + "id": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "part a - structural extraction for code files" + }, + { + "label": "Part B - Semantic extraction (parallel subagents)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L218", + "_origin": "ast", + "id": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "part b - semantic extraction (parallel subagents)" + }, + { + "label": "Part C - Merge AST + semantic into final extraction", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L381", + "_origin": "ast", + "id": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "part c - merge ast + semantic into final extraction" + }, + { + "label": "PowerShell 5.1: Vertical scrolling stops working", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L733", + "_origin": "ast", + "id": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "powershell 5.1: vertical scrolling stops working" + }, + { + "label": "Step 0 - GitHub repos and multi-path merge (only if a URL or several paths)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L61", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)" + }, + { + "label": "Step 1 - Ensure graphify is installed", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L65", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 1 - ensure graphify is installed" + }, + { + "label": "Step 2.5 - Video and audio (only if video files detected)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L169", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 2.5 - video and audio (only if video files detected)" + }, + { + "label": "Step 2 - Detect files", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L129", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_2_detect_files", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 2 - detect files" + }, + { + "label": "Step 3 - Extract entities and relationships", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L173", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 3 - extract entities and relationships" + }, + { + "label": "Step 4.5 - Graph health check (read-only integrity gate)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L478", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 4.5 - graph health check (read-only integrity gate)" + }, + { + "label": "Step 4 - Build graph, cluster, analyze, generate outputs", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L415", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 4 - build graph, cluster, analyze, generate outputs" + }, + { + "label": "Step 5 - Label communities", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L504", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_5_label_communities", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 5 - label communities" + }, + { + "label": "Step 6 - Generate Obsidian vault (opt-in) + HTML", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L553", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 6 - generate obsidian vault (opt-in) + html" + }, + { + "label": "Step 9 - Save manifest, update cost tracker, clean up, and report", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L579", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 9 - save manifest, update cost tracker, clean up, and report" + }, + { + "label": "Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L573", + "_origin": "ast", + "id": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)" + }, + { + "label": "Troubleshooting", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L731", + "_origin": "ast", + "id": "antigravity_workflows_graphify_troubleshooting", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "troubleshooting" + }, + { + "label": "Usage", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L10", + "_origin": "ast", + "id": "antigravity_workflows_graphify_usage", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "usage" + }, + { + "label": "What graphify is for", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L45", + "_origin": "ast", + "id": "antigravity_workflows_graphify_what_graphify_is_for", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "what graphify is for" + }, + { + "label": "What You Must Do When Invoked", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L49", + "_origin": "ast", + "id": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "community": 41, + "community_name": "What You Must Do When Invoked", + "norm_label": "what you must do when invoked" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_apibearerauth", + "community": 42, + "community_name": "SslController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_apioperation", + "community": 42, + "community_name": "SslController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_apitags", + "community": 42, + "community_name": "SslController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_body", + "community": 42, + "community_name": "SslController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_controller", + "community": 42, + "community_name": "SslController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_get", + "community": 42, + "community_name": "SslController", + "norm_label": "get" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_post", + "community": 42, + "community_name": "SslController", + "norm_label": "post" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_query", + "community": 42, + "community_name": "SslController", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_useguards", + "community": 42, + "community_name": "SslController", + "norm_label": "useguards" + }, + { + "label": "UseInterceptors", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_useinterceptors", + "community": 42, + "community_name": "SslController", + "norm_label": "useinterceptors" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_service_ts_injectable", + "community": 42, + "community_name": "SslController", + "norm_label": "injectable" + }, + { + "label": "UploadedFiles", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "uploadedfiles", + "community": 42, + "community_name": "SslController", + "norm_label": "uploadedfiles" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_apibearerauth", + "community": 43, + "community_name": "BannersService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_apioperation", + "community": 43, + "community_name": "BannersService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_apitags", + "community": 43, + "community_name": "BannersService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_body", + "community": 43, + "community_name": "BannersService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_controller", + "community": 43, + "community_name": "BannersService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_delete", + "community": 43, + "community_name": "BannersService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_get", + "community": 43, + "community_name": "BannersService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_param", + "community": 43, + "community_name": "BannersService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_patch", + "community": 43, + "community_name": "BannersService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_post", + "community": 43, + "community_name": "BannersService", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_put", + "community": 43, + "community_name": "BannersService", + "norm_label": "put" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_useguards", + "community": 43, + "community_name": "BannersService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_service_ts_injectable", + "community": 43, + "community_name": "BannersService", + "norm_label": "injectable" + }, + { + "label": "SKILL.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_skill", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "skill.md" + }, + { + "label": "For /graphify add and --watch", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L719", + "_origin": "ast", + "id": "claude_skills_graphify_skill_for_graphify_add_and_watch", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "for /graphify add and --watch" + }, + { + "label": "For /graphify query", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L707", + "_origin": "ast", + "id": "claude_skills_graphify_skill_for_graphify_query", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "for /graphify query" + }, + { + "label": "For the commit hook and native CLAUDE.md integration", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L725", + "_origin": "ast", + "id": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "for the commit hook and native claude.md integration" + }, + { + "label": "For --update and --cluster-only", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L701", + "_origin": "ast", + "id": "claude_skills_graphify_skill_for_update_and_cluster_only", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "for --update and --cluster-only" + }, + { + "label": "/graphify", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L6", + "_origin": "ast", + "id": "claude_skills_graphify_skill_graphify", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "/graphify" + }, + { + "label": "Honesty Rules", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L744", + "_origin": "ast", + "id": "claude_skills_graphify_skill_honesty_rules", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "honesty rules" + }, + { + "label": "Interpreter guard for subcommands", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L681", + "_origin": "ast", + "id": "claude_skills_graphify_skill_interpreter_guard_for_subcommands", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "interpreter guard for subcommands" + }, + { + "label": "Part A - Structural extraction for code files", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L192", + "_origin": "ast", + "id": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "part a - structural extraction for code files" + }, + { + "label": "Part B - Semantic extraction (parallel subagents)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L218", + "_origin": "ast", + "id": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "part b - semantic extraction (parallel subagents)" + }, + { + "label": "Part C - Merge AST + semantic into final extraction", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L381", + "_origin": "ast", + "id": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "part c - merge ast + semantic into final extraction" + }, + { + "label": "PowerShell 5.1: Vertical scrolling stops working", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L733", + "_origin": "ast", + "id": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "powershell 5.1: vertical scrolling stops working" + }, + { + "label": "Step 0 - GitHub repos and multi-path merge (only if a URL or several paths)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L61", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)" + }, + { + "label": "Step 1 - Ensure graphify is installed", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L65", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 1 - ensure graphify is installed" + }, + { + "label": "Step 2.5 - Video and audio (only if video files detected)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L169", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 2.5 - video and audio (only if video files detected)" + }, + { + "label": "Step 2 - Detect files", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L129", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_2_detect_files", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 2 - detect files" + }, + { + "label": "Step 3 - Extract entities and relationships", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L173", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 3 - extract entities and relationships" + }, + { + "label": "Step 4.5 - Graph health check (read-only integrity gate)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L478", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 4.5 - graph health check (read-only integrity gate)" + }, + { + "label": "Step 4 - Build graph, cluster, analyze, generate outputs", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L415", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 4 - build graph, cluster, analyze, generate outputs" + }, + { + "label": "Step 5 - Label communities", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L504", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_5_label_communities", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 5 - label communities" + }, + { + "label": "Step 6 - Generate Obsidian vault (opt-in) + HTML", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L553", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 6 - generate obsidian vault (opt-in) + html" + }, + { + "label": "Step 9 - Save manifest, update cost tracker, clean up, and report", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L579", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 9 - save manifest, update cost tracker, clean up, and report" + }, + { + "label": "Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L573", + "_origin": "ast", + "id": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)" + }, + { + "label": "Troubleshooting", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L731", + "_origin": "ast", + "id": "claude_skills_graphify_skill_troubleshooting", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "troubleshooting" + }, + { + "label": "Usage", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L10", + "_origin": "ast", + "id": "claude_skills_graphify_skill_usage", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "usage" + }, + { + "label": "What graphify is for", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L45", + "_origin": "ast", + "id": "claude_skills_graphify_skill_what_graphify_is_for", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "what graphify is for" + }, + { + "label": "What You Must Do When Invoked", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L49", + "_origin": "ast", + "id": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "community": 44, + "community_name": "What You Must Do When Invoked", + "norm_label": "what you must do when invoked" + }, + { + "label": "Badge.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "badge.tsx" + }, + { + "label": "variantStyles", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge_variantstyles", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "variantstyles" + }, + { + "label": "ImagePreviewModal.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "imagepreviewmodal.tsx" + }, + { + "label": "ToggleSwitch.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_toggleswitch", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "toggleswitch.tsx" + }, + { + "label": "PrescriptionsManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_prescriptionsmanager", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "prescriptionsmanager.tsx" + }, + { + "label": "UITexts.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "uitexts.tsx" + }, + { + "label": "GROUP_PAGE_MAP", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L112", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_group_page_map", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "group_page_map" + }, + { + "label": "GROUPS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L18", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_groups", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "groups" + }, + { + "label": "KEY_LABELS_FA", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L80", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_key_labels_fa", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "key_labels_fa" + }, + { + "label": "PAGE_TABS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L9", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_page_tabs", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "page_tabs" }, { "label": "PrescriptionsManager", @@ -29909,9 +30247,10 @@ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "source_location": "L31", "_origin": "ast", - "community": 47, - "norm_label": "prescriptionsmanager", - "id": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager" + "id": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "prescriptionsmanager" }, { "label": "UITexts", @@ -29919,9 +30258,10 @@ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "source_location": "L21", "_origin": "ast", - "community": 47, - "norm_label": "uitexts", - "id": "frontend_admin_panel_src_routes_adminroutes_uitexts" + "id": "frontend_admin_panel_src_routes_adminroutes_uitexts", + "community": 45, + "community_name": "UITexts.tsx", + "norm_label": "uitexts" }, { "label": "ApiBearerAuth", @@ -29929,10 +30269,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "apibearerauth", - "id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth" + "id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "apibearerauth" }, { "label": "ApiOperation", @@ -29940,10 +30280,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "apioperation", - "id": "backend_src_ingredients_ingredients_controller_ts_apioperation" + "id": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "apioperation" }, { "label": "ApiTags", @@ -29951,10 +30291,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "apitags", - "id": "backend_src_ingredients_ingredients_controller_ts_apitags" + "id": "backend_src_ingredients_ingredients_controller_ts_apitags", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "apitags" }, { "label": "Body", @@ -29962,10 +30302,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "body", - "id": "backend_src_ingredients_ingredients_controller_ts_body" + "id": "backend_src_ingredients_ingredients_controller_ts_body", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "body" }, { "label": "Controller", @@ -29973,10 +30313,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "controller", - "id": "backend_src_ingredients_ingredients_controller_ts_controller" + "id": "backend_src_ingredients_ingredients_controller_ts_controller", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "controller" }, { "label": "Delete", @@ -29984,10 +30324,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "delete", - "id": "backend_src_ingredients_ingredients_controller_ts_delete" + "id": "backend_src_ingredients_ingredients_controller_ts_delete", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "delete" }, { "label": "Get", @@ -29995,10 +30335,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "get", - "id": "backend_src_ingredients_ingredients_controller_ts_get" + "id": "backend_src_ingredients_ingredients_controller_ts_get", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "get" }, { "label": "Param", @@ -30006,10 +30346,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "param", - "id": "backend_src_ingredients_ingredients_controller_ts_param" + "id": "backend_src_ingredients_ingredients_controller_ts_param", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "param" }, { "label": "Patch", @@ -30017,10 +30357,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "patch", - "id": "backend_src_ingredients_ingredients_controller_ts_patch" + "id": "backend_src_ingredients_ingredients_controller_ts_patch", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "patch" }, { "label": "Post", @@ -30028,10 +30368,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "post", - "id": "backend_src_ingredients_ingredients_controller_ts_post" + "id": "backend_src_ingredients_ingredients_controller_ts_post", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "post" }, { "label": "UseGuards", @@ -30039,10 +30379,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "useguards", - "id": "backend_src_ingredients_ingredients_controller_ts_useguards" + "id": "backend_src_ingredients_ingredients_controller_ts_useguards", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "useguards" }, { "label": "Injectable", @@ -30050,10 +30390,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 48, - "community_name": "Ingredient Management Controller", - "norm_label": "injectable", - "id": "backend_src_ingredients_ingredients_service_ts_injectable" + "id": "backend_src_ingredients_ingredients_service_ts_injectable", + "community": 46, + "community_name": "IngredientsService", + "norm_label": "injectable" }, { "label": "ApiNotFoundResponse", @@ -30061,10 +30401,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "community": 47, "community_name": ".update", - "norm_label": "apinotfoundresponse", - "id": "backend_src_pets_pets_controller_ts_apinotfoundresponse" + "norm_label": "apinotfoundresponse" }, { "label": "ApiOkResponse", @@ -30072,10 +30412,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_apiokresponse", + "community": 47, "community_name": ".update", - "norm_label": "apiokresponse", - "id": "backend_src_pets_pets_controller_ts_apiokresponse" + "norm_label": "apiokresponse" }, { "label": "ApiOperation", @@ -30083,10 +30423,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_apioperation", + "community": 47, "community_name": ".update", - "norm_label": "apioperation", - "id": "backend_src_pets_pets_controller_ts_apioperation" + "norm_label": "apioperation" }, { "label": "Body", @@ -30094,10 +30434,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_body", + "community": 47, "community_name": ".update", - "norm_label": "body", - "id": "backend_src_pets_pets_controller_ts_body" + "norm_label": "body" }, { "label": "Delete", @@ -30105,10 +30445,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_delete", + "community": 47, "community_name": ".update", - "norm_label": "delete", - "id": "backend_src_pets_pets_controller_ts_delete" + "norm_label": "delete" }, { "label": "Get", @@ -30116,10 +30456,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_get", + "community": 47, "community_name": ".update", - "norm_label": "get", - "id": "backend_src_pets_pets_controller_ts_get" + "norm_label": "get" }, { "label": "Param", @@ -30127,10 +30467,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_param", + "community": 47, "community_name": ".update", - "norm_label": "param", - "id": "backend_src_pets_pets_controller_ts_param" + "norm_label": "param" }, { "label": "Patch", @@ -30138,10 +30478,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_patch", + "community": 47, "community_name": ".update", - "norm_label": "patch", - "id": "backend_src_pets_pets_controller_ts_patch" + "norm_label": "patch" }, { "label": "Post", @@ -30149,10 +30489,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_post", + "community": 47, "community_name": ".update", - "norm_label": "post", - "id": "backend_src_pets_pets_controller_ts_post" + "norm_label": "post" }, { "label": "Query", @@ -30160,10 +30500,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_query", + "community": 47, "community_name": ".update", - "norm_label": "query", - "id": "backend_src_pets_pets_controller_ts_query" + "norm_label": "query" }, { "label": "Req", @@ -30171,548 +30511,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 49, + "id": "backend_src_pets_pets_controller_ts_req", + "community": 47, "community_name": ".update", - "norm_label": "req", - "id": "backend_src_pets_pets_controller_ts_req" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 49, - "community_name": "PetsController", - "norm_label": "apibearerauth", - "id": "backend_src_pets_pets_controller_ts_apibearerauth" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 49, - "community_name": "PetsController", - "norm_label": "apitags", - "id": "backend_src_pets_pets_controller_ts_apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 49, - "community_name": "PetsController", - "norm_label": "controller", - "id": "backend_src_pets_pets_controller_ts_controller" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 49, - "community_name": "PetsController", - "norm_label": "useguards", - "id": "backend_src_pets_pets_controller_ts_useguards" - }, - { - "label": "auth.controller.spec.ts", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "auth.controller.spec.ts", - "id": "backend_src_auth_auth_controller_spec" - }, - { - "label": "ApiBadRequestResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "apibadrequestresponse", - "id": "backend_src_auth_auth_controller_ts_apibadrequestresponse" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "apibearerauth", - "id": "backend_src_auth_auth_controller_ts_apibearerauth" - }, - { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "apiokresponse", - "id": "backend_src_auth_auth_controller_ts_apiokresponse" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "apioperation", - "id": "backend_src_auth_auth_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "apitags", - "id": "backend_src_auth_auth_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "body", - "id": "backend_src_auth_auth_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "controller", - "id": "backend_src_auth_auth_controller_ts_controller" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "post", - "id": "backend_src_auth_auth_controller_ts_post" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "req", - "id": "backend_src_auth_auth_controller_ts_req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "useguards", - "id": "backend_src_auth_auth_controller_ts_useguards" - }, - { - "label": "HttpCode", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "AuthController", - "norm_label": "httpcode", - "id": "httpcode" - }, - { - "label": "verify-otp.dto.ts", - "file_type": "code", - "source_file": "backend/src/auth/dto/verify-otp.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 5, - "community_name": "VerifyOtpDto", - "norm_label": "verify-otp.dto.ts", - "id": "backend_src_auth_dto_verify_otp_dto" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "VerifyOtpDto", - "norm_label": "apiproperty", - "id": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "VerifyOtpDto", - "norm_label": "isnotempty", - "id": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "VerifyOtpDto", - "norm_label": "isstring", - "id": "backend_src_auth_dto_verify_otp_dto_ts_isstring" - }, - { - "label": "Matches", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "VerifyOtpDto", - "norm_label": "matches", - "id": "backend_src_auth_dto_verify_otp_dto_ts_matches" - }, - { - "label": "Length", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "VerifyOtpDto", - "norm_label": "length", - "id": "length" - }, - { - "label": "admin-login.dto.ts", - "file_type": "code", - "source_file": "backend/src/auth/dto/admin-login.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "admin-login.dto.ts", - "id": "backend_src_auth_dto_admin_login_dto" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "apiproperty", - "id": "backend_src_auth_dto_admin_login_dto_ts_apiproperty" - }, - { - "label": "IsEmail", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isemail", - "id": "backend_src_auth_dto_admin_login_dto_ts_isemail" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isnotempty", - "id": "backend_src_auth_dto_admin_login_dto_ts_isnotempty" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isstring", - "id": "backend_src_auth_dto_admin_login_dto_ts_isstring" - }, - { - "label": "MinLength", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "minlength", - "id": "backend_src_auth_dto_admin_login_dto_ts_minlength" - }, - { - "label": "login.dto.ts", - "file_type": "code", - "source_file": "backend/src/auth/dto/login.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "login.dto.ts", - "id": "backend_src_auth_dto_login_dto" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "apiproperty", - "id": "backend_src_auth_dto_login_dto_ts_apiproperty" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isnotempty", - "id": "backend_src_auth_dto_login_dto_ts_isnotempty" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isstring", - "id": "backend_src_auth_dto_login_dto_ts_isstring" - }, - { - "label": "MinLength", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "minlength", - "id": "backend_src_auth_dto_login_dto_ts_minlength" - }, - { - "label": "register.dto.ts", - "file_type": "code", - "source_file": "backend/src/auth/dto/register.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "register.dto.ts", - "id": "backend_src_auth_dto_register_dto" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "apiproperty", - "id": "backend_src_auth_dto_register_dto_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "apipropertyoptional", - "id": "backend_src_auth_dto_register_dto_ts_apipropertyoptional" - }, - { - "label": "IsEmail", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isemail", - "id": "backend_src_auth_dto_register_dto_ts_isemail" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isnotempty", - "id": "backend_src_auth_dto_register_dto_ts_isnotempty" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isoptional", - "id": "backend_src_auth_dto_register_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "isstring", - "id": "backend_src_auth_dto_register_dto_ts_isstring" - }, - { - "label": "MinLength", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.controller.ts", - "norm_label": "minlength", - "id": "backend_src_auth_dto_register_dto_ts_minlength" - }, - { - "label": "send-otp.dto.ts", - "file_type": "code", - "source_file": "backend/src/auth/dto/send-otp.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 5, - "community_name": "auth.service.ts", - "norm_label": "send-otp.dto.ts", - "id": "backend_src_auth_dto_send_otp_dto" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.service.ts", - "norm_label": "apiproperty", - "id": "backend_src_auth_dto_send_otp_dto_ts_apiproperty" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.service.ts", - "norm_label": "isnotempty", - "id": "backend_src_auth_dto_send_otp_dto_ts_isnotempty" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.service.ts", - "norm_label": "isstring", - "id": "backend_src_auth_dto_send_otp_dto_ts_isstring" - }, - { - "label": "Matches", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 5, - "community_name": "auth.service.ts", - "norm_label": "matches", - "id": "backend_src_auth_dto_send_otp_dto_ts_matches" - }, - { - "label": "auth.controller.ts", - "file_type": "code", - "source_file": "backend/src/auth/auth.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 5, - "norm_label": "auth.controller.ts", - "id": "backend_src_auth_auth_controller" - }, - { - "label": "Hero.test.tsx", - "file_type": "code", - "source_file": "frontend/application/components/__tests__/Hero.test.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "hero.test.tsx", - "id": "frontend_application_components_tests_hero_test" - }, - { - "label": "types.ts", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L1", - "_origin": "ast", - "community": 50, - "community_name": "ArchivePage.tsx", - "norm_label": "types.ts", - "id": "frontend_application_lib_types" + "norm_label": "req" }, { "label": "HomeClient.tsx", @@ -30720,9 +30522,10 @@ "source_file": "frontend/application/app/HomeClient.tsx", "source_location": "L1", "_origin": "ast", - "community": 50, - "norm_label": "homeclient.tsx", - "id": "frontend_application_app_homeclient" + "id": "frontend_application_app_homeclient", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "homeclient.tsx" }, { "label": "app/page.tsx", @@ -30730,9 +30533,10 @@ "source_file": "frontend/application/app/page.tsx", "source_location": "L1", "_origin": "ast", - "community": 50, - "norm_label": "app/page.tsx", - "id": "frontend_application_app_page" + "id": "frontend_application_app_page", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "app/page.tsx" }, { "label": "metadata", @@ -30740,9 +30544,10 @@ "source_file": "frontend/application/app/page.tsx", "source_location": "L4", "_origin": "ast", - "community": 50, - "norm_label": "metadata", - "id": "frontend_application_app_page_metadata" + "id": "frontend_application_app_page_metadata", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "metadata" }, { "label": "BannerPlacement.tsx", @@ -30750,19 +30555,21 @@ "source_file": "frontend/application/components/BannerPlacement.tsx", "source_location": "L1", "_origin": "ast", - "community": 50, - "norm_label": "bannerplacement.tsx", - "id": "frontend_application_components_bannerplacement" + "id": "frontend_application_components_bannerplacement", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "bannerplacement.tsx" }, { - "label": "Hero.tsx", + "label": "types.ts", "file_type": "code", - "source_file": "frontend/application/components/Hero.tsx", + "source_file": "frontend/application/lib/types.ts", "source_location": "L1", "_origin": "ast", - "community": 50, - "norm_label": "hero.tsx", - "id": "frontend_application_components_hero" + "id": "frontend_application_lib_types", + "community": 48, + "community_name": "HomeClient.tsx", + "norm_label": "types.ts" }, { "label": "ApiBearerAuth", @@ -30770,10 +30577,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "apibearerauth", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "apibearerauth" }, { "label": "ApiOperation", @@ -30781,10 +30588,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "apioperation", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "apioperation" }, { "label": "ApiTags", @@ -30792,10 +30599,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "apitags", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "apitags" }, { "label": "Body", @@ -30803,10 +30610,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "body", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_body" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "body" }, { "label": "Controller", @@ -30814,10 +30621,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "controller", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_controller" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_controller", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "controller" }, { "label": "Delete", @@ -30825,10 +30632,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "delete", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_delete" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_delete", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "delete" }, { "label": "Get", @@ -30836,10 +30643,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "get", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_get" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_get", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "get" }, { "label": "Param", @@ -30847,10 +30654,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "param", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_param" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "param" }, { "label": "Patch", @@ -30858,10 +30665,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "patch", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_patch" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_patch", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "patch" }, { "label": "Post", @@ -30869,10 +30676,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "post", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_post" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_post", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "post" }, { "label": "UseGuards", @@ -30880,10 +30687,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "useguards", - "id": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards" + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "useguards" }, { "label": "Injectable", @@ -30891,1593 +30698,32 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 51, - "community_name": "Smart Advisor Controller", - "norm_label": "injectable", - "id": "backend_src_smart_advisor_smart_advisor_service_ts_injectable" + "id": "backend_src_smart_advisor_smart_advisor_service_ts_injectable", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "injectable" }, { - "label": "ApiBearerAuth", + "label": "auth.controller.ts", "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "apibearerauth", - "id": "backend_src_testimonials_testimonials_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "apioperation", - "id": "backend_src_testimonials_testimonials_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "apitags", - "id": "backend_src_testimonials_testimonials_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "body", - "id": "backend_src_testimonials_testimonials_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "controller", - "id": "backend_src_testimonials_testimonials_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "delete", - "id": "backend_src_testimonials_testimonials_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "get", - "id": "backend_src_testimonials_testimonials_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "param", - "id": "backend_src_testimonials_testimonials_controller_ts_param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "patch", - "id": "backend_src_testimonials_testimonials_controller_ts_patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "post", - "id": "backend_src_testimonials_testimonials_controller_ts_post" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "useguards", - "id": "backend_src_testimonials_testimonials_controller_ts_useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 52, - "community_name": "Testimonials Management Controller", - "norm_label": "injectable", - "id": "backend_src_testimonials_testimonials_service_ts_injectable" - }, - { - "label": "12_seo_content.md", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", + "source_file": "backend/src/auth/auth.controller.ts", "source_location": "L1", "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "12_seo_content.md", - "id": "ai_agency_agents_12_seo_content" + "id": "backend_src_auth_auth_controller", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "auth.controller.ts" }, { - "label": "CREATE MODE \u2014 Normal Operation", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L101", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "create mode \u2014 normal operation", - "id": "ai_agency_agents_12_seo_content_create_mode_normal_operation" - }, - { - "label": "Expected JSON Output Schema", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L259", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_12_seo_content_expected_json_output_schema" - }, - { - "label": "File Scope Boundary", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L238", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "file scope boundary", - "id": "ai_agency_agents_12_seo_content_file_scope_boundary" - }, - { - "label": "Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L231", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "forbidden actions", - "id": "ai_agency_agents_12_seo_content_forbidden_actions" - }, - { - "label": "MODE 1: REVIEW (called during Review Phase)", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L116", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "mode 1: review (called during review phase)", - "id": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase" - }, - { - "label": "MODE 2: CONTENT CREATION (standalone task from backlog)", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L160", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "mode 2: content creation (standalone task from backlog)", - "id": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog" - }, - { - "label": "Operating Modes", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L114", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "operating modes", - "id": "ai_agency_agents_12_seo_content_operating_modes" - }, - { - "label": "Operational Rules & Boundaries", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L229", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_12_seo_content_operational_rules_boundaries" - }, - { - "label": "Output", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L63", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "output", - "id": "ai_agency_agents_12_seo_content_output" - }, - { - "label": "Required Output Artifacts", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L244", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "required output artifacts", - "id": "ai_agency_agents_12_seo_content_required_output_artifacts" - }, - { - "label": "\u2605 REVIEW MODE (called during Review Phase)", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L13", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "\u2605 review mode (called during review phase)", - "id": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase" - }, - { - "label": "Role & Core Objective", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", + "label": "auth.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.spec.ts", "source_location": "L1", "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "role & core objective", - "id": "ai_agency_agents_12_seo_content_role_core_objective" - }, - { - "label": "Step 1: Gather Resources", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L166", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "step 1: gather resources", - "id": "ai_agency_agents_12_seo_content_step_1_gather_resources" - }, - { - "label": "Step 2: SEO Strategy", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L179", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "step 2: seo strategy", - "id": "ai_agency_agents_12_seo_content_step_2_seo_strategy" - }, - { - "label": "Step 3: Content Hierarchy", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L188", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "step 3: content hierarchy", - "id": "ai_agency_agents_12_seo_content_step_3_content_hierarchy" - }, - { - "label": "Step 4: Structured Data (JSON-LD)", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L199", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "step 4: structured data (json-ld)", - "id": "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld" - }, - { - "label": "Step 5: Real Content Writing Standards", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L211", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "step 5: real content writing standards", - "id": "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards" - }, - { - "label": "Step 6: Image Alt Text", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L221", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "step 6: image alt text", - "id": "ai_agency_agents_12_seo_content_step_6_image_alt_text" - }, - { - "label": "Strict Input Specifications (What files to read)", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L103", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read" - }, - { - "label": "What You DO NOT Review", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L29", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "what you do not review", - "id": "ai_agency_agents_12_seo_content_what_you_do_not_review" - }, - { - "label": "What You Look For (SEO Expert Eyes Only)", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L32", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "what you look for (seo expert eyes only)", - "id": "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only" - }, - { - "label": "Your Domain \u2014 What You Review (ONLY these areas)", - "file_type": "document", - "source_file": ".ai_agency/agents/12_seo_content.md", - "source_location": "L17", - "_origin": "ast", - "community": 53, - "community_name": "Role & Core Objective", - "norm_label": "your domain \u2014 what you review (only these areas)", - "id": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "AdminService", - "norm_label": "apipropertyoptional", - "id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "AdminService", - "norm_label": "isoptional", - "id": "backend_src_admin_dto_admin_query_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "AdminService", - "norm_label": "isstring", - "id": "backend_src_admin_dto_admin_query_dto_ts_isstring" - }, - { - "label": "admin-query.dto.ts", - "file_type": "code", - "source_file": "backend/src/admin/dto/admin-query.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "admin-query.dto.ts", - "id": "backend_src_admin_dto_admin_query_dto" - }, - { - "label": "blogs/blogs.controller.ts", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "blogs/blogs.controller.ts", - "id": "backend_src_blogs_blogs_controller" - }, - { - "label": "blogs.module.ts", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "blogs.module.ts", - "id": "backend_src_blogs_blogs_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "module", - "id": "backend_src_blogs_blogs_module_ts_module" - }, - { - "label": "blogs/blogs.service.ts", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "blogs/blogs.service.ts", - "id": "backend_src_blogs_blogs_service" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "injectable", - "id": "backend_src_blogs_blogs_service_ts_injectable" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "apipropertyoptional", - "id": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional" - }, - { - "label": "IsEnum", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "isenum", - "id": "backend_src_common_dto_pagination_dto_ts_isenum" - }, - { - "label": "IsInt", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "isint", - "id": "backend_src_common_dto_pagination_dto_ts_isint" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "isoptional", - "id": "backend_src_common_dto_pagination_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "isstring", - "id": "backend_src_common_dto_pagination_dto_ts_isstring" - }, - { - "label": "Min", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "min", - "id": "backend_src_common_dto_pagination_dto_ts_min" - }, - { - "label": "Type", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 54, - "community_name": "PaginationDto", - "norm_label": "type", - "id": "backend_src_common_dto_pagination_dto_ts_type" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "body", - "id": "backend_src_contact_contact_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "controller", - "id": "backend_src_contact_contact_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "get", - "id": "backend_src_contact_contact_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "param", - "id": "backend_src_contact_contact_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "post", - "id": "backend_src_contact_contact_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "put", - "id": "backend_src_contact_contact_controller_ts_put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "query", - "id": "backend_src_contact_contact_controller_ts_query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "useguards", - "id": "backend_src_contact_contact_controller_ts_useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 55, - "community_name": "ContactService", - "norm_label": "injectable", - "id": "backend_src_contact_contact_service_ts_injectable" - }, - { - "label": "compilerOptions", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L2", - "_origin": "ast", - "community": 56, - "norm_label": "compileroptions", - "id": "backend_tsconfig_compileroptions" - }, - { - "label": "allowSyntheticDefaultImports", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L12", - "_origin": "ast", - "community": 56, - "norm_label": "allowsyntheticdefaultimports", - "id": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports" - }, - { - "label": "baseUrl", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L17", - "_origin": "ast", - "community": 56, - "norm_label": "baseurl", - "id": "backend_tsconfig_compileroptions_baseurl" - }, - { - "label": "declaration", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L8", - "_origin": "ast", - "community": 56, - "norm_label": "declaration", - "id": "backend_tsconfig_compileroptions_declaration" - }, - { - "label": "emitDecoratorMetadata", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L10", - "_origin": "ast", - "community": 56, - "norm_label": "emitdecoratormetadata", - "id": "backend_tsconfig_compileroptions_emitdecoratormetadata" - }, - { - "label": "esModuleInterop", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L6", - "_origin": "ast", - "community": 56, - "norm_label": "esmoduleinterop", - "id": "backend_tsconfig_compileroptions_esmoduleinterop" - }, - { - "label": "experimentalDecorators", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L11", - "_origin": "ast", - "community": 56, - "norm_label": "experimentaldecorators", - "id": "backend_tsconfig_compileroptions_experimentaldecorators" - }, - { - "label": "forceConsistentCasingInFileNames", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L21", - "_origin": "ast", - "community": 56, - "norm_label": "forceconsistentcasinginfilenames", - "id": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames" - }, - { - "label": "incremental", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L18", - "_origin": "ast", - "community": 56, - "norm_label": "incremental", - "id": "backend_tsconfig_compileroptions_incremental" - }, - { - "label": "isolatedModules", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L7", - "_origin": "ast", - "community": 56, - "norm_label": "isolatedmodules", - "id": "backend_tsconfig_compileroptions_isolatedmodules" - }, - { - "label": "module", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L3", - "_origin": "ast", - "community": 56, - "norm_label": "module", - "id": "backend_tsconfig_compileroptions_module" - }, - { - "label": "moduleResolution", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L4", - "_origin": "ast", - "community": 56, - "norm_label": "moduleresolution", - "id": "backend_tsconfig_compileroptions_moduleresolution" - }, - { - "label": "noFallthroughCasesInSwitch", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L24", - "_origin": "ast", - "community": 56, - "norm_label": "nofallthroughcasesinswitch", - "id": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch" - }, - { - "label": "noImplicitAny", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L22", - "_origin": "ast", - "community": 56, - "norm_label": "noimplicitany", - "id": "backend_tsconfig_compileroptions_noimplicitany" - }, - { - "label": "outDir", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L15", - "_origin": "ast", - "community": 56, - "norm_label": "outdir", - "id": "backend_tsconfig_compileroptions_outdir" - }, - { - "label": "removeComments", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L9", - "_origin": "ast", - "community": 56, - "norm_label": "removecomments", - "id": "backend_tsconfig_compileroptions_removecomments" - }, - { - "label": "resolvePackageJsonExports", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L5", - "_origin": "ast", - "community": 56, - "norm_label": "resolvepackagejsonexports", - "id": "backend_tsconfig_compileroptions_resolvepackagejsonexports" - }, - { - "label": "rootDir", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L16", - "_origin": "ast", - "community": 56, - "norm_label": "rootdir", - "id": "backend_tsconfig_compileroptions_rootdir" - }, - { - "label": "skipLibCheck", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L19", - "_origin": "ast", - "community": 56, - "norm_label": "skiplibcheck", - "id": "backend_tsconfig_compileroptions_skiplibcheck" - }, - { - "label": "sourceMap", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L14", - "_origin": "ast", - "community": 56, - "norm_label": "sourcemap", - "id": "backend_tsconfig_compileroptions_sourcemap" - }, - { - "label": "strictBindCallApply", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L23", - "_origin": "ast", - "community": 56, - "norm_label": "strictbindcallapply", - "id": "backend_tsconfig_compileroptions_strictbindcallapply" - }, - { - "label": "strictNullChecks", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L20", - "_origin": "ast", - "community": 56, - "norm_label": "strictnullchecks", - "id": "backend_tsconfig_compileroptions_strictnullchecks" - }, - { - "label": "target", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L13", - "_origin": "ast", - "community": 56, - "norm_label": "target", - "id": "backend_tsconfig_compileroptions_target" - }, - { - "label": "tsconfig.app.json", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L1", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "tsconfig.app.json", - "id": "frontend_admin_panel_tsconfig_app" - }, - { - "label": "compilerOptions", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L2", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "compileroptions", - "id": "frontend_admin_panel_tsconfig_app_compileroptions" - }, - { - "label": "allowImportingTsExtensions", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L12", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "allowimportingtsextensions", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions" - }, - { - "label": "erasableSyntaxOnly", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L21", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "erasablesyntaxonly", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly" - }, - { - "label": "jsx", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L16", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "jsx", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_jsx" - }, - { - "label": "lib", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L5", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "lib", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_lib" - }, - { - "label": "module", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L6", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "module", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_module" - }, - { - "label": "moduleDetection", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L14", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "moduledetection", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection" - }, - { - "label": "moduleResolution", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L11", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "moduleresolution", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution" - }, - { - "label": "noEmit", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L15", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "noemit", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_noemit" - }, - { - "label": "noFallthroughCasesInSwitch", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L22", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "nofallthroughcasesinswitch", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch" - }, - { - "label": "noUnusedLocals", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L19", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "nounusedlocals", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals" - }, - { - "label": "noUnusedParameters", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L20", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "nounusedparameters", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters" - }, - { - "label": "skipLibCheck", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L8", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "skiplibcheck", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck" - }, - { - "label": "target", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L4", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "target", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_target" - }, - { - "label": "tsBuildInfoFile", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L3", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "tsbuildinfofile", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile" - }, - { - "label": "types", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L7", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "types", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_types" - }, - { - "label": "verbatimModuleSyntax", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L13", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "verbatimmodulesyntax", - "id": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax" - }, - { - "label": "include", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L24", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "include", - "id": "frontend_admin_panel_tsconfig_app_include" - }, - { - "label": "DOM", - "file_type": "concept", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L5", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "dom", - "id": "frontend_admin_panel_tsconfig_app_json_ref_dom" - }, - { - "label": "ES2023", - "file_type": "concept", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L5", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "es2023", - "id": "frontend_admin_panel_tsconfig_app_json_ref_es2023" - }, - { - "label": "src", - "file_type": "concept", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L24", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "src", - "id": "frontend_admin_panel_tsconfig_app_json_ref_src" - }, - { - "label": "vite/client", - "file_type": "concept", - "source_file": "frontend/admin-panel/tsconfig.app.json", - "source_location": "L7", - "_origin": "ast", - "community": 57, - "community_name": "compilerOptions", - "norm_label": "vite/client", - "id": "ref_vite_client" - }, - { - "label": "dependencies", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L23", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "dependencies", - "id": "backend_package_dependencies" - }, - { - "label": "bcrypt", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L32", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "bcrypt", - "id": "backend_package_dependencies_bcrypt" - }, - { - "label": "class-transformer", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L34", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "class-transformer", - "id": "backend_package_dependencies_class_transformer" - }, - { - "label": "class-validator", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L35", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "class-validator", - "id": "backend_package_dependencies_class_validator" - }, - { - "label": "ioredis", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L37", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "ioredis", - "id": "backend_package_dependencies_ioredis" - }, - { - "label": "@nestjs/common", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L24", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "@nestjs/common", - "id": "backend_package_dependencies_nestjs_common" - }, - { - "label": "@nestjs/passport", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L27", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "@nestjs/passport", - "id": "backend_package_dependencies_nestjs_passport" - }, - { - "label": "@nestjs/platform-express", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L28", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "@nestjs/platform-express", - "id": "backend_package_dependencies_nestjs_platform_express" - }, - { - "label": "passport", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L39", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "passport", - "id": "backend_package_dependencies_passport" - }, - { - "label": "reflect-metadata", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L41", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "reflect-metadata", - "id": "backend_package_dependencies_reflect_metadata" - }, - { - "label": "rxjs", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L42", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "rxjs", - "id": "backend_package_dependencies_rxjs" - }, - { - "label": "bcrypt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L32", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "bcrypt", - "id": "bcrypt" - }, - { - "label": "class-transformer", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L34", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "class-transformer", - "id": "class_transformer" - }, - { - "label": "class-validator", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L35", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "class-validator", - "id": "class_validator" - }, - { - "label": "ioredis", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L37", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "ioredis", - "id": "ioredis" - }, - { - "label": "@nestjs/common", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L24", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "@nestjs/common", - "id": "nestjs_common" - }, - { - "label": "@nestjs/passport", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L27", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "@nestjs/passport", - "id": "nestjs_passport" - }, - { - "label": "@nestjs/platform-express", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L28", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "@nestjs/platform-express", - "id": "nestjs_platform_express" - }, - { - "label": "passport", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L39", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "passport", - "id": "passport" - }, - { - "label": "reflect-metadata", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L41", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "reflect-metadata", - "id": "reflect_metadata" - }, - { - "label": "rxjs", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L42", - "_origin": "ast", - "community": 58, - "community_name": "dependencies", - "norm_label": "rxjs", - "id": "rxjs" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "apibearerauth", - "id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "apioperation", - "id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "apitags", - "id": "backend_src_prescriptions_prescriptions_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "body", - "id": "backend_src_prescriptions_prescriptions_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "controller", - "id": "backend_src_prescriptions_prescriptions_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "get", - "id": "backend_src_prescriptions_prescriptions_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "param", - "id": "backend_src_prescriptions_prescriptions_controller_ts_param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "patch", - "id": "backend_src_prescriptions_prescriptions_controller_ts_patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "post", - "id": "backend_src_prescriptions_prescriptions_controller_ts_post" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "req", - "id": "backend_src_prescriptions_prescriptions_controller_ts_req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 59, - "community_name": "Prescription Review Controller", - "norm_label": "useguards", - "id": "backend_src_prescriptions_prescriptions_controller_ts_useguards" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apiproperty", - "id": "backend_src_orders_dto_create_order_dto_ts_apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apipropertyoptional", - "id": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional" - }, - { - "label": "IsArray", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "isarray", - "id": "backend_src_orders_dto_create_order_dto_ts_isarray" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "isnotempty", - "id": "backend_src_orders_dto_create_order_dto_ts_isnotempty" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "isnumber", - "id": "backend_src_orders_dto_create_order_dto_ts_isnumber" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "isoptional", - "id": "backend_src_orders_dto_create_order_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "isstring", - "id": "backend_src_orders_dto_create_order_dto_ts_isstring" - }, - { - "label": "Type", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "type", - "id": "backend_src_orders_dto_create_order_dto_ts_type" + "id": "backend_src_auth_auth_controller_spec", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "auth.controller.spec.ts" }, { "label": "ApiBadRequestResponse", @@ -32485,10 +30731,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apibadrequestresponse", - "id": "backend_src_orders_orders_controller_ts_apibadrequestresponse" + "id": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apibadrequestresponse" }, { "label": "ApiBearerAuth", @@ -32496,32 +30742,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apibearerauth", - "id": "backend_src_orders_orders_controller_ts_apibearerauth" - }, - { - "label": "ApiCreatedResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apicreatedresponse", - "id": "backend_src_orders_orders_controller_ts_apicreatedresponse" - }, - { - "label": "ApiNotFoundResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apinotfoundresponse", - "id": "backend_src_orders_orders_controller_ts_apinotfoundresponse" + "id": "backend_src_auth_auth_controller_ts_apibearerauth", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apibearerauth" }, { "label": "ApiOkResponse", @@ -32529,10 +30753,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apiokresponse", - "id": "backend_src_orders_orders_controller_ts_apiokresponse" + "id": "backend_src_auth_auth_controller_ts_apiokresponse", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apiokresponse" }, { "label": "ApiOperation", @@ -32540,10 +30764,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apioperation", - "id": "backend_src_orders_orders_controller_ts_apioperation" + "id": "backend_src_auth_auth_controller_ts_apioperation", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apioperation" }, { "label": "ApiTags", @@ -32551,10 +30775,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "apitags", - "id": "backend_src_orders_orders_controller_ts_apitags" + "id": "backend_src_auth_auth_controller_ts_apitags", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apitags" }, { "label": "Body", @@ -32562,10 +30786,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "body", - "id": "backend_src_orders_orders_controller_ts_body" + "id": "backend_src_auth_auth_controller_ts_body", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "body" }, { "label": "Controller", @@ -32573,32 +30797,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "controller", - "id": "backend_src_orders_orders_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "get", - "id": "backend_src_orders_orders_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "param", - "id": "backend_src_orders_orders_controller_ts_param" + "id": "backend_src_auth_auth_controller_ts_controller", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "controller" }, { "label": "Post", @@ -32606,21 +30808,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "post", - "id": "backend_src_orders_orders_controller_ts_post" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "query", - "id": "backend_src_orders_orders_controller_ts_query" + "id": "backend_src_auth_auth_controller_ts_post", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "post" }, { "label": "Req", @@ -32628,10 +30819,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "req", - "id": "backend_src_orders_orders_controller_ts_req" + "id": "backend_src_auth_auth_controller_ts_req", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "req" }, { "label": "UseGuards", @@ -32639,1376 +30830,32 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "useguards", - "id": "backend_src_orders_orders_controller_ts_useguards" + "id": "backend_src_auth_auth_controller_ts_useguards", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "useguards" }, { - "label": "Injectable", + "label": "auth.service.ts", "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "injectable", - "id": "backend_src_orders_orders_service_ts_injectable" - }, - { - "label": "ValidateNested", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "OrdersService", - "norm_label": "validatenested", - "id": "validatenested" - }, - { - "label": "create-order.dto.ts", - "file_type": "code", - "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_file": "backend/src/auth/auth.service.ts", "source_location": "L1", "_origin": "ast", - "community": 6, - "community_name": "PaginationDto", - "norm_label": "create-order.dto.ts", - "id": "backend_src_orders_dto_create_order_dto" + "id": "backend_src_auth_auth_service", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "auth.service.ts" }, { - "label": "orders.controller.spec.ts", + "label": "admin-login.dto.ts", "file_type": "code", - "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", "source_location": "L1", "_origin": "ast", - "community": 6, - "community_name": "PaginationDto", - "norm_label": "orders.controller.spec.ts", - "id": "backend_src_orders_orders_controller_spec" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "PaginationDto", - "norm_label": "isnotempty", - "id": "backend_src_orders_orders_controller_ts_isnotempty" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "PaginationDto", - "norm_label": "isnumber", - "id": "backend_src_orders_orders_controller_ts_isnumber" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "PaginationDto", - "norm_label": "isstring", - "id": "backend_src_orders_orders_controller_ts_isstring" - }, - { - "label": "orders.module.ts", - "file_type": "code", - "source_file": "backend/src/orders/orders.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 6, - "community_name": "PaginationDto", - "norm_label": "orders.module.ts", - "id": "backend_src_orders_orders_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 6, - "community_name": "PaginationDto", - "norm_label": "module", - "id": "backend_src_orders_orders_module_ts_module" - }, - { - "label": "orders.service.spec.ts", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 6, - "community_name": "PrismaService", - "norm_label": "orders.service.spec.ts", - "id": "backend_src_orders_orders_service_spec" - }, - { - "label": "orders.controller.ts", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 6, - "norm_label": "orders.controller.ts", - "id": "backend_src_orders_orders_controller" - }, - { - "label": "orders.service.ts", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 6, - "norm_label": "orders.service.ts", - "id": "backend_src_orders_orders_service" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "apibearerauth", - "id": "backend_src_admin_blogs_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "apioperation", - "id": "backend_src_admin_blogs_controller_ts_apioperation" - }, - { - "label": "ApiQuery", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "apiquery", - "id": "backend_src_admin_blogs_controller_ts_apiquery" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "apitags", - "id": "backend_src_admin_blogs_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "body", - "id": "backend_src_admin_blogs_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "controller", - "id": "backend_src_admin_blogs_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "delete", - "id": "backend_src_admin_blogs_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "get", - "id": "backend_src_admin_blogs_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "param", - "id": "backend_src_admin_blogs_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "post", - "id": "backend_src_admin_blogs_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "put", - "id": "backend_src_admin_blogs_controller_ts_put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "query", - "id": "backend_src_admin_blogs_controller_ts_query" - }, - { - "label": "Request", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "request", - "id": "backend_src_admin_blogs_controller_ts_request" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 60, - "community_name": "Admin Blog Controller", - "norm_label": "useguards", - "id": "backend_src_admin_blogs_controller_ts_useguards" - }, - { - "label": "31-module-audit-closure.md", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L1", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "31-module-audit-closure.md", - "id": "docs_audit_31_module_audit_closure" - }, - { - "label": "10. Orders Backend", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L88", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "10. orders backend", - "id": "docs_audit_31_module_audit_closure_10_orders_backend" - }, - { - "label": "11. Settings & Administrative Backend", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L96", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "11. settings & administrative backend", - "id": "docs_audit_31_module_audit_closure_11_settings_administrative_backend" - }, - { - "label": "12. Prisma Schema, Migrations & Seed", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L104", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "12. prisma schema, migrations & seed", - "id": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed" - }, - { - "label": "13. Redis & Temporary Auth State", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L114", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "13. redis & temporary auth state", - "id": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state" - }, - { - "label": "14. Unit & E2E Tests", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L122", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "14. unit & e2e tests", - "id": "docs_audit_31_module_audit_closure_14_unit_e2e_tests" - }, - { - "label": "15. Docker, NGINX, Prometheus & Deployment Config", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L131", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "15. docker, nginx, prometheus & deployment config", - "id": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config" - }, - { - "label": "16. Documentation & OpenAPI Artifacts", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L139", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "16. documentation & openapi artifacts", - "id": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts" - }, - { - "label": "1. Storefront Shell & Routing", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L10", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "1. storefront shell & routing", - "id": "docs_audit_31_module_audit_closure_1_storefront_shell_routing" - }, - { - "label": "2. Authentication UI, Stores & API Clients", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L19", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "2. authentication ui, stores & api clients", - "id": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients" - }, - { - "label": "3. Cart, Checkout, Order, Wallet & Payment UI", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L28", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "3. cart, checkout, order, wallet & payment ui", - "id": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui" - }, - { - "label": "4. Product, Pet, Scientific Term & Settings UI", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L37", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "4. product, pet, scientific term & settings ui", - "id": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui" - }, - { - "label": "5. NestJS Bootstrap & Shared Infrastructure", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L46", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "5. nestjs bootstrap & shared infrastructure", - "id": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure" - }, - { - "label": "6. Authentication & Authorization Backend", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L55", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "6. authentication & authorization backend", - "id": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend" - }, - { - "label": "7. Users & Addresses Backend", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L63", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "7. users & addresses backend", - "id": "docs_audit_31_module_audit_closure_7_users_addresses_backend" - }, - { - "label": "8. Pets Backend", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L71", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "8. pets backend", - "id": "docs_audit_31_module_audit_closure_8_pets_backend" - }, - { - "label": "9. Products Backend", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L79", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "9. products backend", - "id": "docs_audit_31_module_audit_closure_9_products_backend" - }, - { - "label": "Conclusion", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L149", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "conclusion", - "id": "docs_audit_31_module_audit_closure_conclusion" - }, - { - "label": "Module Audit Closure Report", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L1", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "module audit closure report", - "id": "docs_audit_31_module_audit_closure_module_audit_closure_report" - }, - { - "label": "Required Review Group Closures", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L8", - "_origin": "ast", - "community": 61, - "community_name": "Required Review Group Closures", - "norm_label": "required review group closures", - "id": "docs_audit_31_module_audit_closure_required_review_group_closures" - }, - { - "label": "@tailwindcss/postcss", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L26", - "_origin": "ast", - "community": 62, - "community_name": "@tailwindcss/postcss", - "norm_label": "@tailwindcss/postcss", - "id": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss" - }, - { - "label": "@tailwindcss/postcss", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L26", - "_origin": "ast", - "community": 62, - "community_name": "@tailwindcss/postcss", - "norm_label": "@tailwindcss/postcss", - "id": "frontend_admin_panel_package_json_tailwindcss_postcss" - }, - { - "label": "@testing-library/jest-dom", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L23", - "_origin": "ast", - "community": 62, - "community_name": "@testing-library/jest-dom", - "norm_label": "@testing-library/jest-dom", - "id": "frontend_application_package_devdependencies_testing_library_jest_dom" - }, - { - "label": "@testing-library/jest-dom", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L23", - "_origin": "ast", - "community": 62, - "community_name": "@testing-library/jest-dom", - "norm_label": "@testing-library/jest-dom", - "id": "testing_library_jest_dom" - }, - { - "label": "@testing-library/react", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L24", - "_origin": "ast", - "community": 62, - "community_name": "@testing-library/react", - "norm_label": "@testing-library/react", - "id": "frontend_application_package_devdependencies_testing_library_react" - }, - { - "label": "@testing-library/react", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L24", - "_origin": "ast", - "community": 62, - "community_name": "@testing-library/react", - "norm_label": "@testing-library/react", - "id": "testing_library_react" - }, - { - "label": "@types/react", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L26", - "_origin": "ast", - "community": 62, - "community_name": "@types/react", - "norm_label": "@types/react", - "id": "frontend_application_package_devdependencies_types_react" - }, - { - "label": "@types/react", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L26", - "_origin": "ast", - "community": 62, - "community_name": "@types/react", - "norm_label": "@types/react", - "id": "frontend_application_package_json_types_react" - }, - { - "label": "@types/react", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L28", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "@types/react", - "id": "frontend_admin_panel_package_devdependencies_types_react" - }, - { - "label": "@vitejs/plugin-react", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L30", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "@vitejs/plugin-react", - "id": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react" - }, - { - "label": "devDependencies", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L21", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "devdependencies", - "id": "frontend_application_package_devdependencies" - }, - { - "label": "eslint-config-next", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L30", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "eslint-config-next", - "id": "frontend_application_package_devdependencies_eslint_config_next" - }, - { - "label": "jsdom", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L31", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "jsdom", - "id": "frontend_application_package_devdependencies_jsdom" - }, - { - "label": "@tailwindcss/postcss", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L22", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "@tailwindcss/postcss", - "id": "frontend_application_package_devdependencies_tailwindcss_postcss" - }, - { - "label": "@vitejs/plugin-react", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L28", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "@vitejs/plugin-react", - "id": "frontend_application_package_devdependencies_vitejs_plugin_react" - }, - { - "label": "eslint-config-next", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L30", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "eslint-config-next", - "id": "eslint_config_next" - }, - { - "label": "@vitejs/plugin-react", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L28", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "@vitejs/plugin-react", - "id": "frontend_application_package_json_vitejs_plugin_react" - }, - { - "label": "jsdom", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L31", - "_origin": "ast", - "community": 62, - "community_name": "devDependencies", - "norm_label": "jsdom", - "id": "jsdom" - }, - { - "label": "vitest", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L34", - "_origin": "ast", - "community": 62, - "community_name": "vitest", - "norm_label": "vitest", - "id": "frontend_application_package_devdependencies_vitest" - }, - { - "label": "vitest", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L34", - "_origin": "ast", - "community": 62, - "community_name": "vitest", - "norm_label": "vitest", - "id": "vitest" - }, - { - "label": "PriceInput.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 63, - "norm_label": "priceinput.tsx", - "id": "frontend_admin_panel_src_components_ui_priceinput" - }, - { - "label": "Coupons.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 63, - "norm_label": "coupons.tsx", - "id": "frontend_admin_panel_src_pages_coupons" - }, - { - "label": "FinancialSettingsPage.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 63, - "norm_label": "financialsettingspage.tsx", - "id": "frontend_admin_panel_src_pages_financialsettingspage" - }, - { - "label": "Settings.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Settings.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 63, - "norm_label": "settings.tsx", - "id": "frontend_admin_panel_src_pages_settings" - }, - { - "label": "Coupons", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L14", - "_origin": "ast", - "community": 63, - "norm_label": "coupons", - "id": "frontend_admin_panel_src_routes_adminroutes_coupons" - }, - { - "label": "FinancialSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L34", - "_origin": "ast", - "community": 63, - "norm_label": "financialsettingspage", - "id": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage" - }, - { - "label": "Settings", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L15", - "_origin": "ast", - "community": 63, - "norm_label": "settings", - "id": "frontend_admin_panel_src_routes_adminroutes_settings" - }, - { - "label": "06_dev_frontend.md", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L1", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "06_dev_frontend.md", - "id": "ai_agency_agents_06_dev_frontend" - }, - { - "label": "1. Always Read Tech Stack First", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L119", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "1. always read tech stack first", - "id": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first" - }, - { - "label": "2. Sub-step Execution (Token Resume Support)", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L131", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "2. sub-step execution (token resume support)", - "id": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support" - }, - { - "label": "3. API Mocking Requirement", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L141", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "3. api mocking requirement", - "id": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement" - }, - { - "label": "4. Modular Component Architecture", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L148", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "4. modular component architecture", - "id": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture" - }, - { - "label": "5. Responsive Design (Mandatory)", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L157", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "5. responsive design (mandatory)", - "id": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory" - }, - { - "label": "6. File Scope Boundary", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L163", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "6. file scope boundary", - "id": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary" - }, - { - "label": "7. Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L167", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "7. forbidden actions", - "id": "ai_agency_agents_06_dev_frontend_7_forbidden_actions" - }, - { - "label": "Expected JSON Output Schema", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L187", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_06_dev_frontend_expected_json_output_schema" - }, - { - "label": "IMPLEMENT MODE \u2014 Normal Operation", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L103", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "implement mode \u2014 normal operation", - "id": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation" - }, - { - "label": "Operational Rules & Boundaries", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L117", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries" - }, - { - "label": "Output", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L65", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "output", - "id": "ai_agency_agents_06_dev_frontend_output" - }, - { - "label": "Required Output Artifacts (What files to write/update)", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L175", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update" - }, - { - "label": "\u2605 REVIEW MODE (called during Review Phase)", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L7", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "\u2605 review mode (called during review phase)", - "id": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase" - }, - { - "label": "Role & Core Objective", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L1", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_06_dev_frontend_role_core_objective" - }, - { - "label": "Strict Input Specifications (What files to read)", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L107", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read" - }, - { - "label": "What You DO NOT Review", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L23", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "what you do not review", - "id": "ai_agency_agents_06_dev_frontend_what_you_do_not_review" - }, - { - "label": "What You Look For (Frontend Expert Eyes Only)", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L26", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "what you look for (frontend expert eyes only)", - "id": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only" - }, - { - "label": "Your Domain \u2014 What You Review (ONLY these areas)", - "file_type": "document", - "source_file": ".ai_agency/agents/06_dev_frontend.md", - "source_location": "L11", - "_origin": "ast", - "community": 64, - "community_name": "Operational Rules & Boundaries", - "norm_label": "your domain \u2014 what you review (only these areas)", - "id": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas" - }, - { - "label": "08_visual_qa.md", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L1", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "08_visual_qa.md", - "id": "ai_agency_agents_08_visual_qa" - }, - { - "label": "1. Framework-Aware Analysis", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L115", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "1. framework-aware analysis", - "id": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis" - }, - { - "label": "2. DOM & Semantic Structure Analysis", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L126", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "2. dom & semantic structure analysis", - "id": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis" - }, - { - "label": "3. Accessibility Compliance", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L134", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "3. accessibility compliance", - "id": "ai_agency_agents_08_visual_qa_3_accessibility_compliance" - }, - { - "label": "4. Responsive Layout Verification", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L143", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "4. responsive layout verification", - "id": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification" - }, - { - "label": "5. Fallback Inspection Mode", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L155", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "5. fallback inspection mode", - "id": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode" - }, - { - "label": "6. Defect Routing Protocol", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L162", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "6. defect routing protocol", - "id": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol" - }, - { - "label": "7. Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L174", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "7. forbidden actions", - "id": "ai_agency_agents_08_visual_qa_7_forbidden_actions" - }, - { - "label": "Expected JSON Output Schema", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L190", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_08_visual_qa_expected_json_output_schema" - }, - { - "label": "INSPECT MODE \u2014 Normal Operation (Post-Task Verification)", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L99", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "inspect mode \u2014 normal operation (post-task verification)", - "id": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification" - }, - { - "label": "Operational Rules & Boundaries", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L113", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_08_visual_qa_operational_rules_boundaries" - }, - { - "label": "Output", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L63", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "output", - "id": "ai_agency_agents_08_visual_qa_output" - }, - { - "label": "Required Output Artifacts (What files to write/update)", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L182", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update" - }, - { - "label": "\u2605 REVIEW MODE (called during Review Phase)", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L9", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "\u2605 review mode (called during review phase)", - "id": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase" - }, - { - "label": "Role & Core Objective", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L1", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_08_visual_qa_role_core_objective" - }, - { - "label": "Strict Input Specifications (What files to read)", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L103", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read" - }, - { - "label": "What You DO NOT Review", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L24", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "what you do not review", - "id": "ai_agency_agents_08_visual_qa_what_you_do_not_review" - }, - { - "label": "What You Look For (UX Expert Eyes Only)", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L27", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "what you look for (ux expert eyes only)", - "id": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only" - }, - { - "label": "Your Domain \u2014 What You Review (ONLY these areas)", - "file_type": "document", - "source_file": ".ai_agency/agents/08_visual_qa.md", - "source_location": "L13", - "_origin": "ast", - "community": 65, - "community_name": "Operational Rules & Boundaries", - "norm_label": "your domain \u2014 what you review (only these areas)", - "id": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "apibearerauth", - "id": "backend_src_admin_wiki_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "apioperation", - "id": "backend_src_admin_wiki_controller_ts_apioperation" - }, - { - "label": "ApiQuery", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "apiquery", - "id": "backend_src_admin_wiki_controller_ts_apiquery" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "apitags", - "id": "backend_src_admin_wiki_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "body", - "id": "backend_src_admin_wiki_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "controller", - "id": "backend_src_admin_wiki_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "delete", - "id": "backend_src_admin_wiki_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "get", - "id": "backend_src_admin_wiki_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "param", - "id": "backend_src_admin_wiki_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "post", - "id": "backend_src_admin_wiki_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "put", - "id": "backend_src_admin_wiki_controller_ts_put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "query", - "id": "backend_src_admin_wiki_controller_ts_query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 66, - "community_name": "Generic CRUD Controller", - "norm_label": "useguards", - "id": "backend_src_admin_wiki_controller_ts_useguards" - }, - { - "label": "create-pet.dto.ts", - "file_type": "code", - "source_file": "backend/src/pets/dto/create-pet.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "create-pet.dto.ts", - "id": "backend_src_pets_dto_create_pet_dto" + "id": "backend_src_auth_dto_admin_login_dto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "admin-login.dto.ts" }, { "label": "ApiProperty", @@ -34016,32 +30863,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "apiproperty", - "id": "backend_src_pets_dto_create_pet_dto_ts_apiproperty" + "id": "backend_src_auth_dto_admin_login_dto_ts_apiproperty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" }, { - "label": "ApiPropertyOptional", + "label": "IsEmail", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "apipropertyoptional", - "id": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional" - }, - { - "label": "IsArray", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "isarray", - "id": "backend_src_pets_dto_create_pet_dto_ts_isarray" + "id": "backend_src_auth_dto_admin_login_dto_ts_isemail", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isemail" }, { "label": "IsNotEmpty", @@ -34049,32 +30885,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "isnotempty", - "id": "backend_src_pets_dto_create_pet_dto_ts_isnotempty" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "isnumber", - "id": "backend_src_pets_dto_create_pet_dto_ts_isnumber" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "isoptional", - "id": "backend_src_pets_dto_create_pet_dto_ts_isoptional" + "id": "backend_src_auth_dto_admin_login_dto_ts_isnotempty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" }, { "label": "IsString", @@ -34082,430 +30896,32 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "isstring", - "id": "backend_src_pets_dto_create_pet_dto_ts_isstring" + "id": "backend_src_auth_dto_admin_login_dto_ts_isstring", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isstring" }, { - "label": "update-pet.dto.ts", + "label": "MinLength", "file_type": "code", - "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto_ts_minlength", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "minlength" + }, + { + "label": "login.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/login.dto.ts", "source_location": "L1", "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "update-pet.dto.ts", - "id": "backend_src_pets_dto_update_pet_dto" - }, - { - "label": "pets.controller.spec.ts", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.spec.ts", - "source_location": "L1", - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "pets.controller.spec.ts", - "id": "backend_src_pets_pets_controller_spec" - }, - { - "label": "pets.module.ts", - "file_type": "code", - "source_file": "backend/src/pets/pets.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "pets.module.ts", - "id": "backend_src_pets_pets_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "module", - "id": "backend_src_pets_pets_module_ts_module" - }, - { - "label": "pets/pets.service.ts", - "file_type": "code", - "source_file": "backend/src/pets/pets.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 67, - "community_name": "pets/pets.controller.ts", - "norm_label": "pets/pets.service.ts", - "id": "backend_src_pets_pets_service" - }, - { - "label": "pets/pets.controller.ts", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 67, - "norm_label": "pets/pets.controller.ts", - "id": "backend_src_pets_pets_controller" - }, - { - "label": "seo.controller.ts", - "file_type": "code", - "source_file": "backend/src/seo/seo.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "seo.controller.ts", - "id": "backend_src_seo_seo_controller" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "apioperation", - "id": "backend_src_seo_seo_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "apitags", - "id": "backend_src_seo_seo_controller_ts_apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "controller", - "id": "backend_src_seo_seo_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "get", - "id": "backend_src_seo_seo_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "param", - "id": "backend_src_seo_seo_controller_ts_param" - }, - { - "label": "seo.module.ts", - "file_type": "code", - "source_file": "backend/src/seo/seo.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "seo.module.ts", - "id": "backend_src_seo_seo_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "module", - "id": "backend_src_seo_seo_module_ts_module" - }, - { - "label": "seo.service.ts", - "file_type": "code", - "source_file": "backend/src/seo/seo.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "seo.service.ts", - "id": "backend_src_seo_seo_service" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 68, - "community_name": "seo.module.ts", - "norm_label": "injectable", - "id": "backend_src_seo_seo_service_ts_injectable" - }, - { - "label": "Tooltip.test.tsx", - "file_type": "code", - "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 69, - "community_name": "useSettingsStore", - "norm_label": "tooltip.test.tsx", - "id": "frontend_application_components_tests_tooltip_test" - }, - { - "label": "shop/[slug]/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/shop/[slug]/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 69, - "norm_label": "shop/[slug]/page.tsx", - "id": "frontend_application_app_shop_slug_page" - }, - { - "label": "ProductPage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/ProductPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 69, - "norm_label": "productpage.tsx", - "id": "frontend_application_components_productpage" - }, - { - "label": "ICON_MAP", - "file_type": "code", - "source_file": "frontend/application/components/ProductPage.tsx", - "source_location": "L33", - "_origin": "ast", - "community": 69, - "norm_label": "icon_map", - "id": "frontend_application_components_productpage_icon_map" - }, - { - "label": "useCalculatorStore", - "file_type": "code", - "source_file": "frontend/application/components/ProductPage.tsx", - "source_location": "L60", - "_origin": "ast", - "community": 69, - "norm_label": "usecalculatorstore", - "id": "frontend_application_components_productpage_usecalculatorstore" - }, - { - "label": "ProductReviews.tsx", - "file_type": "code", - "source_file": "frontend/application/components/ProductReviews.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 69, - "norm_label": "productreviews.tsx", - "id": "frontend_application_components_productreviews" - }, - { - "label": "Tooltip.tsx", - "file_type": "code", - "source_file": "frontend/application/components/Tooltip.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 69, - "norm_label": "tooltip.tsx", - "id": "frontend_application_components_tooltip" - }, - { - "label": "data/scientificTerms.ts", - "file_type": "code", - "source_file": "frontend/application/lib/data/scientificTerms.ts", - "source_location": "L1", - "_origin": "ast", - "community": 69, - "norm_label": "data/scientificterms.ts", - "id": "frontend_application_lib_data_scientificterms" - }, - { - "label": "SCIENTIFIC_TERMS", - "file_type": "code", - "source_file": "frontend/application/lib/data/scientificTerms.ts", - "source_location": "L7", - "_origin": "ast", - "community": 69, - "norm_label": "scientific_terms", - "id": "frontend_application_lib_data_scientificterms_scientific_terms" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "apibearerauth", - "id": "backend_src_cms_cms_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "apioperation", - "id": "backend_src_cms_cms_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "apitags", - "id": "backend_src_cms_cms_controller_ts_apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "body", - "id": "backend_src_cms_cms_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "controller", - "id": "backend_src_cms_cms_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "delete", - "id": "backend_src_cms_cms_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "get", - "id": "backend_src_cms_cms_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "param", - "id": "backend_src_cms_cms_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "post", - "id": "backend_src_cms_cms_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "put", - "id": "backend_src_cms_cms_controller_ts_put" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "useguards", - "id": "backend_src_cms_cms_controller_ts_useguards" - }, - { - "label": "cms.service.ts", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "cms.service.ts", - "id": "backend_src_cms_cms_service" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "injectable", - "id": "backend_src_cms_cms_service_ts_injectable" - }, - { - "label": "cms.dto.ts", - "file_type": "code", - "source_file": "backend/src/cms/dto/cms.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "cms.dto.ts", - "id": "backend_src_cms_dto_cms_dto" + "id": "backend_src_auth_dto_login_dto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "login.dto.ts" }, { "label": "ApiProperty", @@ -34513,54 +30929,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "apiproperty", - "id": "backend_src_cms_dto_cms_dto_ts_apiproperty" + "id": "backend_src_auth_dto_login_dto_ts_apiproperty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" }, { - "label": "ApiPropertyOptional", + "label": "IsNotEmpty", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "apipropertyoptional", - "id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional" - }, - { - "label": "IsBoolean", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "isboolean", - "id": "backend_src_cms_dto_cms_dto_ts_isboolean" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "isnumber", - "id": "backend_src_cms_dto_cms_dto_ts_isnumber" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "isoptional", - "id": "backend_src_cms_dto_cms_dto_ts_isoptional" + "id": "backend_src_auth_dto_login_dto_ts_isnotempty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" }, { "label": "IsString", @@ -34568,692 +30951,659 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "isstring", - "id": "backend_src_cms_dto_cms_dto_ts_isstring" + "id": "backend_src_auth_dto_login_dto_ts_isstring", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isstring" }, { - "label": "IsUUID", + "label": "MinLength", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 7, - "community_name": "CmsController", - "norm_label": "isuuid", - "id": "isuuid" + "id": "backend_src_auth_dto_login_dto_ts_minlength", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "minlength" }, { - "label": "AGENCY.md", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", + "label": "register.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/register.dto.ts", "source_location": "L1", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "agency.md", - "id": "ai_agency_agency" + "id": "backend_src_auth_dto_register_dto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "register.dto.ts" }, { - "label": "Activation", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L12", + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "activation", - "id": "ai_agency_agency_activation" + "id": "backend_src_auth_dto_register_dto_ts_apiproperty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" }, { - "label": "Agent Directory Reference", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L239", + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "agent directory reference", - "id": "ai_agency_agency_agent_directory_reference" + "id": "backend_src_auth_dto_register_dto_ts_apipropertyoptional", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apipropertyoptional" }, { - "label": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", + "label": "IsEmail", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_isemail", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isemail" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_isnotempty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_isoptional", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_isstring", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isstring" + }, + { + "label": "MinLength", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_minlength", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "minlength" + }, + { + "label": "send-otp.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", "source_location": "L1", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "\ud83c\udfe2 ai software agency \u2014 master orchestration protocol v3", - "id": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3" + "id": "backend_src_auth_dto_send_otp_dto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "send-otp.dto.ts" }, { - "label": "Phase 1: Specialist Review (All agents read, none write code yet)", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L79", + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "phase 1: specialist review (all agents read, none write code yet)", - "id": "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet" + "id": "backend_src_auth_dto_send_otp_dto_ts_apiproperty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" }, { - "label": "Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode)", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L104", + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "phase 2: master synthesis (02_product_manager in synthesis mode)", - "id": "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode" + "id": "backend_src_auth_dto_send_otp_dto_ts_isnotempty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" }, { - "label": "Phase 3: Execution (Same as always)", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L114", + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "phase 3: execution (same as always)", - "id": "ai_agency_agency_phase_3_execution_same_as_always" + "id": "backend_src_auth_dto_send_otp_dto_ts_isstring", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isstring" }, { - "label": "PIPELINE A \u2014 New Project (GREENFIELD)", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L67", + "label": "Matches", + "file_type": "code", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "pipeline a \u2014 new project (greenfield)", - "id": "ai_agency_agency_pipeline_a_new_project_greenfield" + "id": "backend_src_auth_dto_send_otp_dto_ts_matches", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "matches" }, { - "label": "PIPELINE B \u2014 Review & Improve Existing Project (REVIEW_AND_PLAN) \u2605", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L75", + "label": "verify-otp.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L1", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "pipeline b \u2014 review & improve existing project (review_and_plan) \u2605", - "id": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan" + "id": "backend_src_auth_dto_verify_otp_dto", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "verify-otp.dto.ts" }, { - "label": "PIPELINE C \u2014 Add Specific Feature (ADD_FEATURE)", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L121", + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "pipeline c \u2014 add specific feature (add_feature)", - "id": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature" + "id": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" }, { - "label": "PIPELINE D \u2014 Content & SEO Only (CONTENT_CREATION)", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L133", + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "pipeline d \u2014 content & seo only (content_creation)", - "id": "ai_agency_agency_pipeline_d_content_seo_only_content_creation" + "id": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" }, { - "label": "Real Data Policy", + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto_ts_isstring", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "isstring" + }, + { + "label": "Matches", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto_ts_matches", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "matches" + }, + { + "label": "HttpCode", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "httpcode", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "httpcode" + }, + { + "label": "Length", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "length", + "community": 5, + "community_name": "auth.service.ts", + "norm_label": "length" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_apitags", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_body", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_controller", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_delete", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_get", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_param", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_patch", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_post", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "post" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_useguards", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_ts_injectable", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "injectable" + }, + { + "label": "12_seo_content.md", "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "12_seo_content.md" + }, + { + "label": "CREATE MODE \u2014 Normal Operation", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L101", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_create_mode_normal_operation", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "create mode \u2014 normal operation" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", "source_location": "L259", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "real data policy", - "id": "ai_agency_agency_real_data_policy" + "id": "ai_agency_agents_12_seo_content_expected_json_output_schema", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "expected json output schema" }, { - "label": "State.json Template (Full Schema v3)", + "label": "File Scope Boundary", "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L192", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L238", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "state.json template (full schema v3)", - "id": "ai_agency_agency_state_json_template_full_schema_v3" + "id": "ai_agency_agents_12_seo_content_file_scope_boundary", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "file scope boundary" }, { - "label": "State Machine \u2014 Active Agent Tracking", + "label": "Forbidden Actions", "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L182", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L231", "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "state machine \u2014 active agent tracking", - "id": "ai_agency_agency_state_machine_active_agent_tracking" + "id": "ai_agency_agents_12_seo_content_forbidden_actions", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "forbidden actions" }, { - "label": "STEP 1 \u2014 Detect Project Intent", + "label": "MODE 1: REVIEW (called during Review Phase)", "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L25", - "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "step 1 \u2014 detect project intent", - "id": "ai_agency_agency_step_1_detect_project_intent" - }, - { - "label": "STEP 2 \u2014 Token Limit / Context Resume Protocol (CRITICAL)", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L41", - "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "step 2 \u2014 token limit / context resume protocol (critical)", - "id": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical" - }, - { - "label": "TASK EXECUTION LOOP (All Pipelines)", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L144", - "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "task execution loop (all pipelines)", - "id": "ai_agency_agency_task_execution_loop_all_pipelines" - }, - { - "label": "Your Identity", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L3", - "_origin": "ast", - "community": 70, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "your identity", - "id": "ai_agency_agency_your_identity" - }, - { - "label": "03_product_manager.md", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L1", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "03_product_manager.md", - "id": "ai_agency_agents_03_product_manager" - }, - { - "label": "1. Hierarchical Decomposition Algorithm (3-Tier)", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L86", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "1. hierarchical decomposition algorithm (3-tier)", - "id": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier" - }, - { - "label": "2. Sub-step Definition (Required for all tasks)", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L98", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "2. sub-step definition (required for all tasks)", - "id": "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks" - }, - { - "label": "3. Brownfield Completeness Rule", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L110", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "3. brownfield completeness rule", - "id": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule" - }, - { - "label": "4. Role Assignment Rules", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", + "source_file": ".ai_agency/agents/12_seo_content.md", "source_location": "L116", "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "4. role assignment rules", - "id": "ai_agency_agents_03_product_manager_4_role_assignment_rules" + "id": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "mode 1: review (called during review phase)" }, { - "label": "5. Dependency Tracking (Strict)", + "label": "MODE 2: CONTENT CREATION (standalone task from backlog)", "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L126", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L160", "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "5. dependency tracking (strict)", - "id": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict" + "id": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "mode 2: content creation (standalone task from backlog)" }, { - "label": "6. Priority Assignment", + "label": "Operating Modes", "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L132", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L114", "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "6. priority assignment", - "id": "ai_agency_agents_03_product_manager_6_priority_assignment" - }, - { - "label": "7. Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L140", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "7. forbidden actions", - "id": "ai_agency_agents_03_product_manager_7_forbidden_actions" - }, - { - "label": "DECOMPOSE MODE \u2014 Normal Operation (New Projects)", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L72", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "decompose mode \u2014 normal operation (new projects)", - "id": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects" - }, - { - "label": "Expected JSON Output Schema", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L194", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_03_product_manager_expected_json_output_schema" + "id": "ai_agency_agents_12_seo_content_operating_modes", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "operating modes" }, { "label": "Operational Rules & Boundaries", "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L84", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L229", "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_03_product_manager_operational_rules_boundaries" - }, - { - "label": "Output of Synthesis Mode", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L62", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "output of synthesis mode", - "id": "ai_agency_agents_03_product_manager_output_of_synthesis_mode" - }, - { - "label": "Required Output Artifacts (What files to write/update)", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L149", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update" - }, - { - "label": "Role & Core Objective", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L1", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_03_product_manager_role_core_objective" - }, - { - "label": "Strict Input Specifications (What files to read)", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L74", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read" - }, - { - "label": "\u2605 SYNTHESIS MODE (called after Review Phase completes)", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L7", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "\u2605 synthesis mode (called after review phase completes)", - "id": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes" - }, - { - "label": "Synthesis Rules", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L23", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "synthesis rules", - "id": "ai_agency_agents_03_product_manager_synthesis_rules" - }, - { - "label": "What You Read (ALL of these \u2014 the full picture)", - "file_type": "document", - "source_file": ".ai_agency/agents/03_product_manager.md", - "source_location": "L11", - "_origin": "ast", - "community": 71, - "community_name": "Operational Rules & Boundaries", - "norm_label": "what you read (all of these \u2014 the full picture)", - "id": "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture" - }, - { - "label": "05_dev_backend.md", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L1", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "05_dev_backend.md", - "id": "ai_agency_agents_05_dev_backend" - }, - { - "label": "1. Always Read Tech Stack First", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L110", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "1. always read tech stack first", - "id": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first" - }, - { - "label": "2. Sub-step Execution (Token Resume Support)", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L121", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "2. sub-step execution (token resume support)", - "id": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support" - }, - { - "label": "3. Mandatory Test Authoring", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L131", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "3. mandatory test authoring", - "id": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring" - }, - { - "label": "4. Code Quality Standards", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L138", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "4. code quality standards", - "id": "ai_agency_agents_05_dev_backend_4_code_quality_standards" - }, - { - "label": "5. File Scope Boundary", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L146", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "5. file scope boundary", - "id": "ai_agency_agents_05_dev_backend_5_file_scope_boundary" - }, - { - "label": "6. Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L151", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "6. forbidden actions", - "id": "ai_agency_agents_05_dev_backend_6_forbidden_actions" - }, - { - "label": "Expected JSON Output Schema", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L172", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_05_dev_backend_expected_json_output_schema" - }, - { - "label": "IMPLEMENT MODE \u2014 Normal Operation", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L94", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "implement mode \u2014 normal operation", - "id": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation" - }, - { - "label": "Operational Rules & Boundaries", - "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L108", - "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_05_dev_backend_operational_rules_boundaries" + "id": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "operational rules & boundaries" }, { "label": "Output", "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L60", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L63", "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "output", - "id": "ai_agency_agents_05_dev_backend_output" + "id": "ai_agency_agents_12_seo_content_output", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "output" }, { - "label": "Required Output Artifacts (What files to write/update)", + "label": "Required Output Artifacts", "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L160", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L244", "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update" + "id": "ai_agency_agents_12_seo_content_required_output_artifacts", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "required output artifacts" }, { "label": "\u2605 REVIEW MODE (called during Review Phase)", "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L7", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L13", "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "\u2605 review mode (called during review phase)", - "id": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase" + "id": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "\u2605 review mode (called during review phase)" }, { "label": "Role & Core Objective", "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_file": ".ai_agency/agents/12_seo_content.md", "source_location": "L1", "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_05_dev_backend_role_core_objective" + "id": "ai_agency_agents_12_seo_content_role_core_objective", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "role & core objective" + }, + { + "label": "Step 1: Gather Resources", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L166", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_1_gather_resources", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 1: gather resources" + }, + { + "label": "Step 2: SEO Strategy", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L179", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_2_seo_strategy", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 2: seo strategy" + }, + { + "label": "Step 3: Content Hierarchy", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L188", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_3_content_hierarchy", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 3: content hierarchy" + }, + { + "label": "Step 4: Structured Data (JSON-LD)", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L199", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 4: structured data (json-ld)" + }, + { + "label": "Step 5: Real Content Writing Standards", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L211", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 5: real content writing standards" + }, + { + "label": "Step 6: Image Alt Text", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L221", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_6_image_alt_text", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 6: image alt text" }, { "label": "Strict Input Specifications (What files to read)", "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L98", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L103", "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read" + "id": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "strict input specifications (what files to read)" }, { "label": "What You DO NOT Review", "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L23", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L29", "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "what you do not review", - "id": "ai_agency_agents_05_dev_backend_what_you_do_not_review" + "id": "ai_agency_agents_12_seo_content_what_you_do_not_review", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "what you do not review" }, { - "label": "What You Look For (Backend Expert Eyes Only)", + "label": "What You Look For (SEO Expert Eyes Only)", "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L26", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L32", "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "what you look for (backend expert eyes only)", - "id": "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only" + "id": "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "what you look for (seo expert eyes only)" }, { "label": "Your Domain \u2014 What You Review (ONLY these areas)", "file_type": "document", - "source_file": ".ai_agency/agents/05_dev_backend.md", - "source_location": "L11", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L17", "_origin": "ast", - "community": 72, - "community_name": "Operational Rules & Boundaries", - "norm_label": "your domain \u2014 what you review (only these areas)", - "id": "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas" + "id": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "your domain \u2014 what you review (only these areas)" }, { - "label": "home.controller.ts", + "label": "admin-query.dto.ts", "file_type": "code", - "source_file": "backend/src/home/home.controller.ts", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", "source_location": "L1", "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "home.controller.ts", - "id": "backend_src_home_home_controller" + "id": "backend_src_admin_dto_admin_query_dto", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "admin-query.dto.ts" }, { - "label": "ApiOkResponse", + "label": "blogs/blogs.controller.ts", "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "apiokresponse", - "id": "backend_src_home_home_controller_ts_apiokresponse" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "apioperation", - "id": "backend_src_home_home_controller_ts_apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "apitags", - "id": "backend_src_home_home_controller_ts_apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "controller", - "id": "backend_src_home_home_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "get", - "id": "backend_src_home_home_controller_ts_get" - }, - { - "label": "home.module.ts", - "file_type": "code", - "source_file": "backend/src/home/home.module.ts", + "source_file": "backend/src/blogs/blogs.controller.ts", "source_location": "L1", "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "home.module.ts", - "id": "backend_src_home_home_module" + "id": "backend_src_blogs_blogs_controller", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "blogs/blogs.controller.ts" + }, + { + "label": "blogs.module.ts", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_blogs_module", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "blogs.module.ts" }, { "label": "Module", @@ -35261,21 +31611,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "module", - "id": "backend_src_home_home_module_ts_module" + "id": "backend_src_blogs_blogs_module_ts_module", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "module" }, { - "label": "home.service.ts", + "label": "blogs/blogs.service.ts", "file_type": "code", - "source_file": "backend/src/home/home.service.ts", + "source_file": "backend/src/blogs/blogs.service.ts", "source_location": "L1", "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "home.service.ts", - "id": "backend_src_home_home_service" + "id": "backend_src_blogs_blogs_service", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "blogs/blogs.service.ts" }, { "label": "Injectable", @@ -35283,831 +31633,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 73, - "community_name": "Home Data Module", - "norm_label": "injectable", - "id": "backend_src_home_home_service_ts_injectable" + "id": "backend_src_blogs_blogs_service_ts_injectable", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "injectable" }, { - "label": "package.json", + "label": "pagination.dto.ts", "file_type": "code", - "source_file": "package.json", + "source_file": "backend/src/common/dto/pagination.dto.ts", "source_location": "L1", "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "package.json", - "id": "package" - }, - { - "label": "devDependencies", - "file_type": "code", - "source_file": "package.json", - "source_location": "L17", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "devdependencies", - "id": "package_devdependencies" - }, - { - "label": "concurrently", - "file_type": "code", - "source_file": "package.json", - "source_location": "L18", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "concurrently", - "id": "package_devdependencies_concurrently" - }, - { - "label": "name", - "file_type": "code", - "source_file": "package.json", - "source_location": "L2", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "name", - "id": "package_name" - }, - { - "label": "private", - "file_type": "code", - "source_file": "package.json", - "source_location": "L4", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "private", - "id": "package_private" - }, - { - "label": "scripts", - "file_type": "code", - "source_file": "package.json", - "source_location": "L5", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "scripts", - "id": "package_scripts" - }, - { - "label": "build", - "file_type": "code", - "source_file": "package.json", - "source_location": "L14", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "build", - "id": "package_scripts_build" - }, - { - "label": "build:admin", - "file_type": "code", - "source_file": "package.json", - "source_location": "L13", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "build:admin", - "id": "package_scripts_build_admin" - }, - { - "label": "build:backend", - "file_type": "code", - "source_file": "package.json", - "source_location": "L11", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "build:backend", - "id": "package_scripts_build_backend" - }, - { - "label": "build:frontend", - "file_type": "code", - "source_file": "package.json", - "source_location": "L12", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "build:frontend", - "id": "package_scripts_build_frontend" - }, - { - "label": "dev", - "file_type": "code", - "source_file": "package.json", - "source_location": "L10", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "dev", - "id": "package_scripts_dev" - }, - { - "label": "dev:admin", - "file_type": "code", - "source_file": "package.json", - "source_location": "L9", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "dev:admin", - "id": "package_scripts_dev_admin" - }, - { - "label": "dev:backend", - "file_type": "code", - "source_file": "package.json", - "source_location": "L7", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "dev:backend", - "id": "package_scripts_dev_backend" - }, - { - "label": "dev:frontend", - "file_type": "code", - "source_file": "package.json", - "source_location": "L8", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "dev:frontend", - "id": "package_scripts_dev_frontend" - }, - { - "label": "install:all", - "file_type": "code", - "source_file": "package.json", - "source_location": "L6", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "install:all", - "id": "package_scripts_install_all" - }, - { - "label": "start", - "file_type": "code", - "source_file": "package.json", - "source_location": "L15", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "start", - "id": "package_scripts_start" - }, - { - "label": "version", - "file_type": "code", - "source_file": "package.json", - "source_location": "L3", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "version", - "id": "package_version" - }, - { - "label": "concurrently", - "file_type": "concept", - "source_file": "package.json", - "source_location": "L18", - "_origin": "ast", - "community": 74, - "community_name": "Project Build Scripts", - "norm_label": "concurrently", - "id": "concurrently" - }, - { - "label": "09_devops_security.md", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L1", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "09_devops_security.md", - "id": "ai_agency_agents_09_devops_security" - }, - { - "label": "1. Active Secret Scanning (All Modified Files)", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L108", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "1. active secret scanning (all modified files)", - "id": "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files" - }, - { - "label": "2. Docker Container Verification (if Dockerfile exists)", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L120", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "2. docker container verification (if dockerfile exists)", - "id": "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists" - }, - { - "label": "3. CI/CD Basic Check (if `.github/workflows/` exists)", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L133", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "3. ci/cd basic check (if `.github/workflows/` exists)", - "id": "ai_agency_agents_09_devops_security_3_ci_cd_basic_check_if_github_workflows_exists" - }, - { - "label": "4. Failure Routing Protocol", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L138", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "4. failure routing protocol", - "id": "ai_agency_agents_09_devops_security_4_failure_routing_protocol" - }, - { - "label": "5. Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L150", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "5. forbidden actions", - "id": "ai_agency_agents_09_devops_security_5_forbidden_actions" - }, - { - "label": "ENFORCE MODE \u2014 Normal Operation", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L93", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "enforce mode \u2014 normal operation", - "id": "ai_agency_agents_09_devops_security_enforce_mode_normal_operation" - }, - { - "label": "Expected JSON Output Schema", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L168", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_09_devops_security_expected_json_output_schema" - }, - { - "label": "Operational Rules & Boundaries", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L106", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_09_devops_security_operational_rules_boundaries" - }, - { - "label": "Output", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L58", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "output", - "id": "ai_agency_agents_09_devops_security_output" - }, - { - "label": "Required Output Artifacts (What files to write/update)", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L158", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_09_devops_security_required_output_artifacts_what_files_to_write_update" - }, - { - "label": "\u2605 REVIEW MODE (called during Review Phase)", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L7", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "\u2605 review mode (called during review phase)", - "id": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase" - }, - { - "label": "Role & Core Objective", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L1", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "role & core objective", - "id": "ai_agency_agents_09_devops_security_role_core_objective" - }, - { - "label": "Strict Input Specifications (What files to read)", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L97", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read" - }, - { - "label": "What You DO NOT Review", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L23", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "what you do not review", - "id": "ai_agency_agents_09_devops_security_what_you_do_not_review" - }, - { - "label": "What You Look For (Security Expert Eyes Only)", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L26", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "what you look for (security expert eyes only)", - "id": "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only" - }, - { - "label": "Your Domain \u2014 What You Review (ONLY these areas)", - "file_type": "document", - "source_file": ".ai_agency/agents/09_devops_security.md", - "source_location": "L11", - "_origin": "ast", - "community": 75, - "community_name": "Role & Core Objective", - "norm_label": "your domain \u2014 what you review (only these areas)", - "id": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas" - }, - { - "label": "payment-gateway.interface.ts", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L1", - "_origin": "ast", - "community": 76, - "norm_label": "payment-gateway.interface.ts", - "id": "backend_src_payment_interfaces_payment_gateway_interface" - }, - { - "label": "zibal.service.ts", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 76, - "norm_label": "zibal.service.ts", - "id": "backend_src_payment_zibal_service" - }, - { - "label": "ui/Skeleton.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 77, - "community_name": "Orders.tsx", - "norm_label": "ui/skeleton.tsx", - "id": "frontend_admin_panel_src_components_ui_skeleton" - }, - { - "label": "Orders.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 77, - "norm_label": "orders.tsx", - "id": "frontend_admin_panel_src_pages_orders" - }, - { - "label": "statusStyles", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L82", - "_origin": "ast", - "community": 77, - "norm_label": "statusstyles", - "id": "frontend_admin_panel_src_pages_orders_statusstyles" - }, - { - "label": "Users.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Users.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 77, - "norm_label": "users.tsx", - "id": "frontend_admin_panel_src_pages_users" - }, - { - "label": "Orders", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L13", - "_origin": "ast", - "community": 77, - "norm_label": "orders", - "id": "frontend_admin_panel_src_routes_adminroutes_orders" - }, - { - "label": "Users", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L11", - "_origin": "ast", - "community": 77, - "norm_label": "users", - "id": "frontend_admin_panel_src_routes_adminroutes_users" - }, - { - "label": "eslint", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L60", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "eslint", - "id": "backend_package_devdependencies_eslint" - }, - { - "label": "devDependencies", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L24", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "devdependencies", - "id": "frontend_admin_panel_package_devdependencies" - }, - { - "label": "autoprefixer", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L31", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "autoprefixer", - "id": "frontend_admin_panel_package_devdependencies_autoprefixer" - }, - { - "label": "eslint", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L32", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "eslint", - "id": "frontend_admin_panel_package_devdependencies_eslint" - }, - { - "label": "globals", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L35", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "globals", - "id": "frontend_admin_panel_package_devdependencies_globals" - }, - { - "label": "postcss", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L36", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "postcss", - "id": "frontend_admin_panel_package_devdependencies_postcss" - }, - { - "label": "eslint", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L29", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "eslint", - "id": "frontend_application_package_devdependencies_eslint" - }, - { - "label": "autoprefixer", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L31", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "autoprefixer", - "id": "autoprefixer" - }, - { - "label": "eslint", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L60", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "eslint", - "id": "backend_package_json_eslint" - }, - { - "label": "postcss", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L36", - "_origin": "ast", - "community": 78, - "community_name": "devDependencies", - "norm_label": "postcss", - "id": "postcss" - }, - { - "label": "eslint-plugin-react-hooks", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L33", - "_origin": "ast", - "community": 78, - "community_name": "eslint-plugin-react-hooks", - "norm_label": "eslint-plugin-react-hooks", - "id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks" - }, - { - "label": "eslint-plugin-react-hooks", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L33", - "_origin": "ast", - "community": 78, - "community_name": "eslint-plugin-react-hooks", - "norm_label": "eslint-plugin-react-hooks", - "id": "eslint_plugin_react_hooks" - }, - { - "label": "eslint-plugin-react-refresh", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L34", - "_origin": "ast", - "community": 78, - "community_name": "eslint-plugin-react-refresh", - "norm_label": "eslint-plugin-react-refresh", - "id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh" - }, - { - "label": "eslint-plugin-react-refresh", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L34", - "_origin": "ast", - "community": 78, - "community_name": "eslint-plugin-react-refresh", - "norm_label": "eslint-plugin-react-refresh", - "id": "eslint_plugin_react_refresh" - }, - { - "label": "globals", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L63", - "_origin": "ast", - "community": 78, - "community_name": "globals", - "norm_label": "globals", - "id": "backend_package_devdependencies_globals" - }, - { - "label": "globals", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L63", - "_origin": "ast", - "community": 78, - "community_name": "globals", - "norm_label": "globals", - "id": "backend_package_json_globals" - }, - { - "label": "tsconfig.build.json", - "file_type": "code", - "source_file": "backend/tsconfig.build.json", - "source_location": "L1", - "_origin": "ast", - "community": 79, - "community_name": "exclude", - "norm_label": "tsconfig.build.json", - "id": "backend_tsconfig_build" - }, - { - "label": "exclude", - "file_type": "code", - "source_file": "backend/tsconfig.build.json", - "source_location": "L3", - "_origin": "ast", - "community": 79, - "community_name": "exclude", - "norm_label": "exclude", - "id": "backend_tsconfig_build_exclude" - }, - { - "label": "extends", - "file_type": "code", - "source_file": "backend/tsconfig.build.json", - "source_location": "L2", - "_origin": "ast", - "community": 79, - "community_name": "exclude", - "norm_label": "extends", - "id": "backend_tsconfig_build_extends" - }, - { - "label": "dist", - "file_type": "concept", - "source_file": "backend/tsconfig.build.json", - "source_location": "L3", - "_origin": "ast", - "community": 79, - "community_name": "exclude", - "norm_label": "dist", - "id": "backend_tsconfig_build_json_ref_dist" - }, - { - "label": "test", - "file_type": "concept", - "source_file": "backend/tsconfig.build.json", - "source_location": "L3", - "_origin": "ast", - "community": 79, - "community_name": "exclude", - "norm_label": "test", - "id": "ref_test" - }, - { - "label": "./tsconfig.json", - "file_type": "concept", - "source_file": "backend/tsconfig.build.json", - "source_location": "L2", - "_origin": "ast", - "community": 79, - "community_name": "exclude", - "norm_label": "./tsconfig.json", - "id": "ref_tsconfig_json" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L66", - "_origin": "ast", - "community": 79, - "community_name": "prisma", - "norm_label": "prisma", - "id": "backend_package_devdependencies_prisma" - }, - { - "label": "prisma", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L66", - "_origin": "ast", - "community": 79, - "community_name": "prisma", - "norm_label": "prisma", - "id": "prisma" - }, - { - "label": "backend/tsconfig.json", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L1", - "_origin": "ast", - "community": 79, - "norm_label": "backend/tsconfig.json", - "id": "backend_tsconfig" - }, - { - "label": "exclude", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L27", - "_origin": "ast", - "community": 79, - "norm_label": "exclude", - "id": "backend_tsconfig_exclude" - }, - { - "label": "include", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L26", - "_origin": "ast", - "community": 79, - "norm_label": "include", - "id": "backend_tsconfig_include" - }, - { - "label": "dist", - "file_type": "concept", - "source_file": "backend/tsconfig.json", - "source_location": "L27", - "_origin": "ast", - "community": 79, - "norm_label": "dist", - "id": "ref_dist" - }, - { - "label": "node_modules", - "file_type": "concept", - "source_file": "backend/tsconfig.json", - "source_location": "L27", - "_origin": "ast", - "community": 79, - "norm_label": "node_modules", - "id": "ref_node_modules" - }, - { - "label": "scripts", - "file_type": "concept", - "source_file": "backend/tsconfig.json", - "source_location": "L27", - "_origin": "ast", - "community": 79, - "norm_label": "scripts", - "id": "ref_scripts" - }, - { - "label": "**/*.spec.ts", - "file_type": "concept", - "source_file": "backend/tsconfig.json", - "source_location": "L27", - "_origin": "ast", - "community": 79, - "norm_label": "**/*.spec.ts", - "id": "ref_spec_ts" - }, - { - "label": "src/**/*", - "file_type": "concept", - "source_file": "backend/tsconfig.json", - "source_location": "L26", - "_origin": "ast", - "community": 79, - "norm_label": "src/**/*", - "id": "ref_src" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "apiproperty", - "id": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty" + "id": "backend_src_common_dto_pagination_dto", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "pagination.dto.ts" }, { "label": "ApiPropertyOptional", @@ -36115,21 +31655,32 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "apipropertyoptional", - "id": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional" + "id": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "apipropertyoptional" }, { - "label": "IsNotEmpty", + "label": "IsEnum", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "isnotempty", - "id": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty" + "id": "backend_src_common_dto_pagination_dto_ts_isenum", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "isenum" + }, + { + "label": "IsInt", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_ts_isint", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "isint" }, { "label": "IsOptional", @@ -36137,10 +31688,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "isoptional", - "id": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional" + "id": "backend_src_common_dto_pagination_dto_ts_isoptional", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "isoptional" }, { "label": "IsString", @@ -36148,54 +31699,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "isstring", - "id": "backend_src_tickets_dto_create_ticket_dto_ts_isstring" + "id": "backend_src_common_dto_pagination_dto_ts_isstring", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "isstring" }, { - "label": "ApiPropertyOptional", + "label": "Min", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "apipropertyoptional", - "id": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "isnumber", - "id": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "isoptional", - "id": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "isstring", - "id": "backend_src_tickets_dto_ticket_query_dto_ts_isstring" + "id": "backend_src_common_dto_pagination_dto_ts_min", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "min" }, { "label": "Type", @@ -36203,142 +31721,87 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "type", - "id": "backend_src_tickets_dto_ticket_query_dto_ts_type" + "id": "backend_src_common_dto_pagination_dto_ts_type", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "type" }, { - "label": "ApiBearerAuth", + "label": "create-order.dto.ts", + "file_type": "code", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "create-order.dto.ts" + }, + { + "label": "orders.controller.ts", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_orders_controller", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "orders.controller.ts" + }, + { + "label": "orders.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_spec", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "orders.controller.spec.ts" + }, + { + "label": "IsNotEmpty", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "apibearerauth", - "id": "backend_src_tickets_tickets_controller_ts_apibearerauth" + "id": "backend_src_orders_orders_controller_ts_isnotempty", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "isnotempty" }, { - "label": "ApiOperation", + "label": "IsNumber", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "apioperation", - "id": "backend_src_tickets_tickets_controller_ts_apioperation" + "id": "backend_src_orders_orders_controller_ts_isnumber", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "isnumber" }, { - "label": "ApiTags", + "label": "IsString", "file_type": "code", "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "apitags", - "id": "backend_src_tickets_tickets_controller_ts_apitags" + "id": "backend_src_orders_orders_controller_ts_isstring", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "isstring" }, { - "label": "Body", + "label": "orders.module.ts", "file_type": "code", - "source_file": "", - "source_location": "", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L1", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "body", - "id": "backend_src_tickets_tickets_controller_ts_body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "controller", - "id": "backend_src_tickets_tickets_controller_ts_controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "get", - "id": "backend_src_tickets_tickets_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "param", - "id": "backend_src_tickets_tickets_controller_ts_param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "post", - "id": "backend_src_tickets_tickets_controller_ts_post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "put", - "id": "backend_src_tickets_tickets_controller_ts_put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "query", - "id": "backend_src_tickets_tickets_controller_ts_query" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "req", - "id": "backend_src_tickets_tickets_controller_ts_req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "useguards", - "id": "backend_src_tickets_tickets_controller_ts_useguards" + "id": "backend_src_orders_orders_module", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "orders.module.ts" }, { "label": "Module", @@ -36346,1234 +31809,21 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "module", - "id": "backend_src_tickets_tickets_module_ts_module" + "id": "backend_src_orders_orders_module_ts_module", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "module" }, { - "label": "Injectable", + "label": "orders.service.ts", "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "community_name": "tickets.controller.ts", - "norm_label": "injectable", - "id": "backend_src_tickets_tickets_service_ts_injectable" - }, - { - "label": "create-ticket.dto.ts", - "file_type": "code", - "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_file": "backend/src/orders/orders.service.ts", "source_location": "L1", "_origin": "ast", - "community": 8, - "norm_label": "create-ticket.dto.ts", - "id": "backend_src_tickets_dto_create_ticket_dto" - }, - { - "label": "ticket-query.dto.ts", - "file_type": "code", - "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", - "source_location": "L1", - "_origin": "ast", - "community": 8, - "norm_label": "ticket-query.dto.ts", - "id": "backend_src_tickets_dto_ticket_query_dto" - }, - { - "label": "tickets.controller.ts", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L1", - "_origin": "ast", - "community": 8, - "norm_label": "tickets.controller.ts", - "id": "backend_src_tickets_tickets_controller" - }, - { - "label": "Roles", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 8, - "norm_label": "roles", - "id": "backend_src_tickets_tickets_controller_ts_roles" - }, - { - "label": "tickets.module.ts", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 8, - "norm_label": "tickets.module.ts", - "id": "backend_src_tickets_tickets_module" - }, - { - "label": "tickets.service.ts", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 8, - "norm_label": "tickets.service.ts", - "id": "backend_src_tickets_tickets_service" - }, - { - "label": "seed.ts", - "file_type": "code", - "source_file": "backend/prisma/seed.ts", - "source_location": "L1", - "_origin": "ast", - "community": 80, - "norm_label": "seed.ts", - "id": "backend_prisma_seed" - }, - { - "label": "seed-home.ts", - "file_type": "code", - "source_file": "backend/prisma/seed-home.ts", - "source_location": "L1", - "_origin": "ast", - "community": 80, - "norm_label": "seed-home.ts", - "id": "backend_prisma_seed_home" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/prisma/seed-home.ts", - "source_location": "L3", - "_origin": "ast", - "community": 80, - "norm_label": "prisma", - "id": "backend_prisma_seed_home_prisma" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/prisma/seed.ts", - "source_location": "L9", - "_origin": "ast", - "community": 80, - "norm_label": "prisma", - "id": "backend_prisma_seed_prisma" - }, - { - "label": "seed-products.ts", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L1", - "_origin": "ast", - "community": 80, - "norm_label": "seed-products.ts", - "id": "backend_prisma_seed_products" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L5", - "_origin": "ast", - "community": 80, - "norm_label": "prisma", - "id": "backend_prisma_seed_products_prisma" - }, - { - "label": "PRODUCT_SYMPTOMS_MAP", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L148", - "_origin": "ast", - "community": 80, - "norm_label": "product_symptoms_map", - "id": "backend_prisma_seed_products_product_symptoms_map" - }, - { - "label": "PRODUCT_TAGLINES_MAP", - "file_type": "code", - "source_file": "backend/prisma/seed-products.ts", - "source_location": "L208", - "_origin": "ast", - "community": 80, - "norm_label": "product_taglines_map", - "id": "backend_prisma_seed_products_product_taglines_map" - }, - { - "label": "02-audit-plan.md", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L1", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "02-audit-plan.md", - "id": "docs_audit_02_audit_plan" - }, - { - "label": "10. Documentation Engineer", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L73", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "10. documentation engineer", - "id": "docs_audit_02_audit_plan_10_documentation_engineer" - }, - { - "label": "1. Lead Architect / Orchestrator", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L28", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "1. lead architect / orchestrator", - "id": "docs_audit_02_audit_plan_1_lead_architect_orchestrator" - }, - { - "label": "2. React / Vite Storefront Auditor", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L33", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "2. react / vite storefront auditor", - "id": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor" - }, - { - "label": "3. NestJS Backend Auditor", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L38", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "3. nestjs backend auditor", - "id": "docs_audit_02_audit_plan_3_nestjs_backend_auditor" - }, - { - "label": "4. Admin Features Auditor", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L43", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "4. admin features auditor", - "id": "docs_audit_02_audit_plan_4_admin_features_auditor" - }, - { - "label": "5. Database & Data Integrity Auditor", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L48", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "5. database & data integrity auditor", - "id": "docs_audit_02_audit_plan_5_database_data_integrity_auditor" - }, - { - "label": "6. Security Auditor", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L53", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "6. security auditor", - "id": "docs_audit_02_audit_plan_6_security_auditor" - }, - { - "label": "7. TypeScript & Code Quality Auditor", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L58", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "7. typescript & code quality auditor", - "id": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor" - }, - { - "label": "8. Testing & Reliability Auditor", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L63", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "8. testing & reliability auditor", - "id": "docs_audit_02_audit_plan_8_testing_reliability_auditor" - }, - { - "label": "9. DevOps & CI/CD Auditor", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L68", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "9. devops & ci/cd auditor", - "id": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor" - }, - { - "label": "Audit Plan & Subagent Roles", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L1", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "audit plan & subagent roles", - "id": "docs_audit_02_audit_plan_audit_plan_subagent_roles" - }, - { - "label": "Mandatory Global Audit Exclusions", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L10", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "mandatory global audit exclusions", - "id": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions" - }, - { - "label": "Reconciled Audit Roles & Assignments", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L26", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "reconciled audit roles & assignments", - "id": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments" - }, - { - "label": "Strategy for Deduplication & Consolidation", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L80", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "strategy for deduplication & consolidation", - "id": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation" - }, - { - "label": "Subagent Execution Mode", - "file_type": "document", - "source_file": "docs/audit/02-audit-plan.md", - "source_location": "L3", - "_origin": "ast", - "community": 81, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "subagent execution mode", - "id": "docs_audit_02_audit_plan_subagent_execution_mode" - }, - { - "label": "20260526145407_init/migration.sql", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": null, - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "20260526145407_init/migration.sql", - "id": "backend_prisma_migrations_20260526145407_init_migration" - }, - { - "label": "\"coupons\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L148", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"coupons\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_coupons" - }, - { - "label": "\"health_logs\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L134", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"health_logs\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_health_logs" - }, - { - "label": "\"order_items\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L173", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"order_items\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_order_items" - }, - { - "label": "\"orders\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L159", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"orders\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_orders" - }, - { - "label": "\"pet_medical_conditions\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L103", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"pet_medical_conditions\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions" - }, - { - "label": "\"pets\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L87", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"pets\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_pets" - }, - { - "label": "\"product_ingredients\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L71", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"product_ingredients\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients" - }, - { - "label": "\"product_symptoms\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L79", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"product_symptoms\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms" - }, - { - "label": "\"products\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L49", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"products\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_products" - }, - { - "label": "\"reminder_completions\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L124", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"reminder_completions\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions" - }, - { - "label": "\"reminders\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L111", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"reminders\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_reminders" - }, - { - "label": "\"user_addresses\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L18", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"user_addresses\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_user_addresses" - }, - { - "label": "\"users\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L2", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"users\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_users" - }, - { - "label": "\"wallet_transactions\"", - "file_type": "code", - "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", - "source_location": "L35", - "_origin": "ast", - "community": 82, - "community_name": "Prisma Database Migrations", - "norm_label": "\"wallet_transactions\"", - "id": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions" - }, - { - "label": "phase3.1-backlog-review.md", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L1", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "phase3.1-backlog-review.md", - "id": "docs_audit_phase3_1_backlog_review" - }, - { - "label": "10. Dependency & Wave Adjustments", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L102", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "10. dependency & wave adjustments", - "id": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments" - }, - { - "label": "11. Acceptance Criteria Refinements", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L114", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "11. acceptance criteria refinements", - "id": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements" - }, - { - "label": "12. Business and Product Decision Classification", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L124", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "12. business and product decision classification", - "id": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification" - }, - { - "label": "13. Final Recommended Backlog Summary", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L134", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "13. final recommended backlog summary", - "id": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary" - }, - { - "label": "1. Executive Assessment", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L14", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "1. executive assessment", - "id": "docs_audit_phase3_1_backlog_review_1_executive_assessment" - }, - { - "label": "2. Findings That Require No Change", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L26", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "2. findings that require no change", - "id": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change" - }, - { - "label": "3. Findings Requiring Task Refinements", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L41", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "3. findings requiring task refinements", - "id": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements" - }, - { - "label": "4. Tasks Requiring Splitting", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L50", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "4. tasks requiring splitting", - "id": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting" - }, - { - "label": "5. Tasks Requiring Merging", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L56", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "5. tasks requiring merging", - "id": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging" - }, - { - "label": "6. Unsupported Assumptions Identified", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L62", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "6. unsupported assumptions identified", - "id": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified" - }, - { - "label": "7. Scope Creep Identified and Removed", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L71", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "7. scope creep identified and removed", - "id": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed" - }, - { - "label": "8. Security Deep-Dive Review", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L78", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "8. security deep-dive review", - "id": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review" - }, - { - "label": "9. Architecture Review", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L92", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "9. architecture review", - "id": "docs_audit_phase3_1_backlog_review_9_architecture_review" - }, - { - "label": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L1", - "_origin": "ast", - "community": 83, - "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", - "norm_label": "phase 3.1 \u2014 human review preparation and master backlog critique", - "id": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique" - }, - { - "label": "dependencies", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L12", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "dependencies", - "id": "frontend_admin_panel_package_dependencies" - }, - { - "label": "axios", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L14", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "axios", - "id": "frontend_admin_panel_package_dependencies_axios" - }, - { - "label": "react", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L16", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "react", - "id": "frontend_admin_panel_package_dependencies_react" - }, - { - "label": "react-hot-toast", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L18", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "react-hot-toast", - "id": "frontend_admin_panel_package_dependencies_react_hot_toast" - }, - { - "label": "react-router-dom", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L19", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "react-router-dom", - "id": "frontend_admin_panel_package_dependencies_react_router_dom" - }, - { - "label": "recharts", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L20", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "recharts", - "id": "frontend_admin_panel_package_dependencies_recharts" - }, - { - "label": "@tanstack/react-query", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L13", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "@tanstack/react-query", - "id": "frontend_admin_panel_package_dependencies_tanstack_react_query" - }, - { - "label": "vite", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L21", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "vite", - "id": "frontend_admin_panel_package_dependencies_vite" - }, - { - "label": "axios", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L14", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "axios", - "id": "frontend_admin_panel_package_json_axios" - }, - { - "label": "react", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L16", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "react", - "id": "frontend_admin_panel_package_json_react" - }, - { - "label": "react-hot-toast", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L18", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "react-hot-toast", - "id": "react_hot_toast" - }, - { - "label": "react-router-dom", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L19", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "react-router-dom", - "id": "react_router_dom" - }, - { - "label": "recharts", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L20", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "recharts", - "id": "recharts" - }, - { - "label": "@tanstack/react-query", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L13", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "@tanstack/react-query", - "id": "tanstack_react_query" - }, - { - "label": "vite", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L21", - "_origin": "ast", - "community": 84, - "community_name": "dependencies", - "norm_label": "vite", - "id": "vite" - }, - { - "label": "videos/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/videos/page.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 85, - "community_name": "VetGallery.tsx", - "norm_label": "videos/page.tsx", - "id": "frontend_application_app_videos_page" - }, - { - "label": "videoService.ts", - "file_type": "code", - "source_file": "frontend/application/lib/services/videoService.ts", - "source_location": "L1", - "_origin": "ast", - "community": 85, - "community_name": "VetGallery.tsx", - "norm_label": "videoservice.ts", - "id": "frontend_application_lib_services_videoservice" - }, - { - "label": "videoService", - "file_type": "code", - "source_file": "frontend/application/lib/services/videoService.ts", - "source_location": "L15", - "_origin": "ast", - "community": 85, - "community_name": "VetGallery.tsx", - "norm_label": "videoservice", - "id": "frontend_application_lib_services_videoservice_videoservice" - }, - { - "label": "SafeImage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/SafeImage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 85, - "norm_label": "safeimage.tsx", - "id": "frontend_application_components_safeimage" - }, - { - "label": "VetGallery.tsx", - "file_type": "code", - "source_file": "frontend/application/components/VetGallery.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 85, - "norm_label": "vetgallery.tsx", - "id": "frontend_application_components_vetgallery" - }, - { - "label": "FALLBACK_VIDEOS", - "file_type": "code", - "source_file": "frontend/application/components/VetGallery.tsx", - "source_location": "L27", - "_origin": "ast", - "community": 85, - "norm_label": "fallback_videos", - "id": "frontend_application_components_vetgallery_fallback_videos" - }, - { - "label": "VideosPage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/VideosPage.tsx", - "source_location": "L1", - "_origin": "ast", - "community": 85, - "norm_label": "videospage.tsx", - "id": "frontend_application_components_videospage" - }, - { - "label": "FALLBACK_VIDEOS", - "file_type": "code", - "source_file": "frontend/application/components/VideosPage.tsx", - "source_location": "L11", - "_origin": "ast", - "community": 85, - "norm_label": "fallback_videos", - "id": "frontend_application_components_videospage_fallback_videos" - }, - { - "label": "compilerOptions", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L2", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "compileroptions", - "id": "frontend_application_tsconfig_compileroptions" - }, - { - "label": "allowJs", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L5", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "allowjs", - "id": "frontend_application_tsconfig_compileroptions_allowjs" - }, - { - "label": "esModuleInterop", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L9", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "esmoduleinterop", - "id": "frontend_application_tsconfig_compileroptions_esmoduleinterop" - }, - { - "label": "incremental", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L15", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "incremental", - "id": "frontend_application_tsconfig_compileroptions_incremental" - }, - { - "label": "isolatedModules", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L13", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "isolatedmodules", - "id": "frontend_application_tsconfig_compileroptions_isolatedmodules" - }, - { - "label": "jsx", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L14", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "jsx", - "id": "frontend_application_tsconfig_compileroptions_jsx" - }, - { - "label": "module", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L10", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "module", - "id": "frontend_application_tsconfig_compileroptions_module" - }, - { - "label": "moduleResolution", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L11", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "moduleresolution", - "id": "frontend_application_tsconfig_compileroptions_moduleresolution" - }, - { - "label": "noEmit", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L8", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "noemit", - "id": "frontend_application_tsconfig_compileroptions_noemit" - }, - { - "label": "paths", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L21", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "paths", - "id": "frontend_application_tsconfig_compileroptions_paths" - }, - { - "label": "plugins", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L16", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "plugins", - "id": "frontend_application_tsconfig_compileroptions_plugins" - }, - { - "label": "resolveJsonModule", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L12", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "resolvejsonmodule", - "id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule" - }, - { - "label": "skipLibCheck", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L6", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "skiplibcheck", - "id": "frontend_application_tsconfig_compileroptions_skiplibcheck" - }, - { - "label": "strict", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L7", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "strict", - "id": "frontend_application_tsconfig_compileroptions_strict" - }, - { - "label": "target", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L3", - "_origin": "ast", - "community": 86, - "community_name": "compilerOptions", - "norm_label": "target", - "id": "frontend_application_tsconfig_compileroptions_target" - }, - { - "label": "scripts", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L8", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "scripts", - "id": "backend_package_scripts" - }, - { - "label": "build", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L9", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "build", - "id": "backend_package_scripts_build" - }, - { - "label": "docs:generate", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L21", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "docs:generate", - "id": "backend_package_scripts_docs_generate" - }, - { - "label": "format", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L10", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "format", - "id": "backend_package_scripts_format" - }, - { - "label": "lint", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L15", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "lint", - "id": "backend_package_scripts_lint" - }, - { - "label": "start", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L11", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "start", - "id": "backend_package_scripts_start" - }, - { - "label": "start:debug", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L13", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "start:debug", - "id": "backend_package_scripts_start_debug" - }, - { - "label": "start:dev", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L12", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "start:dev", - "id": "backend_package_scripts_start_dev" - }, - { - "label": "start:prod", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L14", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "start:prod", - "id": "backend_package_scripts_start_prod" - }, - { - "label": "test", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L16", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "test", - "id": "backend_package_scripts_test" - }, - { - "label": "test:cov", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L18", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "test:cov", - "id": "backend_package_scripts_test_cov" - }, - { - "label": "test:debug", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L19", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "test:debug", - "id": "backend_package_scripts_test_debug" - }, - { - "label": "test:e2e", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L20", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "test:e2e", - "id": "backend_package_scripts_test_e2e" - }, - { - "label": "test:watch", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L17", - "_origin": "ast", - "community": 87, - "community_name": "NPM Lifecycle Scripts", - "norm_label": "test:watch", - "id": "backend_package_scripts_test_watch" + "id": "backend_src_orders_orders_service", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "orders.service.ts" }, { "label": "wiki/wiki.controller.ts", @@ -37581,1434 +31831,10 @@ "source_file": "backend/src/wiki/wiki.controller.ts", "source_location": "L1", "_origin": "ast", - "community": 88, + "id": "backend_src_wiki_wiki_controller", + "community": 52, "community_name": "PaginationDto", - "norm_label": "wiki/wiki.controller.ts", - "id": "backend_src_wiki_wiki_controller" - }, - { - "label": "wiki.module.ts", - "file_type": "code", - "source_file": "backend/src/wiki/wiki.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 88, - "community_name": "PaginationDto", - "norm_label": "wiki.module.ts", - "id": "backend_src_wiki_wiki_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 88, - "community_name": "PaginationDto", - "norm_label": "module", - "id": "backend_src_wiki_wiki_module_ts_module" - }, - { - "label": "wiki/wiki.service.ts", - "file_type": "code", - "source_file": "backend/src/wiki/wiki.service.ts", - "source_location": "L1", - "_origin": "ast", - "community": 88, - "community_name": "PaginationDto", - "norm_label": "wiki/wiki.service.ts", - "id": "backend_src_wiki_wiki_service" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 88, - "community_name": "PaginationDto", - "norm_label": "injectable", - "id": "backend_src_wiki_wiki_service_ts_injectable" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 88, - "community_name": "WikiController", - "norm_label": "apitags", - "id": "backend_src_wiki_wiki_controller_ts_apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 88, - "community_name": "WikiController", - "norm_label": "controller", - "id": "backend_src_wiki_wiki_controller_ts_controller" - }, - { - "label": "16-deep-audit-summary.md", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L1", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "16-deep-audit-summary.md", - "id": "docs_audit_16_deep_audit_summary" - }, - { - "label": "1. Audit Overview", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L3", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "1. audit overview", - "id": "docs_audit_16_deep_audit_summary_1_audit_overview" - }, - { - "label": "2. Findings Metrics", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L12", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "2. findings metrics", - "id": "docs_audit_16_deep_audit_summary_2_findings_metrics" - }, - { - "label": "3. Inspected Scope & Command Log", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L41", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "3. inspected scope & command log", - "id": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log" - }, - { - "label": "4. Key Business & Integration Questions", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L62", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "4. key business & integration questions", - "id": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions" - }, - { - "label": "5. Audit Limitations & Integrity Confirmation", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L69", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "5. audit limitations & integrity confirmation", - "id": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation" - }, - { - "label": "6. Exact Next Recommended Phase", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L75", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "6. exact next recommended phase", - "id": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase" - }, - { - "label": "Blocked Commands & Reasons", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L55", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "blocked commands & reasons", - "id": "docs_audit_16_deep_audit_summary_blocked_commands_reasons" - }, - { - "label": "By Confidence", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L21", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "by confidence", - "id": "docs_audit_16_deep_audit_summary_by_confidence" - }, - { - "label": "By Domain", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L27", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "by domain", - "id": "docs_audit_16_deep_audit_summary_by_domain" - }, - { - "label": "By Severity", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L14", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "by severity", - "id": "docs_audit_16_deep_audit_summary_by_severity" - }, - { - "label": "Deep Audit Summary Report", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L1", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "deep audit summary report", - "id": "docs_audit_16_deep_audit_summary_deep_audit_summary_report" - }, - { - "label": "Executed Commands & Results", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L49", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "executed commands & results", - "id": "docs_audit_16_deep_audit_summary_executed_commands_results" - }, - { - "label": "Inspected Scopes", - "file_type": "document", - "source_file": "docs/audit/16-deep-audit-summary.md", - "source_location": "L43", - "_origin": "ast", - "community": 89, - "community_name": "Deep Audit Summary Report", - "norm_label": "inspected scopes", - "id": "docs_audit_16_deep_audit_summary_inspected_scopes" - }, - { - "label": "cms.module.ts", - "file_type": "code", - "source_file": "backend/src/cms/cms.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "CmsController", - "norm_label": "cms.module.ts", - "id": "backend_src_cms_cms_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "CmsController", - "norm_label": "module", - "id": "backend_src_cms_cms_module_ts_module" - }, - { - "label": "videos.module.ts", - "file_type": "code", - "source_file": "backend/src/videos/videos.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "CreateVideoDto", - "norm_label": "videos.module.ts", - "id": "backend_src_videos_videos_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "CreateVideoDto", - "norm_label": "module", - "id": "backend_src_videos_videos_module_ts_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "UsersService", - "norm_label": "module", - "id": "backend_src_auth_auth_module_ts_module" - }, - { - "label": "users.module.ts", - "file_type": "code", - "source_file": "backend/src/users/users.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "UsersService", - "norm_label": "users.module.ts", - "id": "backend_src_users_users_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "UsersService", - "norm_label": "module", - "id": "backend_src_users_users_module_ts_module" - }, - { - "label": "b2b.module.ts", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "b2b.module.ts", - "id": "backend_src_b2b_b2b_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_b2b_b2b_module_ts_module" - }, - { - "label": "banners.module.ts", - "file_type": "code", - "source_file": "backend/src/banners/banners.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "banners.module.ts", - "id": "backend_src_banners_banners_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_banners_banners_module_ts_module" - }, - { - "label": "sms.module.ts", - "file_type": "code", - "source_file": "backend/src/common/sms.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "sms.module.ts", - "id": "backend_src_common_sms_module" - }, - { - "label": "Global", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "global", - "id": "backend_src_common_sms_module_ts_global" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_common_sms_module_ts_module" - }, - { - "label": "contact.module.ts", - "file_type": "code", - "source_file": "backend/src/contact/contact.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "contact.module.ts", - "id": "backend_src_contact_contact_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_contact_contact_module_ts_module" - }, - { - "label": "ingredients.module.ts", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "ingredients.module.ts", - "id": "backend_src_ingredients_ingredients_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_ingredients_ingredients_module_ts_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_payment_payment_module_ts_module" - }, - { - "label": "prisma.module.ts", - "file_type": "code", - "source_file": "backend/src/prisma/prisma.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "prisma.module.ts", - "id": "backend_src_prisma_prisma_module" - }, - { - "label": "Global", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "global", - "id": "backend_src_prisma_prisma_module_ts_global" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_prisma_prisma_module_ts_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_reviews_reviews_module_ts_module" - }, - { - "label": "settings.module.ts", - "file_type": "code", - "source_file": "backend/src/settings/settings.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "settings.module.ts", - "id": "backend_src_settings_settings_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_settings_settings_module_ts_module" - }, - { - "label": "smart-advisor.module.ts", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "smart-advisor.module.ts", - "id": "backend_src_smart_advisor_smart_advisor_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_smart_advisor_smart_advisor_module_ts_module" - }, - { - "label": "testimonials.module.ts", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "testimonials.module.ts", - "id": "backend_src_testimonials_testimonials_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "community_name": "app.module.ts", - "norm_label": "module", - "id": "backend_src_testimonials_testimonials_module_ts_module" - }, - { - "label": "app.module.ts", - "file_type": "code", - "source_file": "backend/src/app.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "norm_label": "app.module.ts", - "id": "backend_src_app_module" - }, - { - "label": "auth.module.ts", - "file_type": "code", - "source_file": "backend/src/auth/auth.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "norm_label": "auth.module.ts", - "id": "backend_src_auth_auth_module" - }, - { - "label": "payment.module.ts", - "file_type": "code", - "source_file": "backend/src/payment/payment.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "norm_label": "payment.module.ts", - "id": "backend_src_payment_payment_module" - }, - { - "label": "prescriptions.module.ts", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "norm_label": "prescriptions.module.ts", - "id": "backend_src_prescriptions_prescriptions_module" - }, - { - "label": "reviews.module.ts", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.module.ts", - "source_location": "L1", - "_origin": "ast", - "community": 9, - "norm_label": "reviews.module.ts", - "id": "backend_src_reviews_reviews_module" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 9, - "norm_label": "module", - "id": "module" - }, - { - "label": "lucide-react", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L15", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "lucide-react", - "id": "frontend_admin_panel_package_dependencies_lucide_react" - }, - { - "label": "dependencies", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L11", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "dependencies", - "id": "frontend_application_package_dependencies" - }, - { - "label": "axios", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L12", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "axios", - "id": "frontend_application_package_dependencies_axios" - }, - { - "label": "lucide-react", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L13", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "lucide-react", - "id": "frontend_application_package_dependencies_lucide_react" - }, - { - "label": "motion", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L14", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "motion", - "id": "frontend_application_package_dependencies_motion" - }, - { - "label": "next", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L15", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "next", - "id": "frontend_application_package_dependencies_next" - }, - { - "label": "react", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L16", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "react", - "id": "frontend_application_package_dependencies_react" - }, - { - "label": "sonner", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L18", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "sonner", - "id": "frontend_application_package_dependencies_sonner" - }, - { - "label": "lucide-react", - "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L15", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "lucide-react", - "id": "frontend_admin_panel_package_json_lucide_react" - }, - { - "label": "axios", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L12", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "axios", - "id": "frontend_application_package_json_axios" - }, - { - "label": "react", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L16", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "react", - "id": "frontend_application_package_json_react" - }, - { - "label": "motion", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L14", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "motion", - "id": "motion" - }, - { - "label": "next", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L15", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "next", - "id": "next" - }, - { - "label": "sonner", - "file_type": "concept", - "source_file": "frontend/application/package.json", - "source_location": "L18", - "_origin": "ast", - "community": 90, - "community_name": "dependencies", - "norm_label": "sonner", - "id": "sonner" - }, - { - "label": "04_architect.md", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L1", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "04_architect.md", - "id": "ai_agency_agents_04_architect" - }, - { - "label": "1. Stack Detection (Brownfield)", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L20", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "1. stack detection (brownfield)", - "id": "ai_agency_agents_04_architect_1_stack_detection_brownfield" - }, - { - "label": "2. Stack Selection (Greenfield)", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L27", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "2. stack selection (greenfield)", - "id": "ai_agency_agents_04_architect_2_stack_selection_greenfield" - }, - { - "label": "3. Single Non-Negotiable Stack Choice", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L40", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "3. single non-negotiable stack choice", - "id": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice" - }, - { - "label": "4. Tech Stack Must Be Written to state.json", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L45", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "4. tech stack must be written to state.json", - "id": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json" - }, - { - "label": "5. Directory Layout", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L61", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "5. directory layout", - "id": "ai_agency_agents_04_architect_5_directory_layout" - }, - { - "label": "6. OpenAPI / API Contract", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L65", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "6. openapi / api contract", - "id": "ai_agency_agents_04_architect_6_openapi_api_contract" - }, - { - "label": "7. Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L71", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "7. forbidden actions", - "id": "ai_agency_agents_04_architect_7_forbidden_actions" - }, - { - "label": "Expected JSON Output Schema", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L88", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_04_architect_expected_json_output_schema" - }, - { - "label": "Operational Rules & Boundaries", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L18", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_04_architect_operational_rules_boundaries" - }, - { - "label": "Required Output Artifacts (What files to write/update)", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L79", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update" - }, - { - "label": "Role & Core Objective", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L1", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_04_architect_role_core_objective" - }, - { - "label": "Strict Input Specifications (What files to read)", - "file_type": "document", - "source_file": ".ai_agency/agents/04_architect.md", - "source_location": "L9", - "_origin": "ast", - "community": 91, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read" - }, - { - "label": "jest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L76", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "jest", - "id": "backend_package_jest" - }, - { - "label": "collectCoverageFrom", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L87", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "collectcoveragefrom", - "id": "backend_package_jest_collectcoveragefrom" - }, - { - "label": "coverageDirectory", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L90", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "coveragedirectory", - "id": "backend_package_jest_coveragedirectory" - }, - { - "label": "moduleFileExtensions", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L77", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "modulefileextensions", - "id": "backend_package_jest_modulefileextensions" - }, - { - "label": "rootDir", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L82", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "rootdir", - "id": "backend_package_jest_rootdir" - }, - { - "label": "testEnvironment", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L91", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "testenvironment", - "id": "backend_package_jest_testenvironment" - }, - { - "label": "testRegex", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L83", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "testregex", - "id": "backend_package_jest_testregex" - }, - { - "label": "transform", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L84", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "transform", - "id": "backend_package_jest_transform" - }, - { - "label": "^.+\\\\.(t|j)s$", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L85", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "^.+\\\\.(t|j)s$", - "id": "backend_package_transform_t_j_s" - }, - { - "label": "ts", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L77", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "ts", - "id": "backend_package_json_ref_ts" - }, - { - "label": "js", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L77", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "js", - "id": "ref_js" - }, - { - "label": "json", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L77", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "json", - "id": "ref_json" - }, - { - "label": "**/*.(t|j)s", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L87", - "_origin": "ast", - "community": 92, - "community_name": "Jest Testing Config", - "norm_label": "**/*.(t|j)s", - "id": "ref_t_j_s" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "apibearerauth", - "id": "backend_src_admin_pets_controller_ts_apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "apioperation", - "id": "backend_src_admin_pets_controller_ts_apioperation" - }, - { - "label": "ApiQuery", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "apiquery", - "id": "backend_src_admin_pets_controller_ts_apiquery" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "apitags", - "id": "backend_src_admin_pets_controller_ts_apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "controller", - "id": "backend_src_admin_pets_controller_ts_controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "delete", - "id": "backend_src_admin_pets_controller_ts_delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "get", - "id": "backend_src_admin_pets_controller_ts_get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "param", - "id": "backend_src_admin_pets_controller_ts_param" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "query", - "id": "backend_src_admin_pets_controller_ts_query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "community": 93, - "community_name": "PetsController", - "norm_label": "useguards", - "id": "backend_src_admin_pets_controller_ts_useguards" - }, - { - "label": "phase3.2-change-log.md", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L1", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "phase3.2-change-log.md", - "id": "docs_audit_phase3_2_change_log" - }, - { - "label": "10. `TASK-VERIFY-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L109", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "10. `task-verify-001`", - "id": "docs_audit_phase3_2_change_log_10_task_verify_001" - }, - { - "label": "1. `TASK-SEC-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L10", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "1. `task-sec-001`", - "id": "docs_audit_phase3_2_change_log_1_task_sec_001" - }, - { - "label": "2. `TASK-SEC-002`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L21", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "2. `task-sec-002`", - "id": "docs_audit_phase3_2_change_log_2_task_sec_002" - }, - { - "label": "3. `TASK-SEC-003`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L32", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "3. `task-sec-003`", - "id": "docs_audit_phase3_2_change_log_3_task_sec_003" - }, - { - "label": "4. `TASK-FIN-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L43", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "4. `task-fin-001`", - "id": "docs_audit_phase3_2_change_log_4_task_fin_001" - }, - { - "label": "5. `TASK-BUILD-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L54", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "5. `task-build-001`", - "id": "docs_audit_phase3_2_change_log_5_task_build_001" - }, - { - "label": "6. `TASK-AUTH-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L65", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "6. `task-auth-001`", - "id": "docs_audit_phase3_2_change_log_6_task_auth_001" - }, - { - "label": "7. `TASK-FE-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L76", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "7. `task-fe-001`", - "id": "docs_audit_phase3_2_change_log_7_task_fe_001" - }, - { - "label": "8. `TASK-DEVOPS-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L87", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "8. `task-devops-001`", - "id": "docs_audit_phase3_2_change_log_8_task_devops_001" - }, - { - "label": "9. `TASK-DOC-001`", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L98", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "9. `task-doc-001`", - "id": "docs_audit_phase3_2_change_log_9_task_doc_001" - }, - { - "label": "Comprehensive Change Log", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L8", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "comprehensive change log", - "id": "docs_audit_phase3_2_change_log_comprehensive_change_log" - }, - { - "label": "Phase 3.2 \u2014 Implementation Readiness Change Log", - "file_type": "document", - "source_file": "docs/audit/phase3.2-change-log.md", - "source_location": "L1", - "_origin": "ast", - "community": 94, - "community_name": "Comprehensive Change Log", - "norm_label": "phase 3.2 \u2014 implementation readiness change log", - "id": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log" - }, - { - "label": "07_qa_engineer.md", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L1", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "07_qa_engineer.md", - "id": "ai_agency_agents_07_qa_engineer" - }, - { - "label": "1. Detect Test Runner from Tech Stack", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L18", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "1. detect test runner from tech stack", - "id": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack" - }, - { - "label": "2. Execution Output Capture (Mandatory)", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L33", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "2. execution output capture (mandatory)", - "id": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory" - }, - { - "label": "3. Acceptance Criteria Verification", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L41", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "3. acceptance criteria verification", - "id": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification" - }, - { - "label": "4. Failure Routing Protocol", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L48", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "4. failure routing protocol", - "id": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol" - }, - { - "label": "5. Success Routing Protocol", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L64", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "5. success routing protocol", - "id": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol" - }, - { - "label": "6. Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L74", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "6. forbidden actions", - "id": "ai_agency_agents_07_qa_engineer_6_forbidden_actions" - }, - { - "label": "Expected JSON Output Schema", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L91", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_07_qa_engineer_expected_json_output_schema" - }, - { - "label": "Operational Rules & Boundaries", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L16", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries" - }, - { - "label": "Required Output Artifacts (What files to write/update)", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L82", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update" - }, - { - "label": "Role & Core Objective", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L1", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_07_qa_engineer_role_core_objective" - }, - { - "label": "Strict Input Specifications (What files to read)", - "file_type": "document", - "source_file": ".ai_agency/agents/07_qa_engineer.md", - "source_location": "L7", - "_origin": "ast", - "community": 95, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read" + "norm_label": "wiki/wiki.controller.ts" }, { "label": "ApiNotFoundResponse", @@ -39016,10 +31842,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 96, - "community_name": "BlogsController", - "norm_label": "apinotfoundresponse", - "id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse" + "id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "apinotfoundresponse" }, { "label": "ApiOkResponse", @@ -39027,10 +31853,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 96, - "community_name": "BlogsController", - "norm_label": "apiokresponse", - "id": "backend_src_blogs_blogs_controller_ts_apiokresponse" + "id": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "apiokresponse" }, { "label": "ApiOperation", @@ -39038,10 +31864,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 96, - "community_name": "BlogsController", - "norm_label": "apioperation", - "id": "backend_src_blogs_blogs_controller_ts_apioperation" + "id": "backend_src_wiki_wiki_controller_ts_apioperation", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "apioperation" }, { "label": "ApiTags", @@ -39049,10 +31875,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 96, - "community_name": "BlogsController", - "norm_label": "apitags", - "id": "backend_src_blogs_blogs_controller_ts_apitags" + "id": "backend_src_wiki_wiki_controller_ts_apitags", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "apitags" }, { "label": "Controller", @@ -39060,10 +31886,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 96, - "community_name": "BlogsController", - "norm_label": "controller", - "id": "backend_src_blogs_blogs_controller_ts_controller" + "id": "backend_src_wiki_wiki_controller_ts_controller", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "controller" }, { "label": "Get", @@ -39071,10 +31897,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 96, - "community_name": "BlogsController", - "norm_label": "get", - "id": "backend_src_blogs_blogs_controller_ts_get" + "id": "backend_src_wiki_wiki_controller_ts_get", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "get" }, { "label": "Param", @@ -39082,10 +31908,10 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 96, - "community_name": "BlogsController", - "norm_label": "param", - "id": "backend_src_blogs_blogs_controller_ts_param" + "id": "backend_src_wiki_wiki_controller_ts_param", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "param" }, { "label": "Query", @@ -39093,10 +31919,43 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 96, - "community_name": "BlogsController", - "norm_label": "query", - "id": "backend_src_blogs_blogs_controller_ts_query" + "id": "backend_src_wiki_wiki_controller_ts_query", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "query" + }, + { + "label": "wiki.module.ts", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_wiki_module", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "wiki.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_module_ts_module", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "module" + }, + { + "label": "wiki/wiki.service.ts", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_wiki_service", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "wiki/wiki.service.ts" }, { "label": "Injectable", @@ -39104,272 +31963,8423 @@ "source_file": "", "source_location": "", "_origin": "ast", - "community": 97, - "community_name": "PetsService", - "norm_label": "injectable", - "id": "backend_src_pets_pets_service_ts_injectable" + "id": "backend_src_wiki_wiki_service_ts_injectable", + "community": 52, + "community_name": "PaginationDto", + "norm_label": "injectable" }, { - "label": "26-phase2-integrity-repair-report.md", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_body", + "community": 53, + "community_name": "ContactService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_controller", + "community": 53, + "community_name": "ContactService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_get", + "community": 53, + "community_name": "ContactService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_param", + "community": 53, + "community_name": "ContactService", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_post", + "community": 53, + "community_name": "ContactService", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_put", + "community": 53, + "community_name": "ContactService", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_query", + "community": 53, + "community_name": "ContactService", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_useguards", + "community": 53, + "community_name": "ContactService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_service_ts_injectable", + "community": 53, + "community_name": "ContactService", + "norm_label": "injectable" + }, + { + "label": "backend/tsconfig.json", + "file_type": "code", + "source_file": "backend/tsconfig.json", "source_location": "L1", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "26-phase2-integrity-repair-report.md", - "id": "docs_audit_26_phase2_integrity_repair_report" + "id": "backend_tsconfig", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "backend/tsconfig.json" }, { - "label": "1.1 Authoritative Source File Inventory Rebuilt", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "label": "compilerOptions", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "allowSyntheticDefaultImports", + "file_type": "code", + "source_file": "backend/tsconfig.json", "source_location": "L12", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "1.1 authoritative source file inventory rebuilt", - "id": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt" + "id": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "allowsyntheticdefaultimports" }, { - "label": "1.2 Raw Finding Dispositions Reconciled", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L18", + "label": "baseUrl", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L17", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "1.2 raw finding dispositions reconciled", - "id": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled" + "id": "backend_tsconfig_compileroptions_baseurl", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "baseurl" }, { - "label": "1.3 Finding Identifier Normalization", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L27", + "label": "declaration", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L8", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "1.3 finding identifier normalization", - "id": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization" + "id": "backend_tsconfig_compileroptions_declaration", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "declaration" }, { - "label": "1.4 Rejected Finding Cleanup", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L34", - "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "1.4 rejected finding cleanup", - "id": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup" - }, - { - "label": "1. Summary of Integrity Repairs Performed", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "label": "emitDecoratorMetadata", + "file_type": "code", + "source_file": "backend/tsconfig.json", "source_location": "L10", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "1. summary of integrity repairs performed", - "id": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed" + "id": "backend_tsconfig_compileroptions_emitdecoratormetadata", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "emitdecoratormetadata" }, { - "label": "2. Final Verified Finding Metrics", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L39", + "label": "esModuleInterop", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L6", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "2. final verified finding metrics", - "id": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics" + "id": "backend_tsconfig_compileroptions_esmoduleinterop", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "esmoduleinterop" }, { - "label": "3. Reference and Compiler Integrity Results", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L57", + "label": "experimentalDecorators", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L11", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "3. reference and compiler integrity results", - "id": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results" + "id": "backend_tsconfig_compileroptions_experimentaldecorators", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "experimentaldecorators" }, { - "label": "4. Quality Gate Conclusion", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L64", + "label": "forceConsistentCasingInFileNames", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L21", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "4. quality gate conclusion", - "id": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion" + "id": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "forceconsistentcasinginfilenames" }, { - "label": "By Confidence", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L49", + "label": "incremental", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L18", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "by confidence", - "id": "docs_audit_26_phase2_integrity_repair_report_by_confidence" + "id": "backend_tsconfig_compileroptions_incremental", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "incremental" }, { - "label": "By Severity", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L41", + "label": "isolatedModules", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L7", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "by severity", - "id": "docs_audit_26_phase2_integrity_repair_report_by_severity" + "id": "backend_tsconfig_compileroptions_isolatedmodules", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "isolatedmodules" }, { - "label": "Phase 2.6 Integrity Repair & Audit Quality Gate Report", - "file_type": "document", - "source_file": "docs/audit/26-phase2-integrity-repair-report.md", - "source_location": "L1", + "label": "module", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L3", "_origin": "ast", - "community": 98, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "phase 2.6 integrity repair & audit quality gate report", - "id": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report" + "id": "backend_tsconfig_compileroptions_module", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "module" }, { - "label": "01_auditor.md", - "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", - "source_location": "L1", + "label": "moduleResolution", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L4", "_origin": "ast", - "community": 99, - "community_name": "Operational Rules & Boundaries", - "norm_label": "01_auditor.md", - "id": "ai_agency_agents_01_auditor" + "id": "backend_tsconfig_compileroptions_moduleresolution", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" }, { - "label": "1. Detect Tech Stack First (Universal)", - "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", + "label": "noFallthroughCasesInSwitch", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L24", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "nofallthroughcasesinswitch" + }, + { + "label": "noImplicitAny", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L22", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_noimplicitany", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "noimplicitany" + }, + { + "label": "outDir", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L15", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_outdir", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "outdir" + }, + { + "label": "removeComments", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_removecomments", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "removecomments" + }, + { + "label": "resolvePackageJsonExports", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L5", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_resolvepackagejsonexports", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "resolvepackagejsonexports" + }, + { + "label": "rootDir", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L16", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_rootdir", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "rootdir" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "backend/tsconfig.json", "source_location": "L19", "_origin": "ast", - "community": 99, - "community_name": "Operational Rules & Boundaries", - "norm_label": "1. detect tech stack first (universal)", - "id": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal" + "id": "backend_tsconfig_compileroptions_skiplibcheck", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" }, { - "label": "2. Explicit Scoring Methodology (Universal)", - "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", + "label": "sourceMap", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L14", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_sourcemap", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "sourcemap" + }, + { + "label": "strictBindCallApply", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L23", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_strictbindcallapply", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "strictbindcallapply" + }, + { + "label": "strictNullChecks", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L20", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_strictnullchecks", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "strictnullchecks" + }, + { + "label": "target", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L13", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_target", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "target" + }, + { + "label": "exclude", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_exclude", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "exclude" + }, + { + "label": "include", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L26", + "_origin": "ast", + "id": "backend_tsconfig_include", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "dist", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_dist", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "dist" + }, + { + "label": "node_modules", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_node_modules", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "node_modules" + }, + { + "label": "prisma", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_prisma", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "prisma" + }, + { + "label": "**/*.spec.ts", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_spec_ts", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "**/*.spec.ts" + }, + { + "label": "src/**/*", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L26", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_src", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "src/**/*" + }, + { + "label": "scripts", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "ref_scripts", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "scripts" + }, + { + "label": "Reports.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "reports.tsx" + }, + { + "label": "COLORS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_colors", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "colors" + }, + { + "label": "Reports", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_reports", + "community": 55, + "community_name": "Reports.tsx", + "norm_label": "reports" + }, + { + "label": "tsconfig.app.json", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "tsconfig.app.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "allowImportingTsExtensions", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "allowimportingtsextensions" + }, + { + "label": "erasableSyntaxOnly", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "erasablesyntaxonly" + }, + { + "label": "jsx", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_jsx", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "jsx" + }, + { + "label": "lib", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "lib" + }, + { + "label": "module", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L6", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_module", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleDetection", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "moduledetection" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "noEmit", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_noemit", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "noemit" + }, + { + "label": "noFallthroughCasesInSwitch", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "nofallthroughcasesinswitch" + }, + { + "label": "noUnusedLocals", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "nounusedlocals" + }, + { + "label": "noUnusedParameters", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "nounusedparameters" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L8", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "target", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_target", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "target" + }, + { + "label": "tsBuildInfoFile", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "tsbuildinfofile" + }, + { + "label": "types", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_types", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "types" + }, + { + "label": "verbatimModuleSyntax", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "verbatimmodulesyntax" + }, + { + "label": "include", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_include", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "DOM", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_json_ref_dom", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "dom" + }, + { + "label": "ES2023", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_json_ref_es2023", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "es2023" + }, + { + "label": "src", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_json_ref_src", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "src" + }, + { + "label": "vite/client", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7", + "_origin": "ast", + "id": "ref_vite_client", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "vite/client" + }, + { + "label": "dependencies", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L23", + "_origin": "ast", + "id": "backend_package_dependencies", + "community": 57, + "community_name": "dependencies", + "norm_label": "dependencies" + }, + { + "label": "bcrypt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "backend_package_dependencies_bcrypt", + "community": 57, + "community_name": "dependencies", + "norm_label": "bcrypt" + }, + { + "label": "bcryptjs", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "backend_package_dependencies_bcryptjs", + "community": 57, + "community_name": "dependencies", + "norm_label": "bcryptjs" + }, + { + "label": "class-transformer", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "backend_package_dependencies_class_transformer", + "community": 57, + "community_name": "dependencies", + "norm_label": "class-transformer" + }, + { + "label": "class-validator", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L35", + "_origin": "ast", + "id": "backend_package_dependencies_class_validator", + "community": 57, + "community_name": "dependencies", + "norm_label": "class-validator" + }, + { + "label": "helmet", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L36", + "_origin": "ast", + "id": "backend_package_dependencies_helmet", + "community": 57, + "community_name": "dependencies", + "norm_label": "helmet" + }, + { + "label": "ioredis", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L37", + "_origin": "ast", + "id": "backend_package_dependencies_ioredis", + "community": 57, + "community_name": "dependencies", + "norm_label": "ioredis" + }, + { + "label": "js-yaml", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L38", + "_origin": "ast", + "id": "backend_package_dependencies_js_yaml", + "community": 57, + "community_name": "dependencies", + "norm_label": "js-yaml" + }, + { + "label": "@nestjs/common", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L24", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_common", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/common" + }, + { + "label": "@nestjs/core", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_core", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/core" + }, + { + "label": "@nestjs/jwt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_jwt", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/jwt" + }, + { + "label": "@nestjs/passport", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_passport", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/passport" + }, + { + "label": "@nestjs/platform-express", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_platform_express", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/platform-express" + }, + { + "label": "@nestjs/swagger", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_swagger", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/swagger" + }, + { + "label": "@nestjs/throttler", + "file_type": "code", + "source_file": "backend/package.json", "source_location": "L30", "_origin": "ast", - "community": 99, - "community_name": "Operational Rules & Boundaries", - "norm_label": "2. explicit scoring methodology (universal)", - "id": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal" + "id": "backend_package_dependencies_nestjs_throttler", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/throttler" }, { - "label": "3. Code Coverage Ratio Rule", - "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", - "source_location": "L47", + "label": "passport", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L39", "_origin": "ast", - "community": 99, - "community_name": "Operational Rules & Boundaries", - "norm_label": "3. code coverage ratio rule", - "id": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule" + "id": "backend_package_dependencies_passport", + "community": 57, + "community_name": "dependencies", + "norm_label": "passport" }, { - "label": "4. Deep Directory Scanning", - "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", - "source_location": "L54", + "label": "passport-jwt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L40", "_origin": "ast", - "community": 99, - "community_name": "Operational Rules & Boundaries", - "norm_label": "4. deep directory scanning", - "id": "ai_agency_agents_01_auditor_4_deep_directory_scanning" + "id": "backend_package_dependencies_passport_jwt", + "community": 57, + "community_name": "dependencies", + "norm_label": "passport-jwt" }, { - "label": "5. Forbidden Actions", - "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", - "source_location": "L58", + "label": "@prisma/client", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L31", "_origin": "ast", - "community": 99, + "id": "backend_package_dependencies_prisma_client", + "community": 57, + "community_name": "dependencies", + "norm_label": "@prisma/client" + }, + { + "label": "reflect-metadata", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L41", + "_origin": "ast", + "id": "backend_package_dependencies_reflect_metadata", + "community": 57, + "community_name": "dependencies", + "norm_label": "reflect-metadata" + }, + { + "label": "rxjs", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L42", + "_origin": "ast", + "id": "backend_package_dependencies_rxjs", + "community": 57, + "community_name": "dependencies", + "norm_label": "rxjs" + }, + { + "label": "swagger-ui-express", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L43", + "_origin": "ast", + "id": "backend_package_dependencies_swagger_ui_express", + "community": 57, + "community_name": "dependencies", + "norm_label": "swagger-ui-express" + }, + { + "label": "bcrypt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "bcrypt", + "community": 57, + "community_name": "dependencies", + "norm_label": "bcrypt" + }, + { + "label": "bcryptjs", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "bcryptjs", + "community": 57, + "community_name": "dependencies", + "norm_label": "bcryptjs" + }, + { + "label": "class-transformer", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "class_transformer", + "community": 57, + "community_name": "dependencies", + "norm_label": "class-transformer" + }, + { + "label": "class-validator", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L35", + "_origin": "ast", + "id": "class_validator", + "community": 57, + "community_name": "dependencies", + "norm_label": "class-validator" + }, + { + "label": "helmet", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L36", + "_origin": "ast", + "id": "helmet", + "community": 57, + "community_name": "dependencies", + "norm_label": "helmet" + }, + { + "label": "ioredis", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L37", + "_origin": "ast", + "id": "ioredis", + "community": 57, + "community_name": "dependencies", + "norm_label": "ioredis" + }, + { + "label": "js-yaml", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L38", + "_origin": "ast", + "id": "js_yaml", + "community": 57, + "community_name": "dependencies", + "norm_label": "js-yaml" + }, + { + "label": "@nestjs/common", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L24", + "_origin": "ast", + "id": "nestjs_common", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/common" + }, + { + "label": "@nestjs/core", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "nestjs_core", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/core" + }, + { + "label": "@nestjs/jwt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "nestjs_jwt", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/jwt" + }, + { + "label": "@nestjs/passport", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "nestjs_passport", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/passport" + }, + { + "label": "@nestjs/platform-express", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "nestjs_platform_express", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/platform-express" + }, + { + "label": "@nestjs/swagger", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "nestjs_swagger", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/swagger" + }, + { + "label": "@nestjs/throttler", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "nestjs_throttler", + "community": 57, + "community_name": "dependencies", + "norm_label": "@nestjs/throttler" + }, + { + "label": "passport", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L39", + "_origin": "ast", + "id": "passport", + "community": 57, + "community_name": "dependencies", + "norm_label": "passport" + }, + { + "label": "passport-jwt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L40", + "_origin": "ast", + "id": "passport_jwt", + "community": 57, + "community_name": "dependencies", + "norm_label": "passport-jwt" + }, + { + "label": "@prisma/client", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "prisma_client", + "community": 57, + "community_name": "dependencies", + "norm_label": "@prisma/client" + }, + { + "label": "reflect-metadata", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L41", + "_origin": "ast", + "id": "reflect_metadata", + "community": 57, + "community_name": "dependencies", + "norm_label": "reflect-metadata" + }, + { + "label": "rxjs", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L42", + "_origin": "ast", + "id": "rxjs", + "community": 57, + "community_name": "dependencies", + "norm_label": "rxjs" + }, + { + "label": "swagger-ui-express", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L43", + "_origin": "ast", + "id": "swagger_ui_express", + "community": 57, + "community_name": "dependencies", + "norm_label": "swagger-ui-express" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_apitags", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_body", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_controller", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_get", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_param", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_patch", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_post", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "post" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_req", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_ts_injectable", + "community": 58, + "community_name": "PrescriptionsService", + "norm_label": "injectable" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_apibearerauth", + "community": 59, + "community_name": "BlogsController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_apioperation", + "community": 59, + "community_name": "BlogsController", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_apiquery", + "community": 59, + "community_name": "BlogsController", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_apitags", + "community": 59, + "community_name": "BlogsController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_body", + "community": 59, + "community_name": "BlogsController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_controller", + "community": 59, + "community_name": "BlogsController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_delete", + "community": 59, + "community_name": "BlogsController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_get", + "community": 59, + "community_name": "BlogsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_param", + "community": 59, + "community_name": "BlogsController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_post", + "community": 59, + "community_name": "BlogsController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_put", + "community": 59, + "community_name": "BlogsController", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_query", + "community": 59, + "community_name": "BlogsController", + "norm_label": "query" + }, + { + "label": "Request", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_request", + "community": 59, + "community_name": "BlogsController", + "norm_label": "request" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_useguards", + "community": 59, + "community_name": "BlogsController", + "norm_label": "useguards" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsArray", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isarray", + "community": 6, + "community_name": "OrdersService", + "norm_label": "isarray" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isnotempty", + "community": 6, + "community_name": "OrdersService", + "norm_label": "isnotempty" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "community": 6, + "community_name": "OrdersService", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isoptional", + "community": 6, + "community_name": "OrdersService", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isstring", + "community": 6, + "community_name": "OrdersService", + "norm_label": "isstring" + }, + { + "label": "Type", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_type", + "community": 6, + "community_name": "OrdersService", + "norm_label": "type" + }, + { + "label": "ApiBadRequestResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apibearerauth", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiCreatedResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apicreatedresponse", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apicreatedresponse" + }, + { + "label": "ApiNotFoundResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apinotfoundresponse", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apinotfoundresponse" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apiokresponse", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apioperation", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apitags", + "community": 6, + "community_name": "OrdersService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_body", + "community": 6, + "community_name": "OrdersService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_controller", + "community": 6, + "community_name": "OrdersService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_get", + "community": 6, + "community_name": "OrdersService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_param", + "community": 6, + "community_name": "OrdersService", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_post", + "community": 6, + "community_name": "OrdersService", + "norm_label": "post" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_query", + "community": 6, + "community_name": "OrdersService", + "norm_label": "query" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_req", + "community": 6, + "community_name": "OrdersService", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_useguards", + "community": 6, + "community_name": "OrdersService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_service_ts_injectable", + "community": 6, + "community_name": "OrdersService", + "norm_label": "injectable" + }, + { + "label": "ValidateNested", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "validatenested", + "community": 6, + "community_name": "OrdersService", + "norm_label": "validatenested" + }, + { + "label": "31-module-audit-closure.md", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "31-module-audit-closure.md" + }, + { + "label": "10. Orders Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L88", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_10_orders_backend", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "10. orders backend" + }, + { + "label": "11. Settings & Administrative Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L96", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_11_settings_administrative_backend", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "11. settings & administrative backend" + }, + { + "label": "12. Prisma Schema, Migrations & Seed", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L104", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "12. prisma schema, migrations & seed" + }, + { + "label": "13. Redis & Temporary Auth State", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L114", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "13. redis & temporary auth state" + }, + { + "label": "14. Unit & E2E Tests", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L122", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_14_unit_e2e_tests", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "14. unit & e2e tests" + }, + { + "label": "15. Docker, NGINX, Prometheus & Deployment Config", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L131", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "15. docker, nginx, prometheus & deployment config" + }, + { + "label": "16. Documentation & OpenAPI Artifacts", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L139", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "16. documentation & openapi artifacts" + }, + { + "label": "1. Storefront Shell & Routing", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_1_storefront_shell_routing", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "1. storefront shell & routing" + }, + { + "label": "2. Authentication UI, Stores & API Clients", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L19", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "2. authentication ui, stores & api clients" + }, + { + "label": "3. Cart, Checkout, Order, Wallet & Payment UI", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "3. cart, checkout, order, wallet & payment ui" + }, + { + "label": "4. Product, Pet, Scientific Term & Settings UI", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L37", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "4. product, pet, scientific term & settings ui" + }, + { + "label": "5. NestJS Bootstrap & Shared Infrastructure", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "5. nestjs bootstrap & shared infrastructure" + }, + { + "label": "6. Authentication & Authorization Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L55", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "6. authentication & authorization backend" + }, + { + "label": "7. Users & Addresses Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L63", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_7_users_addresses_backend", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "7. users & addresses backend" + }, + { + "label": "8. Pets Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L71", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_8_pets_backend", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "8. pets backend" + }, + { + "label": "9. Products Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L79", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_9_products_backend", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "9. products backend" + }, + { + "label": "Conclusion", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L149", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_conclusion", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "conclusion" + }, + { + "label": "Module Audit Closure Report", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "module audit closure report" + }, + { + "label": "Required Review Group Closures", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_required_review_group_closures", + "community": 60, + "community_name": "Required Review Group Closures", + "norm_label": "required review group closures" + }, + { + "label": "devDependencies", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_application_package_devdependencies", + "community": 61, + "community_name": "devDependencies", + "norm_label": "devdependencies" + }, + { + "label": "eslint", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_eslint", + "community": 61, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "jsdom", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_jsdom", + "community": 61, + "community_name": "devDependencies", + "norm_label": "jsdom" + }, + { + "label": "tailwindcss", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_tailwindcss", + "community": 61, + "community_name": "devDependencies", + "norm_label": "tailwindcss" + }, + { + "label": "@tailwindcss/postcss", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_tailwindcss_postcss", + "community": 61, + "community_name": "devDependencies", + "norm_label": "@tailwindcss/postcss" + }, + { + "label": "@types/node", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_types_node", + "community": 61, + "community_name": "devDependencies", + "norm_label": "@types/node" + }, + { + "label": "@types/react-dom", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_types_react_dom", + "community": 61, + "community_name": "devDependencies", + "norm_label": "@types/react-dom" + }, + { + "label": "@vitejs/plugin-react", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_vitejs_plugin_react", + "community": 61, + "community_name": "devDependencies", + "norm_label": "@vitejs/plugin-react" + }, + { + "label": "eslint", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_application_package_json_eslint", + "community": 61, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "tailwindcss", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_application_package_json_tailwindcss", + "community": 61, + "community_name": "devDependencies", + "norm_label": "tailwindcss" + }, + { + "label": "@tailwindcss/postcss", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_application_package_json_tailwindcss_postcss", + "community": 61, + "community_name": "devDependencies", + "norm_label": "@tailwindcss/postcss" + }, + { + "label": "@types/node", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_application_package_json_types_node", + "community": 61, + "community_name": "devDependencies", + "norm_label": "@types/node" + }, + { + "label": "@types/react-dom", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_application_package_json_types_react_dom", + "community": 61, + "community_name": "devDependencies", + "norm_label": "@types/react-dom" + }, + { + "label": "@vitejs/plugin-react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_application_package_json_vitejs_plugin_react", + "community": 61, + "community_name": "devDependencies", + "norm_label": "@vitejs/plugin-react" + }, + { + "label": "jsdom", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "jsdom", + "community": 61, + "community_name": "devDependencies", + "norm_label": "jsdom" + }, + { + "label": "PriceInput.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "priceinput.tsx" + }, + { + "label": "Coupons.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "coupons.tsx" + }, + { + "label": "FinancialSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_financialsettingspage", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "financialsettingspage.tsx" + }, + { + "label": "Settings.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_settings", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "settings.tsx" + }, + { + "label": "Coupons", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_coupons", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "coupons" + }, + { + "label": "FinancialSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "financialsettingspage" + }, + { + "label": "Settings", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_settings", + "community": 62, + "community_name": "Coupons.tsx", + "norm_label": "settings" + }, + { + "label": "06_dev_frontend.md", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend", + "community": 63, "community_name": "Operational Rules & Boundaries", - "norm_label": "5. forbidden actions", - "id": "ai_agency_agents_01_auditor_5_forbidden_actions" + "norm_label": "06_dev_frontend.md" + }, + { + "label": "1. Always Read Tech Stack First", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L119", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. always read tech stack first" + }, + { + "label": "2. Sub-step Execution (Token Resume Support)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L131", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. sub-step execution (token resume support)" + }, + { + "label": "3. API Mocking Requirement", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L141", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. api mocking requirement" + }, + { + "label": "4. Modular Component Architecture", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L148", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. modular component architecture" + }, + { + "label": "5. Responsive Design (Mandatory)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L157", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. responsive design (mandatory)" + }, + { + "label": "6. File Scope Boundary", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L163", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. file scope boundary" + }, + { + "label": "7. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L167", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_7_forbidden_actions", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "7. forbidden actions" }, { "label": "Expected JSON Output Schema", "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", - "source_location": "L74", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L187", "_origin": "ast", - "community": 99, + "id": "ai_agency_agents_06_dev_frontend_expected_json_output_schema", + "community": 63, "community_name": "Operational Rules & Boundaries", - "norm_label": "expected json output schema", - "id": "ai_agency_agents_01_auditor_expected_json_output_schema" + "norm_label": "expected json output schema" + }, + { + "label": "IMPLEMENT MODE \u2014 Normal Operation", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L103", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "implement mode \u2014 normal operation" }, { "label": "Operational Rules & Boundaries", "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", - "source_location": "L17", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L117", "_origin": "ast", - "community": 99, + "id": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "community": 63, "community_name": "Operational Rules & Boundaries", - "norm_label": "operational rules & boundaries", - "id": "ai_agency_agents_01_auditor_operational_rules_boundaries" + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L65", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_output", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "output" }, { "label": "Required Output Artifacts (What files to write/update)", "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", - "source_location": "L66", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L175", "_origin": "ast", - "community": 99, + "id": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update", + "community": 63, "community_name": "Operational Rules & Boundaries", - "norm_label": "required output artifacts (what files to write/update)", - "id": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update" + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "\u2605 review mode (called during review phase)" }, { "label": "Role & Core Objective", "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", + "source_file": ".ai_agency/agents/06_dev_frontend.md", "source_location": "L1", "_origin": "ast", - "community": 99, + "id": "ai_agency_agents_06_dev_frontend_role_core_objective", + "community": 63, "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective", - "id": "ai_agency_agents_01_auditor_role_core_objective" + "norm_label": "role & core objective" }, { "label": "Strict Input Specifications (What files to read)", "file_type": "document", - "source_file": ".ai_agency/agents/01_auditor.md", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L107", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_what_you_do_not_review", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (Frontend Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L26", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you look for (frontend expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas", + "community": 63, + "community_name": "Operational Rules & Boundaries", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "08_visual_qa.md", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "08_visual_qa.md" + }, + { + "label": "1. Framework-Aware Analysis", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L115", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. framework-aware analysis" + }, + { + "label": "2. DOM & Semantic Structure Analysis", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L126", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. dom & semantic structure analysis" + }, + { + "label": "3. Accessibility Compliance", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L134", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_3_accessibility_compliance", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. accessibility compliance" + }, + { + "label": "4. Responsive Layout Verification", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L143", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. responsive layout verification" + }, + { + "label": "5. Fallback Inspection Mode", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L155", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. fallback inspection mode" + }, + { + "label": "6. Defect Routing Protocol", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L162", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. defect routing protocol" + }, + { + "label": "7. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L174", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_7_forbidden_actions", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "7. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L190", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_expected_json_output_schema", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "INSPECT MODE \u2014 Normal Operation (Post-Task Verification)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L99", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "inspect mode \u2014 normal operation (post-task verification)" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L113", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L63", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_output", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "output" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L182", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L9", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "\u2605 review mode (called during review phase)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_role_core_objective", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L103", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L24", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_what_you_do_not_review", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (UX Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L27", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you look for (ux expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L13", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas", + "community": 64, + "community_name": "Operational Rules & Boundaries", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_apibearerauth", + "community": 65, + "community_name": "WikiController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_apioperation", + "community": 65, + "community_name": "WikiController", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_apiquery", + "community": 65, + "community_name": "WikiController", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_apitags", + "community": 65, + "community_name": "WikiController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_body", + "community": 65, + "community_name": "WikiController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_controller", + "community": 65, + "community_name": "WikiController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_delete", + "community": 65, + "community_name": "WikiController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_get", + "community": 65, + "community_name": "WikiController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_param", + "community": 65, + "community_name": "WikiController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_post", + "community": 65, + "community_name": "WikiController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_put", + "community": 65, + "community_name": "WikiController", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_query", + "community": 65, + "community_name": "WikiController", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_useguards", + "community": 65, + "community_name": "WikiController", + "norm_label": "useguards" + }, + { + "label": "ApiBadRequestResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "community": 66, + "community_name": "PaymentController", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apibearerauth", + "community": 66, + "community_name": "PaymentController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apiokresponse", + "community": 66, + "community_name": "PaymentController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apioperation", + "community": 66, + "community_name": "PaymentController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apitags", + "community": 66, + "community_name": "PaymentController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_body", + "community": 66, + "community_name": "PaymentController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_controller", + "community": 66, + "community_name": "PaymentController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_get", + "community": 66, + "community_name": "PaymentController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_param", + "community": 66, + "community_name": "PaymentController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_post", + "community": 66, + "community_name": "PaymentController", + "norm_label": "post" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_req", + "community": 66, + "community_name": "PaymentController", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_useguards", + "community": 66, + "community_name": "PaymentController", + "norm_label": "useguards" + }, + { + "label": "create-pet.dto.ts", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "create-pet.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_apiproperty", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsArray", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isarray", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "isarray" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isnotempty", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isnumber", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isoptional", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isstring", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "isstring" + }, + { + "label": "update-pet.dto.ts", + "file_type": "code", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_dto_update_pet_dto", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "update-pet.dto.ts" + }, + { + "label": "pets/pets.controller.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_controller", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "pets/pets.controller.ts" + }, + { + "label": "pets.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_spec", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "pets.controller.spec.ts" + }, + { + "label": "pets.module.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_module", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "pets.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_module_ts_module", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "module" + }, + { + "label": "pets/pets.service.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_service", + "community": 67, + "community_name": "pets/pets.controller.ts", + "norm_label": "pets/pets.service.ts" + }, + { + "label": "seo.controller.ts", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_seo_seo_controller", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "seo.controller.ts" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_apioperation", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_apitags", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_controller", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_get", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_param", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "param" + }, + { + "label": "seo.module.ts", + "file_type": "code", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_seo_seo_module", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "seo.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_module_ts_module", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "module" + }, + { + "label": "seo.service.ts", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_seo_seo_service", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "seo.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_service_ts_injectable", + "community": 68, + "community_name": "seo.module.ts", + "norm_label": "injectable" + }, + { + "label": "admin.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_controller", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "admin.controller.ts" + }, + { + "label": "admin.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_spec", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "admin.controller.spec.ts" + }, + { + "label": "admin.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_service", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "admin.service.ts" + }, + { + "label": "user.dto.ts", + "file_type": "code", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "user.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_apiproperty", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsEmail", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isemail", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "isemail" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isnotempty", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isnumber", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isoptional", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isstring", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "isstring" + }, + { + "label": "MinLength", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_minlength", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "minlength" + }, + { + "label": "CANONICAL_ALIASES", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L13", + "_origin": "ast", + "id": "backend_src_settings_settings_service_canonical_aliases", + "community": 69, + "community_name": "admin.service.ts", + "norm_label": "canonical_aliases" + }, + { + "label": "app.module.ts", + "file_type": "code", + "source_file": "backend/src/app.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_app_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "app.module.ts" + }, + { + "label": "b2b.module.ts", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_b2b_b2b_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "b2b.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "banners.module.ts", + "file_type": "code", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_banners_banners_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "banners.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "banners.service.ts", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_banners_banners_service", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "banners.service.ts" + }, + { + "label": "cms.module.ts", + "file_type": "code", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_cms_cms_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "cms.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "sms.module.ts", + "file_type": "code", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_sms_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "sms.module.ts" + }, + { + "label": "Global", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_sms_module_ts_global", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "global" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_sms_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "contact.module.ts", + "file_type": "code", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_contact_contact_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "contact.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "ingredients.module.ts", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "ingredients.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "ingredients.service.ts", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "ingredients.service.ts" + }, + { + "label": "payment.module.ts", + "file_type": "code", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_payment_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "payment.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "prisma.module.ts", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prisma_prisma_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "prisma.module.ts" + }, + { + "label": "Global", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prisma_prisma_module_ts_global", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "global" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prisma_prisma_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "settings.module.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "settings.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "smart-advisor.module.ts", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "smart-advisor.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "smart-advisor.service.ts", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "smart-advisor.service.ts" + }, + { + "label": "testimonials.module.ts", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "testimonials.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "testimonials.service.ts", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "testimonials.service.ts" + }, + { + "label": "tickets.module.ts", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_tickets_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "tickets.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "wholesale.module.ts", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "wholesale.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_module_ts_module", + "community": 7, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "AGENCY.md", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agency", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "agency.md" + }, + { + "label": "Activation", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L12", + "_origin": "ast", + "id": "ai_agency_agency_activation", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "activation" + }, + { + "label": "Agent Directory Reference", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L239", + "_origin": "ast", + "id": "ai_agency_agency_agent_directory_reference", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "agent directory reference" + }, + { + "label": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "\ud83c\udfe2 ai software agency \u2014 master orchestration protocol v3" + }, + { + "label": "Phase 1: Specialist Review (All agents read, none write code yet)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L79", + "_origin": "ast", + "id": "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "phase 1: specialist review (all agents read, none write code yet)" + }, + { + "label": "Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L104", + "_origin": "ast", + "id": "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "phase 2: master synthesis (02_product_manager in synthesis mode)" + }, + { + "label": "Phase 3: Execution (Same as always)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L114", + "_origin": "ast", + "id": "ai_agency_agency_phase_3_execution_same_as_always", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "phase 3: execution (same as always)" + }, + { + "label": "PIPELINE A \u2014 New Project (GREENFIELD)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L67", + "_origin": "ast", + "id": "ai_agency_agency_pipeline_a_new_project_greenfield", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "pipeline a \u2014 new project (greenfield)" + }, + { + "label": "PIPELINE B \u2014 Review & Improve Existing Project (REVIEW_AND_PLAN) \u2605", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L75", + "_origin": "ast", + "id": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "pipeline b \u2014 review & improve existing project (review_and_plan) \u2605" + }, + { + "label": "PIPELINE C \u2014 Add Specific Feature (ADD_FEATURE)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L121", + "_origin": "ast", + "id": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "pipeline c \u2014 add specific feature (add_feature)" + }, + { + "label": "PIPELINE D \u2014 Content & SEO Only (CONTENT_CREATION)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L133", + "_origin": "ast", + "id": "ai_agency_agency_pipeline_d_content_seo_only_content_creation", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "pipeline d \u2014 content & seo only (content_creation)" + }, + { + "label": "Real Data Policy", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L259", + "_origin": "ast", + "id": "ai_agency_agency_real_data_policy", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "real data policy" + }, + { + "label": "State.json Template (Full Schema v3)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L192", + "_origin": "ast", + "id": "ai_agency_agency_state_json_template_full_schema_v3", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "state.json template (full schema v3)" + }, + { + "label": "State Machine \u2014 Active Agent Tracking", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L182", + "_origin": "ast", + "id": "ai_agency_agency_state_machine_active_agent_tracking", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "state machine \u2014 active agent tracking" + }, + { + "label": "STEP 1 \u2014 Detect Project Intent", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L25", + "_origin": "ast", + "id": "ai_agency_agency_step_1_detect_project_intent", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "step 1 \u2014 detect project intent" + }, + { + "label": "STEP 2 \u2014 Token Limit / Context Resume Protocol (CRITICAL)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L41", + "_origin": "ast", + "id": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "step 2 \u2014 token limit / context resume protocol (critical)" + }, + { + "label": "TASK EXECUTION LOOP (All Pipelines)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L144", + "_origin": "ast", + "id": "ai_agency_agency_task_execution_loop_all_pipelines", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "task execution loop (all pipelines)" + }, + { + "label": "Your Identity", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_agency_your_identity", + "community": 70, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "your identity" + }, + { + "label": "03_product_manager.md", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "03_product_manager.md" + }, + { + "label": "1. Hierarchical Decomposition Algorithm (3-Tier)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L86", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. hierarchical decomposition algorithm (3-tier)" + }, + { + "label": "2. Sub-step Definition (Required for all tasks)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L98", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. sub-step definition (required for all tasks)" + }, + { + "label": "3. Brownfield Completeness Rule", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L110", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. brownfield completeness rule" + }, + { + "label": "4. Role Assignment Rules", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L116", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_4_role_assignment_rules", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. role assignment rules" + }, + { + "label": "5. Dependency Tracking (Strict)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L126", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. dependency tracking (strict)" + }, + { + "label": "6. Priority Assignment", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L132", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_6_priority_assignment", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. priority assignment" + }, + { + "label": "7. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L140", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_7_forbidden_actions", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "7. forbidden actions" + }, + { + "label": "DECOMPOSE MODE \u2014 Normal Operation (New Projects)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L72", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "decompose mode \u2014 normal operation (new projects)" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L194", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_expected_json_output_schema", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L84", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output of Synthesis Mode", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L62", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_output_of_synthesis_mode", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "output of synthesis mode" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L149", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_role_core_objective", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L74", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "\u2605 SYNTHESIS MODE (called after Review Phase completes)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", "source_location": "L7", "_origin": "ast", - "community": 99, + "id": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "community": 71, "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)", - "id": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read" + "norm_label": "\u2605 synthesis mode (called after review phase completes)" + }, + { + "label": "Synthesis Rules", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_synthesis_rules", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "synthesis rules" + }, + { + "label": "What You Read (ALL of these \u2014 the full picture)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture", + "community": 71, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you read (all of these \u2014 the full picture)" + }, + { + "label": "05_dev_backend.md", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "05_dev_backend.md" + }, + { + "label": "1. Always Read Tech Stack First", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L110", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. always read tech stack first" + }, + { + "label": "2. Sub-step Execution (Token Resume Support)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L121", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. sub-step execution (token resume support)" + }, + { + "label": "3. Mandatory Test Authoring", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L131", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. mandatory test authoring" + }, + { + "label": "4. Code Quality Standards", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L138", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_4_code_quality_standards", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. code quality standards" + }, + { + "label": "5. File Scope Boundary", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L146", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_5_file_scope_boundary", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. file scope boundary" + }, + { + "label": "6. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L151", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_6_forbidden_actions", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L172", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_expected_json_output_schema", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "IMPLEMENT MODE \u2014 Normal Operation", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L94", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "implement mode \u2014 normal operation" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L108", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L60", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_output", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "output" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L160", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "\u2605 review mode (called during review phase)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_role_core_objective", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L98", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_what_you_do_not_review", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (Backend Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L26", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you look for (backend expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "home.controller.ts", + "file_type": "code", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_home_controller", + "community": 73, + "community_name": "HomeController", + "norm_label": "home.controller.ts" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_apiokresponse", + "community": 73, + "community_name": "HomeController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_apioperation", + "community": 73, + "community_name": "HomeController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_apitags", + "community": 73, + "community_name": "HomeController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_controller", + "community": 73, + "community_name": "HomeController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_get", + "community": 73, + "community_name": "HomeController", + "norm_label": "get" + }, + { + "label": "home.module.ts", + "file_type": "code", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_home_module", + "community": 73, + "community_name": "HomeController", + "norm_label": "home.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_module_ts_module", + "community": 73, + "community_name": "HomeController", + "norm_label": "module" + }, + { + "label": "home.service.ts", + "file_type": "code", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_home_service", + "community": 73, + "community_name": "HomeController", + "norm_label": "home.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_service_ts_injectable", + "community": 73, + "community_name": "HomeController", + "norm_label": "injectable" + }, + { + "label": "package.json", + "file_type": "code", + "source_file": "package.json", + "source_location": "L1", + "_origin": "ast", + "id": "package", + "community": 74, + "community_name": "scripts", + "norm_label": "package.json" + }, + { + "label": "devDependencies", + "file_type": "code", + "source_file": "package.json", + "source_location": "L17", + "_origin": "ast", + "id": "package_devdependencies", + "community": 74, + "community_name": "scripts", + "norm_label": "devdependencies" + }, + { + "label": "concurrently", + "file_type": "code", + "source_file": "package.json", + "source_location": "L18", + "_origin": "ast", + "id": "package_devdependencies_concurrently", + "community": 74, + "community_name": "scripts", + "norm_label": "concurrently" + }, + { + "label": "name", + "file_type": "code", + "source_file": "package.json", + "source_location": "L2", + "_origin": "ast", + "id": "package_name", + "community": 74, + "community_name": "scripts", + "norm_label": "name" + }, + { + "label": "private", + "file_type": "code", + "source_file": "package.json", + "source_location": "L4", + "_origin": "ast", + "id": "package_private", + "community": 74, + "community_name": "scripts", + "norm_label": "private" + }, + { + "label": "scripts", + "file_type": "code", + "source_file": "package.json", + "source_location": "L5", + "_origin": "ast", + "id": "package_scripts", + "community": 74, + "community_name": "scripts", + "norm_label": "scripts" + }, + { + "label": "build", + "file_type": "code", + "source_file": "package.json", + "source_location": "L14", + "_origin": "ast", + "id": "package_scripts_build", + "community": 74, + "community_name": "scripts", + "norm_label": "build" + }, + { + "label": "build:admin", + "file_type": "code", + "source_file": "package.json", + "source_location": "L13", + "_origin": "ast", + "id": "package_scripts_build_admin", + "community": 74, + "community_name": "scripts", + "norm_label": "build:admin" + }, + { + "label": "build:backend", + "file_type": "code", + "source_file": "package.json", + "source_location": "L11", + "_origin": "ast", + "id": "package_scripts_build_backend", + "community": 74, + "community_name": "scripts", + "norm_label": "build:backend" + }, + { + "label": "build:frontend", + "file_type": "code", + "source_file": "package.json", + "source_location": "L12", + "_origin": "ast", + "id": "package_scripts_build_frontend", + "community": 74, + "community_name": "scripts", + "norm_label": "build:frontend" + }, + { + "label": "dev", + "file_type": "code", + "source_file": "package.json", + "source_location": "L10", + "_origin": "ast", + "id": "package_scripts_dev", + "community": 74, + "community_name": "scripts", + "norm_label": "dev" + }, + { + "label": "dev:admin", + "file_type": "code", + "source_file": "package.json", + "source_location": "L9", + "_origin": "ast", + "id": "package_scripts_dev_admin", + "community": 74, + "community_name": "scripts", + "norm_label": "dev:admin" + }, + { + "label": "dev:backend", + "file_type": "code", + "source_file": "package.json", + "source_location": "L7", + "_origin": "ast", + "id": "package_scripts_dev_backend", + "community": 74, + "community_name": "scripts", + "norm_label": "dev:backend" + }, + { + "label": "dev:frontend", + "file_type": "code", + "source_file": "package.json", + "source_location": "L8", + "_origin": "ast", + "id": "package_scripts_dev_frontend", + "community": 74, + "community_name": "scripts", + "norm_label": "dev:frontend" + }, + { + "label": "install:all", + "file_type": "code", + "source_file": "package.json", + "source_location": "L6", + "_origin": "ast", + "id": "package_scripts_install_all", + "community": 74, + "community_name": "scripts", + "norm_label": "install:all" + }, + { + "label": "start", + "file_type": "code", + "source_file": "package.json", + "source_location": "L15", + "_origin": "ast", + "id": "package_scripts_start", + "community": 74, + "community_name": "scripts", + "norm_label": "start" + }, + { + "label": "version", + "file_type": "code", + "source_file": "package.json", + "source_location": "L3", + "_origin": "ast", + "id": "package_version", + "community": 74, + "community_name": "scripts", + "norm_label": "version" + }, + { + "label": "concurrently", + "file_type": "concept", + "source_file": "package.json", + "source_location": "L18", + "_origin": "ast", + "id": "concurrently", + "community": 74, + "community_name": "scripts", + "norm_label": "concurrently" + }, + { + "label": "09_devops_security.md", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "09_devops_security.md" + }, + { + "label": "1. Active Secret Scanning (All Modified Files)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L108", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "1. active secret scanning (all modified files)" + }, + { + "label": "2. Docker Container Verification (if Dockerfile exists)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L120", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "2. docker container verification (if dockerfile exists)" + }, + { + "label": "3. CI/CD Basic Check (if `.github/workflows/` exists)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L133", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_3_ci_cd_basic_check_if_github_workflows_exists", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "3. ci/cd basic check (if `.github/workflows/` exists)" + }, + { + "label": "4. Failure Routing Protocol", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L138", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_4_failure_routing_protocol", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "4. failure routing protocol" + }, + { + "label": "5. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L150", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_5_forbidden_actions", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "5. forbidden actions" + }, + { + "label": "ENFORCE MODE \u2014 Normal Operation", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L93", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_enforce_mode_normal_operation", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "enforce mode \u2014 normal operation" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L168", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_expected_json_output_schema", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L106", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L58", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_output", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "output" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L158", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_required_output_artifacts_what_files_to_write_update", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "\u2605 review mode (called during review phase)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_role_core_objective", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L97", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_what_you_do_not_review", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (Security Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L26", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "what you look for (security expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas", + "community": 75, + "community_name": "Role & Core Objective", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "verify-payment.dto.ts", + "file_type": "code", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "verify-payment.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "isstring" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_query", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "query" + }, + { + "label": "Res", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_res", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "res" + }, + { + "label": "Headers", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "headers", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "headers" + }, + { + "label": "Ip", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "ip", + "community": 76, + "community_name": ".handleZibalCallback", + "norm_label": "ip" + }, + { + "label": "payment-gateway.interface.ts", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "payment-gateway.interface.ts" + }, + { + "label": "zibal.service.ts", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_zibal_service", + "community": 77, + "community_name": "zibal.service.ts", + "norm_label": "zibal.service.ts" + }, + { + "label": "ui/Skeleton.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_skeleton", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "ui/skeleton.tsx" + }, + { + "label": "Orders.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "orders.tsx" + }, + { + "label": "statusStyles", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L82", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_statusstyles", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "statusstyles" + }, + { + "label": "Users.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_users", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "users.tsx" + }, + { + "label": "Orders", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_orders", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "orders" + }, + { + "label": "Users", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_users", + "community": 78, + "community_name": "Orders.tsx", + "norm_label": "users" + }, + { + "label": "devDependencies", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies", + "community": 79, + "community_name": "devDependencies", + "norm_label": "devdependencies" + }, + { + "label": "autoprefixer", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_autoprefixer", + "community": 79, + "community_name": "devDependencies", + "norm_label": "autoprefixer" + }, + { + "label": "eslint", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_eslint", + "community": 79, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "@eslint/js", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_eslint_js", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@eslint/js" + }, + { + "label": "globals", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_globals", + "community": 79, + "community_name": "devDependencies", + "norm_label": "globals" + }, + { + "label": "postcss", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_postcss", + "community": 79, + "community_name": "devDependencies", + "norm_label": "postcss" + }, + { + "label": "@types/node", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_types_node", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@types/node" + }, + { + "label": "@types/react", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_types_react", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@types/react" + }, + { + "label": "@types/react-dom", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_types_react_dom", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@types/react-dom" + }, + { + "label": "@vitejs/plugin-react", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@vitejs/plugin-react" + }, + { + "label": "autoprefixer", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "autoprefixer", + "community": 79, + "community_name": "devDependencies", + "norm_label": "autoprefixer" + }, + { + "label": "eslint", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_eslint", + "community": 79, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "@eslint/js", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_eslint_js", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@eslint/js" + }, + { + "label": "globals", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_globals", + "community": 79, + "community_name": "devDependencies", + "norm_label": "globals" + }, + { + "label": "@types/node", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_types_node", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@types/node" + }, + { + "label": "@types/react", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_types_react", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@types/react" + }, + { + "label": "@types/react-dom", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_types_react_dom", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@types/react-dom" + }, + { + "label": "@vitejs/plugin-react", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_vitejs_plugin_react", + "community": 79, + "community_name": "devDependencies", + "norm_label": "@vitejs/plugin-react" + }, + { + "label": "postcss", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36", + "_origin": "ast", + "id": "postcss", + "community": 79, + "community_name": "devDependencies", + "norm_label": "postcss" + }, + { + "label": "cms.controller.ts", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_cms_cms_controller", + "community": 8, + "community_name": "CmsController", + "norm_label": "cms.controller.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_apibearerauth", + "community": 8, + "community_name": "CmsController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_apioperation", + "community": 8, + "community_name": "CmsController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_apitags", + "community": 8, + "community_name": "CmsController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_body", + "community": 8, + "community_name": "CmsController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_controller", + "community": 8, + "community_name": "CmsController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_delete", + "community": 8, + "community_name": "CmsController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_get", + "community": 8, + "community_name": "CmsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_param", + "community": 8, + "community_name": "CmsController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_post", + "community": 8, + "community_name": "CmsController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_put", + "community": 8, + "community_name": "CmsController", + "norm_label": "put" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_useguards", + "community": 8, + "community_name": "CmsController", + "norm_label": "useguards" + }, + { + "label": "cms.service.ts", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_cms_cms_service", + "community": 8, + "community_name": "CmsController", + "norm_label": "cms.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_service_ts_injectable", + "community": 8, + "community_name": "CmsController", + "norm_label": "injectable" + }, + { + "label": "cms.dto.ts", + "file_type": "code", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto", + "community": 8, + "community_name": "CmsController", + "norm_label": "cms.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "community": 8, + "community_name": "CmsController", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "community": 8, + "community_name": "CmsController", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsBoolean", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_isboolean", + "community": 8, + "community_name": "CmsController", + "norm_label": "isboolean" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_isnumber", + "community": 8, + "community_name": "CmsController", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_isoptional", + "community": 8, + "community_name": "CmsController", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_isstring", + "community": 8, + "community_name": "CmsController", + "norm_label": "isstring" + }, + { + "label": "IsUUID", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "isuuid", + "community": 8, + "community_name": "CmsController", + "norm_label": "isuuid" + }, + { + "label": "tsconfig.build.json", + "file_type": "code", + "source_file": "backend/tsconfig.build.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_tsconfig_build", + "community": 80, + "community_name": "exclude", + "norm_label": "tsconfig.build.json" + }, + { + "label": "exclude", + "file_type": "code", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_exclude", + "community": 80, + "community_name": "exclude", + "norm_label": "exclude" + }, + { + "label": "extends", + "file_type": "code", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_tsconfig_build_extends", + "community": 80, + "community_name": "exclude", + "norm_label": "extends" + }, + { + "label": "dist", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_json_ref_dist", + "community": 80, + "community_name": "exclude", + "norm_label": "dist" + }, + { + "label": "node_modules", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_json_ref_node_modules", + "community": 80, + "community_name": "exclude", + "norm_label": "node_modules" + }, + { + "label": "prisma", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_json_ref_prisma", + "community": 80, + "community_name": "exclude", + "norm_label": "prisma" + }, + { + "label": "**/*spec.ts", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_json_ref_spec_ts", + "community": 80, + "community_name": "exclude", + "norm_label": "**/*spec.ts" + }, + { + "label": "test", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "ref_test", + "community": 80, + "community_name": "exclude", + "norm_label": "test" + }, + { + "label": "./tsconfig.json", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2", + "_origin": "ast", + "id": "ref_tsconfig_json", + "community": 80, + "community_name": "exclude", + "norm_label": "./tsconfig.json" + }, + { + "label": "seed.ts", + "file_type": "code", + "source_file": "backend/prisma/seed.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "seed.ts" + }, + { + "label": "seed-home.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_home", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "seed-home.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_seed_home_prisma", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "prisma" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed.ts", + "source_location": "L9", + "_origin": "ast", + "id": "backend_prisma_seed_prisma", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "prisma" + }, + { + "label": "seed-products.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_products", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "seed-products.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_seed_products_prisma", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "prisma" + }, + { + "label": "PRODUCT_SYMPTOMS_MAP", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L148", + "_origin": "ast", + "id": "backend_prisma_seed_products_product_symptoms_map", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "product_symptoms_map" + }, + { + "label": "PRODUCT_TAGLINES_MAP", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L208", + "_origin": "ast", + "id": "backend_prisma_seed_products_product_taglines_map", + "community": 81, + "community_name": "seed-products.ts", + "norm_label": "product_taglines_map" + }, + { + "label": "02-audit-plan.md", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_02_audit_plan", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "02-audit-plan.md" + }, + { + "label": "10. Documentation Engineer", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L73", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_10_documentation_engineer", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "10. documentation engineer" + }, + { + "label": "1. Lead Architect / Orchestrator", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_1_lead_architect_orchestrator", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "1. lead architect / orchestrator" + }, + { + "label": "2. React / Vite Storefront Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L33", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "2. react / vite storefront auditor" + }, + { + "label": "3. NestJS Backend Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L38", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_3_nestjs_backend_auditor", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "3. nestjs backend auditor" + }, + { + "label": "4. Admin Features Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_4_admin_features_auditor", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "4. admin features auditor" + }, + { + "label": "5. Database & Data Integrity Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L48", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_5_database_data_integrity_auditor", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "5. database & data integrity auditor" + }, + { + "label": "6. Security Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L53", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_6_security_auditor", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "6. security auditor" + }, + { + "label": "7. TypeScript & Code Quality Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L58", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "7. typescript & code quality auditor" + }, + { + "label": "8. Testing & Reliability Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L63", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_8_testing_reliability_auditor", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "8. testing & reliability auditor" + }, + { + "label": "9. DevOps & CI/CD Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L68", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "9. devops & ci/cd auditor" + }, + { + "label": "Audit Plan & Subagent Roles", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "audit plan & subagent roles" + }, + { + "label": "Mandatory Global Audit Exclusions", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "mandatory global audit exclusions" + }, + { + "label": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L26", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "reconciled audit roles & assignments" + }, + { + "label": "Strategy for Deduplication & Consolidation", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L80", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "strategy for deduplication & consolidation" + }, + { + "label": "Subagent Execution Mode", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_subagent_execution_mode", + "community": 82, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "subagent execution mode" + }, + { + "label": "20260526145407_init/migration.sql", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": null, + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "20260526145407_init/migration.sql" + }, + { + "label": "\"coupons\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L148", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_coupons", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"coupons\"" + }, + { + "label": "\"health_logs\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L134", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_health_logs", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"health_logs\"" + }, + { + "label": "\"order_items\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L173", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_order_items", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"order_items\"" + }, + { + "label": "\"orders\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L159", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_orders", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"orders\"" + }, + { + "label": "\"pet_medical_conditions\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L103", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"pet_medical_conditions\"" + }, + { + "label": "\"pets\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L87", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_pets", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"pets\"" + }, + { + "label": "\"product_ingredients\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L71", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"product_ingredients\"" + }, + { + "label": "\"product_symptoms\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L79", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"product_symptoms\"" + }, + { + "label": "\"products\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L49", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_products", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"products\"" + }, + { + "label": "\"reminder_completions\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L124", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"reminder_completions\"" + }, + { + "label": "\"reminders\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L111", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_reminders", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"reminders\"" + }, + { + "label": "\"user_addresses\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L18", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_user_addresses", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"user_addresses\"" + }, + { + "label": "\"users\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L2", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_users", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"users\"" + }, + { + "label": "\"wallet_transactions\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L35", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions", + "community": 83, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"wallet_transactions\"" + }, + { + "label": "phase3.1-backlog-review.md", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "phase3.1-backlog-review.md" + }, + { + "label": "10. Dependency & Wave Adjustments", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L102", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "10. dependency & wave adjustments" + }, + { + "label": "11. Acceptance Criteria Refinements", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L114", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "11. acceptance criteria refinements" + }, + { + "label": "12. Business and Product Decision Classification", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L124", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "12. business and product decision classification" + }, + { + "label": "13. Final Recommended Backlog Summary", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L134", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "13. final recommended backlog summary" + }, + { + "label": "1. Executive Assessment", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L14", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_1_executive_assessment", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "1. executive assessment" + }, + { + "label": "2. Findings That Require No Change", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L26", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "2. findings that require no change" + }, + { + "label": "3. Findings Requiring Task Refinements", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "3. findings requiring task refinements" + }, + { + "label": "4. Tasks Requiring Splitting", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L50", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "4. tasks requiring splitting" + }, + { + "label": "5. Tasks Requiring Merging", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L56", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "5. tasks requiring merging" + }, + { + "label": "6. Unsupported Assumptions Identified", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "6. unsupported assumptions identified" + }, + { + "label": "7. Scope Creep Identified and Removed", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L71", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "7. scope creep identified and removed" + }, + { + "label": "8. Security Deep-Dive Review", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L78", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "8. security deep-dive review" + }, + { + "label": "9. Architecture Review", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L92", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_9_architecture_review", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "9. architecture review" + }, + { + "label": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "community": 84, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "phase 3.1 \u2014 human review preparation and master backlog critique" + }, + { + "label": "dependencies", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies", + "community": 85, + "community_name": "dependencies", + "norm_label": "dependencies" + }, + { + "label": "axios", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_axios", + "community": 85, + "community_name": "dependencies", + "norm_label": "axios" + }, + { + "label": "lucide-react", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_lucide_react", + "community": 85, + "community_name": "dependencies", + "norm_label": "lucide-react" + }, + { + "label": "react", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_react", + "community": 85, + "community_name": "dependencies", + "norm_label": "react" + }, + { + "label": "react-dom", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_react_dom", + "community": 85, + "community_name": "dependencies", + "norm_label": "react-dom" + }, + { + "label": "react-hot-toast", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_react_hot_toast", + "community": 85, + "community_name": "dependencies", + "norm_label": "react-hot-toast" + }, + { + "label": "react-router-dom", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_react_router_dom", + "community": 85, + "community_name": "dependencies", + "norm_label": "react-router-dom" + }, + { + "label": "recharts", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_recharts", + "community": 85, + "community_name": "dependencies", + "norm_label": "recharts" + }, + { + "label": "@tanstack/react-query", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_tanstack_react_query", + "community": 85, + "community_name": "dependencies", + "norm_label": "@tanstack/react-query" + }, + { + "label": "vite", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_vite", + "community": 85, + "community_name": "dependencies", + "norm_label": "vite" + }, + { + "label": "zustand", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_zustand", + "community": 85, + "community_name": "dependencies", + "norm_label": "zustand" + }, + { + "label": "axios", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_axios", + "community": 85, + "community_name": "dependencies", + "norm_label": "axios" + }, + { + "label": "lucide-react", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_lucide_react", + "community": 85, + "community_name": "dependencies", + "norm_label": "lucide-react" + }, + { + "label": "react", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_react", + "community": 85, + "community_name": "dependencies", + "norm_label": "react" + }, + { + "label": "react-dom", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_react_dom", + "community": 85, + "community_name": "dependencies", + "norm_label": "react-dom" + }, + { + "label": "zustand", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_zustand", + "community": 85, + "community_name": "dependencies", + "norm_label": "zustand" + }, + { + "label": "react-hot-toast", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "react_hot_toast", + "community": 85, + "community_name": "dependencies", + "norm_label": "react-hot-toast" + }, + { + "label": "react-router-dom", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "react_router_dom", + "community": 85, + "community_name": "dependencies", + "norm_label": "react-router-dom" + }, + { + "label": "recharts", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20", + "_origin": "ast", + "id": "recharts", + "community": 85, + "community_name": "dependencies", + "norm_label": "recharts" + }, + { + "label": "@tanstack/react-query", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "tanstack_react_query", + "community": 85, + "community_name": "dependencies", + "norm_label": "@tanstack/react-query" + }, + { + "label": "vite", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21", + "_origin": "ast", + "id": "vite", + "community": 85, + "community_name": "dependencies", + "norm_label": "vite" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_services_sms_service_ts_injectable", + "community": 86, + "community_name": "SmsService", + "norm_label": "injectable" + }, + { + "label": "videos/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_videos_page", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "videos/page.tsx" + }, + { + "label": "SafeImage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_safeimage", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "safeimage.tsx" + }, + { + "label": "VetGallery.tsx", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_vetgallery", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "vetgallery.tsx" + }, + { + "label": "FALLBACK_VIDEOS", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_application_components_vetgallery_fallback_videos", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "fallback_videos" + }, + { + "label": "VideosPage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_videospage", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "videospage.tsx" + }, + { + "label": "FALLBACK_VIDEOS", + "file_type": "code", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_application_components_videospage_fallback_videos", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "fallback_videos" + }, + { + "label": "videoService.ts", + "file_type": "code", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_services_videoservice", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "videoservice.ts" + }, + { + "label": "videoService", + "file_type": "code", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_application_lib_services_videoservice_videoservice", + "community": 87, + "community_name": "SafeImage.tsx", + "norm_label": "videoservice" + }, + { + "label": "application/tsconfig.json", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_tsconfig", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "application/tsconfig.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "allowJs", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_allowjs", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "allowjs" + }, + { + "label": "esModuleInterop", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L9", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_esmoduleinterop", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "esmoduleinterop" + }, + { + "label": "incremental", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_incremental", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "incremental" + }, + { + "label": "isolatedModules", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_isolatedmodules", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "isolatedmodules" + }, + { + "label": "jsx", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_jsx", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "jsx" + }, + { + "label": "lib", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_lib", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "lib" + }, + { + "label": "module", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_module", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_moduleresolution", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "noEmit", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L8", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_noemit", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "noemit" + }, + { + "label": "paths", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_paths", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "paths" + }, + { + "label": "plugins", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_plugins", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "plugins" + }, + { + "label": "resolveJsonModule", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "resolvejsonmodule" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L6", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_skiplibcheck", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "strict", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_strict", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "strict" + }, + { + "label": "target", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_target", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "target" + }, + { + "label": "exclude", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_tsconfig_exclude", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "exclude" + }, + { + "label": "include", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_application_tsconfig_include", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "dom", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_dom", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "dom" + }, + { + "label": "node_modules", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_node_modules", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "node_modules" + }, + { + "label": "prisma", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_prisma", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "prisma" + }, + { + "label": "**/*.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_ts", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "**/*.ts" + }, + { + "label": "dom.iterable", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "ref_dom_iterable", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "dom.iterable" + }, + { + "label": "esnext", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "ref_esnext", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "esnext" + }, + { + "label": "**/*.mts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_mts", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "**/*.mts" + }, + { + "label": ".next/dev/types/**/*.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_next_dev_types_ts", + "community": 88, + "community_name": "compilerOptions", + "norm_label": ".next/dev/types/**/*.ts" + }, + { + "label": "next-env.d.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_next_env_d_ts", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "next-env.d.ts" + }, + { + "label": ".next/types/**/*.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_next_types_ts", + "community": 88, + "community_name": "compilerOptions", + "norm_label": ".next/types/**/*.ts" + }, + { + "label": "**/__tests__/**", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "ref_tests", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "**/__tests__/**" + }, + { + "label": "**/*.tsx", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_tsx", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "**/*.tsx" + }, + { + "label": "vitest.config.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "ref_vitest_config_ts", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "vitest.config.ts" + }, + { + "label": "vitest.setup.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "ref_vitest_setup_ts", + "community": 88, + "community_name": "compilerOptions", + "norm_label": "vitest.setup.ts" + }, + { + "label": "scripts", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L8", + "_origin": "ast", + "id": "backend_package_scripts", + "community": 89, + "community_name": "scripts", + "norm_label": "scripts" + }, + { + "label": "build", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_package_scripts_build", + "community": 89, + "community_name": "scripts", + "norm_label": "build" + }, + { + "label": "docs:generate", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L21", + "_origin": "ast", + "id": "backend_package_scripts_docs_generate", + "community": 89, + "community_name": "scripts", + "norm_label": "docs:generate" + }, + { + "label": "format", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L10", + "_origin": "ast", + "id": "backend_package_scripts_format", + "community": 89, + "community_name": "scripts", + "norm_label": "format" + }, + { + "label": "lint", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "backend_package_scripts_lint", + "community": 89, + "community_name": "scripts", + "norm_label": "lint" + }, + { + "label": "start", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L11", + "_origin": "ast", + "id": "backend_package_scripts_start", + "community": 89, + "community_name": "scripts", + "norm_label": "start" + }, + { + "label": "start:debug", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "backend_package_scripts_start_debug", + "community": 89, + "community_name": "scripts", + "norm_label": "start:debug" + }, + { + "label": "start:dev", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L12", + "_origin": "ast", + "id": "backend_package_scripts_start_dev", + "community": 89, + "community_name": "scripts", + "norm_label": "start:dev" + }, + { + "label": "start:prod", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "backend_package_scripts_start_prod", + "community": 89, + "community_name": "scripts", + "norm_label": "start:prod" + }, + { + "label": "test", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "backend_package_scripts_test", + "community": 89, + "community_name": "scripts", + "norm_label": "test" + }, + { + "label": "test:cov", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "backend_package_scripts_test_cov", + "community": 89, + "community_name": "scripts", + "norm_label": "test:cov" + }, + { + "label": "test:debug", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "backend_package_scripts_test_debug", + "community": 89, + "community_name": "scripts", + "norm_label": "test:debug" + }, + { + "label": "test:e2e", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L20", + "_origin": "ast", + "id": "backend_package_scripts_test_e2e", + "community": 89, + "community_name": "scripts", + "norm_label": "test:e2e" + }, + { + "label": "test:watch", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "backend_package_scripts_test_watch", + "community": 89, + "community_name": "scripts", + "norm_label": "test:watch" + }, + { + "label": "create-ticket.dto.ts", + "file_type": "code", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "create-ticket.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "isstring" + }, + { + "label": "ticket-query.dto.ts", + "file_type": "code", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "ticket-query.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isstring", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "isstring" + }, + { + "label": "Type", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_type", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "type" + }, + { + "label": "tickets.controller.ts", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "tickets.controller.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_apioperation", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_apitags", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_body", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_controller", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_get", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_param", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_post", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_put", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_query", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "query" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_req", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_useguards", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "useguards" + }, + { + "label": "tickets.service.ts", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_tickets_service", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "tickets.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ts_injectable", + "community": 9, + "community_name": "tickets.controller.ts", + "norm_label": "injectable" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_delete", + "community": 90, + "community_name": "AdminService", + "norm_label": "delete" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_param", + "community": 90, + "community_name": "AdminService", + "norm_label": "param" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_service_ts_injectable", + "community": 90, + "community_name": "AdminService", + "norm_label": "injectable" + }, + { + "label": "16-deep-audit-summary.md", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "16-deep-audit-summary.md" + }, + { + "label": "1. Audit Overview", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_1_audit_overview", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "1. audit overview" + }, + { + "label": "2. Findings Metrics", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L12", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "2. findings metrics" + }, + { + "label": "3. Inspected Scope & Command Log", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "3. inspected scope & command log" + }, + { + "label": "4. Key Business & Integration Questions", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "4. key business & integration questions" + }, + { + "label": "5. Audit Limitations & Integrity Confirmation", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L69", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "5. audit limitations & integrity confirmation" + }, + { + "label": "6. Exact Next Recommended Phase", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L75", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "6. exact next recommended phase" + }, + { + "label": "Blocked Commands & Reasons", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L55", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_blocked_commands_reasons", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "blocked commands & reasons" + }, + { + "label": "By Confidence", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_by_confidence", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "by confidence" + }, + { + "label": "By Domain", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_by_domain", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "by domain" + }, + { + "label": "By Severity", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L14", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_by_severity", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "by severity" + }, + { + "label": "Deep Audit Summary Report", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "deep audit summary report" + }, + { + "label": "Executed Commands & Results", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_executed_commands_results", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "executed commands & results" + }, + { + "label": "Inspected Scopes", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_inspected_scopes", + "community": 91, + "community_name": "Deep Audit Summary Report", + "norm_label": "inspected scopes" + }, + { + "label": "dependencies", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_application_package_dependencies", + "community": 92, + "community_name": "dependencies", + "norm_label": "dependencies" + }, + { + "label": "axios", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_application_package_dependencies_axios", + "community": 92, + "community_name": "dependencies", + "norm_label": "axios" + }, + { + "label": "lucide-react", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_application_package_dependencies_lucide_react", + "community": 92, + "community_name": "dependencies", + "norm_label": "lucide-react" + }, + { + "label": "motion", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_application_package_dependencies_motion", + "community": 92, + "community_name": "dependencies", + "norm_label": "motion" + }, + { + "label": "next", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_application_package_dependencies_next", + "community": 92, + "community_name": "dependencies", + "norm_label": "next" + }, + { + "label": "react", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_application_package_dependencies_react", + "community": 92, + "community_name": "dependencies", + "norm_label": "react" + }, + { + "label": "react-dom", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_application_package_dependencies_react_dom", + "community": 92, + "community_name": "dependencies", + "norm_label": "react-dom" + }, + { + "label": "sonner", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "frontend_application_package_dependencies_sonner", + "community": 92, + "community_name": "dependencies", + "norm_label": "sonner" + }, + { + "label": "zustand", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_package_dependencies_zustand", + "community": 92, + "community_name": "dependencies", + "norm_label": "zustand" + }, + { + "label": "axios", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_application_package_json_axios", + "community": 92, + "community_name": "dependencies", + "norm_label": "axios" + }, + { + "label": "lucide-react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_application_package_json_lucide_react", + "community": 92, + "community_name": "dependencies", + "norm_label": "lucide-react" + }, + { + "label": "react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_application_package_json_react", + "community": 92, + "community_name": "dependencies", + "norm_label": "react" + }, + { + "label": "react-dom", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_application_package_json_react_dom", + "community": 92, + "community_name": "dependencies", + "norm_label": "react-dom" + }, + { + "label": "zustand", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_package_json_zustand", + "community": 92, + "community_name": "dependencies", + "norm_label": "zustand" + }, + { + "label": "motion", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "motion", + "community": 92, + "community_name": "dependencies", + "norm_label": "motion" + }, + { + "label": "next", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "next", + "community": 92, + "community_name": "dependencies", + "norm_label": "next" + }, + { + "label": "sonner", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "sonner", + "community": 92, + "community_name": "dependencies", + "norm_label": "sonner" + }, + { + "label": "04_architect.md", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_04_architect", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "04_architect.md" + }, + { + "label": "1. Stack Detection (Brownfield)", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L20", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_1_stack_detection_brownfield", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. stack detection (brownfield)" + }, + { + "label": "2. Stack Selection (Greenfield)", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L27", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_2_stack_selection_greenfield", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. stack selection (greenfield)" + }, + { + "label": "3. Single Non-Negotiable Stack Choice", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L40", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. single non-negotiable stack choice" + }, + { + "label": "4. Tech Stack Must Be Written to state.json", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L45", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. tech stack must be written to state.json" + }, + { + "label": "5. Directory Layout", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L61", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_5_directory_layout", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. directory layout" + }, + { + "label": "6. OpenAPI / API Contract", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L65", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_6_openapi_api_contract", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. openapi / api contract" + }, + { + "label": "7. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L71", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_7_forbidden_actions", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "7. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L88", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_expected_json_output_schema", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L18", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_operational_rules_boundaries", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L79", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_role_core_objective", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L9", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read", + "community": 93, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "jest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L76", + "_origin": "ast", + "id": "backend_package_jest", + "community": 94, + "community_name": "jest", + "norm_label": "jest" + }, + { + "label": "collectCoverageFrom", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L87", + "_origin": "ast", + "id": "backend_package_jest_collectcoveragefrom", + "community": 94, + "community_name": "jest", + "norm_label": "collectcoveragefrom" + }, + { + "label": "coverageDirectory", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L90", + "_origin": "ast", + "id": "backend_package_jest_coveragedirectory", + "community": 94, + "community_name": "jest", + "norm_label": "coveragedirectory" + }, + { + "label": "moduleFileExtensions", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L77", + "_origin": "ast", + "id": "backend_package_jest_modulefileextensions", + "community": 94, + "community_name": "jest", + "norm_label": "modulefileextensions" + }, + { + "label": "rootDir", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L82", + "_origin": "ast", + "id": "backend_package_jest_rootdir", + "community": 94, + "community_name": "jest", + "norm_label": "rootdir" + }, + { + "label": "testEnvironment", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L91", + "_origin": "ast", + "id": "backend_package_jest_testenvironment", + "community": 94, + "community_name": "jest", + "norm_label": "testenvironment" + }, + { + "label": "testRegex", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L83", + "_origin": "ast", + "id": "backend_package_jest_testregex", + "community": 94, + "community_name": "jest", + "norm_label": "testregex" + }, + { + "label": "transform", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L84", + "_origin": "ast", + "id": "backend_package_jest_transform", + "community": 94, + "community_name": "jest", + "norm_label": "transform" + }, + { + "label": "^.+\\\\.(t|j)s$", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L85", + "_origin": "ast", + "id": "backend_package_transform_t_j_s", + "community": 94, + "community_name": "jest", + "norm_label": "^.+\\\\.(t|j)s$" + }, + { + "label": "ts", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L77", + "_origin": "ast", + "id": "backend_package_json_ref_ts", + "community": 94, + "community_name": "jest", + "norm_label": "ts" + }, + { + "label": "js", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L77", + "_origin": "ast", + "id": "ref_js", + "community": 94, + "community_name": "jest", + "norm_label": "js" + }, + { + "label": "json", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L77", + "_origin": "ast", + "id": "ref_json", + "community": 94, + "community_name": "jest", + "norm_label": "json" + }, + { + "label": "**/*.(t|j)s", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L87", + "_origin": "ast", + "id": "ref_t_j_s", + "community": 94, + "community_name": "jest", + "norm_label": "**/*.(t|j)s" + }, + { + "label": "admin/pets.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_pets_controller", + "community": 95, + "community_name": "PetsController", + "norm_label": "admin/pets.controller.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_apibearerauth", + "community": 95, + "community_name": "PetsController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_apioperation", + "community": 95, + "community_name": "PetsController", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_apiquery", + "community": 95, + "community_name": "PetsController", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_apitags", + "community": 95, + "community_name": "PetsController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_controller", + "community": 95, + "community_name": "PetsController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_delete", + "community": 95, + "community_name": "PetsController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_get", + "community": 95, + "community_name": "PetsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_param", + "community": 95, + "community_name": "PetsController", + "norm_label": "param" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_query", + "community": 95, + "community_name": "PetsController", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_useguards", + "community": 95, + "community_name": "PetsController", + "norm_label": "useguards" + }, + { + "label": "admin/pets.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_pets_service", + "community": 95, + "community_name": "PetsController", + "norm_label": "admin/pets.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_service_ts_injectable", + "community": 95, + "community_name": "PetsController", + "norm_label": "injectable" + }, + { + "label": "phase3.2-change-log.md", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "phase3.2-change-log.md" + }, + { + "label": "10. `TASK-VERIFY-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L109", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_10_task_verify_001", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "10. `task-verify-001`" + }, + { + "label": "1. `TASK-SEC-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_1_task_sec_001", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "1. `task-sec-001`" + }, + { + "label": "2. `TASK-SEC-002`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_2_task_sec_002", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "2. `task-sec-002`" + }, + { + "label": "3. `TASK-SEC-003`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_3_task_sec_003", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "3. `task-sec-003`" + }, + { + "label": "4. `TASK-FIN-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_4_task_fin_001", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "4. `task-fin-001`" + }, + { + "label": "5. `TASK-BUILD-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L54", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_5_task_build_001", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "5. `task-build-001`" + }, + { + "label": "6. `TASK-AUTH-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L65", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_6_task_auth_001", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "6. `task-auth-001`" + }, + { + "label": "7. `TASK-FE-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L76", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_7_task_fe_001", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "7. `task-fe-001`" + }, + { + "label": "8. `TASK-DEVOPS-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L87", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_8_task_devops_001", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "8. `task-devops-001`" + }, + { + "label": "9. `TASK-DOC-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L98", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_9_task_doc_001", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "9. `task-doc-001`" + }, + { + "label": "Comprehensive Change Log", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "comprehensive change log" + }, + { + "label": "Phase 3.2 \u2014 Implementation Readiness Change Log", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", + "community": 96, + "community_name": "Comprehensive Change Log", + "norm_label": "phase 3.2 \u2014 implementation readiness change log" + }, + { + "label": "07_qa_engineer.md", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "07_qa_engineer.md" + }, + { + "label": "1. Detect Test Runner from Tech Stack", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L18", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. detect test runner from tech stack" + }, + { + "label": "2. Execution Output Capture (Mandatory)", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L33", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. execution output capture (mandatory)" + }, + { + "label": "3. Acceptance Criteria Verification", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L41", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. acceptance criteria verification" + }, + { + "label": "4. Failure Routing Protocol", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L48", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. failure routing protocol" + }, + { + "label": "5. Success Routing Protocol", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L64", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. success routing protocol" + }, + { + "label": "6. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L74", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_6_forbidden_actions", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L91", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_expected_json_output_schema", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L16", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L82", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_role_core_objective", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read", + "community": 97, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "ApiNotFoundResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse", + "community": 98, + "community_name": "BlogsController", + "norm_label": "apinotfoundresponse" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "community": 98, + "community_name": "BlogsController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_apioperation", + "community": 98, + "community_name": "BlogsController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_apitags", + "community": 98, + "community_name": "BlogsController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_controller", + "community": 98, + "community_name": "BlogsController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_get", + "community": 98, + "community_name": "BlogsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_param", + "community": 98, + "community_name": "BlogsController", + "norm_label": "param" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_query", + "community": 98, + "community_name": "BlogsController", + "norm_label": "query" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_service_ts_injectable", + "community": 99, + "community_name": "PetsService", + "norm_label": "injectable" }, { "label": "Vazirmatn Authors", "file_type": "document", "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt", "author": "Saber Rastikerdar", - "community": 151, + "community": 152, "norm_label": "vazirmatn authors", - "community_name": "Font Assets and Licenses", + "community_name": "Vazirmatn Font README", "_origin": "semantic", "id": "frontend_application_public_fonts_vazirmatn_v33_003_authors" }, @@ -39377,9 +40387,9 @@ "label": "DejaVu Sans Font", "file_type": "concept", "rationale": "The original software base for the Vazir project.", - "community": 151, + "community": 152, "norm_label": "dejavu sans font", - "community_name": "Font Assets and Licenses", + "community_name": "Vazirmatn Font README", "_origin": "semantic", "id": "dejavu_sans" }, @@ -39387,9 +40397,9 @@ "label": "Roboto Font", "file_type": "concept", "rationale": "Used for Latin glyphs in Vazirmatn.", - "community": 151, + "community": 152, "norm_label": "roboto font", - "community_name": "Font Assets and Licenses", + "community_name": "Vazirmatn Font README", "_origin": "semantic", "id": "roboto_font" }, @@ -39397,9 +40407,9 @@ "label": "SIL Open Font License (OFL)", "file_type": "document", "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt", - "community": 151, + "community": 152, "norm_label": "sil open font license (ofl)", - "community_name": "Font Assets and Licenses", + "community_name": "Vazirmatn Font README", "_origin": "semantic", "id": "frontend_application_public_fonts_vazirmatn_v33_003_ofl" }, @@ -39408,9 +40418,9 @@ "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": 151, + "community": 152, "norm_label": "vazirmatn font readme", - "community_name": "Font Assets and Licenses", + "community_name": "Vazirmatn Font README", "_origin": "semantic", "id": "frontend_application_public_fonts_vazirmatn_v33_003_readme" }, @@ -39419,9 +40429,9 @@ "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": 194, + "community": 195, "norm_label": "adr-auth-001: admin panel authentication architecture & token management", - "community_name": "Auth Architecture and Planning", + "community_name": "Master Task Backlog (Phase 3.3)", "_origin": "semantic", "id": "docs_audit_adr_auth_001" }, @@ -39430,9 +40440,9 @@ "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": 194, + "community": 195, "norm_label": "master task backlog (phase 3.3)", - "community_name": "Auth Architecture and Planning", + "community_name": "Master Task Backlog (Phase 3.3)", "_origin": "semantic", "id": "docs_audit_master_task_backlog" }, @@ -39441,9 +40451,9 @@ "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": 194, + "community": 195, "norm_label": "phase 3 master execution plan", - "community_name": "Auth Architecture and Planning", + "community_name": "Master Task Backlog (Phase 3.3)", "_origin": "semantic", "id": "docs_audit_phase3_execution_plan" }, @@ -39451,9 +40461,9 @@ "label": "Vazir Font", "file_type": "concept", "rationale": "The base font for Shabnam and the predecessor to Vazirmatn.", - "community": 213, + "community": 214, "norm_label": "vazir font", - "community_name": "Typography and Font Assets", + "community_name": "Shabnam Font README", "_origin": "semantic", "id": "vazir_font" }, @@ -39462,9 +40472,9 @@ "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": 213, + "community": 214, "norm_label": "shabnam font readme", - "community_name": "Typography and Font Assets", + "community_name": "Shabnam Font README", "_origin": "semantic", "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme" }, @@ -39472,9 +40482,9 @@ "label": "Shabnam Font Sample", "file_type": "image", "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png", - "community": 213, + "community": 214, "norm_label": "shabnam font sample", - "community_name": "Typography and Font Assets", + "community_name": "Shabnam Font README", "_origin": "semantic", "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample" }, @@ -39483,9 +40493,9 @@ "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": 237, + "community": 238, "norm_label": "user roles and capabilities", - "community_name": "User Profile Management", + "community_name": "User Profile Photo", "_origin": "semantic", "id": "docs_02_user_guide_roles" }, @@ -39494,9 +40504,9 @@ "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": 237, + "community": 238, "norm_label": "user profile photo", - "community_name": "User Profile Management", + "community_name": "User Profile Photo", "_origin": "semantic", "id": "backend_uploads_1781288429353_508765350" }, @@ -39505,7 +40515,7 @@ "file_type": "code", "source_file": "DATABASE_SCHEMA.md", "source_location": "2.4", - "community": 241, + "community": 242, "norm_label": "products table", "community_name": "Products Table", "_origin": "semantic", @@ -39516,7 +40526,7 @@ "file_type": "concept", "source_file": "README.md", "rationale": "Clinical screening engine for pet breed and symptoms.", - "community": 241, + "community": 242, "norm_label": "smart advisor component", "community_name": "Products Table", "_origin": "semantic", @@ -39527,9 +40537,9 @@ "file_type": "code", "source_file": "DATABASE_SCHEMA.md", "source_location": "2.1", - "community": 242, + "community": 243, "norm_label": "users table", - "community_name": "User Database and Infrastructure", + "community_name": "Users Table", "_origin": "semantic", "id": "database_schema_users" }, @@ -39537,9 +40547,9 @@ "label": "Backend Production Container", "file_type": "code", "source_file": "docker-compose.yml", - "community": 242, + "community": 243, "norm_label": "backend production container", - "community_name": "User Database and Infrastructure", + "community_name": "Users Table", "_origin": "semantic", "id": "docker_backend_prod" }, @@ -39548,7 +40558,7 @@ "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": 243, + "community": 244, "norm_label": "architectural audit findings", "community_name": "Architectural Audit Findings", "_origin": "semantic", @@ -39559,7 +40569,7 @@ "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": 243, + "community": 244, "norm_label": "security audit findings", "community_name": "Architectural Audit Findings", "_origin": "semantic", @@ -39570,9 +40580,9 @@ "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": 244, + "community": 245, "norm_label": "cross boundary dependencies & backend architecture specification", - "community_name": "API and Frontend Specifications", + "community_name": "Cross Boundary Dependencies & Backend Architecture Specification", "_origin": "semantic", "id": "docs_audit_cross_boundary_dependencies" }, @@ -39581,9 +40591,9 @@ "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": 244, + "community": 245, "norm_label": "comprehensive frontend integration requirements & api contract", - "community_name": "API and Frontend Specifications", + "community_name": "Cross Boundary Dependencies & Backend Architecture Specification", "_origin": "semantic", "id": "docs_audit_frontend_integration_requirements" }, @@ -39592,9 +40602,9 @@ "file_type": "document", "source_file": "frontend/application/AGENTS.md", "rationale": "Enforces brand naming 'Canina' and specific CSS/cookie naming conventions.", - "community": 245, + "community": 246, "norm_label": "next.js agent rules & brand guidelines", - "community_name": "Brand and Agent Guidelines", + "community_name": "Next.js Agent Rules & Brand Guidelines", "_origin": "semantic", "id": "frontend_application_agents" }, @@ -39602,9 +40612,9 @@ "label": "Pharma Quality Lab Image", "file_type": "image", "source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png", - "community": 245, + "community": 246, "norm_label": "pharma quality lab image", - "community_name": "Brand and Agent Guidelines", + "community_name": "Next.js Agent Rules & Brand Guidelines", "_origin": "semantic", "id": "image_pharma_lab" }, @@ -39614,7 +40624,7 @@ "source_file": "BACKEND_INTEGRATION.md", "source_location": "2.1.1", "rationale": "Endpoint for user authentication supporting multiple roles.", - "community": 254, + "community": 255, "norm_label": "user login api", "community_name": "User Login API", "_origin": "semantic", @@ -39625,9 +40635,9 @@ "file_type": "code", "source_file": "BACKEND_INTEGRATION.md", "source_location": "2.1.2", - "community": 255, + "community": 256, "norm_label": "user logout api", - "community_name": "User Logout Endpoint", + "community_name": "User Logout API", "_origin": "semantic", "id": "backend_integration_logout" }, @@ -39636,9 +40646,9 @@ "file_type": "concept", "source_file": "canina.md", "rationale": "German manufacturer of pharmaceutical-grade pet supplements.", - "community": 278, + "community": 279, "norm_label": "canina pharma gmbh", - "community_name": "Company Profile", + "community_name": "Canina Pharma GmbH", "_origin": "semantic", "id": "canina_pharma_gmbh" }, @@ -39647,7 +40657,7 @@ "file_type": "code", "source_file": "DATABASE_SCHEMA.md", "source_location": "2.6", - "community": 279, + "community": 280, "norm_label": "pets table", "community_name": "Pets Table", "_origin": "semantic", @@ -39658,9 +40668,9 @@ "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": 280, + "community": 281, "norm_label": "canina iran project introduction", - "community_name": "Project Introduction", + "community_name": "Canina Iran Project Introduction", "_origin": "semantic", "id": "docs_01_introduction_canina_iran" }, @@ -39669,7 +40679,7 @@ "file_type": "document", "source_file": "docs/03-developer-guide.md", "rationale": "Detailed folder structure, frontend/backend standards, and state management (Zustand) guidelines.", - "community": 281, + "community": 282, "norm_label": "developer standards and architecture", "community_name": "Developer Standards and Architecture", "_origin": "semantic", @@ -39680,9 +40690,9 @@ "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": 282, + "community": 283, "norm_label": "frontend & admin architecture route map specification", - "community_name": "Architecture Route Map", + "community_name": "Frontend & Admin Architecture Route Map Specification", "_origin": "semantic", "id": "docs_audit_frontend_route_map" }, @@ -39691,9 +40701,9 @@ "file_type": "document", "source_file": "docs/backlog.md", "rationale": "Comprehensive list of atomic tasks for frontend, backend, and database development.", - "community": 283, + "community": 284, "norm_label": "project backlog and tasks", - "community_name": "Project Task Backlog", + "community_name": "Project Backlog and Tasks", "_origin": "semantic", "id": "docs_backlog_tasks" }, @@ -39701,9 +40711,9 @@ "label": "Sahel Font Sample", "file_type": "image", "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif", - "community": 292, + "community": 293, "norm_label": "sahel font sample", - "community_name": "Sahel Font Samples", + "community_name": "Sahel Font Sample", "_origin": "semantic", "id": "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable" }, @@ -39712,9 +40722,9 @@ "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": 293, + "community": 294, "norm_label": "shabnam font changelog", - "community_name": "Shabnam Font History", + "community_name": "Shabnam Font Changelog", "_origin": "semantic", "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog" }, @@ -39723,9 +40733,9 @@ "file_type": "document", "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md", "rationale": "Detailed history of Vazir/Vazirmatn font development.", - "community": 294, + "community": 295, "norm_label": "vazirmatn changelog", - "community_name": "Vazirmatn Font History", + "community_name": "Vazirmatn Changelog", "_origin": "semantic", "id": "frontend_application_public_fonts_vazirmatn_v33_003_changelog" }, @@ -39733,9 +40743,9 @@ "label": "Sahel Font Variable Sample", "file_type": "image", "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif", - "community": 296, + "community": 297, "norm_label": "sahel font variable sample", - "community_name": "Variable Font Samples", + "community_name": "Sahel Font Variable Sample", "_origin": "semantic", "id": "image_sahel_sample" }, @@ -39743,9 +40753,9 @@ "label": "Shabnam Font Sample", "file_type": "image", "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png", - "community": 297, + "community": 298, "norm_label": "shabnam font sample", - "community_name": "Shabnam Font Preview", + "community_name": "Shabnam Font Sample", "_origin": "semantic", "id": "image_shabnam_sample" }, @@ -39754,9 +40764,9 @@ "file_type": "code", "source_file": "scripts/compose.prod.yml", "rationale": "Defines production infrastructure for the Canina application.", - "community": 298, + "community": 299, "norm_label": "production docker compose", - "community_name": "Production Docker Setup", + "community_name": "Production Docker Compose", "_origin": "semantic", "id": "scripts_compose_prod" }, @@ -39765,9 +40775,9 @@ "file_type": "code", "source_file": "scripts/compose.stage.yml", "rationale": "Defines staging infrastructure for the Canina application.", - "community": 299, + "community": 300, "norm_label": "staging docker compose", - "community_name": "Staging Docker Setup", + "community_name": "Staging Docker Compose", "_origin": "semantic", "id": "scripts_compose_stage" } @@ -39781,9 +40791,9 @@ "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" + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39793,9 +40803,9 @@ "source_location": "L76", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate_cmd_progress", - "target": "ai_agency_orchestrate_load_json" + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39805,9 +40815,9 @@ "source_location": "L177", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate_cmd_reset", - "target": "ai_agency_orchestrate_save_json" + "target": "ai_agency_orchestrate_save_json", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39817,9 +40827,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate_cmd_status", - "target": "ai_agency_orchestrate_load_json" + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39829,9 +40839,9 @@ "source_location": "L129", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate_cmd_unblock", - "target": "ai_agency_orchestrate_load_json" + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39841,9 +40851,9 @@ "source_location": "L138", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate_cmd_unblock", - "target": "ai_agency_orchestrate_save_json" + "target": "ai_agency_orchestrate_save_json", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39853,9 +40863,9 @@ "source_location": "L292", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products_main", - "target": "backend_prisma_seed_products_determinesuitablefor" + "target": "backend_prisma_seed_products_determinesuitablefor", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39865,9 +40875,9 @@ "source_location": "L302", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products_main", - "target": "backend_prisma_seed_products_slugify" + "target": "backend_prisma_seed_products_slugify", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39877,9 +40887,9 @@ "source_location": "L304", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products_main", - "target": "backend_prisma_seed_products_findorcreatecategory" + "target": "backend_prisma_seed_products_findorcreatecategory", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39889,9 +40899,9 @@ "source_location": "L312", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products_main", - "target": "backend_prisma_seed_products_parsesize" + "target": "backend_prisma_seed_products_parsesize", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39901,9 +40911,9 @@ "source_location": "L359", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products_main", - "target": "backend_prisma_seed_products_getproductimageurl" + "target": "backend_prisma_seed_products_getproductimageurl", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39925,9 +40935,9 @@ "source_location": "L624", "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" + "target": "backend_src_admin_admin_service_adminservice_getsettings", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39949,9 +40959,9 @@ "source_location": "L59", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice_getstatus", - "target": "backend_src_admin_ssl_service_sslservice_getcertpath" + "target": "backend_src_admin_ssl_service_sslservice_getcertpath", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39961,9 +40971,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice_getstatus", - "target": "backend_src_admin_ssl_service_sslservice_toshamsi" + "target": "backend_src_admin_ssl_service_sslservice_toshamsi", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39973,9 +40983,9 @@ "source_location": "L191", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", - "target": "backend_src_admin_ssl_service_sslservice_toshamsi" + "target": "backend_src_admin_ssl_service_sslservice_toshamsi", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39985,9 +40995,9 @@ "source_location": "L137", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice_updatecertificates", - "target": "backend_src_admin_ssl_service_sslservice_getcertpath" + "target": "backend_src_admin_ssl_service_sslservice_getcertpath", + "confidence_score": 1.0 }, { "relation": "calls", @@ -39997,9 +41007,9 @@ "source_location": "L138", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice_updatecertificates", - "target": "backend_src_admin_ssl_service_sslservice_getkeypath" + "target": "backend_src_admin_ssl_service_sslservice_getkeypath", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40009,9 +41019,9 @@ "source_location": "L158", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice_updatecertificates", - "target": "backend_src_admin_ssl_service_sslservice_getstatus" + "target": "backend_src_admin_ssl_service_sslservice_getstatus", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40093,9 +41103,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice_update", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40105,9 +41115,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40117,9 +41127,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40129,9 +41139,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40141,9 +41151,9 @@ "source_location": "L412", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_addpattern", - "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40153,9 +41163,9 @@ "source_location": "L422", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_addpattern", - "target": "backend_src_common_services_sms_service_smsservice_postasmx" + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40165,9 +41175,9 @@ "source_location": "L435", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_addpattern", - "target": "backend_src_common_services_sms_service_smsservice_savelocalpattern" + "target": "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40177,9 +41187,9 @@ "source_location": "L490", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_editpattern", - "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40189,9 +41199,9 @@ "source_location": "L500", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_editpattern", - "target": "backend_src_common_services_sms_service_smsservice_postasmx" + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40201,9 +41211,9 @@ "source_location": "L512", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_editpattern", - "target": "backend_src_common_services_sms_service_smsservice_updatelocalpattern" + "target": "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40213,9 +41223,9 @@ "source_location": "L301", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_getpatterns", - "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40225,9 +41235,9 @@ "source_location": "L306", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_getpatterns", - "target": "backend_src_common_services_sms_service_smsservice_postasmx" + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40237,9 +41247,9 @@ "source_location": "L310", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_getpatterns", - "target": "backend_src_common_services_sms_service_smsservice_parsepatternsxml" + "target": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40249,9 +41259,9 @@ "source_location": "L915", "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_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40261,9 +41271,9 @@ "source_location": "L916", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40273,9 +41283,9 @@ "source_location": "L881", "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_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40285,9 +41295,9 @@ "source_location": "L883", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40297,9 +41307,9 @@ "source_location": "L863", "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_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40309,9 +41319,9 @@ "source_location": "L864", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40321,9 +41331,9 @@ "source_location": "L610", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_sendpatternsms", - "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40333,9 +41343,9 @@ "source_location": "L615", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_sendpatternsms", - "target": "backend_src_common_services_sms_service_smsservice_recordlog" + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40345,9 +41355,9 @@ "source_location": "L932", "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_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40357,9 +41367,9 @@ "source_location": "L934", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40369,9 +41379,9 @@ "source_location": "L899", "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_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40381,9 +41391,9 @@ "source_location": "L900", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40393,9 +41403,9 @@ "source_location": "L946", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_sendsms", - "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40405,9 +41415,9 @@ "source_location": "L948", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_sendsms", - "target": "backend_src_common_services_sms_service_smsservice_recordlog" + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40417,9 +41427,9 @@ "source_location": "L746", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_testsms", - "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40429,9 +41439,9 @@ "source_location": "L750", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_testsms", - "target": "backend_src_common_services_sms_service_smsservice_recordlog" + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40441,9 +41451,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice_getcontactinfo", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40453,9 +41463,9 @@ "source_location": "L167", "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" + "target": "backend_src_orders_orders_service_ordersservice_validatecoupon", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40465,9 +41475,9 @@ "source_location": "L186", "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" + "target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40477,9 +41487,9 @@ "source_location": "L484", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice_retrypayment", - "target": "backend_src_orders_orders_service_ordersservice_create" + "target": "backend_src_orders_orders_service_ordersservice_create", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40489,9 +41499,9 @@ "source_location": "L849", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", - "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40501,9 +41511,9 @@ "source_location": "L576", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", - "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40513,9 +41523,9 @@ "source_location": "L293", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_checkhealth", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant" + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40525,9 +41535,9 @@ "source_location": "L143", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_getbackendurl", - "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl" + "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40537,9 +41547,9 @@ "source_location": "L253", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_inquirypayment", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant" + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40549,9 +41559,9 @@ "source_location": "L260", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_inquirypayment", - "target": "backend_src_payment_zibal_service_zibalservice_callwithretry" + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40561,9 +41571,9 @@ "source_location": "L158", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_requestpayment", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant" + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40573,9 +41583,9 @@ "source_location": "L171", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_requestpayment", - "target": "backend_src_payment_zibal_service_zibalservice_callwithretry" + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40585,9 +41595,9 @@ "source_location": "L213", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_verifypayment", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant" + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40597,9 +41607,9 @@ "source_location": "L220", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_verifypayment", - "target": "backend_src_payment_zibal_service_zibalservice_callwithretry" + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40609,9 +41619,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40621,9 +41631,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_create", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40633,9 +41643,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40645,9 +41655,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_create", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40657,9 +41667,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40669,9 +41679,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40681,9 +41691,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_create", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40693,9 +41703,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40705,9 +41715,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", - "target": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist" + "target": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40717,9 +41727,9 @@ "source_location": "L304", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice_getcategorysetting", - "target": "backend_src_settings_settings_service_settingsservice_getuitexts" + "target": "backend_src_settings_settings_service_settingsservice_getuitexts", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40729,9 +41739,9 @@ "source_location": "L201", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", - "target": "backend_src_settings_settings_service_settingsservice_getuitexts" + "target": "backend_src_settings_settings_service_settingsservice_getuitexts", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40741,9 +41751,9 @@ "source_location": "L121", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice_getuitexts", - "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts" + "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40753,9 +41763,9 @@ "source_location": "L95", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice_onmoduleinit", - "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts" + "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40765,9 +41775,9 @@ "source_location": "L195", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", - "target": "backend_src_settings_settings_service_settingsservice_updateuitext" + "target": "backend_src_settings_settings_service_settingsservice_updateuitext", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40777,9 +41787,9 @@ "source_location": "L360", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", - "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts" + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40789,9 +41799,9 @@ "source_location": "L267", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", - "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts" + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40801,9 +41811,9 @@ "source_location": "L268", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", - "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings" + "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40813,9 +41823,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice_createticket", - "target": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber" + "target": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40825,9 +41835,9 @@ "source_location": "L259", "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" + "target": "backend_src_users_users_service_usersservice_update", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40837,9 +41847,9 @@ "source_location": "L280", "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" + "target": "backend_src_users_users_service_usersservice_update", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40861,9 +41871,9 @@ "source_location": "L233", "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" + "target": "backend_src_users_users_service_usersservice_update", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40873,9 +41883,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice_findone", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40885,9 +41895,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice_findone", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40921,9 +41931,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", - "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits" + "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40933,9 +41943,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_priceinput_priceinput", - "target": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas" + "target": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40945,9 +41955,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_priceinput_priceinput", - "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits" + "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40969,9 +41979,9 @@ "source_location": "L205", "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" + "target": "frontend_admin_panel_src_pages_orders_topersiandigits", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40981,9 +41991,9 @@ "source_location": "L467", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders_orders", - "target": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel" + "target": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "confidence_score": 1.0 }, { "relation": "calls", @@ -40993,9 +42003,9 @@ "source_location": "L288", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_reviews_reviews", - "target": "frontend_admin_panel_src_pages_reviews_topersiandigits" + "target": "frontend_admin_panel_src_pages_reviews_topersiandigits", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41005,9 +42015,9 @@ "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" + "target": "frontend_admin_panel_src_pages_videos_fetchvideoslist", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41017,9 +42027,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_blog_page_blog", - "target": "frontend_application_app_blog_page_getblogs" + "target": "frontend_application_app_blog_page_getblogs", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41029,9 +42039,9 @@ "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" + "target": "frontend_application_app_blog_slug_page_getblog", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41041,9 +42051,9 @@ "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" + "target": "frontend_application_app_blog_slug_page_getblog", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41113,33 +42123,33 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_page_home", - "target": "frontend_application_app_page_gethomedata" + "target": "frontend_application_app_page_gethomedata", + "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", - "confidence_score": 1.0, "source_file": "frontend/application/app/payment/verify/page.tsx", "source_location": "L121", "weight": 1.0, "_origin": "ast", "source": "frontend_application_app_payment_verify_page_verifycontent", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", - "confidence_score": 1.0, "source_file": "frontend/application/app/payment/verify/page.tsx", "source_location": "L189", "weight": 1.0, "_origin": "ast", "source": "frontend_application_app_payment_verify_page_verifycontent", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41149,9 +42159,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page_verifycontent", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41161,9 +42171,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page_verifycontent", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41173,9 +42183,9 @@ "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" + "target": "frontend_application_app_wiki_slug_page_getwikiterm", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41185,9 +42195,9 @@ "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" + "target": "frontend_application_app_wiki_slug_page_getwikiterm", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41205,13 +42215,13 @@ "relation": "calls", "context": "call", "confidence": "EXTRACTED", - "confidence_score": 1.0, "source_file": "frontend/application/components/ArchivePage.tsx", "source_location": "L192", "weight": 1.0, "_origin": "ast", "source": "frontend_application_components_archivepage_archiveproductcard", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41221,21 +42231,21 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage_archiveproductcard", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", - "confidence_score": 1.0, "source_file": "frontend/application/components/ArchivePage.tsx", "source_location": "L77", "weight": 1.0, "_origin": "ast", "source": "frontend_application_components_archivepage_archiveproductcard", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41245,9 +42255,9 @@ "source_location": "L116", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal_authmodal", - "target": "frontend_application_components_authmodal_extractotpfromtext" + "target": "frontend_application_components_authmodal_extractotpfromtext", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41301,13 +42311,13 @@ "relation": "calls", "context": "call", "confidence": "EXTRACTED", - "confidence_score": 1.0, "source_file": "frontend/application/components/AuthModal.tsx", "source_location": "L32", "weight": 1.0, "_origin": "ast", "source": "frontend_application_components_authmodal_extractotpfromtext", - "target": "frontend_application_lib_utils_toenglishdigits" + "target": "frontend_application_lib_utils_toenglishdigits", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41413,9 +42423,9 @@ "source_location": "L325", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", - "target": "frontend_application_components_catalog_catalogpagespread_getformbadge" + "target": "frontend_application_components_catalog_catalogpagespread_getformbadge", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41425,9 +42435,9 @@ "source_location": "L326", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", - "target": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge" + "target": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41437,9 +42447,9 @@ "source_location": "L206", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", - "target": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext" + "target": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41545,9 +42555,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41557,9 +42567,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41569,9 +42579,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41685,13 +42695,13 @@ "relation": "calls", "context": "call", "confidence": "EXTRACTED", - "confidence_score": 1.0, "source_file": "frontend/application/components/Hero.tsx", "source_location": "L34", "weight": 1.0, "_origin": "ast", "source": "frontend_application_components_hero_statcounter", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41701,9 +42711,9 @@ "source_location": "L90", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki_ingredientwiki", - "target": "frontend_application_components_ingredientwiki_formatingredientdisplayname" + "target": "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "confidence_score": 1.0 }, { "relation": "calls", @@ -41893,9 +42903,9 @@ "source_location": "L114", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage_productpage", - "target": "frontend_application_components_productpage_usecalculatorstore" + "target": "frontend_application_components_productpage_usecalculatorstore", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42193,9 +43203,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42205,9 +43215,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42217,9 +43227,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42229,9 +43239,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42241,9 +43251,9 @@ "weight": 1.0, "context": "call", "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn_cleanup", - "target": "gitea_scripts_with_vpn_log" + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42253,9 +43263,9 @@ "weight": 1.0, "context": "call", "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn_cleanup", - "target": "gitea_scripts_with_vpn_stop_vpn" + "target": "gitea_scripts_with_vpn_stop_vpn", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42265,9 +43275,9 @@ "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" + "target": "gitea_scripts_with_vpn_start_vpn", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42277,9 +43287,9 @@ "weight": 1.0, "context": "call", "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn_sh__entry", - "target": "gitea_scripts_with_vpn_log" + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42289,9 +43299,9 @@ "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" + "target": "gitea_scripts_with_vpn_vpn_is_up", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42301,9 +43311,9 @@ "weight": 1.0, "context": "call", "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn_start_vpn", - "target": "gitea_scripts_with_vpn_log" + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42313,9 +43323,9 @@ "weight": 1.0, "context": "call", "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn_stop_vpn", - "target": "gitea_scripts_with_vpn_log" + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 }, { "relation": "calls", @@ -42325,9 +43335,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_open_browsers_checkandopen", - "target": "scripts_open_browsers_openurl" + "target": "scripts_open_browsers_openurl", + "confidence_score": 1.0 }, { "relation": "contains", @@ -42337,9 +43347,9 @@ "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" + "target": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", + "confidence_score": 1.0 }, { "relation": "contains", @@ -42349,9 +43359,9 @@ "source_location": "L274", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", - "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon" + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon", + "confidence_score": 1.0 }, { "relation": "contains", @@ -42361,9 +43371,9 @@ "source_location": "L294", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", - "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel" + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel", + "confidence_score": 1.0 }, { "relation": "references", @@ -42373,9 +43383,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -42385,9 +43395,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -42397,9 +43407,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -42409,9 +43419,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -42421,9 +43431,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -42433,9 +43443,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -42445,9 +43455,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -42457,9 +43467,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42469,9 +43479,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -42481,9 +43491,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42493,9 +43503,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -42505,9 +43515,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -42517,9 +43527,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42529,9 +43539,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -42541,9 +43551,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -42553,9 +43563,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42565,9 +43575,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -42577,9 +43587,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_createuser", - "target": "backend_src_admin_admin_controller_ts_post" + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -42589,9 +43599,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_createuser", - "target": "backend_src_admin_admin_controller_ts_apioperation" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42601,9 +43611,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_createuser", - "target": "backend_src_admin_admin_controller_ts_body" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -42613,9 +43623,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -42625,9 +43635,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42637,9 +43647,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -42649,9 +43659,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -42661,9 +43671,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42673,9 +43683,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -42685,9 +43695,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -42697,9 +43707,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42709,9 +43719,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -42721,9 +43731,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", - "target": "backend_src_admin_admin_controller_ts_delete" + "target": "backend_src_admin_admin_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -42733,9 +43743,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", - "target": "backend_src_admin_admin_controller_ts_apioperation" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42745,9 +43755,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", - "target": "backend_src_admin_admin_controller_ts_param" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -42757,9 +43767,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -42769,9 +43779,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42781,9 +43791,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", - "target": "apiquery" + "target": "backend_src_admin_admin_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -42793,9 +43803,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -42805,9 +43815,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -42817,9 +43827,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42829,9 +43839,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -42841,9 +43851,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42853,9 +43863,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -42865,9 +43875,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42877,9 +43887,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_getorders", - "target": "apiquery" + "target": "backend_src_admin_admin_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -42889,9 +43899,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -42901,9 +43911,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -42913,9 +43923,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42925,9 +43935,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_getproducts", - "target": "apiquery" + "target": "backend_src_admin_admin_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -42937,9 +43947,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -42949,9 +43959,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -42961,9 +43971,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42973,9 +43983,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -42985,9 +43995,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -42997,9 +44007,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43009,9 +44019,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -43021,9 +44031,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43033,9 +44043,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_getusers", - "target": "apiquery" + "target": "backend_src_admin_admin_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -43045,9 +44055,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -43057,9 +44067,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43069,9 +44079,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43081,9 +44091,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43093,9 +44103,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43105,9 +44115,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43117,9 +44127,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43129,9 +44139,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43141,9 +44151,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43153,9 +44163,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43165,9 +44175,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43177,9 +44187,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43189,9 +44199,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43201,9 +44211,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43213,9 +44223,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43225,9 +44235,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43237,9 +44247,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43249,9 +44259,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43261,9 +44271,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43273,9 +44283,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43285,9 +44295,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43297,9 +44307,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43309,9 +44319,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43321,9 +44331,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43333,9 +44343,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_updateuser", - "target": "backend_src_admin_admin_controller_ts_put" + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43345,9 +44355,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_updateuser", - "target": "backend_src_admin_admin_controller_ts_apioperation" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43357,9 +44367,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_updateuser", - "target": "backend_src_admin_admin_controller_ts_param" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43369,9 +44379,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_updateuser", - "target": "backend_src_admin_admin_controller_ts_body" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43381,9 +44391,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43393,9 +44403,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43405,9 +44415,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43417,9 +44427,9 @@ "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" + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43429,9 +44439,9 @@ "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" + "target": "backend_src_admin_admin_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -43441,9 +44451,9 @@ "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" + "target": "backend_src_admin_admin_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -43453,9 +44463,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -43465,9 +44475,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -43477,9 +44487,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -43489,9 +44499,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -43501,9 +44511,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -43513,9 +44523,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43525,9 +44535,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43537,9 +44547,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_request", + "confidence_score": 1.0 }, { "relation": "references", @@ -43549,9 +44559,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -43561,9 +44571,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43573,9 +44583,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43585,9 +44595,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -43597,9 +44607,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43609,9 +44619,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -43621,9 +44631,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -43633,9 +44643,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43645,9 +44655,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43657,9 +44667,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43669,9 +44679,9 @@ "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" + "target": "backend_src_admin_blogs_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43681,9 +44691,9 @@ "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" + "target": "backend_src_admin_blogs_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -43693,9 +44703,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -43705,9 +44715,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -43717,9 +44727,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -43729,9 +44739,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -43741,9 +44751,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -43753,9 +44763,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43765,9 +44775,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43777,9 +44787,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -43789,9 +44799,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43801,9 +44811,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43813,9 +44823,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -43825,9 +44835,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43837,9 +44847,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -43849,9 +44859,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43861,9 +44871,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -43873,9 +44883,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -43885,9 +44895,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -43897,9 +44907,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -43909,9 +44919,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -43921,9 +44931,9 @@ "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" + "target": "backend_src_admin_categories_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -43933,9 +44943,9 @@ "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" + "target": "backend_src_admin_categories_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -43945,9 +44955,9 @@ "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" + "target": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -43957,9 +44967,9 @@ "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" + "target": "backend_src_admin_dto_admin_query_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -43969,9 +44979,9 @@ "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" + "target": "backend_src_admin_dto_admin_query_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -43981,9 +44991,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_createuserdto", - "target": "backend_src_admin_dto_user_dto_ts_apiproperty" + "target": "backend_src_admin_dto_user_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -43993,9 +45003,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_createuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isnotempty" + "target": "backend_src_admin_dto_user_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -44005,9 +45015,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_createuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isemail" + "target": "backend_src_admin_dto_user_dto_ts_isemail", + "confidence_score": 1.0 }, { "relation": "references", @@ -44017,9 +45027,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_createuserdto", - "target": "backend_src_admin_dto_user_dto_ts_minlength" + "target": "backend_src_admin_dto_user_dto_ts_minlength", + "confidence_score": 1.0 }, { "relation": "references", @@ -44029,9 +45039,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_createuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isstring" + "target": "backend_src_admin_dto_user_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -44041,9 +45051,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_createuserdto", - "target": "backend_src_admin_dto_user_dto_ts_apipropertyoptional" + "target": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -44053,9 +45063,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_createuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isoptional" + "target": "backend_src_admin_dto_user_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -44065,9 +45075,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_createuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isnumber" + "target": "backend_src_admin_dto_user_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -44077,9 +45087,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_updateuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isemail" + "target": "backend_src_admin_dto_user_dto_ts_isemail", + "confidence_score": 1.0 }, { "relation": "references", @@ -44089,9 +45099,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_updateuserdto", - "target": "backend_src_admin_dto_user_dto_ts_minlength" + "target": "backend_src_admin_dto_user_dto_ts_minlength", + "confidence_score": 1.0 }, { "relation": "references", @@ -44101,9 +45111,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_updateuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isstring" + "target": "backend_src_admin_dto_user_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -44113,9 +45123,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_updateuserdto", - "target": "backend_src_admin_dto_user_dto_ts_apipropertyoptional" + "target": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -44125,9 +45135,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_updateuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isoptional" + "target": "backend_src_admin_dto_user_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -44137,9 +45147,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto_updateuserdto", - "target": "backend_src_admin_dto_user_dto_ts_isnumber" + "target": "backend_src_admin_dto_user_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -44149,9 +45159,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -44161,9 +45171,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -44173,9 +45183,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -44185,9 +45195,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", - "target": "backend_src_admin_media_controller_ts_useguards" + "target": "backend_src_admin_media_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -44197,9 +45207,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", - "target": "backend_src_admin_media_controller_ts_delete" + "target": "backend_src_admin_media_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -44209,9 +45219,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", - "target": "backend_src_admin_media_controller_ts_apioperation" + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44221,9 +45231,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", - "target": "backend_src_admin_media_controller_ts_body" + "target": "backend_src_admin_media_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -44233,9 +45243,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -44245,9 +45255,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -44257,9 +45267,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44269,9 +45279,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -44281,9 +45291,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -44293,9 +45303,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -44305,9 +45315,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44317,9 +45327,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -44329,9 +45339,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -44341,9 +45351,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44353,9 +45363,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -44365,9 +45375,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -44377,9 +45387,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -44389,9 +45399,9 @@ "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" + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44401,9 +45411,9 @@ "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_useinterceptors" + "target": "backend_src_admin_media_controller_ts_useinterceptors", + "confidence_score": 1.0 }, { "relation": "references", @@ -44413,9 +45423,9 @@ "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_uploadedfile" + "target": "backend_src_admin_media_controller_ts_uploadedfile", + "confidence_score": 1.0 }, { "relation": "references", @@ -44425,9 +45435,9 @@ "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" + "target": "backend_src_admin_media_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -44437,9 +45447,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -44449,9 +45459,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -44461,9 +45471,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -44473,9 +45483,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -44485,9 +45495,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -44497,9 +45507,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44509,9 +45519,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -44521,9 +45531,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -44533,9 +45543,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44545,9 +45555,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -44557,9 +45567,9 @@ "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" + "target": "backend_src_admin_pets_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -44569,9 +45579,9 @@ "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" + "target": "backend_src_admin_pets_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -44581,9 +45591,9 @@ "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" + "target": "backend_src_admin_reports_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -44593,9 +45603,9 @@ "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" + "target": "backend_src_admin_reports_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -44605,9 +45615,9 @@ "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" + "target": "backend_src_admin_reports_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -44617,9 +45627,9 @@ "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" + "target": "backend_src_admin_reports_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -44629,9 +45639,9 @@ "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" + "target": "backend_src_admin_reports_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -44641,9 +45651,9 @@ "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" + "target": "backend_src_admin_reports_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44653,9 +45663,9 @@ "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" + "target": "backend_src_admin_reports_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -44665,9 +45675,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_ts_apitags" + "target": "backend_src_admin_ssl_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -44677,9 +45687,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_ts_apibearerauth" + "target": "backend_src_admin_ssl_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -44689,9 +45699,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_ts_useguards" + "target": "backend_src_admin_ssl_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -44701,9 +45711,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -44713,9 +45723,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_ts_controller" + "target": "backend_src_admin_ssl_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -44725,9 +45735,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_getstatus", - "target": "backend_src_admin_ssl_controller_ts_get" + "target": "backend_src_admin_ssl_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -44737,9 +45747,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_getstatus", - "target": "backend_src_admin_ssl_controller_ts_apioperation" + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44749,9 +45759,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", - "target": "backend_src_admin_ssl_controller_ts_get" + "target": "backend_src_admin_ssl_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -44761,9 +45771,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", - "target": "backend_src_admin_ssl_controller_ts_apioperation" + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44773,9 +45783,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", - "target": "backend_src_admin_ssl_controller_ts_query" + "target": "backend_src_admin_ssl_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -44785,9 +45795,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", - "target": "backend_src_admin_ssl_controller_ts_post" + "target": "backend_src_admin_ssl_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -44797,9 +45807,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", - "target": "backend_src_admin_ssl_controller_ts_apioperation" + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44809,9 +45819,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", - "target": "backend_src_admin_ssl_controller_ts_body" + "target": "backend_src_admin_ssl_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -44821,9 +45831,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", - "target": "backend_src_admin_ssl_controller_ts_post" + "target": "backend_src_admin_ssl_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -44833,9 +45843,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", - "target": "backend_src_admin_ssl_controller_ts_useinterceptors" + "target": "backend_src_admin_ssl_controller_ts_useinterceptors", + "confidence_score": 1.0 }, { "relation": "references", @@ -44845,9 +45855,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", - "target": "backend_src_admin_ssl_controller_ts_apioperation" + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44857,9 +45867,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", - "target": "uploadedfiles" + "target": "uploadedfiles", + "confidence_score": 1.0 }, { "relation": "references", @@ -44869,9 +45879,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", - "target": "backend_src_admin_ssl_controller_ts_body" + "target": "backend_src_admin_ssl_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -44881,9 +45891,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice", - "target": "backend_src_admin_ssl_service_ts_injectable" + "target": "backend_src_admin_ssl_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -44893,9 +45903,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -44905,9 +45915,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -44917,9 +45927,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -44929,9 +45939,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -44941,9 +45951,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -44953,9 +45963,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -44965,9 +45975,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -44977,9 +45987,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -44989,9 +45999,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45001,9 +46011,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -45013,9 +46023,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -45025,9 +46035,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45037,9 +46047,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -45049,9 +46059,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -45061,9 +46071,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -45073,9 +46083,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45085,9 +46095,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -45097,9 +46107,9 @@ "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" + "target": "backend_src_admin_wiki_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -45109,9 +46119,9 @@ "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" + "target": "backend_src_admin_wiki_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -45121,9 +46131,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_controller_appcontroller", - "target": "backend_src_app_controller_ts_controller" + "target": "backend_src_app_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -45133,9 +46143,9 @@ "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" + "target": "backend_src_app_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -45145,9 +46155,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module_appmodule", - "target": "backend_src_app_module_ts_module" + "target": "backend_src_app_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -45157,9 +46167,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_service_appservice", - "target": "backend_src_app_service_ts_injectable" + "target": "backend_src_app_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -45169,9 +46179,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -45181,9 +46191,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -45193,9 +46203,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45205,9 +46215,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -45217,9 +46227,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", - "target": "httpcode" + "target": "httpcode", + "confidence_score": 1.0 }, { "relation": "references", @@ -45229,9 +46239,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45241,9 +46251,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45253,9 +46263,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45265,9 +46275,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -45277,9 +46287,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -45289,9 +46299,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_login", - "target": "httpcode" + "target": "httpcode", + "confidence_score": 1.0 }, { "relation": "references", @@ -45301,9 +46311,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45313,9 +46323,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45325,9 +46335,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45337,9 +46347,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -45349,9 +46359,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_logout", - "target": "backend_src_auth_auth_controller_ts_post" + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -45361,9 +46371,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_logout", - "target": "httpcode" + "target": "httpcode", + "confidence_score": 1.0 }, { "relation": "references", @@ -45373,9 +46383,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_logout", - "target": "backend_src_auth_auth_controller_ts_apioperation" + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45385,9 +46395,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_logout", - "target": "backend_src_auth_auth_controller_ts_apiokresponse" + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45397,9 +46407,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_refresh", - "target": "backend_src_auth_auth_controller_ts_apibearerauth" + "target": "backend_src_auth_auth_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -45409,9 +46419,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_refresh", - "target": "backend_src_auth_auth_controller_ts_useguards" + "target": "backend_src_auth_auth_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -45421,9 +46431,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_refresh", - "target": "backend_src_auth_auth_controller_ts_post" + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -45433,9 +46443,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_refresh", - "target": "httpcode" + "target": "httpcode", + "confidence_score": 1.0 }, { "relation": "references", @@ -45445,9 +46455,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_refresh", - "target": "backend_src_auth_auth_controller_ts_apioperation" + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45457,9 +46467,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_refresh", - "target": "backend_src_auth_auth_controller_ts_apiokresponse" + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45469,9 +46479,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_refresh", - "target": "backend_src_auth_auth_controller_ts_req" + "target": "backend_src_auth_auth_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -45481,9 +46491,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -45493,9 +46503,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_register", - "target": "httpcode" + "target": "httpcode", + "confidence_score": 1.0 }, { "relation": "references", @@ -45505,9 +46515,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45517,9 +46527,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45529,9 +46539,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45541,9 +46551,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -45553,9 +46563,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -45565,9 +46575,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_sendotp", - "target": "httpcode" + "target": "httpcode", + "confidence_score": 1.0 }, { "relation": "references", @@ -45577,9 +46587,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45589,9 +46599,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45601,9 +46611,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45613,9 +46623,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -45625,9 +46635,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -45637,9 +46647,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", - "target": "httpcode" + "target": "httpcode", + "confidence_score": 1.0 }, { "relation": "references", @@ -45649,9 +46659,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -45661,9 +46671,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45673,9 +46683,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -45685,9 +46695,9 @@ "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" + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -45697,9 +46707,9 @@ "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" + "target": "backend_src_auth_auth_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -45709,9 +46719,9 @@ "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" + "target": "backend_src_auth_auth_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -45721,9 +46731,9 @@ "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" + "target": "backend_src_auth_dto_admin_login_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45733,9 +46743,9 @@ "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" + "target": "backend_src_auth_dto_admin_login_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -45745,9 +46755,9 @@ "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" + "target": "backend_src_auth_dto_admin_login_dto_ts_minlength", + "confidence_score": 1.0 }, { "relation": "references", @@ -45757,9 +46767,9 @@ "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" + "target": "backend_src_auth_dto_admin_login_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45769,9 +46779,9 @@ "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" + "target": "backend_src_auth_dto_admin_login_dto_ts_isemail", + "confidence_score": 1.0 }, { "relation": "references", @@ -45781,9 +46791,9 @@ "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" + "target": "backend_src_auth_dto_login_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45793,9 +46803,9 @@ "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" + "target": "backend_src_auth_dto_login_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45805,9 +46815,9 @@ "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" + "target": "backend_src_auth_dto_login_dto_ts_minlength", + "confidence_score": 1.0 }, { "relation": "references", @@ -45817,9 +46827,9 @@ "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" + "target": "backend_src_auth_dto_login_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -45829,9 +46839,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -45841,9 +46851,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -45853,9 +46863,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_ts_isemail", + "confidence_score": 1.0 }, { "relation": "references", @@ -45865,9 +46875,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -45877,9 +46887,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45889,9 +46899,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45901,9 +46911,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_ts_minlength", + "confidence_score": 1.0 }, { "relation": "references", @@ -45913,9 +46923,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45925,9 +46935,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45937,9 +46947,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -45949,9 +46959,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto_ts_matches", + "confidence_score": 1.0 }, { "relation": "references", @@ -45961,9 +46971,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45973,9 +46983,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -45985,9 +46995,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -45997,9 +47007,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", - "target": "length" + "target": "length", + "confidence_score": 1.0 }, { "relation": "references", @@ -46009,9 +47019,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto_ts_matches", + "confidence_score": 1.0 }, { "relation": "references", @@ -46021,9 +47031,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -46033,9 +47043,9 @@ "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" + "target": "backend_src_auth_jwt_strategy_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -46045,9 +47055,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -46057,9 +47067,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -46069,9 +47079,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -46081,9 +47091,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46093,9 +47103,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -46105,9 +47115,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46117,9 +47127,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46129,9 +47139,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -46141,9 +47151,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46153,9 +47163,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -46165,9 +47175,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -46177,9 +47187,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46189,9 +47199,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -46201,9 +47211,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46213,9 +47223,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -46225,9 +47235,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46237,9 +47247,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46249,9 +47259,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -46261,9 +47271,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46273,9 +47283,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -46285,9 +47295,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46297,9 +47307,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46309,9 +47319,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46321,9 +47331,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -46333,9 +47343,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46345,9 +47355,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -46357,9 +47367,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46369,9 +47379,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -46381,9 +47391,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46393,9 +47403,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -46405,9 +47415,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46417,9 +47427,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -46429,9 +47439,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -46441,9 +47451,9 @@ "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" + "target": "backend_src_b2b_b2b_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -46453,9 +47463,9 @@ "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" + "target": "backend_src_b2b_b2b_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -46465,9 +47475,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -46477,9 +47487,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -46489,9 +47499,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46501,9 +47511,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -46513,9 +47523,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46525,9 +47535,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -46537,9 +47547,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46549,9 +47559,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -46561,9 +47571,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -46573,9 +47583,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46585,9 +47595,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46597,9 +47607,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -46609,9 +47619,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46621,9 +47631,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -46633,9 +47643,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46645,9 +47655,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -46657,9 +47667,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46669,9 +47679,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -46681,9 +47691,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46693,9 +47703,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -46705,9 +47715,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46717,9 +47727,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -46729,9 +47739,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -46741,9 +47751,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -46753,9 +47763,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -46765,9 +47775,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -46777,9 +47787,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46789,9 +47799,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -46801,9 +47811,9 @@ "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" + "target": "backend_src_banners_banners_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -46813,9 +47823,9 @@ "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" + "target": "backend_src_banners_banners_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -46825,9 +47835,9 @@ "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" + "target": "backend_src_banners_banners_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -46837,9 +47847,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -46849,9 +47859,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -46861,9 +47871,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -46873,9 +47883,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -46885,9 +47895,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46897,9 +47907,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -46909,9 +47919,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -46921,9 +47931,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -46933,9 +47943,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -46945,9 +47955,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -46957,9 +47967,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -46969,9 +47979,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -46981,9 +47991,9 @@ "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" + "target": "backend_src_blogs_blogs_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -46993,9 +48003,9 @@ "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" + "target": "backend_src_blogs_blogs_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -47005,9 +48015,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -47017,9 +48027,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -47029,9 +48039,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -47041,9 +48051,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -47053,9 +48063,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -47065,9 +48075,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -47077,9 +48087,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47089,9 +48099,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -47101,9 +48111,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -47113,9 +48123,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47125,9 +48135,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -47137,9 +48147,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -47149,9 +48159,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47161,9 +48171,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -47173,9 +48183,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -47185,9 +48195,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47197,9 +48207,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -47209,9 +48219,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -47221,9 +48231,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47233,9 +48243,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -47245,9 +48255,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -47257,9 +48267,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47269,9 +48279,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -47281,9 +48291,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -47293,9 +48303,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47305,9 +48315,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -47317,9 +48327,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47329,9 +48339,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -47341,9 +48351,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47353,9 +48363,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -47365,9 +48375,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47377,9 +48387,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -47389,9 +48399,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -47401,9 +48411,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47413,9 +48423,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -47425,9 +48435,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -47437,9 +48447,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -47449,9 +48459,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -47461,9 +48471,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -47473,9 +48483,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -47485,9 +48495,9 @@ "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" + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -47497,9 +48507,9 @@ "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" + "target": "backend_src_cms_cms_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -47509,9 +48519,9 @@ "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" + "target": "backend_src_cms_cms_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -47521,9 +48531,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -47533,9 +48543,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -47545,9 +48555,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -47557,9 +48567,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -47569,9 +48579,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -47581,9 +48591,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isboolean", + "confidence_score": 1.0 }, { "relation": "references", @@ -47593,9 +48603,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -47605,9 +48615,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -47617,9 +48627,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", - "target": "isuuid" + "target": "isuuid", + "confidence_score": 1.0 }, { "relation": "references", @@ -47629,9 +48639,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -47641,9 +48651,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -47653,9 +48663,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -47665,9 +48675,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -47677,9 +48687,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -47689,9 +48699,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -47701,9 +48711,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -47713,9 +48723,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_ts_isboolean", + "confidence_score": 1.0 }, { "relation": "references", @@ -47725,9 +48735,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_ts_type", + "confidence_score": 1.0 }, { "relation": "references", @@ -47737,9 +48747,9 @@ "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_isint" + "target": "backend_src_common_dto_pagination_dto_ts_isint", + "confidence_score": 1.0 }, { "relation": "references", @@ -47749,9 +48759,9 @@ "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_min" + "target": "backend_src_common_dto_pagination_dto_ts_min", + "confidence_score": 1.0 }, { "relation": "references", @@ -47761,9 +48771,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_ts_isenum", + "confidence_score": 1.0 }, { "relation": "references", @@ -47773,9 +48783,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -47785,9 +48795,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -47797,9 +48807,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -47809,9 +48819,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", - "target": "catch" + "target": "backend_src_common_filters_http_exception_filter_ts_catch", + "confidence_score": 1.0 }, { "relation": "references", @@ -47821,9 +48831,9 @@ "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" + "target": "backend_src_common_filters_prisma_exception_filter_ts_catch", + "confidence_score": 1.0 }, { "relation": "references", @@ -47833,9 +48843,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -47845,9 +48855,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -47857,9 +48867,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_metrics_controller_metricscontroller", - "target": "apiexcludecontroller" + "target": "apiexcludecontroller", + "confidence_score": 1.0 }, { "relation": "references", @@ -47869,9 +48879,9 @@ "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" + "target": "backend_src_common_metrics_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -47881,9 +48891,9 @@ "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" + "target": "backend_src_common_metrics_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -47893,9 +48903,9 @@ "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_res" + "target": "backend_src_common_metrics_controller_ts_res", + "confidence_score": 1.0 }, { "relation": "references", @@ -47905,9 +48915,9 @@ "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" + "target": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -47917,9 +48927,9 @@ "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" + "target": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -47929,9 +48939,9 @@ "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" + "target": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -47941,9 +48951,9 @@ "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" + "target": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -47953,9 +48963,9 @@ "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" + "target": "backend_src_common_services_sms_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -47965,9 +48975,9 @@ "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" + "target": "backend_src_common_sms_module_ts_global", + "confidence_score": 1.0 }, { "relation": "references", @@ -47977,9 +48987,9 @@ "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" + "target": "backend_src_common_sms_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -47989,9 +48999,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -48001,9 +49011,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -48013,9 +49023,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -48025,9 +49035,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -48037,9 +49047,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -48049,9 +49059,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -48061,9 +49071,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -48073,9 +49083,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -48085,9 +49095,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -48097,9 +49107,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -48109,9 +49119,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -48121,9 +49131,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -48133,9 +49143,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -48145,9 +49155,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -48157,9 +49167,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -48169,9 +49179,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -48181,9 +49191,9 @@ "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" + "target": "backend_src_contact_contact_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -48193,9 +49203,9 @@ "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" + "target": "backend_src_contact_contact_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -48205,9 +49215,9 @@ "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" + "target": "backend_src_contact_contact_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -48217,9 +49227,9 @@ "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" + "target": "backend_src_home_home_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -48229,9 +49239,9 @@ "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" + "target": "backend_src_home_home_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -48241,9 +49251,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -48253,9 +49263,9 @@ "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" + "target": "backend_src_home_home_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -48265,9 +49275,9 @@ "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" + "target": "backend_src_home_home_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -48277,9 +49287,9 @@ "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" + "target": "backend_src_home_home_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -48289,9 +49299,9 @@ "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" + "target": "backend_src_home_home_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -48301,9 +49311,9 @@ "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" + "target": "backend_src_home_home_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -48313,9 +49323,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -48325,9 +49335,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -48337,9 +49347,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -48349,9 +49359,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -48361,9 +49371,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -48373,9 +49383,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -48385,9 +49395,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -48397,9 +49407,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -48409,9 +49419,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -48421,9 +49431,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -48433,9 +49443,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -48445,9 +49455,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -48457,9 +49467,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -48469,9 +49479,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -48481,9 +49491,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -48493,9 +49503,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -48505,9 +49515,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -48517,9 +49527,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -48529,9 +49539,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -48541,9 +49551,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -48553,9 +49563,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -48565,9 +49575,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -48577,9 +49587,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -48589,9 +49599,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -48601,9 +49611,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -48613,9 +49623,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -48625,9 +49635,9 @@ "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" + "target": "backend_src_ingredients_ingredients_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -48637,9 +49647,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -48649,9 +49659,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -48661,9 +49671,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -48673,9 +49683,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -48685,9 +49695,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -48697,9 +49707,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -48709,9 +49719,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_isarray", + "confidence_score": 1.0 }, { "relation": "references", @@ -48721,9 +49731,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_dto_create_order_dto_createorderdto", - "target": "validatenested" + "target": "validatenested", + "confidence_score": 1.0 }, { "relation": "references", @@ -48733,9 +49743,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_type", + "confidence_score": 1.0 }, { "relation": "references", @@ -48745,9 +49755,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -48757,9 +49767,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -48769,9 +49779,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -48781,9 +49791,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -48793,9 +49803,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -48805,9 +49815,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -48817,9 +49827,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -48829,9 +49839,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -48841,9 +49851,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -48853,9 +49863,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -48865,9 +49875,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -48877,9 +49887,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apicreatedresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -48889,9 +49899,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -48901,9 +49911,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -48913,9 +49923,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -48925,9 +49935,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -48937,9 +49947,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -48949,9 +49959,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -48961,9 +49971,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -48973,9 +49983,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -48985,9 +49995,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -48997,9 +50007,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -49009,9 +50019,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "target": "backend_src_orders_orders_controller_ts_get" + "target": "backend_src_orders_orders_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -49021,9 +50031,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "target": "backend_src_orders_orders_controller_ts_apinotfoundresponse" + "target": "backend_src_orders_orders_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -49033,9 +50043,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "target": "backend_src_orders_orders_controller_ts_post" + "target": "backend_src_orders_orders_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -49045,9 +50055,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "target": "backend_src_orders_orders_controller_ts_apioperation" + "target": "backend_src_orders_orders_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49057,9 +50067,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "target": "backend_src_orders_orders_controller_ts_apiokresponse" + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -49069,9 +50079,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "target": "backend_src_orders_orders_controller_ts_req" + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -49081,9 +50091,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "target": "backend_src_orders_orders_controller_ts_param" + "target": "backend_src_orders_orders_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -49093,9 +50103,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", - "target": "backend_src_orders_orders_controller_ts_body" + "target": "backend_src_orders_orders_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -49105,9 +50115,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -49117,9 +50127,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -49129,9 +50139,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -49141,9 +50151,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -49153,9 +50163,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49165,9 +50175,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -49177,9 +50187,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -49189,9 +50199,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -49201,9 +50211,9 @@ "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" + "target": "backend_src_orders_orders_controller_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -49213,9 +50223,9 @@ "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" + "target": "backend_src_orders_orders_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -49225,9 +50235,9 @@ "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" + "target": "backend_src_orders_orders_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -49237,9 +50247,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", + "confidence_score": 1.0 }, { "relation": "references", @@ -49249,9 +50259,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -49261,9 +50271,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -49273,9 +50283,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -49285,9 +50295,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -49297,9 +50307,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", + "confidence_score": 1.0 }, { "relation": "references", @@ -49309,9 +50319,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -49321,9 +50331,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -49333,9 +50343,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -49345,9 +50355,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -49357,9 +50367,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -49369,9 +50379,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -49381,9 +50391,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -49393,9 +50403,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -49405,9 +50415,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -49417,9 +50427,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", - "target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring" + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -49429,9 +50439,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", - "target": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional" + "target": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -49441,9 +50451,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", - "target": "backend_src_payment_dto_verify_payment_dto_ts_isoptional" + "target": "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -49453,9 +50463,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", - "target": "backend_src_payment_dto_verify_payment_dto_ts_isstring" + "target": "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -49465,9 +50475,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_ts_apitags" + "target": "backend_src_payment_payment_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -49477,9 +50487,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_ts_controller" + "target": "backend_src_payment_payment_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -49489,9 +50499,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -49501,9 +50511,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "target": "backend_src_payment_payment_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -49513,9 +50523,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -49525,9 +50535,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "target": "backend_src_payment_payment_controller_ts_get" + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -49537,9 +50547,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49549,9 +50559,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -49561,9 +50571,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "target": "backend_src_payment_payment_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -49573,9 +50583,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -49585,9 +50595,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "target": "backend_src_payment_payment_controller_ts_get" + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -49597,9 +50607,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49609,9 +50619,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "target": "backend_src_payment_payment_controller_ts_query" + "target": "backend_src_payment_payment_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -49621,9 +50631,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -49633,9 +50643,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "target": "backend_src_payment_payment_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -49645,9 +50655,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -49657,9 +50667,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "target": "backend_src_payment_payment_controller_ts_get" + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -49669,9 +50679,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49681,9 +50691,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", - "target": "backend_src_payment_payment_controller_ts_get" + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -49693,9 +50703,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49705,9 +50715,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", - "target": "backend_src_payment_payment_controller_ts_param" + "target": "backend_src_payment_payment_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -49717,9 +50727,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "backend_src_payment_payment_controller_ts_get" + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -49729,9 +50739,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49741,9 +50751,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "backend_src_payment_payment_controller_ts_query" + "target": "backend_src_payment_payment_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -49753,9 +50763,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "res" + "target": "backend_src_payment_payment_controller_ts_res", + "confidence_score": 1.0 }, { "relation": "references", @@ -49765,9 +50775,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "ip" + "target": "ip", + "confidence_score": 1.0 }, { "relation": "references", @@ -49777,9 +50787,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "headers" + "target": "headers", + "confidence_score": 1.0 }, { "relation": "references", @@ -49789,9 +50799,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "target": "backend_src_payment_payment_controller_ts_post" + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -49801,9 +50811,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49813,9 +50823,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "target": "backend_src_payment_payment_controller_ts_body" + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -49825,9 +50835,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "target": "res" + "target": "backend_src_payment_payment_controller_ts_res", + "confidence_score": 1.0 }, { "relation": "references", @@ -49837,9 +50847,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "target": "ip" + "target": "ip", + "confidence_score": 1.0 }, { "relation": "references", @@ -49849,9 +50859,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "target": "headers" + "target": "headers", + "confidence_score": 1.0 }, { "relation": "references", @@ -49861,9 +50871,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -49873,9 +50883,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -49885,9 +50895,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_controller_ts_post" + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -49897,9 +50907,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -49909,9 +50919,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_controller_ts_apiokresponse" + "target": "backend_src_payment_payment_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -49921,9 +50931,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_controller_ts_apibadrequestresponse" + "target": "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -49933,9 +50943,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_controller_ts_req" + "target": "backend_src_payment_payment_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -49945,9 +50955,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_controller_ts_body" + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -49957,9 +50967,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "ip" + "target": "ip", + "confidence_score": 1.0 }, { "relation": "references", @@ -49969,9 +50979,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "headers" + "target": "headers", + "confidence_score": 1.0 }, { "relation": "references", @@ -49981,9 +50991,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -49993,9 +51003,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -50005,9 +51015,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_payment_controller_ts_post" + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -50017,9 +51027,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50029,9 +51039,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_payment_controller_ts_apiokresponse" + "target": "backend_src_payment_payment_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -50041,9 +51051,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_payment_controller_ts_req" + "target": "backend_src_payment_payment_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -50053,9 +51063,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_payment_controller_ts_body" + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -50065,9 +51075,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "ip" + "target": "ip", + "confidence_score": 1.0 }, { "relation": "references", @@ -50077,9 +51087,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "headers" + "target": "headers", + "confidence_score": 1.0 }, { "relation": "references", @@ -50089,9 +51099,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -50101,9 +51111,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "target": "backend_src_payment_payment_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -50113,9 +51123,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -50125,9 +51135,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "target": "backend_src_payment_payment_controller_ts_get" + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -50137,9 +51147,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50149,9 +51159,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "target": "backend_src_payment_payment_controller_ts_param" + "target": "backend_src_payment_payment_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -50161,9 +51171,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -50173,9 +51183,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "target": "backend_src_payment_payment_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -50185,9 +51195,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -50197,9 +51207,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "target": "backend_src_payment_payment_controller_ts_post" + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -50209,9 +51219,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50221,9 +51231,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "target": "backend_src_payment_payment_controller_ts_param" + "target": "backend_src_payment_payment_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -50233,9 +51243,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "target": "backend_src_payment_payment_controller_ts_body" + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -50245,9 +51255,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -50257,9 +51267,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "target": "backend_src_payment_payment_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -50269,9 +51279,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -50281,9 +51291,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "target": "backend_src_payment_payment_controller_ts_post" + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -50293,9 +51303,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50305,9 +51315,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "target": "backend_src_payment_payment_controller_ts_param" + "target": "backend_src_payment_payment_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -50317,9 +51327,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", - "target": "backend_src_payment_payment_controller_ts_body" + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -50329,9 +51339,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", - "target": "backend_src_payment_payment_controller_ts_useguards" + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -50341,9 +51351,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", - "target": "backend_src_payment_payment_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -50353,9 +51363,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", - "target": "backend_src_payment_payment_controller_ts_apibearerauth" + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -50365,9 +51375,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", - "target": "backend_src_payment_payment_controller_ts_post" + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -50377,9 +51387,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50389,9 +51399,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", - "target": "backend_src_payment_payment_controller_ts_get" + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -50401,9 +51411,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", - "target": "backend_src_payment_payment_controller_ts_apioperation" + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50413,9 +51423,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", - "target": "backend_src_payment_payment_controller_ts_query" + "target": "backend_src_payment_payment_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -50425,9 +51435,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", - "target": "ip" + "target": "ip", + "confidence_score": 1.0 }, { "relation": "references", @@ -50437,9 +51447,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", - "target": "headers" + "target": "headers", + "confidence_score": 1.0 }, { "relation": "references", @@ -50449,9 +51459,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module_paymentmodule", - "target": "backend_src_payment_payment_module_ts_module" + "target": "backend_src_payment_payment_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -50461,9 +51471,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_ts_injectable" + "target": "backend_src_payment_payment_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -50473,9 +51483,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_ts_injectable" + "target": "backend_src_payment_zibal_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -50485,9 +51495,9 @@ "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" + "target": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -50497,9 +51507,9 @@ "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" + "target": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -50509,9 +51519,9 @@ "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" + "target": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -50521,9 +51531,9 @@ "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" + "target": "backend_src_pets_dto_create_health_log_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -50533,9 +51543,9 @@ "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" + "target": "backend_src_pets_dto_create_health_log_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -50545,9 +51555,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -50557,9 +51567,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -50569,9 +51579,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -50581,9 +51591,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -50593,9 +51603,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -50605,9 +51615,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_ts_isarray", + "confidence_score": 1.0 }, { "relation": "references", @@ -50617,9 +51627,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -50629,9 +51639,9 @@ "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" + "target": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -50641,9 +51651,9 @@ "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" + "target": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -50653,9 +51663,9 @@ "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" + "target": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -50665,9 +51675,9 @@ "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" + "target": "backend_src_pets_dto_create_reminder_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -50677,9 +51687,9 @@ "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" + "target": "backend_src_pets_dto_create_reminder_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -50689,9 +51699,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -50701,9 +51711,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -50713,9 +51723,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -50725,9 +51735,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -50737,9 +51747,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -50749,9 +51759,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -50761,9 +51771,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50773,9 +51783,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -50785,9 +51795,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -50797,9 +51807,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -50809,9 +51819,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -50821,9 +51831,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50833,9 +51843,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -50845,9 +51855,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -50857,9 +51867,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -50869,9 +51879,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -50881,9 +51891,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -50893,9 +51903,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -50905,9 +51915,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50917,9 +51927,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -50929,9 +51939,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -50941,9 +51951,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -50953,9 +51963,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -50965,9 +51975,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -50977,9 +51987,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -50989,9 +51999,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -51001,9 +52011,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51013,9 +52023,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -51025,9 +52035,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -51037,9 +52047,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51049,9 +52059,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -51061,9 +52071,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -51073,9 +52083,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51085,9 +52095,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -51097,9 +52107,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -51109,9 +52119,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51121,9 +52131,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -51133,9 +52143,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51145,9 +52155,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -51157,9 +52167,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -51169,9 +52179,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51181,9 +52191,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -51193,9 +52203,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -51205,9 +52215,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -51217,9 +52227,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51229,9 +52239,9 @@ "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" + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -51241,9 +52251,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", - "target": "backend_src_pets_pets_controller_ts_apioperation" + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51253,9 +52263,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", - "target": "backend_src_pets_pets_controller_ts_uploadedfile" + "target": "backend_src_pets_pets_controller_ts_uploadedfile", + "confidence_score": 1.0 }, { "relation": "references", @@ -51265,9 +52275,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", - "target": "backend_src_pets_pets_controller_ts_apicreatedresponse" + "target": "backend_src_pets_pets_controller_ts_apicreatedresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -51277,9 +52287,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", - "target": "backend_src_pets_pets_controller_ts_apibadrequestresponse" + "target": "backend_src_pets_pets_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -51289,9 +52299,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", - "target": "backend_src_pets_pets_controller_ts_post" + "target": "backend_src_pets_pets_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -51301,9 +52311,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", - "target": "backend_src_pets_pets_controller_ts_useinterceptors" + "target": "backend_src_pets_pets_controller_ts_useinterceptors", + "confidence_score": 1.0 }, { "relation": "references", @@ -51313,9 +52323,9 @@ "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" + "target": "backend_src_pets_pets_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -51325,9 +52335,9 @@ "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" + "target": "backend_src_pets_pets_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -51337,9 +52347,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -51349,9 +52359,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -51361,9 +52371,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -51373,9 +52383,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51385,9 +52395,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -51397,9 +52407,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -51409,9 +52419,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -51421,9 +52431,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -51433,9 +52443,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -51445,9 +52455,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51457,9 +52467,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -51469,9 +52479,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -51481,9 +52491,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -51493,9 +52503,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -51505,9 +52515,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51517,9 +52527,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51529,9 +52539,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -51541,9 +52551,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -51553,9 +52563,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -51565,9 +52575,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -51577,9 +52587,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51589,9 +52599,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51601,9 +52611,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -51613,9 +52623,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", - "target": "module" + "target": "backend_src_prescriptions_prescriptions_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -51625,9 +52635,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -51637,9 +52647,9 @@ "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" + "target": "backend_src_prisma_prisma_module_ts_global", + "confidence_score": 1.0 }, { "relation": "references", @@ -51649,9 +52659,9 @@ "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" + "target": "backend_src_prisma_prisma_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -51661,9 +52671,9 @@ "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" + "target": "backend_src_prisma_prisma_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -51673,9 +52683,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto_ts_isenum", + "confidence_score": 1.0 }, { "relation": "references", @@ -51685,9 +52695,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -51697,9 +52707,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -51709,9 +52719,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -51721,9 +52731,9 @@ "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" + "target": "backend_src_products_products_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -51733,9 +52743,9 @@ "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" + "target": "backend_src_products_products_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -51745,9 +52755,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -51757,9 +52767,9 @@ "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" + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -51769,9 +52779,9 @@ "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" + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51781,9 +52791,9 @@ "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" + "target": "backend_src_products_products_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -51793,9 +52803,9 @@ "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" + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -51805,9 +52815,9 @@ "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" + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51817,9 +52827,9 @@ "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" + "target": "backend_src_products_products_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51829,9 +52839,9 @@ "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" + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -51841,9 +52851,9 @@ "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" + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51853,9 +52863,9 @@ "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" + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -51865,9 +52875,9 @@ "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" + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51877,9 +52887,9 @@ "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" + "target": "backend_src_products_products_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51889,9 +52899,9 @@ "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" + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -51901,9 +52911,9 @@ "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" + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51913,9 +52923,9 @@ "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" + "target": "backend_src_products_products_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -51925,9 +52935,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -51937,9 +52947,9 @@ "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" + "target": "backend_src_products_products_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -51949,9 +52959,9 @@ "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" + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -51961,9 +52971,9 @@ "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" + "target": "backend_src_products_products_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -51973,9 +52983,9 @@ "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" + "target": "backend_src_products_products_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -51985,9 +52995,9 @@ "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" + "target": "backend_src_products_products_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -51997,9 +53007,9 @@ "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" + "target": "backend_src_products_products_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -52009,9 +53019,9 @@ "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" + "target": "backend_src_redis_redis_module_ts_global", + "confidence_score": 1.0 }, { "relation": "references", @@ -52021,9 +53031,9 @@ "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" + "target": "backend_src_redis_redis_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -52033,9 +53043,9 @@ "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" + "target": "backend_src_redis_redis_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -52045,9 +53055,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", - "target": "backend_src_reviews_dto_create_review_dto_ts_isnotempty" + "target": "backend_src_reviews_dto_create_review_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -52057,9 +53067,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", - "target": "backend_src_reviews_dto_create_review_dto_ts_apiproperty" + "target": "backend_src_reviews_dto_create_review_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -52069,9 +53079,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", - "target": "backend_src_reviews_dto_create_review_dto_ts_isstring" + "target": "backend_src_reviews_dto_create_review_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -52081,9 +53091,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", - "target": "backend_src_reviews_dto_create_review_dto_ts_isoptional" + "target": "backend_src_reviews_dto_create_review_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -52093,9 +53103,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", - "target": "isint" + "target": "backend_src_reviews_dto_create_review_dto_ts_isint", + "confidence_score": 1.0 }, { "relation": "references", @@ -52105,9 +53115,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", - "target": "min" + "target": "backend_src_reviews_dto_create_review_dto_ts_min", + "confidence_score": 1.0 }, { "relation": "references", @@ -52117,9 +53127,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", - "target": "max" + "target": "max", + "confidence_score": 1.0 }, { "relation": "references", @@ -52129,9 +53139,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", - "target": "backend_src_reviews_dto_update_review_dto_ts_apiproperty" + "target": "backend_src_reviews_dto_update_review_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -52141,9 +53151,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", - "target": "backend_src_reviews_dto_update_review_dto_ts_isstring" + "target": "backend_src_reviews_dto_update_review_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -52153,9 +53163,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", - "target": "backend_src_reviews_dto_update_review_dto_ts_isoptional" + "target": "backend_src_reviews_dto_update_review_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -52165,9 +53175,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", - "target": "backend_src_reviews_dto_update_review_dto_ts_isin" + "target": "backend_src_reviews_dto_update_review_dto_ts_isin", + "confidence_score": 1.0 }, { "relation": "references", @@ -52177,9 +53187,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller", - "target": "backend_src_reviews_reviews_controller_ts_apitags" + "target": "backend_src_reviews_reviews_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -52189,9 +53199,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller", - "target": "backend_src_reviews_reviews_controller_ts_controller" + "target": "backend_src_reviews_reviews_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -52201,9 +53211,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", - "target": "backend_src_reviews_reviews_controller_ts_post" + "target": "backend_src_reviews_reviews_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -52213,9 +53223,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", - "target": "backend_src_reviews_reviews_controller_ts_apioperation" + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52225,9 +53235,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", - "target": "backend_src_reviews_reviews_controller_ts_param" + "target": "backend_src_reviews_reviews_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -52237,9 +53247,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", - "target": "backend_src_reviews_reviews_controller_ts_body" + "target": "backend_src_reviews_reviews_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -52249,9 +53259,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", - "target": "backend_src_reviews_reviews_controller_ts_req" + "target": "backend_src_reviews_reviews_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -52261,9 +53271,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", - "target": "backend_src_reviews_reviews_controller_ts_useguards" + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -52273,9 +53283,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", - "target": "backend_src_reviews_reviews_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -52285,9 +53295,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", - "target": "backend_src_reviews_reviews_controller_ts_apibearerauth" + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -52297,9 +53307,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", - "target": "backend_src_reviews_reviews_controller_ts_apioperation" + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52309,9 +53319,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", - "target": "backend_src_reviews_reviews_controller_ts_param" + "target": "backend_src_reviews_reviews_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -52321,9 +53331,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", - "target": "backend_src_reviews_reviews_controller_ts_delete" + "target": "backend_src_reviews_reviews_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -52333,9 +53343,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", - "target": "backend_src_reviews_reviews_controller_ts_get" + "target": "backend_src_reviews_reviews_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -52345,9 +53355,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", - "target": "backend_src_reviews_reviews_controller_ts_useguards" + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -52357,9 +53367,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", - "target": "backend_src_reviews_reviews_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -52369,9 +53379,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", - "target": "backend_src_reviews_reviews_controller_ts_apibearerauth" + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -52381,9 +53391,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", - "target": "backend_src_reviews_reviews_controller_ts_apioperation" + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52393,9 +53403,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", - "target": "backend_src_reviews_reviews_controller_ts_query" + "target": "backend_src_reviews_reviews_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -52405,9 +53415,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", - "target": "backend_src_reviews_reviews_controller_ts_get" + "target": "backend_src_reviews_reviews_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -52417,9 +53427,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", - "target": "backend_src_reviews_reviews_controller_ts_apioperation" + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52429,9 +53439,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", - "target": "backend_src_reviews_reviews_controller_ts_param" + "target": "backend_src_reviews_reviews_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -52441,9 +53451,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", - "target": "backend_src_reviews_reviews_controller_ts_query" + "target": "backend_src_reviews_reviews_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -52453,9 +53463,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "target": "backend_src_reviews_reviews_controller_ts_patch" + "target": "backend_src_reviews_reviews_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -52465,9 +53475,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "target": "backend_src_reviews_reviews_controller_ts_useguards" + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -52477,9 +53487,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "target": "backend_src_reviews_reviews_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -52489,9 +53499,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "target": "backend_src_reviews_reviews_controller_ts_apibearerauth" + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -52501,9 +53511,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "target": "backend_src_reviews_reviews_controller_ts_apioperation" + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52513,9 +53523,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "target": "backend_src_reviews_reviews_controller_ts_param" + "target": "backend_src_reviews_reviews_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -52525,9 +53535,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "target": "backend_src_reviews_reviews_controller_ts_body" + "target": "backend_src_reviews_reviews_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -52537,9 +53547,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_module_reviewsmodule", - "target": "backend_src_reviews_reviews_module_ts_module" + "target": "backend_src_reviews_reviews_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -52549,9 +53559,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice", - "target": "backend_src_reviews_reviews_service_ts_injectable" + "target": "backend_src_reviews_reviews_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -52561,9 +53571,9 @@ "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" + "target": "backend_src_seo_seo_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -52573,9 +53583,9 @@ "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" + "target": "backend_src_seo_seo_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -52585,9 +53595,9 @@ "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" + "target": "backend_src_seo_seo_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -52597,9 +53607,9 @@ "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" + "target": "backend_src_seo_seo_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52609,9 +53619,9 @@ "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" + "target": "backend_src_seo_seo_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -52621,9 +53631,9 @@ "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" + "target": "backend_src_seo_seo_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -52633,9 +53643,9 @@ "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" + "target": "backend_src_seo_seo_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52645,9 +53655,9 @@ "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" + "target": "backend_src_seo_seo_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -52657,9 +53667,9 @@ "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" + "target": "backend_src_seo_seo_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -52669,9 +53679,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", - "target": "backend_src_settings_dto_sms_log_query_dto_ts_type" + "target": "backend_src_settings_dto_sms_log_query_dto_ts_type", + "confidence_score": 1.0 }, { "relation": "references", @@ -52681,9 +53691,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", - "target": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber" + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -52693,9 +53703,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", - "target": "backend_src_settings_dto_sms_log_query_dto_ts_isstring" + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -52705,9 +53715,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", - "target": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional" + "target": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -52717,9 +53727,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", - "target": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional" + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -52729,9 +53739,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", - "target": "backend_src_settings_dto_sms_log_query_dto_ts_isin" + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isin", + "confidence_score": 1.0 }, { "relation": "references", @@ -52741,9 +53751,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "apitags" + "target": "backend_src_settings_settings_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -52753,9 +53763,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "controller" + "target": "backend_src_settings_settings_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -52765,9 +53775,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -52777,9 +53787,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -52789,9 +53799,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -52801,9 +53811,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", - "target": "post" + "target": "backend_src_settings_settings_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -52813,9 +53823,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52825,9 +53835,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -52837,9 +53847,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -52849,9 +53859,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -52861,9 +53871,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -52873,9 +53883,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", - "target": "delete" + "target": "backend_src_settings_settings_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -52885,9 +53895,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52897,9 +53907,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -52909,9 +53919,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -52921,9 +53931,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -52933,9 +53943,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", - "target": "delete" + "target": "backend_src_settings_settings_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -52945,9 +53955,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -52957,9 +53967,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", - "target": "param" + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -52969,9 +53979,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -52981,9 +53991,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -52993,9 +54003,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53005,9 +54015,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", - "target": "delete" + "target": "backend_src_settings_settings_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -53017,9 +54027,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53029,9 +54039,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", - "target": "param" + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -53041,9 +54051,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53053,9 +54063,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53065,9 +54075,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53077,9 +54087,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", - "target": "put" + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -53089,9 +54099,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53101,9 +54111,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -53113,9 +54123,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", - "target": "param" + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -53125,9 +54135,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getfinancial", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53137,9 +54147,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getfinancial", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53149,9 +54159,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53161,9 +54171,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53173,9 +54183,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53185,9 +54195,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53197,9 +54207,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53209,9 +54219,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53221,9 +54231,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53233,9 +54243,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53245,9 +54255,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53257,9 +54267,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53269,9 +54279,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53281,9 +54291,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53293,9 +54303,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getseosettings", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53305,9 +54315,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getseosettings", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53317,9 +54327,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53329,9 +54339,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53341,9 +54351,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53353,9 +54363,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53365,9 +54375,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53377,9 +54387,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", - "target": "query" + "target": "backend_src_settings_settings_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -53389,9 +54399,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53401,9 +54411,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53413,9 +54423,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53425,9 +54435,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53437,9 +54447,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53449,9 +54459,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53461,9 +54471,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53473,9 +54483,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53485,9 +54495,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53497,9 +54507,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53509,9 +54519,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", - "target": "get" + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -53521,9 +54531,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53533,9 +54543,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", - "target": "apiokresponse" + "target": "backend_src_settings_settings_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -53545,9 +54555,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53557,9 +54567,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53569,9 +54579,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53581,9 +54591,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", - "target": "patch" + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -53593,9 +54603,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53605,9 +54615,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -53617,9 +54627,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", - "target": "param" + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -53629,9 +54639,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53641,9 +54651,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53653,9 +54663,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53665,9 +54675,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", - "target": "put" + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -53677,9 +54687,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53689,9 +54699,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -53701,9 +54711,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53713,9 +54723,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53725,9 +54735,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53737,9 +54747,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", - "target": "put" + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -53749,9 +54759,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53761,9 +54771,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -53773,9 +54783,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", - "target": "param" + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -53785,9 +54795,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_testsms", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53797,9 +54807,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_testsms", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53809,9 +54819,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_testsms", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53821,9 +54831,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_testsms", - "target": "post" + "target": "backend_src_settings_settings_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -53833,9 +54843,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_testsms", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53845,9 +54855,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_testsms", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -53857,9 +54867,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53869,9 +54879,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53881,9 +54891,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53893,9 +54903,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "target": "patch" + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -53905,9 +54915,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "target": "put" + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -53917,9 +54927,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -53929,9 +54939,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -53941,9 +54951,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -53953,9 +54963,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -53965,9 +54975,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -53977,9 +54987,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", - "target": "patch" + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -53989,9 +54999,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54001,9 +55011,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54013,9 +55023,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54025,9 +55035,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54037,9 +55047,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54049,9 +55059,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", - "target": "patch" + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -54061,9 +55071,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54073,9 +55083,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54085,9 +55095,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54097,9 +55107,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54109,9 +55119,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54121,9 +55131,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", - "target": "patch" + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -54133,9 +55143,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54145,9 +55155,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54157,9 +55167,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54169,9 +55179,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54181,9 +55191,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54193,9 +55203,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", - "target": "patch" + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -54205,9 +55215,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54217,9 +55227,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54229,9 +55239,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "target": "useguards" + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54241,9 +55251,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "target": "roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54253,9 +55263,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "target": "apibearerauth" + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54265,9 +55275,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "target": "put" + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -54277,9 +55287,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "target": "apioperation" + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54289,9 +55299,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "target": "param" + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -54301,9 +55311,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "target": "body" + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54313,9 +55323,9 @@ "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" + "target": "backend_src_settings_settings_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -54325,9 +55335,9 @@ "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" + "target": "backend_src_settings_settings_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -54337,9 +55347,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -54349,9 +55359,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -54361,9 +55371,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54373,9 +55383,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54385,9 +55395,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54397,9 +55407,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -54409,9 +55419,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54421,9 +55431,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54433,9 +55443,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -54445,9 +55455,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54457,9 +55467,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54469,9 +55479,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54481,9 +55491,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54493,9 +55503,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -54505,9 +55515,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54517,9 +55527,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -54529,9 +55539,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54541,9 +55551,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54553,9 +55563,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54565,9 +55575,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -54577,9 +55587,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54589,9 +55599,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -54601,9 +55611,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54613,9 +55623,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -54625,9 +55635,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -54637,9 +55647,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -54649,9 +55659,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -54661,9 +55671,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54673,9 +55683,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54685,9 +55695,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54697,9 +55707,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -54709,9 +55719,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54721,9 +55731,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54733,9 +55743,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -54745,9 +55755,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54757,9 +55767,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54769,9 +55779,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54781,9 +55791,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54793,9 +55803,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -54805,9 +55815,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54817,9 +55827,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -54829,9 +55839,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -54841,9 +55851,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -54853,9 +55863,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -54865,9 +55875,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -54877,9 +55887,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -54889,9 +55899,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -54901,9 +55911,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -54913,9 +55923,9 @@ "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" + "target": "backend_src_testimonials_testimonials_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -54925,9 +55935,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -54937,9 +55947,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -54949,9 +55959,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -54961,9 +55971,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -54973,9 +55983,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -54985,9 +55995,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -54997,9 +56007,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55009,9 +56019,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55021,9 +56031,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -55033,9 +56043,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -55045,9 +56055,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -55057,9 +56067,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55069,9 +56079,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55081,9 +56091,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", - "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring" + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -55093,9 +56103,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", - "target": "backend_src_tickets_dto_ticket_query_dto_ts_type" + "target": "backend_src_tickets_dto_ticket_query_dto_ts_type", + "confidence_score": 1.0 }, { "relation": "references", @@ -55105,9 +56115,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", - "target": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber" + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber", + "confidence_score": 1.0 }, { "relation": "references", @@ -55117,9 +56127,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", - "target": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional" + "target": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55129,9 +56139,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", - "target": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional" + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55141,9 +56151,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", - "target": "backend_src_tickets_dto_ticket_query_dto_ts_isstring" + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -55153,9 +56163,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ts_apitags" + "target": "backend_src_tickets_tickets_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -55165,9 +56175,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ts_controller" + "target": "backend_src_tickets_tickets_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -55177,9 +56187,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", - "target": "backend_src_tickets_tickets_controller_ts_useguards" + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55189,9 +56199,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", - "target": "backend_src_tickets_tickets_controller_ts_apibearerauth" + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -55201,9 +56211,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", - "target": "backend_src_tickets_tickets_controller_ts_post" + "target": "backend_src_tickets_tickets_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -55213,9 +56223,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", - "target": "backend_src_tickets_tickets_controller_ts_apioperation" + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -55225,9 +56235,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", - "target": "backend_src_tickets_tickets_controller_ts_req" + "target": "backend_src_tickets_tickets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -55237,9 +56247,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", - "target": "backend_src_tickets_tickets_controller_ts_body" + "target": "backend_src_tickets_tickets_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -55249,9 +56259,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", - "target": "backend_src_tickets_tickets_controller_ts_useguards" + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55261,9 +56271,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", - "target": "backend_src_tickets_tickets_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -55273,9 +56283,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", - "target": "backend_src_tickets_tickets_controller_ts_apibearerauth" + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -55285,9 +56295,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", - "target": "backend_src_tickets_tickets_controller_ts_get" + "target": "backend_src_tickets_tickets_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -55297,9 +56307,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", - "target": "backend_src_tickets_tickets_controller_ts_apioperation" + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -55309,9 +56319,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", - "target": "backend_src_tickets_tickets_controller_ts_query" + "target": "backend_src_tickets_tickets_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -55321,9 +56331,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", - "target": "backend_src_tickets_tickets_controller_ts_useguards" + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55333,9 +56343,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", - "target": "backend_src_tickets_tickets_controller_ts_apibearerauth" + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -55345,9 +56355,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", - "target": "backend_src_tickets_tickets_controller_ts_get" + "target": "backend_src_tickets_tickets_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -55357,9 +56367,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", - "target": "backend_src_tickets_tickets_controller_ts_apioperation" + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -55369,9 +56379,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", - "target": "backend_src_tickets_tickets_controller_ts_req" + "target": "backend_src_tickets_tickets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -55381,9 +56391,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", - "target": "backend_src_tickets_tickets_controller_ts_useguards" + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55393,9 +56403,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", - "target": "backend_src_tickets_tickets_controller_ts_apibearerauth" + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -55405,9 +56415,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", - "target": "backend_src_tickets_tickets_controller_ts_get" + "target": "backend_src_tickets_tickets_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -55417,9 +56427,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", - "target": "backend_src_tickets_tickets_controller_ts_apioperation" + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -55429,9 +56439,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", - "target": "backend_src_tickets_tickets_controller_ts_req" + "target": "backend_src_tickets_tickets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -55441,9 +56451,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", - "target": "backend_src_tickets_tickets_controller_ts_param" + "target": "backend_src_tickets_tickets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -55453,9 +56463,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", - "target": "backend_src_tickets_tickets_controller_ts_useguards" + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55465,9 +56475,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", - "target": "backend_src_tickets_tickets_controller_ts_apibearerauth" + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -55477,9 +56487,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", - "target": "backend_src_tickets_tickets_controller_ts_post" + "target": "backend_src_tickets_tickets_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -55489,9 +56499,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", - "target": "backend_src_tickets_tickets_controller_ts_apioperation" + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -55501,9 +56511,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", - "target": "backend_src_tickets_tickets_controller_ts_req" + "target": "backend_src_tickets_tickets_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -55513,9 +56523,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", - "target": "backend_src_tickets_tickets_controller_ts_param" + "target": "backend_src_tickets_tickets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -55525,9 +56535,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", - "target": "backend_src_tickets_tickets_controller_ts_body" + "target": "backend_src_tickets_tickets_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -55537,9 +56547,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", - "target": "backend_src_tickets_tickets_controller_ts_useguards" + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55549,9 +56559,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", - "target": "backend_src_tickets_tickets_controller_ts_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -55561,9 +56571,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", - "target": "backend_src_tickets_tickets_controller_ts_apibearerauth" + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -55573,9 +56583,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", - "target": "backend_src_tickets_tickets_controller_ts_put" + "target": "backend_src_tickets_tickets_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -55585,9 +56595,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", - "target": "backend_src_tickets_tickets_controller_ts_apioperation" + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -55597,9 +56607,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", - "target": "backend_src_tickets_tickets_controller_ts_param" + "target": "backend_src_tickets_tickets_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -55609,9 +56619,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", - "target": "backend_src_tickets_tickets_controller_ts_body" + "target": "backend_src_tickets_tickets_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -55621,9 +56631,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_module_ticketsmodule", - "target": "backend_src_tickets_tickets_module_ts_module" + "target": "backend_src_tickets_tickets_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -55633,9 +56643,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ts_injectable" + "target": "backend_src_tickets_tickets_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -55645,9 +56655,9 @@ "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" + "target": "backend_src_users_dto_address_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -55657,9 +56667,9 @@ "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" + "target": "backend_src_users_dto_address_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -55669,9 +56679,9 @@ "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" + "target": "backend_src_users_dto_address_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -55681,9 +56691,9 @@ "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" + "target": "backend_src_users_dto_address_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55693,9 +56703,9 @@ "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" + "target": "backend_src_users_dto_address_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55705,9 +56715,9 @@ "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" + "target": "backend_src_users_dto_address_dto_ts_isboolean", + "confidence_score": 1.0 }, { "relation": "references", @@ -55717,9 +56727,9 @@ "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" + "target": "backend_src_users_dto_update_profile_dto_ts_isemail", + "confidence_score": 1.0 }, { "relation": "references", @@ -55729,9 +56739,9 @@ "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_minlength" + "target": "backend_src_users_dto_update_profile_dto_ts_minlength", + "confidence_score": 1.0 }, { "relation": "references", @@ -55741,9 +56751,9 @@ "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" + "target": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55753,9 +56763,9 @@ "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" + "target": "backend_src_users_dto_update_profile_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -55765,9 +56775,9 @@ "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" + "target": "backend_src_users_dto_update_profile_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -55777,9 +56787,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -55789,9 +56799,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -55801,9 +56811,9 @@ "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" + "target": "backend_src_users_users_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -55813,9 +56823,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -55825,9 +56835,9 @@ "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" + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55837,9 +56847,9 @@ "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" + "target": "backend_src_users_users_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -55849,9 +56859,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -55861,9 +56871,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apicreatedresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -55873,9 +56883,9 @@ "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" + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -55885,9 +56895,9 @@ "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" + "target": "backend_src_users_users_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -55897,9 +56907,9 @@ "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" + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55909,9 +56919,9 @@ "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" + "target": "backend_src_users_users_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -55921,9 +56931,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -55933,9 +56943,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -55945,9 +56955,9 @@ "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" + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -55957,9 +56967,9 @@ "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" + "target": "backend_src_users_users_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -55969,9 +56979,9 @@ "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" + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -55981,9 +56991,9 @@ "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" + "target": "backend_src_users_users_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -55993,9 +57003,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56005,9 +57015,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -56017,9 +57027,9 @@ "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" + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -56029,9 +57039,9 @@ "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" + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -56041,9 +57051,9 @@ "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" + "target": "backend_src_users_users_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -56053,9 +57063,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56065,9 +57075,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -56077,9 +57087,9 @@ "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" + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -56089,9 +57099,9 @@ "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" + "target": "backend_src_users_users_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -56101,9 +57111,9 @@ "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" + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -56113,9 +57123,9 @@ "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" + "target": "backend_src_users_users_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -56125,9 +57135,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56137,9 +57147,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apicreatedresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -56149,9 +57159,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -56161,9 +57171,9 @@ "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" + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -56173,9 +57183,9 @@ "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" + "target": "backend_src_users_users_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -56185,9 +57195,9 @@ "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" + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -56197,9 +57207,9 @@ "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" + "target": "backend_src_users_users_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -56209,9 +57219,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56221,9 +57231,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -56233,9 +57243,9 @@ "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" + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -56245,9 +57255,9 @@ "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" + "target": "backend_src_users_users_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -56257,9 +57267,9 @@ "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" + "target": "backend_src_users_users_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -56269,9 +57279,9 @@ "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" + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 }, { "relation": "references", @@ -56281,9 +57291,9 @@ "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" + "target": "backend_src_users_users_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -56293,9 +57303,9 @@ "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" + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -56305,9 +57315,9 @@ "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" + "target": "backend_src_users_users_controller_ts_patch", + "confidence_score": 1.0 }, { "relation": "references", @@ -56317,9 +57327,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56329,9 +57339,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -56341,9 +57351,9 @@ "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" + "target": "backend_src_users_users_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -56353,9 +57363,9 @@ "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" + "target": "backend_src_users_users_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -56365,9 +57375,9 @@ "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" + "target": "backend_src_users_users_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -56377,9 +57387,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -56389,9 +57399,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -56401,9 +57411,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -56413,9 +57423,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -56425,9 +57435,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_ts_isboolean", + "confidence_score": 1.0 }, { "relation": "references", @@ -56437,9 +57447,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -56449,9 +57459,9 @@ "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" + "target": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -56461,9 +57471,9 @@ "weight": 1.0, "context": "decorator", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", - "target": "transform" + "target": "transform", + "confidence_score": 1.0 }, { "relation": "references", @@ -56473,9 +57483,9 @@ "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" + "target": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean", + "confidence_score": 1.0 }, { "relation": "references", @@ -56485,9 +57495,9 @@ "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" + "target": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -56497,9 +57507,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -56509,9 +57519,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -56521,9 +57531,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -56533,9 +57543,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -56545,9 +57555,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -56557,9 +57567,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56569,9 +57579,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -56581,9 +57591,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -56593,9 +57603,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56605,9 +57615,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apiquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -56617,9 +57627,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -56629,9 +57639,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -56641,9 +57651,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56653,9 +57663,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -56665,9 +57675,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_delete", + "confidence_score": 1.0 }, { "relation": "references", @@ -56677,9 +57687,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -56689,9 +57699,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -56701,9 +57711,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56713,9 +57723,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -56725,9 +57735,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -56737,9 +57747,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -56749,9 +57759,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -56761,9 +57771,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56773,9 +57783,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -56785,9 +57795,9 @@ "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" + "target": "backend_src_videos_videos_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -56797,9 +57807,9 @@ "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" + "target": "backend_src_videos_videos_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -56809,9 +57819,9 @@ "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" + "target": "backend_src_videos_videos_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -56821,9 +57831,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "confidence_score": 1.0 }, { "relation": "references", @@ -56833,9 +57843,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "confidence_score": 1.0 }, { "relation": "references", @@ -56845,9 +57855,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -56857,9 +57867,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", + "confidence_score": 1.0 }, { "relation": "references", @@ -56869,9 +57879,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", + "confidence_score": 1.0 }, { "relation": "references", @@ -56881,9 +57891,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -56893,9 +57903,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -56905,9 +57915,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_post", + "confidence_score": 1.0 }, { "relation": "references", @@ -56917,9 +57927,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -56929,9 +57939,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -56941,9 +57951,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -56953,9 +57963,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_request", + "confidence_score": 1.0 }, { "relation": "references", @@ -56965,9 +57975,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_body", + "confidence_score": 1.0 }, { "relation": "references", @@ -56977,9 +57987,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -56989,9 +57999,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -57001,9 +58011,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -57013,9 +58023,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -57025,9 +58035,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -57037,9 +58047,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -57049,9 +58059,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -57061,9 +58071,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -57073,9 +58083,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -57085,9 +58095,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -57097,9 +58107,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -57109,9 +58119,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_put", + "confidence_score": 1.0 }, { "relation": "references", @@ -57121,9 +58131,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "confidence_score": 1.0 }, { "relation": "references", @@ -57133,9 +58143,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "references", @@ -57145,9 +58155,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "confidence_score": 1.0 }, { "relation": "references", @@ -57157,9 +58167,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -57169,9 +58179,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -57181,9 +58191,9 @@ "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" + "target": "backend_src_wholesale_wholesale_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -57193,9 +58203,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "references", @@ -57205,9 +58215,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_apitags", + "confidence_score": 1.0 }, { "relation": "references", @@ -57217,9 +58227,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_controller", + "confidence_score": 1.0 }, { "relation": "references", @@ -57229,9 +58239,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -57241,9 +58251,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -57253,9 +58263,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -57265,9 +58275,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -57277,9 +58287,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_query", + "confidence_score": 1.0 }, { "relation": "references", @@ -57289,9 +58299,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_get", + "confidence_score": 1.0 }, { "relation": "references", @@ -57301,9 +58311,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_apioperation", + "confidence_score": 1.0 }, { "relation": "references", @@ -57313,9 +58323,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -57325,9 +58335,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -57337,9 +58347,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_ts_param", + "confidence_score": 1.0 }, { "relation": "references", @@ -57349,9 +58359,9 @@ "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" + "target": "backend_src_wiki_wiki_module_ts_module", + "confidence_score": 1.0 }, { "relation": "references", @@ -57361,9 +58371,9 @@ "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" + "target": "backend_src_wiki_wiki_service_ts_injectable", + "confidence_score": 1.0 }, { "relation": "re_exports", @@ -57373,9 +58383,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "re_exports", @@ -57385,9 +58395,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "references", @@ -57397,9 +58407,9 @@ "source_location": "L37", "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" + "target": "frontend_admin_panel_src_types_admin_useraddress", + "confidence_score": 1.0 }, { "relation": "references", @@ -57409,9 +58419,21 @@ "source_location": "L38", "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" + "target": "frontend_admin_panel_src_types_admin_petsummary", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient_homeclientprops", + "target": "frontend_application_lib_types_homeapiresponse", + "confidence_score": 1.0 }, { "relation": "references", @@ -57421,9 +58443,21 @@ "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" + "target": "frontend_application_lib_store_userstore_address", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_bannerplacement_bannerplacementprops", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 }, { "relation": "references", @@ -57433,9 +58467,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "references", @@ -57445,9 +58479,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "references", @@ -57457,9 +58491,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "references", @@ -57469,9 +58503,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "references", @@ -57481,9 +58515,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "references", @@ -57493,9 +58527,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -57505,9 +58539,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 }, { "relation": "references", @@ -57517,9 +58551,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -57529,9 +58563,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -57541,9 +58575,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 }, { "relation": "references", @@ -57553,9 +58587,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -57565,9 +58599,9 @@ "source_location": "L292", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_checkhealth", - "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "confidence_score": 1.0 }, { "relation": "references", @@ -57577,9 +58611,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 }, { "relation": "references", @@ -57589,9 +58623,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 }, { "relation": "references", @@ -57601,9 +58635,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "references", @@ -57613,9 +58647,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "references", @@ -57625,9 +58659,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "references", @@ -57637,9 +58671,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -57650,9 +58684,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57663,9 +58697,9 @@ "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" + "target": "frontend_admin_panel_src_pages_b2bmanager", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57676,9 +58710,9 @@ "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" + "target": "frontend_admin_panel_src_pages_bannersmanager", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57689,9 +58723,9 @@ "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" + "target": "frontend_admin_panel_src_pages_blogs", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57702,9 +58736,9 @@ "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" + "target": "frontend_admin_panel_src_pages_categories", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57715,9 +58749,9 @@ "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" + "target": "frontend_admin_panel_src_pages_cms", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57728,9 +58762,9 @@ "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" + "target": "frontend_admin_panel_src_pages_contactsubmissions", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57741,9 +58775,9 @@ "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" + "target": "frontend_admin_panel_src_pages_coupons", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57754,9 +58788,9 @@ "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" + "target": "frontend_admin_panel_src_pages_dashboard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57767,9 +58801,9 @@ "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" + "target": "frontend_admin_panel_src_pages_financialsettingspage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57780,9 +58814,9 @@ "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" + "target": "frontend_admin_panel_src_pages_ingredientsmanager", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57793,9 +58827,9 @@ "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" + "target": "frontend_admin_panel_src_pages_media", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57806,9 +58840,9 @@ "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" + "target": "frontend_admin_panel_src_pages_orders", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57819,9 +58853,9 @@ "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" + "target": "frontend_admin_panel_src_pages_pets", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57832,9 +58866,9 @@ "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" + "target": "frontend_admin_panel_src_pages_prescriptionsmanager", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57845,9 +58879,9 @@ "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" + "target": "frontend_admin_panel_src_pages_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57858,9 +58892,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57871,9 +58905,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes_reviews", - "target": "frontend_admin_panel_src_pages_reviews" + "target": "frontend_admin_panel_src_pages_reviews", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57884,9 +58918,9 @@ "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" + "target": "frontend_admin_panel_src_pages_seosettingspage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57897,9 +58931,9 @@ "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" + "target": "frontend_admin_panel_src_pages_settings", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57910,9 +58944,9 @@ "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" + "target": "frontend_admin_panel_src_pages_smartadvisormanager", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57923,9 +58957,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", - "target": "frontend_admin_panel_src_pages_smssettingspage" + "target": "frontend_admin_panel_src_pages_smssettingspage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57936,9 +58970,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", - "target": "frontend_admin_panel_src_pages_sslsettingspage" + "target": "frontend_admin_panel_src_pages_sslsettingspage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57949,9 +58983,9 @@ "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" + "target": "frontend_admin_panel_src_pages_systemsettingspage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57962,9 +58996,9 @@ "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" + "target": "frontend_admin_panel_src_pages_testimonialsmanager", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57975,9 +59009,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes_tickets", - "target": "frontend_admin_panel_src_pages_tickets" + "target": "frontend_admin_panel_src_pages_tickets", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -57988,9 +59022,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes_transactions", - "target": "frontend_admin_panel_src_pages_transactions" + "target": "frontend_admin_panel_src_pages_transactions", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -58001,9 +59035,9 @@ "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" + "target": "frontend_admin_panel_src_pages_uitexts", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -58014,9 +59048,9 @@ "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" + "target": "frontend_admin_panel_src_pages_users", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -58027,9 +59061,9 @@ "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" + "target": "frontend_admin_panel_src_pages_videos", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -58040,9 +59074,9 @@ "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" + "target": "frontend_admin_panel_src_pages_wholesaleapplications", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -58053,9 +59087,9 @@ "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" + "target": "frontend_admin_panel_src_pages_wiki", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -58066,9 +59100,9 @@ "source_location": "L125", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal_b2bportal", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -58079,9 +59113,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58091,9 +59125,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest_collectcoveragefrom", - "target": "ref_t_j_s" + "target": "ref_t_j_s", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58103,9 +59137,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest_modulefileextensions", - "target": "backend_package_json_ref_ts" + "target": "backend_package_json_ref_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58115,9 +59149,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest_modulefileextensions", - "target": "ref_js" + "target": "ref_js", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58127,9 +59161,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest_modulefileextensions", - "target": "ref_json" + "target": "ref_json", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58140,7 +59174,7 @@ "context": "import", "_origin": "ast", "source": "backend_prisma_tsconfig_compileroptions_types", - "target": "ref_node", + "target": "backend_prisma_tsconfig_json_ref_node", "confidence_score": 1.0 }, { @@ -58152,7 +59186,7 @@ "context": "import", "_origin": "ast", "source": "backend_prisma_tsconfig_include", - "target": "ref_ts", + "target": "backend_prisma_tsconfig_json_ref_ts", "confidence_score": 1.0 }, { @@ -58163,9 +59197,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_tsconfig_seed_compileroptions_types", - "target": "ref_node" + "target": "backend_prisma_tsconfig_seed_json_ref_node", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58175,9 +59209,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_tsconfig_seed_include", - "target": "ref_ts" + "target": "backend_prisma_tsconfig_seed_json_ref_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58187,9 +59221,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_build", - "target": "ref_tsconfig_json" + "target": "ref_tsconfig_json", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58199,9 +59233,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_build_exclude", - "target": "backend_tsconfig_build_json_ref_dist" + "target": "backend_tsconfig_build_json_ref_dist", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58211,9 +59245,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_build_exclude", - "target": "prisma" + "target": "backend_tsconfig_build_json_ref_node_modules", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58223,9 +59257,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_build_exclude", - "target": "ref_node_modules" + "target": "backend_tsconfig_build_json_ref_prisma", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58235,9 +59269,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_build_exclude", - "target": "ref_spec_ts" + "target": "backend_tsconfig_build_json_ref_spec_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58247,9 +59281,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_build_exclude", - "target": "ref_test" + "target": "ref_test", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58259,9 +59293,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_exclude", - "target": "prisma" + "target": "backend_tsconfig_json_ref_dist", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58271,9 +59305,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_exclude", - "target": "ref_dist" + "target": "backend_tsconfig_json_ref_node_modules", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58283,9 +59317,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_exclude", - "target": "ref_node_modules" + "target": "backend_tsconfig_json_ref_prisma", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58295,9 +59329,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_exclude", - "target": "ref_scripts" + "target": "backend_tsconfig_json_ref_spec_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58307,9 +59341,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_exclude", - "target": "ref_spec_ts" + "target": "ref_scripts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58319,9 +59353,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_include", - "target": "ref_src" + "target": "backend_tsconfig_json_ref_src", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58331,9 +59365,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_json_ref_dom", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58343,9 +59377,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_json_ref_es2023", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58355,9 +59389,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_tsconfig_app_compileroptions_types", - "target": "ref_vite_client" + "target": "ref_vite_client", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58367,9 +59401,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_tsconfig_app_include", - "target": "frontend_admin_panel_tsconfig_app_json_ref_src" + "target": "frontend_admin_panel_tsconfig_app_json_ref_src", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58379,9 +59413,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_json_ref_es2023", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58391,9 +59425,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_tsconfig_node_compileroptions_types", - "target": "ref_node" + "target": "frontend_admin_panel_tsconfig_node_json_ref_node", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58403,9 +59437,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_tsconfig_node_include", - "target": "ref_vite_config_ts" + "target": "ref_vite_config_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58415,9 +59449,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions_lib", - "target": "frontend_application_tsconfig_json_ref_dom" + "target": "frontend_application_tsconfig_json_ref_dom", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58427,9 +59461,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions_lib", - "target": "ref_dom_iterable" + "target": "ref_dom_iterable", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58439,9 +59473,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions_lib", - "target": "ref_esnext" + "target": "ref_esnext", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58451,9 +59485,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_exclude", - "target": "prisma" + "target": "frontend_application_tsconfig_json_ref_node_modules", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58463,9 +59497,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_exclude", - "target": "ref_node_modules" + "target": "frontend_application_tsconfig_json_ref_prisma", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58475,9 +59509,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_exclude", - "target": "ref_tests" + "target": "ref_tests", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58487,9 +59521,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_exclude", - "target": "ref_vitest_config_ts" + "target": "ref_vitest_config_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58499,9 +59533,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_exclude", - "target": "ref_vitest_setup_ts" + "target": "ref_vitest_setup_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58511,9 +59545,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_include", - "target": "frontend_application_tsconfig_json_ref_ts" + "target": "frontend_application_tsconfig_json_ref_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58523,9 +59557,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_include", - "target": "ref_mts" + "target": "ref_mts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58535,9 +59569,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_include", - "target": "ref_next_dev_types_ts" + "target": "ref_next_dev_types_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58547,9 +59581,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_include", - "target": "ref_next_env_d_ts" + "target": "ref_next_env_d_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58559,9 +59593,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_include", - "target": "ref_next_types_ts" + "target": "ref_next_types_ts", + "confidence_score": 1.0 }, { "relation": "extends", @@ -58571,9 +59605,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_include", - "target": "ref_tsx" + "target": "ref_tsx", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58583,9 +59617,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_bcrypt", - "target": "bcrypt" + "target": "bcrypt", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58595,9 +59629,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_bcryptjs", - "target": "bcryptjs" + "target": "bcryptjs", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58607,9 +59641,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_class_transformer", - "target": "class_transformer" + "target": "class_transformer", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58619,9 +59653,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_class_validator", - "target": "class_validator" + "target": "class_validator", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58631,9 +59665,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_helmet", - "target": "helmet" + "target": "helmet", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58643,9 +59677,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_ioredis", - "target": "ioredis" + "target": "ioredis", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58655,9 +59689,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_js_yaml", - "target": "js_yaml" + "target": "js_yaml", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58667,9 +59701,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_nestjs_common", - "target": "nestjs_common" + "target": "nestjs_common", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58679,9 +59713,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_nestjs_core", - "target": "nestjs_core" + "target": "nestjs_core", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58691,9 +59725,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_nestjs_jwt", - "target": "nestjs_jwt" + "target": "nestjs_jwt", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58703,9 +59737,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_nestjs_passport", - "target": "nestjs_passport" + "target": "nestjs_passport", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58715,9 +59749,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_nestjs_platform_express", - "target": "nestjs_platform_express" + "target": "nestjs_platform_express", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58727,9 +59761,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_nestjs_swagger", - "target": "nestjs_swagger" + "target": "nestjs_swagger", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58739,9 +59773,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_nestjs_throttler", - "target": "nestjs_throttler" + "target": "nestjs_throttler", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58751,9 +59785,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_passport", - "target": "passport" + "target": "passport", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58763,9 +59797,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_passport_jwt", - "target": "passport_jwt" + "target": "passport_jwt", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58775,9 +59809,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_prisma_client", - "target": "prisma_client" + "target": "prisma_client", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58787,9 +59821,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_reflect_metadata", - "target": "reflect_metadata" + "target": "reflect_metadata", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58799,9 +59833,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_rxjs", - "target": "rxjs" + "target": "rxjs", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58811,9 +59845,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies_swagger_ui_express", - "target": "swagger_ui_express" + "target": "swagger_ui_express", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58823,9 +59857,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_eslint", - "target": "backend_package_json_eslint" + "target": "backend_package_json_eslint", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58835,9 +59869,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_eslint_config_prettier", - "target": "eslint_config_prettier" + "target": "eslint_config_prettier", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58847,9 +59881,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_eslint_eslintrc", - "target": "eslint_eslintrc" + "target": "eslint_eslintrc", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58859,9 +59893,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_eslint_js", - "target": "backend_package_json_eslint_js" + "target": "backend_package_json_eslint_js", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58871,9 +59905,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_eslint_plugin_prettier", - "target": "eslint_plugin_prettier" + "target": "eslint_plugin_prettier", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58883,9 +59917,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_globals", - "target": "backend_package_json_globals" + "target": "backend_package_json_globals", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58895,9 +59929,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_jest", - "target": "jest" + "target": "jest", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58907,9 +59941,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_nestjs_cli", - "target": "nestjs_cli" + "target": "nestjs_cli", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58919,9 +59953,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_nestjs_schematics", - "target": "nestjs_schematics" + "target": "nestjs_schematics", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58931,9 +59965,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_nestjs_testing", - "target": "nestjs_testing" + "target": "nestjs_testing", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58943,9 +59977,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_prettier", - "target": "prettier" + "target": "prettier", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58955,9 +59989,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_prisma", - "target": "prisma" + "target": "prisma", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58967,9 +60001,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_source_map_support", - "target": "source_map_support" + "target": "source_map_support", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58979,9 +60013,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_supertest", - "target": "supertest" + "target": "supertest", + "confidence_score": 1.0 }, { "relation": "imports", @@ -58991,9 +60025,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_ts_jest", - "target": "ts_jest" + "target": "ts_jest", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59003,9 +60037,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_ts_loader", - "target": "ts_loader" + "target": "ts_loader", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59015,9 +60049,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_ts_node", - "target": "ts_node" + "target": "ts_node", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59027,9 +60061,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_tsconfig_paths", - "target": "tsconfig_paths" + "target": "tsconfig_paths", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59039,9 +60073,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_bcrypt", - "target": "types_bcrypt" + "target": "types_bcrypt", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59051,9 +60085,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_bcryptjs", - "target": "types_bcryptjs" + "target": "types_bcryptjs", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59063,9 +60097,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_express", - "target": "types_express" + "target": "types_express", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59075,9 +60109,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_jest", - "target": "types_jest" + "target": "types_jest", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59087,9 +60121,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_js_yaml", - "target": "types_js_yaml" + "target": "types_js_yaml", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59099,9 +60133,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_multer", - "target": "types_multer" + "target": "types_multer", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59111,9 +60145,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_node", - "target": "backend_package_json_types_node" + "target": "backend_package_json_types_node", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59123,9 +60157,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_passport_jwt", - "target": "types_passport_jwt" + "target": "types_passport_jwt", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59135,9 +60169,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_types_supertest", - "target": "types_supertest" + "target": "types_supertest", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59147,9 +60181,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_typescript", - "target": "backend_package_json_typescript" + "target": "backend_package_json_typescript", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59159,9 +60193,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies_typescript_eslint", - "target": "backend_package_json_typescript_eslint" + "target": "backend_package_json_typescript_eslint", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59171,9 +60205,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", - "target": "backend_src_app_module_appmodule" + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59183,9 +60217,9 @@ "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" + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59195,9 +60229,9 @@ "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" + "target": "backend_src_admin_admin_service_couponinput", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59207,9 +60241,9 @@ "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" + "target": "backend_src_admin_admin_service_productinput", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59219,9 +60253,9 @@ "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" + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59231,9 +60265,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59243,9 +60277,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller", - "target": "backend_src_admin_dto_user_dto_createuserdto" + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59255,9 +60289,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller", - "target": "backend_src_admin_dto_user_dto_updateuserdto" + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59267,9 +60301,9 @@ "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" + "target": "backend_src_admin_admin_controller_admincontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59279,9 +60313,9 @@ "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" + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59291,9 +60325,9 @@ "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" + "target": "backend_src_admin_blogs_controller_blogscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59303,9 +60337,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59315,9 +60349,9 @@ "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" + "target": "backend_src_admin_wiki_controller_wikicontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59327,9 +60361,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59339,9 +60373,9 @@ "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" + "target": "backend_src_admin_pets_controller_petscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59351,9 +60385,9 @@ "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" + "target": "backend_src_admin_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59363,9 +60397,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_ssl_controller_sslcontroller" + "target": "backend_src_admin_ssl_controller_sslcontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59375,9 +60409,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_ssl_service_sslservice" + "target": "backend_src_admin_ssl_service_sslservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59387,9 +60421,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_prisma_prisma_module_prismamodule" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59399,9 +60433,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_redis_redis_module_redismodule" + "target": "backend_src_redis_redis_module_redismodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59411,9 +60445,9 @@ "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" + "target": "backend_src_admin_admin_controller_admincontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59423,9 +60457,9 @@ "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" + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59435,9 +60469,9 @@ "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" + "target": "backend_src_admin_reports_controller_reportscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59447,9 +60481,9 @@ "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" + "target": "backend_src_admin_reports_service_reportsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59459,9 +60493,9 @@ "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" + "target": "backend_src_admin_media_controller_mediacontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59471,9 +60505,9 @@ "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" + "target": "backend_src_admin_media_service_mediaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59483,9 +60517,9 @@ "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" + "target": "backend_src_admin_categories_controller_categoriescontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59495,9 +60529,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59507,9 +60541,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_admin_dto_user_dto_createuserdto" + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59519,9 +60553,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_admin_dto_user_dto_updateuserdto" + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59531,9 +60565,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_common_utils_phone_utils_normalizemobile" + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59543,9 +60577,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_settings_settings_service_canonical_aliases" + "target": "backend_src_settings_settings_service_canonical_aliases", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59555,9 +60589,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59567,9 +60601,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_redis_redis_service_redisservice" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59579,9 +60613,9 @@ "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" + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59591,9 +60625,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59603,9 +60637,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59615,9 +60649,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59627,9 +60661,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59639,9 +60673,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59651,9 +60685,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59663,9 +60697,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59675,9 +60709,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59687,9 +60721,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59699,9 +60733,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59711,9 +60745,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59723,9 +60757,9 @@ "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" + "target": "backend_src_admin_media_service_mediaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59735,9 +60769,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59747,9 +60781,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59759,9 +60793,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59771,9 +60805,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59783,9 +60817,9 @@ "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" + "target": "backend_src_admin_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59795,9 +60829,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59807,9 +60841,9 @@ "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" + "target": "backend_src_admin_reports_service_reportsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59819,9 +60853,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59831,9 +60865,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59843,9 +60877,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_admin_ssl_service_sslservice" + "target": "backend_src_admin_ssl_service_sslservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59855,9 +60889,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59867,9 +60901,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_common_guards_roles_guard_rolesguard" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59879,9 +60913,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_common_decorators_roles_decorator_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59891,9 +60925,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59903,9 +60937,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59915,9 +60949,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59927,9 +60961,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59939,9 +60973,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_controller", - "target": "backend_src_app_service_appservice" + "target": "backend_src_app_service_appservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59951,9 +60985,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_controller_spec", - "target": "backend_src_app_controller_appcontroller" + "target": "backend_src_app_controller_appcontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59963,9 +60997,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_controller_spec", - "target": "backend_src_app_service_appservice" + "target": "backend_src_app_service_appservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59975,9 +61009,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_settings_settings_module_settingsmodule" + "target": "backend_src_settings_settings_module_settingsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59987,9 +61021,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_common_metrics_controller_metricscontroller" + "target": "backend_src_common_metrics_controller_metricscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -59999,9 +61033,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_admin_admin_module_adminmodule" + "target": "backend_src_admin_admin_module_adminmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60011,9 +61045,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_home_home_module_homemodule" + "target": "backend_src_home_home_module_homemodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60023,9 +61057,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_blogs_blogs_module_blogsmodule" + "target": "backend_src_blogs_blogs_module_blogsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60035,9 +61069,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_wiki_wiki_module_wikimodule" + "target": "backend_src_wiki_wiki_module_wikimodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60047,9 +61081,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_seo_seo_module_seomodule" + "target": "backend_src_seo_seo_module_seomodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60059,9 +61093,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_cms_cms_module_cmsmodule" + "target": "backend_src_cms_cms_module_cmsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60071,9 +61105,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_prisma_prisma_module_prismamodule" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60083,9 +61117,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_wholesale_wholesale_module_wholesalemodule" + "target": "backend_src_wholesale_wholesale_module_wholesalemodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60095,9 +61129,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_videos_videos_module_videosmodule" + "target": "backend_src_videos_videos_module_videosmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60107,9 +61141,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_common_sms_module_smsmodule" + "target": "backend_src_common_sms_module_smsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60119,9 +61153,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_contact_contact_module_contactmodule" + "target": "backend_src_contact_contact_module_contactmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60131,9 +61165,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_banners_banners_module_bannersmodule" + "target": "backend_src_banners_banners_module_bannersmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60143,9 +61177,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60155,9 +61189,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_testimonials_testimonials_module_testimonialsmodule" + "target": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60167,9 +61201,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_ingredients_ingredients_module_ingredientsmodule" + "target": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60179,9 +61213,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule" + "target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60191,9 +61225,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_b2b_b2b_module_b2bmodule" + "target": "backend_src_b2b_b2b_module_b2bmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60203,9 +61237,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_products_products_module_productsmodule" + "target": "backend_src_products_products_module_productsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60215,9 +61249,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_payment_payment_module_paymentmodule" + "target": "backend_src_payment_payment_module_paymentmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60227,9 +61261,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_tickets_tickets_module_ticketsmodule" + "target": "backend_src_tickets_tickets_module_ticketsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60239,9 +61273,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_reviews_reviews_module_reviewsmodule" + "target": "backend_src_reviews_reviews_module_reviewsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60251,9 +61285,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_users_users_module_usersmodule" + "target": "backend_src_users_users_module_usersmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60263,9 +61297,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_redis_redis_module_redismodule" + "target": "backend_src_redis_redis_module_redismodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60275,9 +61309,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_redis_redis_service_redisservice" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60287,9 +61321,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_auth_auth_module_authmodule" + "target": "backend_src_auth_auth_module_authmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60299,9 +61333,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_pets_pets_module_petsmodule" + "target": "backend_src_pets_pets_module_petsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60311,9 +61345,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_orders_orders_module_ordersmodule" + "target": "backend_src_orders_orders_module_ordersmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60323,9 +61357,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller", - "target": "backend_src_auth_dto_admin_login_dto_adminlogindto" + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60335,9 +61369,9 @@ "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" + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60347,9 +61381,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60359,9 +61393,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60371,9 +61405,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_registerdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60383,9 +61417,9 @@ "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" + "target": "backend_src_auth_dto_login_dto_logindto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60395,9 +61429,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60407,9 +61441,9 @@ "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" + "target": "backend_src_auth_auth_controller_authcontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60419,9 +61453,9 @@ "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" + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60431,9 +61465,9 @@ "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" + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60443,9 +61477,9 @@ "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" + "target": "backend_src_auth_auth_controller_authcontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60455,9 +61489,9 @@ "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" + "target": "backend_src_auth_jwt_strategy_jwtstrategy", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60467,9 +61501,9 @@ "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" + "target": "backend_src_users_users_module_usersmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60479,9 +61513,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_module", - "target": "backend_src_auth_auth_constants_getjwtsecret" + "target": "backend_src_auth_auth_constants_getjwtsecret", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60491,9 +61525,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service", - "target": "backend_src_common_utils_phone_utils_normalizemobile" + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60503,9 +61537,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60515,9 +61549,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60527,9 +61561,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60539,9 +61573,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60551,9 +61585,9 @@ "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60563,9 +61597,9 @@ "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" + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60575,9 +61609,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60587,9 +61621,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60599,9 +61633,9 @@ "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60611,9 +61645,9 @@ "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" + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60623,9 +61657,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_jwt_strategy", - "target": "backend_src_auth_auth_constants_getjwtsecret" + "target": "backend_src_auth_auth_constants_getjwtsecret", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60635,9 +61669,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60647,9 +61681,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60659,9 +61693,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60671,9 +61705,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60683,9 +61717,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60695,9 +61729,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60707,9 +61741,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60719,9 +61753,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60731,9 +61765,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60743,9 +61777,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60755,9 +61789,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60767,9 +61801,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60779,9 +61813,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60791,9 +61825,9 @@ "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" + "target": "backend_src_banners_banners_controller_bannerscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60803,9 +61837,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60815,9 +61849,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60827,9 +61861,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60839,9 +61873,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60851,9 +61885,9 @@ "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" + "target": "backend_src_blogs_blogs_service_blogsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60863,9 +61897,9 @@ "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" + "target": "backend_src_blogs_blogs_service_blogsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60875,9 +61909,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_blogscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60887,9 +61921,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60899,9 +61933,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60911,9 +61945,9 @@ "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" + "target": "backend_src_blogs_dto_create_blog_dto_createblogdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60923,9 +61957,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60935,9 +61969,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60947,9 +61981,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60959,9 +61993,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60971,9 +62005,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60983,9 +62017,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -60995,9 +62029,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61007,9 +62041,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61019,9 +62053,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61031,9 +62065,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61043,9 +62077,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61055,9 +62089,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61067,9 +62101,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61079,9 +62113,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61091,9 +62125,9 @@ "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" + "target": "backend_src_common_schemas_error_response_schema_errordetailfield", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61103,9 +62137,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61115,9 +62149,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61127,9 +62161,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61139,9 +62173,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61151,9 +62185,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61163,9 +62197,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61175,9 +62209,9 @@ "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61187,9 +62221,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61199,9 +62233,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61211,9 +62245,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61223,9 +62257,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61235,9 +62269,9 @@ "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" + "target": "backend_src_contact_contact_controller_contactcontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61247,9 +62281,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61259,9 +62293,9 @@ "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" + "target": "backend_src_common_sms_module_smsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61271,9 +62305,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61283,9 +62317,9 @@ "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61295,9 +62329,9 @@ "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" + "target": "backend_src_home_dto_create_home_dto_createhomedto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61307,9 +62341,9 @@ "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" + "target": "backend_src_home_home_service_homeservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61319,9 +62353,9 @@ "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" + "target": "backend_src_home_home_service_homeservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61331,9 +62365,9 @@ "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" + "target": "backend_src_home_home_controller_homecontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61343,9 +62377,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61355,9 +62389,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61367,9 +62401,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61379,9 +62413,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61391,9 +62425,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61403,9 +62437,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61415,9 +62449,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61427,9 +62461,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61439,9 +62473,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61451,9 +62485,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_main", - "target": "backend_src_app_module_appmodule" + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61463,9 +62497,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61475,9 +62509,9 @@ "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" + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61487,9 +62521,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_main", - "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor" + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61499,9 +62533,9 @@ "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" + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61511,9 +62545,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61523,9 +62557,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61535,9 +62569,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61547,9 +62581,9 @@ "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" + "target": "backend_src_orders_orders_controller_orderscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61559,9 +62593,9 @@ "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" + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61571,9 +62605,9 @@ "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" + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61583,9 +62617,9 @@ "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" + "target": "backend_src_orders_orders_controller_orderscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61595,9 +62629,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_common_services_sms_service_smsservice" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61607,9 +62641,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61619,9 +62653,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_common_dto_pagination_dto_paginationdto" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61631,9 +62665,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_orders_dto_create_order_dto_createorderdto" + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61643,9 +62677,9 @@ "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" + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61655,9 +62689,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61667,9 +62701,9 @@ "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61679,9 +62713,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_payment_service_paymentservice" + "target": "backend_src_payment_payment_service_paymentservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61691,9 +62725,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_zibal_service_zibalservice" + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61703,9 +62737,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto" + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61715,9 +62749,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto" + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61727,9 +62761,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto" + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61739,9 +62773,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61751,9 +62785,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61763,9 +62797,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_common_guards_roles_guard_rolesguard" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61775,9 +62809,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_common_decorators_roles_decorator_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61787,9 +62821,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_payment_payment_controller_paymentcontroller" + "target": "backend_src_payment_payment_controller_paymentcontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61799,9 +62833,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_payment_payment_service_paymentservice" + "target": "backend_src_payment_payment_service_paymentservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61811,9 +62845,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_payment_zibal_service_zibalservice" + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61823,9 +62857,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_prisma_prisma_module_prismamodule" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61835,9 +62869,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_common_sms_module_smsmodule" + "target": "backend_src_common_sms_module_smsmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61847,9 +62881,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61859,9 +62893,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61871,9 +62905,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_payment_zibal_service_zibalservice" + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61883,9 +62917,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_common_services_sms_service_smsservice" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61895,9 +62929,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61907,9 +62941,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61919,9 +62953,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61931,9 +62965,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61943,9 +62977,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61955,9 +62989,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61967,9 +63001,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61979,9 +63013,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -61991,9 +63025,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_pets_service_petsservice" + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62003,9 +63037,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_dto_create_pet_dto_createpetdto" + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62015,9 +63049,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_dto_update_pet_dto_updatepetdto" + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62027,9 +63061,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto" + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62039,9 +63073,9 @@ "source_location": "L25", "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" + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62051,9 +63085,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62063,9 +63097,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_common_dto_pagination_dto_paginationdto" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62075,9 +63109,9 @@ "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" + "target": "backend_src_pets_pets_controller_petscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62087,9 +63121,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62099,9 +63133,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62111,9 +63145,9 @@ "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" + "target": "backend_src_pets_pets_controller_petscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62123,9 +63157,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62135,9 +63169,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62147,9 +63181,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62159,9 +63193,9 @@ "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" + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62171,9 +63205,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62183,9 +63217,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62195,9 +63229,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62207,9 +63241,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62219,9 +63253,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62231,9 +63265,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62243,9 +63277,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62255,9 +63289,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62267,9 +63301,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62279,9 +63313,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_module", - "target": "backend_src_common_services_sms_service_smsservice" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62291,9 +63325,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62303,9 +63337,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service", - "target": "backend_src_common_services_sms_service_smsservice" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62315,9 +63349,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62327,9 +63361,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62339,9 +63373,9 @@ "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" + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62351,9 +63385,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62363,9 +63397,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62375,9 +63409,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62387,9 +63421,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62399,9 +63433,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62411,9 +63445,9 @@ "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" + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62423,9 +63457,9 @@ "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" + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62435,9 +63469,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62447,9 +63481,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62459,9 +63493,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62471,9 +63505,9 @@ "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" + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62483,9 +63517,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62495,9 +63529,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62507,9 +63541,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62519,9 +63553,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_reviews_reviews_service_reviewsservice" + "target": "backend_src_reviews_reviews_service_reviewsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62531,9 +63565,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_reviews_dto_create_review_dto_createreviewdto" + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62543,9 +63577,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto" + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62555,9 +63589,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62567,9 +63601,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_common_guards_roles_guard_rolesguard" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62579,9 +63613,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_common_decorators_roles_decorator_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62591,9 +63625,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_module", - "target": "backend_src_reviews_reviews_service_reviewsservice" + "target": "backend_src_reviews_reviews_service_reviewsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62603,9 +63637,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_module", - "target": "backend_src_reviews_reviews_controller_reviewscontroller" + "target": "backend_src_reviews_reviews_controller_reviewscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62615,9 +63649,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_module", - "target": "backend_src_prisma_prisma_module_prismamodule" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62627,9 +63661,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62639,9 +63673,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service", - "target": "backend_src_reviews_dto_create_review_dto_createreviewdto" + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62651,9 +63685,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service", - "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto" + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62663,9 +63697,9 @@ "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" + "target": "backend_src_seo_seo_service_seoservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62675,9 +63709,9 @@ "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" + "target": "backend_src_seo_seo_controller_seocontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62687,9 +63721,9 @@ "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" + "target": "backend_src_seo_seo_service_seoservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62699,9 +63733,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62711,9 +63745,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62723,9 +63757,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_settings_settings_service_scientifictermdata" + "target": "backend_src_settings_settings_service_scientifictermdata", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62735,9 +63769,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_settings_settings_service_settingsservice" + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62747,9 +63781,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto" + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62759,9 +63793,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62771,9 +63805,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_common_guards_roles_guard_rolesguard" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62783,9 +63817,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_common_decorators_roles_decorator_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62795,9 +63829,9 @@ "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" + "target": "backend_src_settings_settings_controller_settingscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62807,9 +63841,9 @@ "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" + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62819,9 +63853,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62831,9 +63865,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62843,9 +63877,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62855,9 +63889,9 @@ "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" + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62867,9 +63901,9 @@ "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" + "target": "backend_src_settings_settings_controller_settingscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62879,9 +63913,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62891,9 +63925,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62903,9 +63937,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_common_services_sms_service_smslogquery" + "target": "backend_src_common_services_sms_service_smslogquery", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62915,9 +63949,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_common_services_sms_service_smsservice" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62927,9 +63961,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_settings_default_ui_texts_default_ui_texts" + "target": "backend_src_settings_default_ui_texts_default_ui_texts", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62939,9 +63973,9 @@ "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" + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62951,9 +63985,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62963,9 +63997,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62975,9 +64009,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62987,9 +64021,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -62999,9 +64033,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63011,9 +64045,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63023,9 +64057,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63035,9 +64069,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63047,9 +64081,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63059,9 +64093,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63071,9 +64105,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63083,9 +64117,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63095,9 +64129,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63107,9 +64141,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63119,9 +64153,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63131,9 +64165,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63143,9 +64177,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63155,9 +64189,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_tickets_service_ticketsservice" + "target": "backend_src_tickets_tickets_service_ticketsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63167,9 +64201,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63179,9 +64213,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63191,9 +64225,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63203,9 +64237,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto" + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63215,9 +64249,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63227,9 +64261,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_common_guards_roles_guard_rolesguard" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63239,9 +64273,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_common_decorators_roles_decorator_roles" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63251,9 +64285,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_module", - "target": "backend_src_tickets_tickets_service_ticketsservice" + "target": "backend_src_tickets_tickets_service_ticketsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63263,9 +64297,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_module", - "target": "backend_src_tickets_tickets_controller_ticketscontroller" + "target": "backend_src_tickets_tickets_controller_ticketscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63275,9 +64309,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_module", - "target": "backend_src_prisma_prisma_module_prismamodule" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63287,9 +64321,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto" + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63299,9 +64333,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63311,9 +64345,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63323,9 +64357,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63335,9 +64369,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63347,9 +64381,9 @@ "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" + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63359,9 +64393,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63371,9 +64405,9 @@ "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" + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63383,9 +64417,9 @@ "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" + "target": "backend_src_users_dto_address_dto_addressdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63395,9 +64429,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63407,9 +64441,9 @@ "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" + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63419,9 +64453,9 @@ "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" + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63431,9 +64465,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63443,9 +64477,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service", - "target": "backend_src_users_dto_update_profile_dto_updateprofiledto" + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63455,9 +64489,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63467,9 +64501,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service", - "target": "backend_src_common_utils_phone_utils_normalizemobile" + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63479,9 +64513,9 @@ "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" + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63491,9 +64525,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63503,9 +64537,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63515,9 +64549,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63527,9 +64561,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63539,9 +64573,9 @@ "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" + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63551,9 +64585,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63563,9 +64597,9 @@ "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" + "target": "backend_src_videos_videos_controller_videoscontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63575,9 +64609,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63587,9 +64621,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63599,9 +64633,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63611,9 +64645,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63623,9 +64657,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63635,9 +64669,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63647,9 +64681,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63659,9 +64693,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63671,9 +64705,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63683,9 +64717,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63695,9 +64729,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63707,9 +64741,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63719,9 +64753,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63731,9 +64765,9 @@ "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63743,9 +64777,9 @@ "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" + "target": "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63755,9 +64789,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63767,9 +64801,9 @@ "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" + "target": "backend_src_wiki_wiki_service_wikiservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63779,9 +64813,9 @@ "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" + "target": "backend_src_wiki_wiki_service_wikiservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63791,9 +64825,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_wikicontroller", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63803,9 +64837,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63815,9 +64849,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63827,9 +64861,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63839,9 +64873,9 @@ "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" + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63851,9 +64885,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63863,9 +64897,9 @@ "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" + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63875,9 +64909,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_test_app_e2e_spec", - "target": "backend_src_app_module_appmodule" + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63887,9 +64921,9 @@ "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" + "target": "frontend_admin_panel_package_json_axios", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63899,9 +64933,9 @@ "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" + "target": "frontend_admin_panel_package_json_lucide_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63911,9 +64945,9 @@ "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" + "target": "frontend_admin_panel_package_json_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63923,9 +64957,9 @@ "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" + "target": "frontend_admin_panel_package_json_react_dom", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63935,9 +64969,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_dependencies_react_hot_toast", - "target": "react_hot_toast" + "target": "react_hot_toast", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63947,9 +64981,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_dependencies_react_router_dom", - "target": "react_router_dom" + "target": "react_router_dom", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63959,9 +64993,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_dependencies_recharts", - "target": "recharts" + "target": "recharts", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63971,9 +65005,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_dependencies_tanstack_react_query", - "target": "tanstack_react_query" + "target": "tanstack_react_query", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63983,9 +65017,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_dependencies_vite", - "target": "vite" + "target": "vite", + "confidence_score": 1.0 }, { "relation": "imports", @@ -63995,9 +65029,9 @@ "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" + "target": "frontend_admin_panel_package_json_zustand", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64007,9 +65041,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_devdependencies_autoprefixer", - "target": "autoprefixer" + "target": "autoprefixer", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64019,9 +65053,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_devdependencies_eslint", - "target": "backend_package_json_eslint" + "target": "frontend_admin_panel_package_json_eslint", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64031,9 +65065,9 @@ "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" + "target": "frontend_admin_panel_package_json_eslint_js", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64043,9 +65077,9 @@ "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" + "target": "eslint_plugin_react_hooks", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64055,9 +65089,9 @@ "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" + "target": "eslint_plugin_react_refresh", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64067,9 +65101,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_devdependencies_globals", - "target": "backend_package_json_globals" + "target": "frontend_admin_panel_package_json_globals", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64079,9 +65113,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_devdependencies_postcss", - "target": "postcss" + "target": "postcss", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64091,9 +65125,9 @@ "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" + "target": "frontend_admin_panel_package_json_tailwindcss", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64103,9 +65137,9 @@ "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" + "target": "frontend_admin_panel_package_json_tailwindcss_postcss", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64115,9 +65149,9 @@ "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" + "target": "frontend_admin_panel_package_json_types_node", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64127,9 +65161,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_devdependencies_types_react", - "target": "frontend_application_package_json_types_react" + "target": "frontend_admin_panel_package_json_types_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64139,9 +65173,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_devdependencies_types_react_dom", - "target": "frontend_application_package_json_types_react_dom" + "target": "frontend_admin_panel_package_json_types_react_dom", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64151,9 +65185,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_devdependencies_typescript", - "target": "backend_package_json_typescript" + "target": "frontend_admin_panel_package_json_typescript", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64163,9 +65197,9 @@ "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" + "target": "frontend_admin_panel_package_json_typescript_eslint", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64175,9 +65209,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", - "target": "frontend_application_package_json_vitejs_plugin_react" + "target": "frontend_admin_panel_package_json_vitejs_plugin_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64187,9 +65221,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_router", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64199,9 +65233,9 @@ "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" + "target": "frontend_admin_panel_src_components_sidebar_sidebar", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64211,9 +65245,9 @@ "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" + "target": "frontend_admin_panel_src_components_topbar_topbar", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64223,9 +65257,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64235,9 +65269,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64247,9 +65281,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_adminuser", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64259,9 +65293,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64271,9 +65305,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64283,9 +65317,21 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_sidebar", - "target": "frontend_admin_panel_src_services_api_api" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64295,9 +65341,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64307,9 +65353,57 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64319,9 +65413,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_mediaselector", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64331,9 +65425,9 @@ "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" + "target": "frontend_admin_panel_src_app_app", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64343,9 +65437,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64355,9 +65449,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64367,9 +65461,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_b2binquiry", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64379,9 +65473,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_partneraccount", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64391,9 +65485,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64403,9 +65497,45 @@ "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" + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64415,9 +65545,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_banner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64427,9 +65557,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64439,9 +65569,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64451,9 +65581,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64463,9 +65593,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64475,9 +65605,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64487,9 +65617,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64499,9 +65629,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64511,9 +65641,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64523,9 +65653,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64535,9 +65665,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64547,9 +65677,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64559,9 +65689,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64571,9 +65701,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64583,9 +65713,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64595,9 +65725,57 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64607,9 +65785,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64619,9 +65797,33 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64631,9 +65833,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_financialsettingspage", - "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64643,9 +65845,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_financialsettingspage", - "target": "frontend_admin_panel_src_types_admin_financialsettings" + "target": "frontend_admin_panel_src_types_admin_financialsettings", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64655,9 +65857,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64667,9 +65869,45 @@ "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" + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64679,9 +65917,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_ingredient", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64691,9 +65929,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64703,9 +65941,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64715,9 +65953,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64727,9 +65965,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64739,9 +65977,57 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64751,9 +66037,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_media", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64763,9 +66049,45 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_services_api_api" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64775,9 +66097,57 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64787,9 +66157,33 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64799,9 +66193,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_prescriptionsmanager", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64811,9 +66205,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_prescriptionsmanager", - "target": "frontend_admin_panel_src_components_ui_badge_badge" + "target": "frontend_admin_panel_src_components_ui_badge_badge", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64823,9 +66217,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_prescriptionsmanager", - "target": "frontend_admin_panel_src_types_admin_prescription" + "target": "frontend_admin_panel_src_types_admin_prescription", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64835,9 +66229,69 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64847,9 +66301,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_products", - "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64859,9 +66313,21 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64871,9 +66337,21 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_reviews", - "target": "frontend_admin_panel_src_services_api_api" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64883,9 +66361,33 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64895,9 +66397,33 @@ "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" + "target": "frontend_admin_panel_src_types_admin_seosettings", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64907,9 +66433,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_settings", - "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64919,9 +66445,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64931,9 +66457,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64943,9 +66469,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64955,9 +66481,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64967,9 +66493,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64979,9 +66505,21 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_smssettingspage", - "target": "frontend_admin_panel_src_services_api_api" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -64991,9 +66529,21 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_sslsettingspage", - "target": "frontend_admin_panel_src_services_api_api" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65003,9 +66553,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65015,9 +66565,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65027,9 +66577,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_systemsettings", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65039,9 +66589,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65051,9 +66601,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65063,9 +66613,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65075,9 +66625,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65087,9 +66637,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65099,9 +66649,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_testimonial", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65111,9 +66661,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_tickets", - "target": "frontend_admin_panel_src_services_api_api" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65123,9 +66673,33 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_services_api_api" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65135,9 +66709,33 @@ "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_base_domain" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65147,9 +66745,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_uitexts", - "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch" + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65159,9 +66757,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_uitexts", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65171,9 +66769,45 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_services_api_api" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65183,9 +66817,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_types_admin_petsummary" + "target": "frontend_admin_panel_src_types_admin_petsummary", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65195,9 +66829,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_types_admin_useraddress" + "target": "frontend_admin_panel_src_types_admin_useraddress", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65207,9 +66841,21 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65219,9 +66865,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65231,9 +66877,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65243,9 +66889,69 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_layout_layout", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65255,9 +66961,9 @@ "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" + "target": "frontend_admin_panel_src_pages_login_login", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65267,9 +66973,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65279,9 +66985,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65291,9 +66997,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65303,9 +67009,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_adminuser", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65315,9 +67021,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_authstate", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65327,9 +67033,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_blog_page", - "target": "frontend_application_components_blogpage_blogpage" + "target": "frontend_application_components_blogpage_blogpage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65339,9 +67045,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_catalogclient", - "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog" + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65351,9 +67057,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_catalogclient", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65363,9 +67069,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_catalogclient", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65375,9 +67081,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_catalogclient", - "target": "frontend_application_lib_data_products_products" + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65387,9 +67093,9 @@ "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" + "target": "frontend_application_app_catalog_catalogclient_catalogclient", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65399,9 +67105,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_checkout_page", - "target": "frontend_application_components_checkoutpage_checkoutpage" + "target": "frontend_application_components_checkoutpage_checkoutpage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65411,9 +67117,21 @@ "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" + "target": "frontend_application_components_ordersuccess_ordersuccess", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_cartdrawer_cartdrawer", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65423,9 +67141,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_loginmodal_loginmodal" + "target": "frontend_application_components_loginmodal_loginmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65435,9 +67153,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_authmodal_authmodal" + "target": "frontend_application_components_authmodal_authmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65447,9 +67165,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_b2bportal_b2bportal" + "target": "frontend_application_components_b2bportal_b2bportal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65459,9 +67177,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65471,9 +67189,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65483,9 +67201,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_lib_store_uistore_useuistore" + "target": "frontend_application_lib_store_uistore_useuistore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65495,9 +67213,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_maintenancepage_maintenancepage" + "target": "frontend_application_components_maintenancepage_maintenancepage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65507,9 +67225,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_lib_types_navigationtarget" + "target": "frontend_application_lib_types_navigationtarget", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65519,9 +67237,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_header_header" + "target": "frontend_application_components_header_header", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65531,9 +67249,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_footer_footer" + "target": "frontend_application_components_footer_footer", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65543,9 +67261,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_networkbanner_networkbanner" + "target": "frontend_application_components_networkbanner_networkbanner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65555,9 +67273,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_contact_page", - "target": "frontend_application_components_contactformclient_contactformclient" + "target": "frontend_application_components_contactformclient_contactformclient", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65567,9 +67285,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_dashboard_page", - "target": "frontend_application_components_userdashboard_userdashboard" + "target": "frontend_application_components_userdashboard_userdashboard", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65579,9 +67297,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_error", - "target": "frontend_application_components_errorpages_servererrorpage" + "target": "frontend_application_components_errorpages_servererrorpage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65591,9 +67309,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65603,9 +67321,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65615,9 +67333,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65627,9 +67345,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_types_banner" + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65639,9 +67357,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_types_homeapiresponse" + "target": "frontend_application_lib_types_homeapiresponse", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65651,9 +67369,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_types_smartadvisorrule" + "target": "frontend_application_lib_types_smartadvisorrule", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65663,9 +67381,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_types_testimonial" + "target": "frontend_application_lib_types_testimonial", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65675,9 +67393,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_hero_hero" + "target": "frontend_application_components_hero_hero", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65687,9 +67405,21 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_smartadvisor_smartadvisor" + "target": "frontend_application_components_smartadvisor_smartadvisor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_featuredproducts_featuredproducts", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65699,9 +67429,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_vetgallery_vetgallery" + "target": "frontend_application_components_vetgallery_vetgallery", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65711,9 +67441,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_bannerplacement_bannerplacement" + "target": "frontend_application_components_bannerplacement_bannerplacement", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65723,9 +67453,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_layout", - "target": "frontend_application_app_clientlayout_clientlayout" + "target": "frontend_application_app_clientlayout_clientlayout", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65735,9 +67465,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_loading", - "target": "frontend_application_components_skeleton_skeleton" + "target": "frontend_application_components_skeleton_skeleton", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65747,9 +67477,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_not_found", - "target": "frontend_application_components_errorpages_notfoundpage" + "target": "frontend_application_components_errorpages_notfoundpage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65759,9 +67489,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_page", - "target": "frontend_application_app_homeclient_homeclient" + "target": "frontend_application_app_homeclient_homeclient", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65771,9 +67501,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_page", - "target": "frontend_application_lib_types_homeapiresponse" + "target": "frontend_application_lib_types_homeapiresponse", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65783,9 +67513,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65795,9 +67525,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65807,9 +67537,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65819,9 +67549,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65831,9 +67561,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65843,9 +67573,21 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_profile_page", - "target": "frontend_application_components_petprofile_petprofile" + "target": "frontend_application_components_petprofile_petprofile", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_search_page", + "target": "frontend_application_components_searchresultspage_searchresultspage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65855,9 +67597,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_shop_page", - "target": "frontend_application_components_archivepage_archivepage" + "target": "frontend_application_components_archivepage_archivepage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65867,9 +67609,9 @@ "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" + "target": "frontend_application_components_productpage_productpage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65879,9 +67621,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65891,9 +67633,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_sitemap", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65903,9 +67645,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_sitemap", - "target": "frontend_application_lib_data_products_products" + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65915,9 +67657,21 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_track_page", - "target": "frontend_application_components_ordertracking_ordertracking" + "target": "frontend_application_components_ordertracking_ordertracking", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_components_enamadbadge_enamadbadge", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65927,9 +67681,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_videos_page", - "target": "frontend_application_components_videospage_videospage" + "target": "frontend_application_components_videospage_videospage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65939,9 +67693,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_wiki_page", - "target": "frontend_application_components_ingredientwiki_ingredientwiki" + "target": "frontend_application_components_ingredientwiki_ingredientwiki", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65951,9 +67705,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65963,9 +67717,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_lib_store_userstore_address" + "target": "frontend_application_lib_store_userstore_address", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65975,9 +67729,9 @@ "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" + "target": "frontend_application_lib_data_provinces_iran_provinces", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65987,9 +67741,9 @@ "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" + "target": "frontend_application_lib_data_provinces_province_cities", + "confidence_score": 1.0 }, { "relation": "imports", @@ -65999,9 +67753,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_components_searchableselect_searchableselect" + "target": "frontend_application_components_searchableselect_searchableselect", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66011,9 +67765,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66023,9 +67777,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66035,9 +67789,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66047,9 +67801,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66059,9 +67813,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_bannerplacement_bannerplacement" + "target": "frontend_application_components_bannerplacement_bannerplacement", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66071,9 +67825,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_types_banner" + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66083,9 +67837,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_data_products_pettype" + "target": "frontend_application_lib_data_products_pettype", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66095,9 +67849,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66107,9 +67861,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66119,9 +67873,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66131,9 +67885,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_skeleton_productcardskeleton" + "target": "frontend_application_components_skeleton_productcardskeleton", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66143,9 +67897,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66155,9 +67909,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66167,9 +67921,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_services_authservice_authservice" + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66179,9 +67933,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_utils_toenglishdigits" + "target": "frontend_application_lib_utils_toenglishdigits", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66191,9 +67945,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66203,9 +67957,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66215,9 +67969,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66227,9 +67981,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66239,9 +67993,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66251,9 +68005,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66263,9 +68017,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66275,9 +68029,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66287,9 +68041,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_backbutton", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66299,9 +68053,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_bannerplacement", - "target": "frontend_application_lib_types_banner" + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66311,9 +68065,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_blogpage", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66323,9 +68077,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_blogpage", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66335,9 +68089,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_brandlogo", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66347,9 +68101,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66359,9 +68113,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_components_authmodal_authmodal" + "target": "frontend_application_components_authmodal_authmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66371,9 +68125,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66383,9 +68137,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66395,9 +68149,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66407,9 +68161,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66419,9 +68173,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66431,9 +68185,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66443,9 +68197,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66455,9 +68209,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog", - "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespread" + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66467,9 +68221,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog", - "target": "frontend_application_components_catalog_catalogpagespread_categorymeta" + "target": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66479,9 +68233,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66491,9 +68245,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_productdetailmodal", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66503,9 +68257,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_productdetailmodal", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66515,9 +68269,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66527,9 +68281,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66539,9 +68293,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_data_products_products" + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66551,9 +68305,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66563,9 +68317,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66575,9 +68329,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66587,9 +68341,45 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_topupmodal_topupmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_addressmodal_addressmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_searchableselect_searchableselect", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66599,9 +68389,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_data_provinces_iran_provinces" + "target": "frontend_application_lib_data_provinces_iran_provinces", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66611,9 +68401,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_data_provinces_province_cities" + "target": "frontend_application_lib_data_provinces_province_cities", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66623,9 +68413,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66635,9 +68425,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_contactformclient", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66647,9 +68437,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_enamadbadge", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66659,9 +68449,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66671,9 +68461,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66683,9 +68473,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66695,9 +68485,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66707,9 +68497,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66719,9 +68509,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66731,9 +68521,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_components_skeleton_productcardskeleton" + "target": "frontend_application_components_skeleton_productcardskeleton", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66743,9 +68533,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_footer", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66755,9 +68545,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_footer", - "target": "frontend_application_components_brandlogo_brandlogo" + "target": "frontend_application_components_brandlogo_brandlogo", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66767,9 +68557,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_footer", - "target": "frontend_application_lib_types_navigationtarget" + "target": "frontend_application_lib_types_navigationtarget", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66779,9 +68569,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66791,9 +68581,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_authmodal_authmodal" + "target": "frontend_application_components_authmodal_authmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66803,9 +68593,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal" + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66815,9 +68605,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_tickerbanner_tickerbanner" + "target": "frontend_application_components_tickerbanner_tickerbanner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66827,9 +68617,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_brandlogo_brandlogo" + "target": "frontend_application_components_brandlogo_brandlogo", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66839,9 +68629,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66851,9 +68641,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66863,9 +68653,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_types_navigationtarget" + "target": "frontend_application_lib_types_navigationtarget", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66875,9 +68665,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66887,9 +68677,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66899,9 +68689,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66911,9 +68701,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_headerbutton", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66923,9 +68713,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_headerbutton", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66935,9 +68725,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_hero", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66947,9 +68737,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_hero", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66959,9 +68749,21 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_hero", - "target": "frontend_application_lib_types_banner" + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66971,9 +68773,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_types_ingredient" + "target": "frontend_application_lib_types_ingredient", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66983,9 +68785,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_data_products_ingredientinfo" + "target": "frontend_application_lib_data_products_ingredientinfo", + "confidence_score": 1.0 }, { "relation": "imports", @@ -66995,9 +68797,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_data_products_ingredients_wiki" + "target": "frontend_application_lib_data_products_ingredients_wiki", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67007,9 +68809,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67019,9 +68821,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_data_products_products" + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67031,9 +68833,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67043,9 +68845,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_loginmodal", - "target": "frontend_application_lib_services_authservice_authservice" + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67055,9 +68857,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_loginmodal", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67067,9 +68869,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_loginmodal", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67079,9 +68881,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_maintenancepage", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67091,9 +68893,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_maintenancepage", - "target": "frontend_application_components_brandlogo_brandlogo" + "target": "frontend_application_components_brandlogo_brandlogo", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67103,9 +68905,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_networkbanner", - "target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus" + "target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67115,9 +68917,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_orderdetailsmodal", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67127,9 +68929,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_orderdetailsmodal", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67139,9 +68941,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ordersuccess", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67151,9 +68953,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ordersuccess", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67163,9 +68965,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ordertracking", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67175,9 +68977,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_store_usepetstore_healthlog" + "target": "frontend_application_lib_store_usepetstore_healthlog", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67187,9 +68989,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_store_usepetstore_petprofile" + "target": "frontend_application_lib_store_usepetstore_petprofile", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67199,9 +69001,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_store_usepetstore_reminder" + "target": "frontend_application_lib_store_usepetstore_reminder", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67211,9 +69013,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67223,9 +69025,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67235,9 +69037,45 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_smartadvisor_smartadvisor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67247,9 +69085,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67259,9 +69097,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67271,9 +69109,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67283,9 +69121,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_services_api_base_domain" + "target": "frontend_application_lib_services_api_base_domain", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67295,9 +69133,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67307,9 +69145,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_components_skeleton_petprofileskeleton" + "target": "frontend_application_components_skeleton_petprofileskeleton", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67319,9 +69157,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_prescriptionuploadmodal", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67331,9 +69169,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_prescriptionuploadmodal", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67343,9 +69181,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67355,9 +69193,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67367,9 +69205,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67379,9 +69217,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_data_scientificterms_scientific_terms" + "target": "frontend_application_lib_data_scientificterms_scientific_terms", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67391,9 +69229,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67403,9 +69241,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67415,9 +69253,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67427,9 +69265,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67439,9 +69277,9 @@ "source_location": "L51", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_types_dosageconfig" + "target": "frontend_application_lib_types_dosageconfig", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67451,9 +69289,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_tooltip_tooltip" + "target": "frontend_application_components_tooltip_tooltip", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67463,9 +69301,9 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67475,9 +69313,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_productreviews_productreviews" + "target": "frontend_application_components_productreviews_productreviews", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67487,9 +69325,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productreviews", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67499,9 +69337,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productreviews", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67511,9 +69349,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_safeimage", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67523,9 +69361,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchableselect", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67535,9 +69373,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchresultspage", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67547,9 +69385,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchresultspage", - "target": "frontend_application_lib_data_products_product" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67559,9 +69397,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchresultspage", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67571,9 +69409,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67583,9 +69421,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_data_products_products" + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67595,9 +69433,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67607,9 +69445,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67619,9 +69457,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_store_uistore_useuistore" + "target": "frontend_application_lib_store_uistore_useuistore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67631,9 +69469,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67643,9 +69481,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67655,9 +69493,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67667,9 +69505,9 @@ "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" + "target": "frontend_application_components_cartdrawer_cartdrawer", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67679,9 +69517,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67691,9 +69529,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67703,9 +69541,9 @@ "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" + "target": "frontend_application_components_featuredproducts_featuredproducts", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67715,9 +69553,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67727,9 +69565,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67739,9 +69577,9 @@ "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" + "target": "frontend_application_components_footer_footer", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67751,9 +69589,9 @@ "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" + "target": "frontend_application_components_header_header", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67763,9 +69601,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67775,9 +69613,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67787,9 +69625,9 @@ "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" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67799,9 +69637,9 @@ "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" + "target": "frontend_application_components_hero_hero", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67811,9 +69649,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67823,9 +69661,9 @@ "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" + "target": "frontend_application_components_tooltip_tooltip", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67835,9 +69673,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67847,9 +69685,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tickerbanner", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67859,9 +69697,9 @@ "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" + "target": "frontend_application_lib_data_scientificterms_scientific_terms", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67871,9 +69709,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tooltip", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67883,9 +69721,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67895,9 +69733,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67907,9 +69745,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67919,9 +69757,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67931,9 +69769,57 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_addressmodal_addressmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_topupmodal_topupmodal", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67943,9 +69829,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_services_ticketservice_ticket" + "target": "frontend_application_lib_services_ticketservice_ticket", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67955,9 +69841,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_services_ticketservice_ticketmessage" + "target": "frontend_application_lib_services_ticketservice_ticketmessage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67967,9 +69853,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_services_ticketservice_ticketservice" + "target": "frontend_application_lib_services_ticketservice_ticketservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67979,9 +69865,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -67991,9 +69877,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_petprofile_petprofile" + "target": "frontend_application_components_petprofile_petprofile", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68003,9 +69889,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68015,9 +69901,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_services_api_base_domain" + "target": "frontend_application_lib_services_api_base_domain", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68027,9 +69913,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_skeleton_orderrowskeleton" + "target": "frontend_application_components_skeleton_orderrowskeleton", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68039,9 +69925,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_userstore_address" + "target": "frontend_application_lib_store_userstore_address", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68051,9 +69937,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68063,9 +69949,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_cartstore_usecartstore" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68075,9 +69961,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68087,9 +69973,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68099,9 +69985,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_utils_toenglishdigits" + "target": "frontend_application_lib_utils_toenglishdigits", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68111,9 +69997,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68123,9 +70009,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68135,9 +70021,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68147,9 +70033,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_lib_services_videoservice_video" + "target": "frontend_application_lib_services_videoservice_video", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68159,9 +70045,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_lib_services_videoservice_videoservice" + "target": "frontend_application_lib_services_videoservice_videoservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68171,9 +70057,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_videospage", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68183,9 +70069,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_videospage", - "target": "frontend_application_lib_services_videoservice_video" + "target": "frontend_application_lib_services_videoservice_video", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68195,9 +70081,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_videospage", - "target": "frontend_application_lib_services_videoservice_videoservice" + "target": "frontend_application_lib_services_videoservice_videoservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68207,9 +70093,9 @@ "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" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68219,9 +70105,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68231,9 +70117,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68243,9 +70129,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68255,9 +70141,9 @@ "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" + "target": "frontend_application_lib_data_products_pettype", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68267,9 +70153,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68279,9 +70165,9 @@ "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" + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68291,9 +70177,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_ticketservice", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68303,9 +70189,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68315,9 +70201,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68327,9 +70213,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68339,9 +70225,21 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_settingsstore", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68351,9 +70249,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68363,9 +70261,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68375,9 +70273,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68387,9 +70285,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68399,9 +70297,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68411,9 +70309,9 @@ "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" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68423,9 +70321,9 @@ "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" + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68435,9 +70333,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68447,9 +70345,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68459,9 +70357,9 @@ "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" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68471,9 +70369,9 @@ "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" + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68483,9 +70381,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_userstore", - "target": "frontend_application_lib_services_authservice_user" + "target": "frontend_application_lib_services_authservice_user", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68495,9 +70393,9 @@ "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" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68507,9 +70405,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68519,9 +70417,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies_axios", - "target": "frontend_application_package_json_axios" + "target": "frontend_application_package_json_axios", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68531,9 +70429,9 @@ "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" + "target": "frontend_application_package_json_lucide_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68543,9 +70441,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies_motion", - "target": "motion" + "target": "motion", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68555,9 +70453,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies_next", - "target": "next" + "target": "next", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68567,9 +70465,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies_react", - "target": "frontend_application_package_json_react" + "target": "frontend_application_package_json_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68579,9 +70477,9 @@ "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" + "target": "frontend_application_package_json_react_dom", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68591,9 +70489,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies_sonner", - "target": "sonner" + "target": "sonner", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68603,9 +70501,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies_zustand", - "target": "frontend_admin_panel_package_json_zustand" + "target": "frontend_application_package_json_zustand", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68615,9 +70513,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_eslint", - "target": "backend_package_json_eslint" + "target": "frontend_application_package_json_eslint", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68627,9 +70525,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_eslint_config_next", - "target": "eslint_config_next" + "target": "eslint_config_next", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68639,9 +70537,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_jsdom", - "target": "jsdom" + "target": "jsdom", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68651,9 +70549,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_tailwindcss", - "target": "frontend_admin_panel_package_json_tailwindcss" + "target": "frontend_application_package_json_tailwindcss", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68663,9 +70561,9 @@ "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" + "target": "frontend_application_package_json_tailwindcss_postcss", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68675,9 +70573,9 @@ "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" + "target": "testing_library_jest_dom", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68687,9 +70585,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_testing_library_react", - "target": "testing_library_react" + "target": "testing_library_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68699,9 +70597,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_types_node", - "target": "backend_package_json_types_node" + "target": "frontend_application_package_json_types_node", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68711,9 +70609,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_types_react", - "target": "frontend_application_package_json_types_react" + "target": "frontend_application_package_json_types_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68723,9 +70621,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_types_react_dom", - "target": "frontend_application_package_json_types_react_dom" + "target": "frontend_application_package_json_types_react_dom", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68735,9 +70633,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_typescript", - "target": "backend_package_json_typescript" + "target": "frontend_application_package_json_typescript", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68747,9 +70645,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_vitejs_plugin_react", - "target": "frontend_application_package_json_vitejs_plugin_react" + "target": "frontend_application_package_json_vitejs_plugin_react", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68759,9 +70657,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies_vitest", - "target": "vitest" + "target": "vitest", + "confidence_score": 1.0 }, { "relation": "imports", @@ -68771,9 +70669,9 @@ "weight": 1.0, "context": "import", "_origin": "ast", - "confidence_score": 1.0, "source": "package_devdependencies_concurrently", - "target": "concurrently" + "target": "concurrently", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68783,9 +70681,9 @@ "source_location": "L471", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_main", - "target": "backend_prisma_seed_products" + "target": "backend_prisma_seed_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68795,9 +70693,9 @@ "source_location": "L482", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_main", - "target": "backend_prisma_seed_home" + "target": "backend_prisma_seed_home", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68807,9 +70705,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, - "source": "backend_scripts_generate_openapi", - "target": "backend_src_app_module" + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_src_app_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68819,9 +70717,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", - "target": "backend_src_app_module" + "target": "backend_src_app_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68831,9 +70729,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller", - "target": "backend_src_admin_admin_service" + "target": "backend_src_admin_admin_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68843,9 +70741,9 @@ "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" + "target": "backend_src_admin_dto_admin_query_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68855,9 +70753,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68867,9 +70765,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller", - "target": "backend_src_admin_dto_user_dto" + "target": "backend_src_admin_dto_user_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68879,9 +70777,9 @@ "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" + "target": "backend_src_admin_admin_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68891,9 +70789,9 @@ "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" + "target": "backend_src_admin_admin_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68903,9 +70801,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_blogs_controller" + "target": "backend_src_admin_blogs_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68915,9 +70813,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_blogs_service" + "target": "backend_src_admin_blogs_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68927,9 +70825,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_wiki_controller" + "target": "backend_src_admin_wiki_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68939,9 +70837,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_wiki_service" + "target": "backend_src_admin_wiki_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68951,9 +70849,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_pets_controller" + "target": "backend_src_admin_pets_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68963,9 +70861,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_pets_service" + "target": "backend_src_admin_pets_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68975,9 +70873,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_ssl_controller" + "target": "backend_src_admin_ssl_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68987,9 +70885,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_ssl_service" + "target": "backend_src_admin_ssl_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -68999,9 +70897,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69011,9 +70909,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_redis_redis_module" + "target": "backend_src_redis_redis_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69023,9 +70921,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_admin_controller" + "target": "backend_src_admin_admin_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69035,9 +70933,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_admin_service" + "target": "backend_src_admin_admin_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69047,9 +70945,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_reports_controller" + "target": "backend_src_admin_reports_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69059,9 +70957,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_reports_service" + "target": "backend_src_admin_reports_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69071,9 +70969,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_media_controller" + "target": "backend_src_admin_media_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69083,9 +70981,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_media_service" + "target": "backend_src_admin_media_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69095,9 +70993,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_categories_controller" + "target": "backend_src_admin_categories_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69107,9 +71005,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_categories_service" + "target": "backend_src_admin_categories_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69119,9 +71017,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_admin_dto_user_dto" + "target": "backend_src_admin_dto_user_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69131,9 +71029,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_common_utils_phone_utils" + "target": "backend_src_common_utils_phone_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69143,9 +71041,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_settings_settings_service" + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69155,9 +71053,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69167,9 +71065,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_redis_redis_service" + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69179,9 +71077,9 @@ "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" + "target": "backend_src_admin_admin_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69191,9 +71089,9 @@ "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" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69203,9 +71101,9 @@ "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" + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69215,9 +71113,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_blogs_controller", - "target": "backend_src_admin_blogs_service" + "target": "backend_src_admin_blogs_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69227,9 +71125,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69239,9 +71137,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69251,9 +71149,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_blogs_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69263,9 +71161,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_categories_controller", - "target": "backend_src_admin_categories_service" + "target": "backend_src_admin_categories_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69275,9 +71173,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69287,9 +71185,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69299,9 +71197,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_categories_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69311,9 +71209,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69323,9 +71221,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_controller", - "target": "backend_src_admin_media_service" + "target": "backend_src_admin_media_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69335,9 +71233,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69347,9 +71245,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69359,9 +71257,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69371,9 +71269,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69383,9 +71281,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_pets_controller", - "target": "backend_src_admin_pets_service" + "target": "backend_src_admin_pets_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69395,9 +71293,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_pets_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69407,9 +71305,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_reports_controller", - "target": "backend_src_admin_reports_service" + "target": "backend_src_admin_reports_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69419,9 +71317,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69431,9 +71329,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_reports_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69443,9 +71341,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_admin_ssl_service" + "target": "backend_src_admin_ssl_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69455,9 +71353,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_auth_jwt_auth_guard" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69467,9 +71365,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_common_guards_roles_guard" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69479,9 +71377,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_common_decorators_roles_decorator" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69491,9 +71389,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_wiki_controller", - "target": "backend_src_admin_wiki_service" + "target": "backend_src_admin_wiki_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69503,9 +71401,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69515,9 +71413,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69527,9 +71425,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_wiki_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69539,9 +71437,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_controller", - "target": "backend_src_app_service" + "target": "backend_src_app_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69551,9 +71449,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_controller_spec", - "target": "backend_src_app_controller" + "target": "backend_src_app_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69563,9 +71461,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_controller_spec", - "target": "backend_src_app_service" + "target": "backend_src_app_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69575,9 +71473,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_settings_settings_module" + "target": "backend_src_settings_settings_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69587,9 +71485,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_common_metrics_controller" + "target": "backend_src_common_metrics_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69599,9 +71497,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_admin_admin_module" + "target": "backend_src_admin_admin_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69611,9 +71509,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_home_home_module" + "target": "backend_src_home_home_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69623,9 +71521,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_blogs_blogs_module" + "target": "backend_src_blogs_blogs_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69635,9 +71533,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_wiki_wiki_module" + "target": "backend_src_wiki_wiki_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69647,9 +71545,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_seo_seo_module" + "target": "backend_src_seo_seo_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69659,9 +71557,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_cms_cms_module" + "target": "backend_src_cms_cms_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69671,9 +71569,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69683,9 +71581,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_wholesale_wholesale_module" + "target": "backend_src_wholesale_wholesale_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69695,9 +71593,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_videos_videos_module" + "target": "backend_src_videos_videos_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69707,9 +71605,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_common_sms_module" + "target": "backend_src_common_sms_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69719,9 +71617,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_contact_contact_module" + "target": "backend_src_contact_contact_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69731,9 +71629,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_banners_banners_module" + "target": "backend_src_banners_banners_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69743,9 +71641,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69755,9 +71653,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_testimonials_testimonials_module" + "target": "backend_src_testimonials_testimonials_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69767,9 +71665,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_ingredients_ingredients_module" + "target": "backend_src_ingredients_ingredients_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69779,9 +71677,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_prescriptions_prescriptions_module" + "target": "backend_src_prescriptions_prescriptions_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69791,9 +71689,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_b2b_b2b_module" + "target": "backend_src_b2b_b2b_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69803,9 +71701,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_products_products_module" + "target": "backend_src_products_products_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69815,9 +71713,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_payment_payment_module" + "target": "backend_src_payment_payment_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69827,9 +71725,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_tickets_tickets_module" + "target": "backend_src_tickets_tickets_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69839,9 +71737,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_reviews_reviews_module" + "target": "backend_src_reviews_reviews_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69851,9 +71749,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_users_users_module" + "target": "backend_src_users_users_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69863,9 +71761,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_redis_redis_module" + "target": "backend_src_redis_redis_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69875,9 +71773,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_redis_redis_service" + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69887,9 +71785,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_auth_auth_module" + "target": "backend_src_auth_auth_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69899,9 +71797,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_pets_pets_module" + "target": "backend_src_pets_pets_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69911,9 +71809,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_orders_orders_module" + "target": "backend_src_orders_orders_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69923,9 +71821,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller", - "target": "backend_src_auth_dto_admin_login_dto" + "target": "backend_src_auth_dto_admin_login_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69935,9 +71833,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller", - "target": "backend_src_auth_auth_service" + "target": "backend_src_auth_auth_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69947,9 +71845,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69959,9 +71857,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69971,9 +71869,9 @@ "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" + "target": "backend_src_auth_dto_register_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69983,9 +71881,9 @@ "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" + "target": "backend_src_auth_dto_login_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -69995,9 +71893,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller", - "target": "backend_src_auth_jwt_auth_guard" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70007,9 +71905,9 @@ "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" + "target": "backend_src_auth_auth_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70019,9 +71917,9 @@ "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" + "target": "backend_src_auth_auth_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70031,9 +71929,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_module", - "target": "backend_src_auth_auth_service" + "target": "backend_src_auth_auth_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70043,9 +71941,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_module", - "target": "backend_src_auth_auth_controller" + "target": "backend_src_auth_auth_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70055,9 +71953,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_module", - "target": "backend_src_auth_jwt_strategy" + "target": "backend_src_auth_jwt_strategy", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70067,9 +71965,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_module", - "target": "backend_src_users_users_module" + "target": "backend_src_users_users_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70079,9 +71977,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_module", - "target": "backend_src_auth_auth_constants" + "target": "backend_src_auth_auth_constants", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70091,9 +71989,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service", - "target": "backend_src_common_utils_phone_utils" + "target": "backend_src_common_utils_phone_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70103,9 +72001,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70115,9 +72013,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service", - "target": "backend_src_redis_redis_service" + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70127,9 +72025,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70139,9 +72037,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70151,9 +72049,9 @@ "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" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70163,9 +72061,9 @@ "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" + "target": "backend_src_auth_auth_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70175,9 +72073,9 @@ "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" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70187,9 +72085,9 @@ "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" + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70199,9 +72097,9 @@ "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" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70211,9 +72109,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_jwt_strategy", - "target": "backend_src_users_users_service" + "target": "backend_src_users_users_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70223,9 +72121,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_jwt_strategy", - "target": "backend_src_auth_auth_constants" + "target": "backend_src_auth_auth_constants", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70235,9 +72133,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_b2b_b2b_controller", - "target": "backend_src_b2b_b2b_service" + "target": "backend_src_b2b_b2b_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70247,9 +72145,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70259,9 +72157,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_b2b_b2b_controller", - "target": "backend_src_auth_roles_guard" + "target": "backend_src_auth_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70271,9 +72169,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_b2b_b2b_controller", - "target": "backend_src_auth_roles_decorator" + "target": "backend_src_auth_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70283,9 +72181,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_b2b_b2b_module", - "target": "backend_src_b2b_b2b_controller" + "target": "backend_src_b2b_b2b_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70295,9 +72193,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_b2b_b2b_module", - "target": "backend_src_b2b_b2b_service" + "target": "backend_src_b2b_b2b_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70307,9 +72205,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_b2b_b2b_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70319,9 +72217,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_b2b_b2b_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70331,9 +72229,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_banners_banners_controller", - "target": "backend_src_banners_banners_service" + "target": "backend_src_banners_banners_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70343,9 +72241,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70355,9 +72253,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70367,9 +72265,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70379,9 +72277,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_banners_banners_module", - "target": "backend_src_banners_banners_controller" + "target": "backend_src_banners_banners_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70391,9 +72289,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_banners_banners_module", - "target": "backend_src_banners_banners_service" + "target": "backend_src_banners_banners_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70403,9 +72301,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_banners_banners_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70415,9 +72313,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_banners_banners_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70427,9 +72325,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70439,9 +72337,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_blogs_blogs_controller", - "target": "backend_src_blogs_blogs_service" + "target": "backend_src_blogs_blogs_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70451,9 +72349,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_blogs_blogs_module", - "target": "backend_src_blogs_blogs_service" + "target": "backend_src_blogs_blogs_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70463,9 +72361,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_blogs_blogs_module", - "target": "backend_src_blogs_blogs_controller" + "target": "backend_src_blogs_blogs_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70475,9 +72373,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_blogs_blogs_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70487,9 +72385,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70499,9 +72397,9 @@ "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" + "target": "backend_src_blogs_dto_create_blog_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70511,9 +72409,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_cms_cms_controller", - "target": "backend_src_cms_cms_service" + "target": "backend_src_cms_cms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70523,9 +72421,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70535,9 +72433,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70547,9 +72445,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_cms_cms_controller", - "target": "backend_src_auth_roles_guard" + "target": "backend_src_auth_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70559,9 +72457,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_cms_cms_controller", - "target": "backend_src_auth_roles_decorator" + "target": "backend_src_auth_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70571,9 +72469,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_cms_cms_module", - "target": "backend_src_cms_cms_controller" + "target": "backend_src_cms_cms_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70583,9 +72481,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_cms_cms_module", - "target": "backend_src_cms_cms_service" + "target": "backend_src_cms_cms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70595,9 +72493,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_cms_cms_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70607,9 +72505,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_cms_cms_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70619,9 +72517,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70631,9 +72529,9 @@ "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" + "target": "backend_src_common_schemas_error_response_schema", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70643,9 +72541,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70655,9 +72553,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70667,9 +72565,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70679,9 +72577,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70691,9 +72589,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_metrics_controller", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70703,9 +72601,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70715,9 +72613,9 @@ "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" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70727,9 +72625,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_contact_contact_controller", - "target": "backend_src_contact_contact_service" + "target": "backend_src_contact_contact_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70739,9 +72637,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70751,9 +72649,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_contact_contact_controller", - "target": "backend_src_auth_roles_guard" + "target": "backend_src_auth_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70763,9 +72661,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_contact_contact_controller", - "target": "backend_src_auth_roles_decorator" + "target": "backend_src_auth_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70775,9 +72673,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_contact_contact_module", - "target": "backend_src_contact_contact_controller" + "target": "backend_src_contact_contact_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70787,9 +72685,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_contact_contact_module", - "target": "backend_src_contact_contact_service" + "target": "backend_src_contact_contact_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70799,9 +72697,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_contact_contact_module", - "target": "backend_src_common_sms_module" + "target": "backend_src_common_sms_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70811,9 +72709,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_contact_contact_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70823,9 +72721,9 @@ "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" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70835,9 +72733,9 @@ "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" + "target": "backend_src_home_dto_create_home_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70847,9 +72745,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_home_home_controller", - "target": "backend_src_home_home_service" + "target": "backend_src_home_home_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70859,9 +72757,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_home_home_module", - "target": "backend_src_home_home_service" + "target": "backend_src_home_home_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70871,9 +72769,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_home_home_module", - "target": "backend_src_home_home_controller" + "target": "backend_src_home_home_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70883,9 +72781,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_home_home_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70895,9 +72793,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_ingredients_ingredients_controller", - "target": "backend_src_ingredients_ingredients_service" + "target": "backend_src_ingredients_ingredients_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70907,9 +72805,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70919,9 +72817,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70931,9 +72829,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70943,9 +72841,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_ingredients_ingredients_module", - "target": "backend_src_ingredients_ingredients_controller" + "target": "backend_src_ingredients_ingredients_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70955,9 +72853,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_ingredients_ingredients_module", - "target": "backend_src_ingredients_ingredients_service" + "target": "backend_src_ingredients_ingredients_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70967,9 +72865,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_ingredients_ingredients_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70979,9 +72877,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_ingredients_ingredients_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -70991,9 +72889,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_main", - "target": "backend_src_app_module" + "target": "backend_src_app_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71003,9 +72901,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_main", - "target": "backend_src_common_filters_http_exception_filter" + "target": "backend_src_common_filters_http_exception_filter", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71015,9 +72913,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_main", - "target": "backend_src_common_filters_prisma_exception_filter" + "target": "backend_src_common_filters_prisma_exception_filter", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71027,9 +72925,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_main", - "target": "backend_src_common_interceptors_decimal_interceptor" + "target": "backend_src_common_interceptors_decimal_interceptor", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71039,9 +72937,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller", - "target": "backend_src_orders_orders_service" + "target": "backend_src_orders_orders_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71051,9 +72949,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71063,9 +72961,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71075,9 +72973,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71087,9 +72985,9 @@ "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" + "target": "backend_src_orders_orders_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71099,9 +72997,9 @@ "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" + "target": "backend_src_orders_orders_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71111,9 +73009,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_module", - "target": "backend_src_orders_orders_service" + "target": "backend_src_orders_orders_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71123,9 +73021,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_module", - "target": "backend_src_orders_orders_controller" + "target": "backend_src_orders_orders_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71135,9 +73033,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_common_services_sms_service" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71147,9 +73045,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71159,9 +73057,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_common_dto_pagination_dto" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71171,9 +73069,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_orders_dto_create_order_dto" + "target": "backend_src_orders_dto_create_order_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71183,9 +73081,9 @@ "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" + "target": "backend_src_orders_orders_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71195,9 +73093,9 @@ "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" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71207,9 +73105,9 @@ "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" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71219,9 +73117,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_payment_service" + "target": "backend_src_payment_payment_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71231,9 +73129,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_zibal_service" + "target": "backend_src_payment_zibal_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71243,9 +73141,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_initiate_payment_dto" + "target": "backend_src_payment_dto_initiate_payment_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71255,9 +73153,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_verify_payment_dto" + "target": "backend_src_payment_dto_verify_payment_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71267,9 +73165,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_admin_transaction_filter_dto" + "target": "backend_src_payment_dto_admin_transaction_filter_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71279,9 +73177,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_auth_jwt_auth_guard" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71291,9 +73189,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_common_guards_roles_guard" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71303,9 +73201,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_common_decorators_roles_decorator" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71315,9 +73213,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_payment_payment_controller" + "target": "backend_src_payment_payment_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71327,9 +73225,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_payment_payment_service" + "target": "backend_src_payment_payment_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71339,9 +73237,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_payment_zibal_service" + "target": "backend_src_payment_zibal_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71351,9 +73249,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71363,9 +73261,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_common_sms_module" + "target": "backend_src_common_sms_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71375,9 +73273,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_payment_dto_admin_transaction_filter_dto" + "target": "backend_src_payment_dto_admin_transaction_filter_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71387,9 +73285,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71399,9 +73297,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_payment_zibal_service" + "target": "backend_src_payment_zibal_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71411,9 +73309,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_common_services_sms_service" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71423,9 +73321,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71435,9 +73333,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_interfaces_payment_gateway_interface" + "target": "backend_src_payment_interfaces_payment_gateway_interface", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71447,9 +73345,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71459,9 +73357,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_pets_service" + "target": "backend_src_pets_pets_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71471,9 +73369,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_dto_create_pet_dto" + "target": "backend_src_pets_dto_create_pet_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71483,9 +73381,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_dto_update_pet_dto" + "target": "backend_src_pets_dto_update_pet_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71495,9 +73393,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_dto_create_reminder_dto" + "target": "backend_src_pets_dto_create_reminder_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71507,9 +73405,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_dto_create_health_log_dto" + "target": "backend_src_pets_dto_create_health_log_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71519,9 +73417,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_auth_jwt_auth_guard" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71531,9 +73429,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_common_dto_pagination_dto" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71543,9 +73441,9 @@ "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" + "target": "backend_src_pets_pets_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71555,9 +73453,9 @@ "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" + "target": "backend_src_pets_pets_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71567,9 +73465,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_module", - "target": "backend_src_pets_pets_service" + "target": "backend_src_pets_pets_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71579,9 +73477,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_module", - "target": "backend_src_pets_pets_controller" + "target": "backend_src_pets_pets_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71591,9 +73489,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71603,9 +73501,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71615,9 +73513,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71627,9 +73525,9 @@ "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" + "target": "backend_src_pets_dto_update_pet_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71639,9 +73537,9 @@ "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" + "target": "backend_src_pets_pets_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71651,9 +73549,9 @@ "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" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71663,9 +73561,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_controller", - "target": "backend_src_prescriptions_prescriptions_service" + "target": "backend_src_prescriptions_prescriptions_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71675,9 +73573,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71687,9 +73585,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71699,9 +73597,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71711,9 +73609,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_module", - "target": "backend_src_prescriptions_prescriptions_controller" + "target": "backend_src_prescriptions_prescriptions_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71723,9 +73621,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_module", - "target": "backend_src_prescriptions_prescriptions_service" + "target": "backend_src_prescriptions_prescriptions_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71735,9 +73633,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71747,9 +73645,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_module", - "target": "backend_src_common_services_sms_service" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71759,9 +73657,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71771,9 +73669,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service", - "target": "backend_src_common_services_sms_service" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71783,9 +73681,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prisma_prisma_module", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71795,9 +73693,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71807,9 +73705,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_products_products_controller", - "target": "backend_src_products_products_service" + "target": "backend_src_products_products_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71819,9 +73717,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71831,9 +73729,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71843,9 +73741,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71855,9 +73753,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71867,9 +73765,9 @@ "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" + "target": "backend_src_products_products_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71879,9 +73777,9 @@ "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" + "target": "backend_src_products_products_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71891,9 +73789,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_products_products_module", - "target": "backend_src_products_products_service" + "target": "backend_src_products_products_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71903,9 +73801,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_products_products_module", - "target": "backend_src_products_products_controller" + "target": "backend_src_products_products_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71915,9 +73813,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_products_products_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71927,9 +73825,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71939,9 +73837,9 @@ "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" + "target": "backend_src_products_products_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71951,9 +73849,9 @@ "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" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71963,9 +73861,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_redis_redis_module", - "target": "backend_src_redis_redis_service" + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71975,9 +73873,9 @@ "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" + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71987,9 +73885,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_reviews_reviews_service" + "target": "backend_src_reviews_reviews_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -71999,9 +73897,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_reviews_dto_create_review_dto" + "target": "backend_src_reviews_dto_create_review_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72011,9 +73909,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_reviews_dto_update_review_dto" + "target": "backend_src_reviews_dto_update_review_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72023,9 +73921,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_auth_jwt_auth_guard" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72035,9 +73933,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_common_guards_roles_guard" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72047,9 +73945,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_common_decorators_roles_decorator" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72059,9 +73957,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_module", - "target": "backend_src_reviews_reviews_service" + "target": "backend_src_reviews_reviews_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72071,9 +73969,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_module", - "target": "backend_src_reviews_reviews_controller" + "target": "backend_src_reviews_reviews_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72083,9 +73981,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72095,9 +73993,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72107,9 +74005,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service", - "target": "backend_src_reviews_dto_create_review_dto" + "target": "backend_src_reviews_dto_create_review_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72119,9 +74017,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service", - "target": "backend_src_reviews_dto_update_review_dto" + "target": "backend_src_reviews_dto_update_review_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72131,9 +74029,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_seo_seo_controller", - "target": "backend_src_seo_seo_service" + "target": "backend_src_seo_seo_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72143,9 +74041,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_seo_seo_module", - "target": "backend_src_seo_seo_controller" + "target": "backend_src_seo_seo_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72155,9 +74053,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_seo_seo_module", - "target": "backend_src_seo_seo_service" + "target": "backend_src_seo_seo_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72167,9 +74065,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_seo_seo_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72179,9 +74077,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_seo_seo_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72191,9 +74089,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_settings_settings_service" + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72203,9 +74101,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_settings_dto_sms_log_query_dto" + "target": "backend_src_settings_dto_sms_log_query_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72215,9 +74113,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_auth_jwt_auth_guard" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72227,9 +74125,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_common_guards_roles_guard" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72239,9 +74137,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_common_decorators_roles_decorator" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72251,9 +74149,9 @@ "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" + "target": "backend_src_settings_settings_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72263,9 +74161,9 @@ "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" + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72275,9 +74173,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72287,9 +74185,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72299,9 +74197,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72311,9 +74209,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_module", - "target": "backend_src_settings_settings_service" + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72323,9 +74221,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_module", - "target": "backend_src_settings_settings_controller" + "target": "backend_src_settings_settings_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72335,9 +74233,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72347,9 +74245,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72359,9 +74257,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_common_services_sms_service" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72371,9 +74269,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_settings_default_ui_texts" + "target": "backend_src_settings_default_ui_texts", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72383,9 +74281,9 @@ "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" + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72395,9 +74293,9 @@ "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" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72407,9 +74305,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72419,9 +74317,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72431,9 +74329,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72443,9 +74341,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72455,9 +74353,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72467,9 +74365,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72479,9 +74377,9 @@ "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" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72491,9 +74389,9 @@ "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" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72503,9 +74401,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_testimonials_testimonials_controller", - "target": "backend_src_testimonials_testimonials_service" + "target": "backend_src_testimonials_testimonials_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72515,9 +74413,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72527,9 +74425,9 @@ "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" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72539,9 +74437,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72551,9 +74449,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_testimonials_testimonials_module", - "target": "backend_src_testimonials_testimonials_controller" + "target": "backend_src_testimonials_testimonials_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72563,9 +74461,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_testimonials_testimonials_module", - "target": "backend_src_testimonials_testimonials_service" + "target": "backend_src_testimonials_testimonials_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72575,9 +74473,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_testimonials_testimonials_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72587,9 +74485,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_testimonials_testimonials_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72599,9 +74497,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_tickets_service" + "target": "backend_src_tickets_tickets_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72611,9 +74509,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_dto_create_ticket_dto" + "target": "backend_src_tickets_dto_create_ticket_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72623,9 +74521,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_dto_ticket_query_dto" + "target": "backend_src_tickets_dto_ticket_query_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72635,9 +74533,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_auth_jwt_auth_guard" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72647,9 +74545,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_common_guards_roles_guard" + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72659,9 +74557,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_common_decorators_roles_decorator" + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72671,9 +74569,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_module", - "target": "backend_src_tickets_tickets_service" + "target": "backend_src_tickets_tickets_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72683,9 +74581,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_module", - "target": "backend_src_tickets_tickets_controller" + "target": "backend_src_tickets_tickets_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72695,9 +74593,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72707,9 +74605,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_tickets_dto_ticket_query_dto" + "target": "backend_src_tickets_dto_ticket_query_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72719,9 +74617,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72731,9 +74629,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_tickets_dto_create_ticket_dto" + "target": "backend_src_tickets_dto_create_ticket_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72743,9 +74641,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_controller", - "target": "backend_src_users_users_service" + "target": "backend_src_users_users_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72755,9 +74653,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72767,9 +74665,9 @@ "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" + "target": "backend_src_users_dto_update_profile_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72779,9 +74677,9 @@ "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" + "target": "backend_src_users_dto_address_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72791,9 +74689,9 @@ "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" + "target": "backend_src_users_users_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72803,9 +74701,9 @@ "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" + "target": "backend_src_users_users_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72815,9 +74713,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_module", - "target": "backend_src_users_users_service" + "target": "backend_src_users_users_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72827,9 +74725,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_module", - "target": "backend_src_users_users_controller" + "target": "backend_src_users_users_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72839,9 +74737,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service", - "target": "backend_src_users_dto_update_profile_dto" + "target": "backend_src_users_dto_update_profile_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72851,9 +74749,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72863,9 +74761,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service", - "target": "backend_src_common_utils_phone_utils" + "target": "backend_src_common_utils_phone_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72875,9 +74773,9 @@ "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" + "target": "backend_src_users_users_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72887,9 +74785,9 @@ "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" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72899,9 +74797,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72911,9 +74809,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_videos_videos_controller", - "target": "backend_src_videos_videos_service" + "target": "backend_src_videos_videos_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72923,9 +74821,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72935,9 +74833,9 @@ "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" + "target": "backend_src_videos_dto_get_videos_query_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72947,9 +74845,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72959,9 +74857,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_videos_videos_module", - "target": "backend_src_videos_videos_controller" + "target": "backend_src_videos_videos_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72971,9 +74869,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_videos_videos_module", - "target": "backend_src_videos_videos_service" + "target": "backend_src_videos_videos_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72983,9 +74881,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_videos_videos_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -72995,9 +74893,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73007,9 +74905,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wholesale_wholesale_controller", - "target": "backend_src_wholesale_wholesale_service" + "target": "backend_src_wholesale_wholesale_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73019,9 +74917,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73031,9 +74929,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73043,9 +74941,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wholesale_wholesale_controller", - "target": "backend_src_auth_roles_guard" + "target": "backend_src_auth_roles_guard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73055,9 +74953,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wholesale_wholesale_controller", - "target": "backend_src_auth_roles_decorator" + "target": "backend_src_auth_roles_decorator", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73067,9 +74965,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wholesale_wholesale_module", - "target": "backend_src_wholesale_wholesale_controller" + "target": "backend_src_wholesale_wholesale_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73079,9 +74977,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wholesale_wholesale_module", - "target": "backend_src_wholesale_wholesale_service" + "target": "backend_src_wholesale_wholesale_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73091,9 +74989,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wholesale_wholesale_module", - "target": "backend_src_prisma_prisma_module" + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73103,9 +75001,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wholesale_wholesale_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73115,9 +75013,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73127,9 +75025,9 @@ "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" + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73139,9 +75037,9 @@ "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" + "target": "backend_src_wiki_dto_create_wiki_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73151,9 +75049,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73163,9 +75061,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wiki_wiki_controller", - "target": "backend_src_wiki_wiki_service" + "target": "backend_src_wiki_wiki_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73175,9 +75073,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wiki_wiki_module", - "target": "backend_src_wiki_wiki_service" + "target": "backend_src_wiki_wiki_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73187,9 +75085,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wiki_wiki_module", - "target": "backend_src_wiki_wiki_controller" + "target": "backend_src_wiki_wiki_controller", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73199,9 +75097,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_wiki_wiki_service", - "target": "backend_src_prisma_prisma_service" + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73211,9 +75109,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73223,9 +75121,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73235,9 +75133,9 @@ "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" + "target": "backend_src_app_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73247,9 +75145,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73259,9 +75157,9 @@ "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" + "target": "backend_src_common_filters_prisma_exception_filter", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73271,9 +75169,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_test_app_e2e_spec", - "target": "backend_src_app_module" + "target": "backend_src_app_module", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73283,9 +75181,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73295,9 +75193,9 @@ "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" + "target": "frontend_admin_panel_src_components_sidebar", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73307,9 +75205,9 @@ "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" + "target": "frontend_admin_panel_src_components_topbar", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73319,9 +75217,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73331,9 +75229,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73343,9 +75241,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73355,9 +75253,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_sidebar", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73367,9 +75265,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73379,9 +75277,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73391,9 +75289,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73403,9 +75301,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73415,9 +75313,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73427,9 +75325,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73439,9 +75337,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_mediaselector", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73451,9 +75349,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_main", - "target": "frontend_admin_panel_src_app" + "target": "frontend_admin_panel_src_app", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73463,9 +75361,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73475,9 +75373,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73487,9 +75385,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73499,9 +75397,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73511,9 +75409,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73523,9 +75421,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73535,9 +75433,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73547,9 +75445,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73559,9 +75457,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73571,9 +75469,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73583,9 +75481,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73595,9 +75493,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73607,9 +75505,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73619,9 +75517,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73631,9 +75529,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73643,9 +75541,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73655,9 +75553,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73667,9 +75565,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73679,9 +75577,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73691,9 +75589,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73703,9 +75601,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73715,9 +75613,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73727,9 +75625,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73739,9 +75637,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73751,9 +75649,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73763,9 +75661,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_components_ui_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73775,9 +75673,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73787,9 +75685,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73799,9 +75697,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73811,9 +75709,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_financialsettingspage", - "target": "frontend_admin_panel_src_components_ui_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73823,9 +75721,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_financialsettingspage", - "target": "frontend_admin_panel_src_types_admin" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73835,9 +75733,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73847,9 +75745,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73859,9 +75757,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73871,9 +75769,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73883,9 +75781,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73895,9 +75793,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73907,9 +75805,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73919,9 +75817,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73931,9 +75829,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73943,9 +75841,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73955,9 +75853,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73967,9 +75865,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73979,9 +75877,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_media", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -73991,9 +75889,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74003,9 +75901,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_components_ui_skeleton" + "target": "frontend_admin_panel_src_components_ui_skeleton", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74015,9 +75913,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_components_ui_spinner" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74027,9 +75925,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_components_ui_pagination" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74039,9 +75937,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74051,9 +75949,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74063,9 +75961,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74075,9 +75973,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74087,9 +75985,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74099,9 +75997,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74111,9 +76009,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_prescriptionsmanager", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74123,9 +76021,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_prescriptionsmanager", - "target": "frontend_admin_panel_src_components_ui_badge" + "target": "frontend_admin_panel_src_components_ui_badge", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74135,9 +76033,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_prescriptionsmanager", - "target": "frontend_admin_panel_src_types_admin" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74147,9 +76045,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74159,9 +76057,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74171,9 +76069,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74183,9 +76081,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74195,9 +76093,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74207,9 +76105,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_products", - "target": "frontend_admin_panel_src_components_ui_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74219,9 +76117,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74231,9 +76129,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74243,9 +76141,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_reviews", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74255,9 +76153,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_reviews", - "target": "frontend_admin_panel_src_components_ui_spinner" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74267,9 +76165,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74279,9 +76177,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74291,9 +76189,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74303,9 +76201,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74315,9 +76213,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_settings", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74327,9 +76225,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_settings", - "target": "frontend_admin_panel_src_components_ui_spinner" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74339,9 +76237,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_settings", - "target": "frontend_admin_panel_src_components_ui_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74351,9 +76249,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74363,9 +76261,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74375,9 +76273,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74387,9 +76285,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74399,9 +76297,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_smssettingspage", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74411,9 +76309,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_smssettingspage", - "target": "frontend_admin_panel_src_components_ui_spinner" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74423,9 +76321,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_sslsettingspage", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74435,9 +76333,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_sslsettingspage", - "target": "frontend_admin_panel_src_components_ui_spinner" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74447,9 +76345,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74459,9 +76357,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74471,9 +76369,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74483,9 +76381,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74495,9 +76393,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74507,9 +76405,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74519,9 +76417,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74531,9 +76429,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74543,9 +76441,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_tickets", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74555,9 +76453,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74567,9 +76465,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_spinner" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74579,9 +76477,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_pagination" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74591,9 +76489,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74603,9 +76501,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74615,9 +76513,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_uitexts", - "target": "frontend_admin_panel_src_components_ui_toggleswitch" + "target": "frontend_admin_panel_src_components_ui_toggleswitch", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74627,9 +76525,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_uitexts", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74639,9 +76537,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_services_api" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74651,9 +76549,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_components_ui_skeleton" + "target": "frontend_admin_panel_src_components_ui_skeleton", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74663,9 +76561,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_components_ui_spinner" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74675,9 +76573,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_components_ui_pagination" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74687,9 +76585,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_types_admin" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74699,9 +76597,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74711,9 +76609,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74723,9 +76621,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74735,9 +76633,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74747,9 +76645,9 @@ "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" + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74759,9 +76657,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74771,9 +76669,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74783,9 +76681,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74795,9 +76693,9 @@ "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" + "target": "frontend_admin_panel_src_components_layout", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74807,9 +76705,9 @@ "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" + "target": "frontend_admin_panel_src_components_protectedroute", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74819,9 +76717,9 @@ "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" + "target": "frontend_admin_panel_src_pages_login", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74831,9 +76729,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74843,9 +76741,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74855,9 +76753,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74867,9 +76765,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_blog_page", - "target": "frontend_application_components_blogpage" + "target": "frontend_application_components_blogpage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74879,9 +76777,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_catalogclient", - "target": "frontend_application_components_catalog_flipbookcatalog" + "target": "frontend_application_components_catalog_flipbookcatalog", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74891,9 +76789,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_catalogclient", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74903,9 +76801,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_catalogclient", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74915,9 +76813,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_page", - "target": "frontend_application_app_catalog_catalogclient" + "target": "frontend_application_app_catalog_catalogclient", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74927,9 +76825,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_checkout_page", - "target": "frontend_application_components_checkoutpage" + "target": "frontend_application_components_checkoutpage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74939,9 +76837,9 @@ "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" + "target": "frontend_application_components_ordersuccess", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74951,9 +76849,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_cartdrawer" + "target": "frontend_application_components_cartdrawer", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74963,9 +76861,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_loginmodal" + "target": "frontend_application_components_loginmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74975,9 +76873,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_authmodal" + "target": "frontend_application_components_authmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74987,9 +76885,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_b2bportal" + "target": "frontend_application_components_b2bportal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -74999,9 +76897,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75011,9 +76909,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75023,9 +76921,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_lib_store_uistore" + "target": "frontend_application_lib_store_uistore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75035,9 +76933,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_maintenancepage" + "target": "frontend_application_components_maintenancepage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75047,9 +76945,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75059,9 +76957,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_header" + "target": "frontend_application_components_header", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75071,9 +76969,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_footer" + "target": "frontend_application_components_footer", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75083,9 +76981,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_components_networkbanner" + "target": "frontend_application_components_networkbanner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75095,9 +76993,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_contact_page", - "target": "frontend_application_components_contactformclient" + "target": "frontend_application_components_contactformclient", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75107,9 +77005,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_dashboard_page", - "target": "frontend_application_components_userdashboard" + "target": "frontend_application_components_userdashboard", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75119,9 +77017,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_error", - "target": "frontend_application_components_errorpages" + "target": "frontend_application_components_errorpages", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75131,9 +77029,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75143,9 +77041,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75155,9 +77053,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75167,9 +77065,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75179,9 +77077,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_hero" + "target": "frontend_application_components_hero", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75191,9 +77089,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_smartadvisor" + "target": "frontend_application_components_smartadvisor", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75203,9 +77101,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_featuredproducts" + "target": "frontend_application_components_featuredproducts", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75215,9 +77113,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_vetgallery" + "target": "frontend_application_components_vetgallery", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75227,9 +77125,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_bannerplacement" + "target": "frontend_application_components_bannerplacement", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75239,9 +77137,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_layout", - "target": "frontend_application_app_clientlayout" + "target": "frontend_application_app_clientlayout", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75251,9 +77149,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_loading", - "target": "frontend_application_components_skeleton" + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75263,9 +77161,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_not_found", - "target": "frontend_application_components_errorpages" + "target": "frontend_application_components_errorpages", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75275,9 +77173,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_page", - "target": "frontend_application_app_homeclient" + "target": "frontend_application_app_homeclient", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75287,9 +77185,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_page", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75299,9 +77197,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75311,9 +77209,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75323,9 +77221,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75335,9 +77233,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75347,9 +77245,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_profile_page", - "target": "frontend_application_components_petprofile" + "target": "frontend_application_components_petprofile", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75359,9 +77257,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_search_page", - "target": "frontend_application_components_searchresultspage" + "target": "frontend_application_components_searchresultspage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75371,9 +77269,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_shop_page", - "target": "frontend_application_components_archivepage" + "target": "frontend_application_components_archivepage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75383,9 +77281,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_shop_slug_page", - "target": "frontend_application_components_productpage" + "target": "frontend_application_components_productpage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75395,9 +77293,9 @@ "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" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75407,9 +77305,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_sitemap", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75419,9 +77317,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_sitemap", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75431,9 +77329,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_track_page", - "target": "frontend_application_components_ordertracking" + "target": "frontend_application_components_ordertracking", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75443,9 +77341,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_trust_seals_page", - "target": "frontend_application_components_enamadbadge" + "target": "frontend_application_components_enamadbadge", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75455,9 +77353,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_videos_page", - "target": "frontend_application_components_videospage" + "target": "frontend_application_components_videospage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75467,9 +77365,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_wiki_page", - "target": "frontend_application_components_ingredientwiki" + "target": "frontend_application_components_ingredientwiki", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75479,9 +77377,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75491,9 +77389,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75503,9 +77401,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_lib_data_provinces" + "target": "frontend_application_lib_data_provinces", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75515,9 +77413,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_components_searchableselect" + "target": "frontend_application_components_searchableselect", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75527,9 +77425,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75539,9 +77437,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75551,9 +77449,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75563,9 +77461,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75575,9 +77473,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_bannerplacement" + "target": "frontend_application_components_bannerplacement", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75587,9 +77485,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75599,9 +77497,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75611,9 +77509,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75623,9 +77521,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75635,9 +77533,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_skeleton" + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75647,9 +77545,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75659,9 +77557,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75671,9 +77569,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_services_authservice" + "target": "frontend_application_lib_services_authservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75683,9 +77581,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75695,9 +77593,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75707,9 +77605,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75719,9 +77617,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75731,9 +77629,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75743,9 +77641,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75755,9 +77653,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75767,9 +77665,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75779,9 +77677,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_backbutton", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75791,9 +77689,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_bannerplacement", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75803,9 +77701,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_blogpage", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75815,9 +77713,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_blogpage", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75827,9 +77725,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_brandlogo", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75839,9 +77737,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75851,9 +77749,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_components_authmodal" + "target": "frontend_application_components_authmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75863,9 +77761,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75875,9 +77773,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75887,9 +77785,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75899,9 +77797,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75911,9 +77809,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75923,9 +77821,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75935,9 +77833,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75947,9 +77845,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog", - "target": "frontend_application_components_catalog_catalogpagespread" + "target": "frontend_application_components_catalog_catalogpagespread", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75959,9 +77857,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75971,9 +77869,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_productdetailmodal", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75983,9 +77881,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_productdetailmodal", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -75995,9 +77893,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76007,9 +77905,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76019,9 +77917,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76031,9 +77929,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76043,9 +77941,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76055,9 +77953,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76067,9 +77965,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_components_topupmodal" + "target": "frontend_application_components_topupmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76079,9 +77977,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_components_addressmodal" + "target": "frontend_application_components_addressmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76091,9 +77989,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_components_searchableselect" + "target": "frontend_application_components_searchableselect", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76103,9 +78001,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_data_provinces" + "target": "frontend_application_lib_data_provinces", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76115,9 +78013,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76127,9 +78025,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_contactformclient", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76139,9 +78037,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_enamadbadge", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76151,9 +78049,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76163,9 +78061,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76175,9 +78073,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76187,9 +78085,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76199,9 +78097,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76211,9 +78109,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76223,9 +78121,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_components_skeleton" + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76235,9 +78133,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_footer", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76247,9 +78145,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_footer", - "target": "frontend_application_components_brandlogo" + "target": "frontend_application_components_brandlogo", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76259,9 +78157,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_footer", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76271,9 +78169,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76283,9 +78181,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_authmodal" + "target": "frontend_application_components_authmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76295,9 +78193,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_prescriptionuploadmodal" + "target": "frontend_application_components_prescriptionuploadmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76307,9 +78205,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_tickerbanner" + "target": "frontend_application_components_tickerbanner", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76319,9 +78217,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_brandlogo" + "target": "frontend_application_components_brandlogo", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76331,9 +78229,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76343,9 +78241,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76355,9 +78253,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76367,9 +78265,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76379,9 +78277,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76391,9 +78289,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76403,9 +78301,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_headerbutton", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76415,9 +78313,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_hero", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76427,9 +78325,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_hero", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76439,9 +78337,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_hero", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76451,9 +78349,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76463,9 +78361,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76475,9 +78373,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76487,9 +78385,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76499,9 +78397,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_loginmodal", - "target": "frontend_application_lib_services_authservice" + "target": "frontend_application_lib_services_authservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76511,9 +78409,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_loginmodal", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76523,9 +78421,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_loginmodal", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76535,9 +78433,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_maintenancepage", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76547,9 +78445,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_maintenancepage", - "target": "frontend_application_components_brandlogo" + "target": "frontend_application_components_brandlogo", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76559,9 +78457,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_networkbanner", - "target": "frontend_application_lib_hooks_usenetworkstatus" + "target": "frontend_application_lib_hooks_usenetworkstatus", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76571,9 +78469,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_orderdetailsmodal", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76583,9 +78481,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_orderdetailsmodal", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76595,9 +78493,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ordersuccess", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76607,9 +78505,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ordersuccess", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76619,9 +78517,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ordertracking", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76631,9 +78529,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76643,9 +78541,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76655,9 +78553,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76667,9 +78565,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76679,9 +78577,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_components_smartadvisor" + "target": "frontend_application_components_smartadvisor", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76691,9 +78589,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_components_orderdetailsmodal" + "target": "frontend_application_components_orderdetailsmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76703,9 +78601,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76715,9 +78613,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76727,9 +78625,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76739,9 +78637,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_components_skeleton" + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76751,9 +78649,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_prescriptionuploadmodal", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76763,9 +78661,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_prescriptionuploadmodal", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76775,9 +78673,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76787,9 +78685,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76799,9 +78697,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76811,9 +78709,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_data_scientificterms" + "target": "frontend_application_lib_data_scientificterms", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76823,9 +78721,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76835,9 +78733,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76847,9 +78745,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76859,9 +78757,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76871,9 +78769,9 @@ "source_location": "L51", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_lib_types" + "target": "frontend_application_lib_types", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76883,9 +78781,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_tooltip" + "target": "frontend_application_components_tooltip", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76895,9 +78793,9 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76907,9 +78805,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_productreviews" + "target": "frontend_application_components_productreviews", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76919,9 +78817,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productreviews", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76931,9 +78829,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productreviews", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76943,9 +78841,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_safeimage", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76955,9 +78853,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchableselect", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76967,9 +78865,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchresultspage", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76979,9 +78877,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchresultspage", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -76991,9 +78889,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchresultspage", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77003,9 +78901,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77015,9 +78913,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77027,9 +78925,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_services_productservice" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77039,9 +78937,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77051,9 +78949,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_store_uistore" + "target": "frontend_application_lib_store_uistore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77063,9 +78961,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77075,9 +78973,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77087,9 +78985,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77099,9 +78997,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tests_cartdrawer_test", - "target": "frontend_application_components_cartdrawer" + "target": "frontend_application_components_cartdrawer", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77111,9 +79009,9 @@ "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" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77123,9 +79021,9 @@ "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" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77135,9 +79033,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tests_featuredproducts_test", - "target": "frontend_application_components_featuredproducts" + "target": "frontend_application_components_featuredproducts", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77147,9 +79045,9 @@ "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" + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77159,9 +79057,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77171,9 +79069,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tests_footer_test", - "target": "frontend_application_components_footer" + "target": "frontend_application_components_footer", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77183,9 +79081,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tests_header_test", - "target": "frontend_application_components_header" + "target": "frontend_application_components_header", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77195,9 +79093,9 @@ "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" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77207,9 +79105,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77219,9 +79117,9 @@ "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" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77231,9 +79129,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tests_hero_test", - "target": "frontend_application_components_hero" + "target": "frontend_application_components_hero", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77243,9 +79141,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77255,9 +79153,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tests_tooltip_test", - "target": "frontend_application_components_tooltip" + "target": "frontend_application_components_tooltip", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77267,9 +79165,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77279,9 +79177,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tickerbanner", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77291,9 +79189,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tooltip", - "target": "frontend_application_lib_data_scientificterms" + "target": "frontend_application_lib_data_scientificterms", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77303,9 +79201,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tooltip", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77315,9 +79213,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77327,9 +79225,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77339,9 +79237,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77351,9 +79249,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77363,9 +79261,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_orderdetailsmodal" + "target": "frontend_application_components_orderdetailsmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77375,9 +79273,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_addressmodal" + "target": "frontend_application_components_addressmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77387,9 +79285,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_deleteconfirmmodal" + "target": "frontend_application_components_deleteconfirmmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77399,9 +79297,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_topupmodal" + "target": "frontend_application_components_topupmodal", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77411,9 +79309,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_services_ticketservice" + "target": "frontend_application_lib_services_ticketservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77423,9 +79321,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_usepetstore" + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77435,9 +79333,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_petprofile" + "target": "frontend_application_components_petprofile", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77447,9 +79345,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77459,9 +79357,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_skeleton" + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77471,9 +79369,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77483,9 +79381,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77495,9 +79393,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77507,9 +79405,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_lib_utils" + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77519,9 +79417,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77531,9 +79429,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_lib_store_settingsstore" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77543,9 +79441,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_lib_services_videoservice" + "target": "frontend_application_lib_services_videoservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77555,9 +79453,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_videospage", - "target": "frontend_application_components_safeimage" + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77567,9 +79465,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_videospage", - "target": "frontend_application_lib_services_videoservice" + "target": "frontend_application_lib_services_videoservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77579,9 +79477,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_api", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77591,9 +79489,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77603,9 +79501,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_orderservice", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77615,9 +79513,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_productservice", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77627,9 +79525,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_productservice", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77639,9 +79537,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_ticketservice", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77651,9 +79549,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_videoservice", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77663,9 +79561,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_cartstore", - "target": "frontend_application_lib_data_products" + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77675,9 +79573,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_cartstore", - "target": "frontend_application_lib_services_orderservice" + "target": "frontend_application_lib_services_orderservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77687,9 +79585,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_cartstore", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77699,9 +79597,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_settingsstore", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77711,9 +79609,9 @@ "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" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77723,9 +79621,9 @@ "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" + "target": "frontend_application_lib_services_orderservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77735,9 +79633,9 @@ "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" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77747,9 +79645,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77759,9 +79657,9 @@ "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" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77771,9 +79669,9 @@ "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" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77783,9 +79681,9 @@ "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" + "target": "frontend_application_lib_services_authservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77795,9 +79693,9 @@ "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" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77807,9 +79705,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_usepetstore", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77819,9 +79717,9 @@ "context": "import", "source_location": "L6", "weight": 1.0, - "confidence_score": 1.0, "source": "frontend_application_lib_store_usepetstore", - "target": "frontend_application_lib_store_userstore" + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77831,9 +79729,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_userstore", - "target": "frontend_application_lib_services_authservice" + "target": "frontend_application_lib_services_authservice", + "confidence_score": 1.0 }, { "relation": "imports_from", @@ -77843,9 +79741,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_userstore", - "target": "frontend_application_lib_store_cartstore" + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 }, { "relation": "references", @@ -77855,9 +79753,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_constructor", - "target": "backend_src_admin_admin_service_adminservice" + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -77867,9 +79765,9 @@ "source_location": "L189", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", - "target": "backend_src_admin_admin_service_couponinput" + "target": "backend_src_admin_admin_service_couponinput", + "confidence_score": 1.0 }, { "relation": "references", @@ -77879,9 +79777,9 @@ "source_location": "L130", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_createproduct", - "target": "backend_src_admin_admin_service_productinput" + "target": "backend_src_admin_admin_service_productinput", + "confidence_score": 1.0 }, { "relation": "references", @@ -77891,9 +79789,57 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_createuser", - "target": "backend_src_admin_dto_user_dto_createuserdto" + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L182", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L157", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L123", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -77903,9 +79849,9 @@ "source_location": "L196", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", - "target": "backend_src_admin_admin_service_couponinput" + "target": "backend_src_admin_admin_service_couponinput", + "confidence_score": 1.0 }, { "relation": "references", @@ -77915,9 +79861,9 @@ "source_location": "L137", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", - "target": "backend_src_admin_admin_service_productinput" + "target": "backend_src_admin_admin_service_productinput", + "confidence_score": 1.0 }, { "relation": "references", @@ -77927,9 +79873,57 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller_updateuser", - "target": "backend_src_admin_dto_user_dto_updateuserdto" + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_constructor", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L181", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_createuser", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L218", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_updateuser", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -77939,9 +79933,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -77951,9 +79945,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -77963,9 +79957,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -77975,9 +79969,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -77987,9 +79981,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -77999,9 +79993,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78011,9 +80005,9 @@ "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" + "target": "backend_src_admin_media_service_mediaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78023,9 +80017,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78035,9 +80029,9 @@ "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" + "target": "backend_src_admin_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78047,9 +80041,21 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service_petsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78059,9 +80065,9 @@ "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" + "target": "backend_src_admin_reports_service_reportsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78071,9 +80077,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78083,9 +80089,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller_constructor", - "target": "backend_src_admin_ssl_service_sslservice" + "target": "backend_src_admin_ssl_service_sslservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78095,9 +80101,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78107,9 +80113,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78119,9 +80125,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78131,9 +80137,9 @@ "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" + "target": "backend_src_app_service_appservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78143,9 +80149,21 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module_appmodule_constructor", - "target": "backend_src_redis_redis_service_redisservice" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78155,9 +80173,57 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller_constructor", - "target": "backend_src_auth_auth_service_authservice" + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_dto_login_dto_logindto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_dto_register_dto_registerdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78167,9 +80233,9 @@ "source_location": "L33", "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78179,9 +80245,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice_constructor", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78191,9 +80257,33 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice_constructor", - "target": "backend_src_redis_redis_service_redisservice" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78203,9 +80293,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", - "target": "backend_src_users_users_service_usersservice" + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78215,9 +80305,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78227,9 +80317,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "confidence_score": 1.0 }, { "relation": "references", @@ -78239,9 +80329,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78251,9 +80341,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78263,9 +80353,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78275,9 +80365,9 @@ "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" + "target": "backend_src_blogs_blogs_service_blogsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78287,9 +80377,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78299,9 +80389,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78311,9 +80401,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78323,9 +80413,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78335,9 +80425,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78347,9 +80437,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78359,9 +80449,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78371,9 +80461,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78383,9 +80473,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78395,9 +80485,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78407,9 +80497,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78419,9 +80509,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78431,9 +80521,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service_smsservice_constructor", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78443,9 +80533,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78455,9 +80545,9 @@ "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78467,9 +80557,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78479,9 +80569,9 @@ "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" + "target": "backend_src_home_home_service_homeservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78491,9 +80581,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78503,9 +80593,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78515,9 +80605,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78527,9 +80617,33 @@ "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" + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L85", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78539,9 +80653,9 @@ "source_location": "L17", "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78551,9 +80665,33 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice_constructor", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_create", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L348", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78563,9 +80701,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_constructor", - "target": "backend_src_payment_payment_service_paymentservice" + "target": "backend_src_payment_payment_service_paymentservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78575,9 +80713,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_constructor", - "target": "backend_src_payment_zibal_service_zibalservice" + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78587,9 +80725,9 @@ "source_location": "L204", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78599,9 +80737,9 @@ "source_location": "L93", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto" + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78611,9 +80749,9 @@ "source_location": "L163", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto" + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78623,9 +80761,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto" + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78635,9 +80773,9 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto" + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78647,9 +80785,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice_constructor", - "target": "backend_src_common_services_sms_service_smsservice" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78659,9 +80797,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice_constructor", - "target": "backend_src_payment_zibal_service_zibalservice" + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78671,9 +80809,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice_constructor", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78683,9 +80821,9 @@ "source_location": "L669", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice_getadmintransactions", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78695,9 +80833,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_constructor", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78707,9 +80845,81 @@ "source_location": "L154", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice_requestpayment", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L285", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L259", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_constructor", + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L223", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78719,9 +80929,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78731,9 +80941,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78743,9 +80953,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78755,9 +80965,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78767,9 +80977,9 @@ "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" + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78779,9 +80989,33 @@ "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" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78791,9 +81025,9 @@ "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" + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78803,9 +81037,33 @@ "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" + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice_findall", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78815,9 +81073,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_constructor", - "target": "backend_src_reviews_reviews_service_reviewsservice" + "target": "backend_src_reviews_reviews_service_reviewsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78827,9 +81085,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", - "target": "backend_src_reviews_dto_create_review_dto_createreviewdto" + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78839,9 +81097,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", - "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto" + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78851,9 +81109,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice_constructor", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78863,9 +81121,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice_createreview", - "target": "backend_src_reviews_dto_create_review_dto_createreviewdto" + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78875,9 +81133,9 @@ "source_location": "L185", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", - "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto" + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78887,9 +81145,9 @@ "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" + "target": "backend_src_seo_seo_service_seoservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78899,9 +81157,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78911,9 +81169,21 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_constructor", - "target": "backend_src_settings_settings_service_settingsservice" + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L252", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -78923,9 +81193,45 @@ "source_location": "L107", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", - "target": "backend_src_settings_settings_service_scientifictermdata" + "target": "backend_src_settings_settings_service_scientifictermdata", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L395", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "target": "backend_src_common_services_sms_service_smslogquery", + "confidence_score": 1.0 }, { "relation": "references", @@ -78935,9 +81241,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78947,9 +81253,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78959,9 +81265,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78971,9 +81277,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78983,9 +81289,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", - "target": "backend_src_tickets_tickets_service_ticketsservice" + "target": "backend_src_tickets_tickets_service_ticketsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -78995,9 +81301,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", - "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79007,9 +81313,9 @@ "source_location": "L81", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", - "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto" + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79019,9 +81325,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", - "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79031,9 +81337,9 @@ "source_location": "L90", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", - "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79043,9 +81349,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice_constructor", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79055,9 +81361,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice_createticket", - "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79067,9 +81373,9 @@ "source_location": "L189", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", - "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto" + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79079,9 +81385,9 @@ "source_location": "L132", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", - "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79091,9 +81397,9 @@ "source_location": "L261", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", - "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79103,9 +81409,9 @@ "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" + "target": "backend_src_users_dto_address_dto_addressdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79115,9 +81421,9 @@ "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" + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79127,9 +81433,9 @@ "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" + "target": "backend_src_users_dto_address_dto_addressdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79139,9 +81445,9 @@ "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" + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79151,9 +81457,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice_constructor", - "target": "backend_src_prisma_prisma_service_prismaservice" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79163,9 +81469,9 @@ "source_location": "L125", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice_update", - "target": "backend_src_users_dto_update_profile_dto_updateprofiledto" + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79175,9 +81481,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79187,9 +81493,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79199,9 +81505,9 @@ "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" + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79211,9 +81517,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79223,9 +81529,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79235,9 +81541,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79247,9 +81553,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79259,9 +81565,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79271,9 +81577,9 @@ "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" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79283,9 +81589,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79295,9 +81601,9 @@ "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" + "target": "backend_src_wiki_wiki_service_wikiservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79307,9 +81613,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79319,9 +81625,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "references", @@ -79331,9 +81637,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "references", @@ -79343,9 +81649,9 @@ "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" + "target": "frontend_application_lib_data_products_pettype", + "confidence_score": 1.0 }, { "relation": "references", @@ -79355,9 +81661,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "implements", @@ -79367,9 +81673,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "confidence_score": 1.0 }, { "relation": "inherits", @@ -79379,9 +81685,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "inherits", @@ -79391,9 +81697,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "inherits", @@ -79403,9 +81709,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 }, { "relation": "inherits", @@ -79415,9 +81721,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79426,9 +81732,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "agents", - "target": "agents_graphify" + "target": "agents_graphify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79437,9 +81743,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "agents_rules_graphify", - "target": "agents_rules_graphify_graphify" + "target": "agents_rules_graphify_graphify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79448,9 +81754,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "agents_workflows_graphify", - "target": "agents_workflows_graphify_workflow_graphify" + "target": "agents_workflows_graphify_workflow_graphify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79459,9 +81765,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency", - "target": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3" + "target": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79470,9 +81776,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_activation" + "target": "ai_agency_agency_activation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79481,9 +81787,9 @@ "source_location": "L121", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature" + "target": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79492,9 +81798,9 @@ "source_location": "L133", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_pipeline_d_content_seo_only_content_creation" + "target": "ai_agency_agency_pipeline_d_content_seo_only_content_creation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79503,9 +81809,9 @@ "source_location": "L144", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_task_execution_loop_all_pipelines" + "target": "ai_agency_agency_task_execution_loop_all_pipelines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79514,9 +81820,9 @@ "source_location": "L182", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_state_machine_active_agent_tracking" + "target": "ai_agency_agency_state_machine_active_agent_tracking", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79525,9 +81831,9 @@ "source_location": "L192", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_state_json_template_full_schema_v3" + "target": "ai_agency_agency_state_json_template_full_schema_v3", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79536,9 +81842,9 @@ "source_location": "L239", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_agent_directory_reference" + "target": "ai_agency_agency_agent_directory_reference", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79547,9 +81853,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_step_1_detect_project_intent" + "target": "ai_agency_agency_step_1_detect_project_intent", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79558,9 +81864,9 @@ "source_location": "L259", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_real_data_policy" + "target": "ai_agency_agency_real_data_policy", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79569,9 +81875,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_your_identity" + "target": "ai_agency_agency_your_identity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79580,9 +81886,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical" + "target": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79591,9 +81897,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_pipeline_a_new_project_greenfield" + "target": "ai_agency_agency_pipeline_a_new_project_greenfield", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79602,9 +81908,9 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", - "target": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan" + "target": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79613,9 +81919,9 @@ "source_location": "L104", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", - "target": "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode" + "target": "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79624,9 +81930,9 @@ "source_location": "L114", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", - "target": "ai_agency_agency_phase_3_execution_same_as_always" + "target": "ai_agency_agency_phase_3_execution_same_as_always", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79635,9 +81941,9 @@ "source_location": "L79", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", - "target": "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet" + "target": "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79646,9 +81952,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_00_intake", - "target": "ai_agency_agents_00_intake_role_core_objective" + "target": "ai_agency_agents_00_intake_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79657,9 +81963,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_00_intake_operational_rules_boundaries", - "target": "ai_agency_agents_00_intake_1_ask_don_t_assume" + "target": "ai_agency_agents_00_intake_1_ask_don_t_assume", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79668,9 +81974,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_00_intake_operational_rules_boundaries", - "target": "ai_agency_agents_00_intake_2_forbidden_actions" + "target": "ai_agency_agents_00_intake_2_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79679,9 +81985,9 @@ "source_location": "L105", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_00_intake_role_core_objective", - "target": "ai_agency_agents_00_intake_expected_json_output_schema" + "target": "ai_agency_agents_00_intake_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79690,9 +81996,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_00_intake_role_core_objective", - "target": "ai_agency_agents_00_intake_brownfield_detection" + "target": "ai_agency_agents_00_intake_brownfield_detection", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79701,9 +82007,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_00_intake_role_core_objective", - "target": "ai_agency_agents_00_intake_operational_rules_boundaries" + "target": "ai_agency_agents_00_intake_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79712,9 +82018,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_00_intake_role_core_objective", - "target": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79723,9 +82029,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_00_intake_role_core_objective", - "target": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79734,9 +82040,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor", - "target": "ai_agency_agents_01_auditor_role_core_objective" + "target": "ai_agency_agents_01_auditor_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79745,9 +82051,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", - "target": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal" + "target": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79756,9 +82062,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", - "target": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal" + "target": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79767,9 +82073,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", - "target": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule" + "target": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79778,9 +82084,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", - "target": "ai_agency_agents_01_auditor_4_deep_directory_scanning" + "target": "ai_agency_agents_01_auditor_4_deep_directory_scanning", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79789,9 +82095,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", - "target": "ai_agency_agents_01_auditor_5_forbidden_actions" + "target": "ai_agency_agents_01_auditor_5_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79800,9 +82106,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_role_core_objective", - "target": "ai_agency_agents_01_auditor_operational_rules_boundaries" + "target": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79811,9 +82117,9 @@ "source_location": "L66", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_role_core_objective", - "target": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79822,9 +82128,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_role_core_objective", - "target": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79833,9 +82139,9 @@ "source_location": "L74", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_01_auditor_role_core_objective", - "target": "ai_agency_agents_01_auditor_expected_json_output_schema" + "target": "ai_agency_agents_01_auditor_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79844,9 +82150,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo", - "target": "ai_agency_agents_02_ceo_role_core_objective" + "target": "ai_agency_agents_02_ceo_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79855,9 +82161,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", - "target": "ai_agency_agents_02_ceo_1_mode_direction_decision" + "target": "ai_agency_agents_02_ceo_1_mode_direction_decision", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79866,9 +82172,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", - "target": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation" + "target": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79877,9 +82183,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", - "target": "ai_agency_agents_02_ceo_3_risk_assessment" + "target": "ai_agency_agents_02_ceo_3_risk_assessment", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79888,9 +82194,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", - "target": "ai_agency_agents_02_ceo_4_forbidden_actions" + "target": "ai_agency_agents_02_ceo_4_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79899,9 +82205,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo_role_core_objective", - "target": "ai_agency_agents_02_ceo_operational_rules_boundaries" + "target": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79910,9 +82216,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo_role_core_objective", - "target": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79921,9 +82227,9 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo_role_core_objective", - "target": "ai_agency_agents_02_ceo_expected_json_output_schema" + "target": "ai_agency_agents_02_ceo_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79932,9 +82238,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_02_ceo_role_core_objective", - "target": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79943,9 +82249,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager", - "target": "ai_agency_agents_03_product_manager_role_core_objective" + "target": "ai_agency_agents_03_product_manager_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79954,9 +82260,9 @@ "source_location": "L74", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", - "target": "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79965,9 +82271,9 @@ "source_location": "L110", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", - "target": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule" + "target": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79976,9 +82282,9 @@ "source_location": "L116", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", - "target": "ai_agency_agents_03_product_manager_4_role_assignment_rules" + "target": "ai_agency_agents_03_product_manager_4_role_assignment_rules", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79987,9 +82293,9 @@ "source_location": "L126", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", - "target": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict" + "target": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict", + "confidence_score": 1.0 }, { "relation": "contains", @@ -79998,9 +82304,9 @@ "source_location": "L132", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", - "target": "ai_agency_agents_03_product_manager_6_priority_assignment" + "target": "ai_agency_agents_03_product_manager_6_priority_assignment", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80009,9 +82315,9 @@ "source_location": "L140", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", - "target": "ai_agency_agents_03_product_manager_7_forbidden_actions" + "target": "ai_agency_agents_03_product_manager_7_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80020,9 +82326,9 @@ "source_location": "L86", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", - "target": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier" + "target": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80031,9 +82337,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", - "target": "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks" + "target": "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80042,9 +82348,9 @@ "source_location": "L149", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_role_core_objective", - "target": "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80053,9 +82359,9 @@ "source_location": "L194", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_role_core_objective", - "target": "ai_agency_agents_03_product_manager_expected_json_output_schema" + "target": "ai_agency_agents_03_product_manager_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80064,9 +82370,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_role_core_objective", - "target": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes" + "target": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80075,9 +82381,9 @@ "source_location": "L72", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_role_core_objective", - "target": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects" + "target": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80086,9 +82392,9 @@ "source_location": "L84", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_role_core_objective", - "target": "ai_agency_agents_03_product_manager_operational_rules_boundaries" + "target": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80097,9 +82403,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", - "target": "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture" + "target": "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80108,9 +82414,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", - "target": "ai_agency_agents_03_product_manager_synthesis_rules" + "target": "ai_agency_agents_03_product_manager_synthesis_rules", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80119,9 +82425,9 @@ "source_location": "L62", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", - "target": "ai_agency_agents_03_product_manager_output_of_synthesis_mode" + "target": "ai_agency_agents_03_product_manager_output_of_synthesis_mode", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80130,9 +82436,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect", - "target": "ai_agency_agents_04_architect_role_core_objective" + "target": "ai_agency_agents_04_architect_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80141,9 +82447,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_operational_rules_boundaries", - "target": "ai_agency_agents_04_architect_1_stack_detection_brownfield" + "target": "ai_agency_agents_04_architect_1_stack_detection_brownfield", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80152,9 +82458,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_operational_rules_boundaries", - "target": "ai_agency_agents_04_architect_2_stack_selection_greenfield" + "target": "ai_agency_agents_04_architect_2_stack_selection_greenfield", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80163,9 +82469,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_operational_rules_boundaries", - "target": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice" + "target": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80174,9 +82480,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_operational_rules_boundaries", - "target": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json" + "target": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80185,9 +82491,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_operational_rules_boundaries", - "target": "ai_agency_agents_04_architect_5_directory_layout" + "target": "ai_agency_agents_04_architect_5_directory_layout", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80196,9 +82502,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_operational_rules_boundaries", - "target": "ai_agency_agents_04_architect_6_openapi_api_contract" + "target": "ai_agency_agents_04_architect_6_openapi_api_contract", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80207,9 +82513,9 @@ "source_location": "L71", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_operational_rules_boundaries", - "target": "ai_agency_agents_04_architect_7_forbidden_actions" + "target": "ai_agency_agents_04_architect_7_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80218,9 +82524,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_role_core_objective", - "target": "ai_agency_agents_04_architect_operational_rules_boundaries" + "target": "ai_agency_agents_04_architect_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80229,9 +82535,9 @@ "source_location": "L79", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_role_core_objective", - "target": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80240,9 +82546,9 @@ "source_location": "L88", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_role_core_objective", - "target": "ai_agency_agents_04_architect_expected_json_output_schema" + "target": "ai_agency_agents_04_architect_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80251,9 +82557,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_04_architect_role_core_objective", - "target": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80262,9 +82568,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend", - "target": "ai_agency_agents_05_dev_backend_role_core_objective" + "target": "ai_agency_agents_05_dev_backend_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80273,9 +82579,9 @@ "source_location": "L110", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", - "target": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first" + "target": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80284,9 +82590,9 @@ "source_location": "L121", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", - "target": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support" + "target": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80295,9 +82601,9 @@ "source_location": "L131", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", - "target": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring" + "target": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80306,9 +82612,9 @@ "source_location": "L138", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", - "target": "ai_agency_agents_05_dev_backend_4_code_quality_standards" + "target": "ai_agency_agents_05_dev_backend_4_code_quality_standards", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80317,9 +82623,9 @@ "source_location": "L146", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", - "target": "ai_agency_agents_05_dev_backend_5_file_scope_boundary" + "target": "ai_agency_agents_05_dev_backend_5_file_scope_boundary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80328,9 +82634,9 @@ "source_location": "L151", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", - "target": "ai_agency_agents_05_dev_backend_6_forbidden_actions" + "target": "ai_agency_agents_05_dev_backend_6_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80339,9 +82645,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", - "target": "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas" + "target": "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80350,9 +82656,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", - "target": "ai_agency_agents_05_dev_backend_what_you_do_not_review" + "target": "ai_agency_agents_05_dev_backend_what_you_do_not_review", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80361,9 +82667,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", - "target": "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only" + "target": "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80372,9 +82678,9 @@ "source_location": "L60", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", - "target": "ai_agency_agents_05_dev_backend_output" + "target": "ai_agency_agents_05_dev_backend_output", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80383,9 +82689,9 @@ "source_location": "L108", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_role_core_objective", - "target": "ai_agency_agents_05_dev_backend_operational_rules_boundaries" + "target": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80394,9 +82700,9 @@ "source_location": "L160", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_role_core_objective", - "target": "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80405,9 +82711,9 @@ "source_location": "L172", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_role_core_objective", - "target": "ai_agency_agents_05_dev_backend_expected_json_output_schema" + "target": "ai_agency_agents_05_dev_backend_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80416,9 +82722,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_role_core_objective", - "target": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase" + "target": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80427,9 +82733,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_role_core_objective", - "target": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation" + "target": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80438,9 +82744,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_05_dev_backend_role_core_objective", - "target": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80449,9 +82755,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend", - "target": "ai_agency_agents_06_dev_frontend_role_core_objective" + "target": "ai_agency_agents_06_dev_frontend_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80460,9 +82766,9 @@ "source_location": "L119", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", - "target": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first" + "target": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80471,9 +82777,9 @@ "source_location": "L131", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", - "target": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support" + "target": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80482,9 +82788,9 @@ "source_location": "L141", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", - "target": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement" + "target": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80493,9 +82799,9 @@ "source_location": "L148", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", - "target": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture" + "target": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80504,9 +82810,9 @@ "source_location": "L157", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", - "target": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory" + "target": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80515,9 +82821,9 @@ "source_location": "L163", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", - "target": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary" + "target": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80526,9 +82832,9 @@ "source_location": "L167", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", - "target": "ai_agency_agents_06_dev_frontend_7_forbidden_actions" + "target": "ai_agency_agents_06_dev_frontend_7_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80537,9 +82843,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", - "target": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas" + "target": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80548,9 +82854,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", - "target": "ai_agency_agents_06_dev_frontend_what_you_do_not_review" + "target": "ai_agency_agents_06_dev_frontend_what_you_do_not_review", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80559,9 +82865,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", - "target": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only" + "target": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80570,9 +82876,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", - "target": "ai_agency_agents_06_dev_frontend_output" + "target": "ai_agency_agents_06_dev_frontend_output", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80581,9 +82887,9 @@ "source_location": "L103", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_role_core_objective", - "target": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation" + "target": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80592,9 +82898,9 @@ "source_location": "L107", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_role_core_objective", - "target": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80603,9 +82909,9 @@ "source_location": "L117", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_role_core_objective", - "target": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries" + "target": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80614,9 +82920,9 @@ "source_location": "L175", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_role_core_objective", - "target": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80625,9 +82931,9 @@ "source_location": "L187", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_role_core_objective", - "target": "ai_agency_agents_06_dev_frontend_expected_json_output_schema" + "target": "ai_agency_agents_06_dev_frontend_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80636,9 +82942,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_06_dev_frontend_role_core_objective", - "target": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase" + "target": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80647,9 +82953,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer", - "target": "ai_agency_agents_07_qa_engineer_role_core_objective" + "target": "ai_agency_agents_07_qa_engineer_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80658,9 +82964,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", - "target": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack" + "target": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80669,9 +82975,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", - "target": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory" + "target": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80680,9 +82986,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", - "target": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification" + "target": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80691,9 +82997,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", - "target": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol" + "target": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80702,9 +83008,9 @@ "source_location": "L64", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", - "target": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol" + "target": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80713,9 +83019,9 @@ "source_location": "L74", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", - "target": "ai_agency_agents_07_qa_engineer_6_forbidden_actions" + "target": "ai_agency_agents_07_qa_engineer_6_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80724,9 +83030,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_role_core_objective", - "target": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries" + "target": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80735,9 +83041,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_role_core_objective", - "target": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80746,9 +83052,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_role_core_objective", - "target": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80757,9 +83063,9 @@ "source_location": "L91", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_07_qa_engineer_role_core_objective", - "target": "ai_agency_agents_07_qa_engineer_expected_json_output_schema" + "target": "ai_agency_agents_07_qa_engineer_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80768,9 +83074,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa", - "target": "ai_agency_agents_08_visual_qa_role_core_objective" + "target": "ai_agency_agents_08_visual_qa_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80779,9 +83085,9 @@ "source_location": "L115", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", - "target": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis" + "target": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80790,9 +83096,9 @@ "source_location": "L126", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", - "target": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis" + "target": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80801,9 +83107,9 @@ "source_location": "L134", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", - "target": "ai_agency_agents_08_visual_qa_3_accessibility_compliance" + "target": "ai_agency_agents_08_visual_qa_3_accessibility_compliance", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80812,9 +83118,9 @@ "source_location": "L143", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", - "target": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification" + "target": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80823,9 +83129,9 @@ "source_location": "L155", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", - "target": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode" + "target": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80834,9 +83140,9 @@ "source_location": "L162", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", - "target": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol" + "target": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80845,9 +83151,9 @@ "source_location": "L174", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", - "target": "ai_agency_agents_08_visual_qa_7_forbidden_actions" + "target": "ai_agency_agents_08_visual_qa_7_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80856,9 +83162,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", - "target": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas" + "target": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80867,9 +83173,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", - "target": "ai_agency_agents_08_visual_qa_what_you_do_not_review" + "target": "ai_agency_agents_08_visual_qa_what_you_do_not_review", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80878,9 +83184,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", - "target": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only" + "target": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80889,9 +83195,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", - "target": "ai_agency_agents_08_visual_qa_output" + "target": "ai_agency_agents_08_visual_qa_output", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80900,9 +83206,9 @@ "source_location": "L103", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_role_core_objective", - "target": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80911,9 +83217,9 @@ "source_location": "L113", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_role_core_objective", - "target": "ai_agency_agents_08_visual_qa_operational_rules_boundaries" + "target": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80922,9 +83228,9 @@ "source_location": "L182", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_role_core_objective", - "target": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80933,9 +83239,9 @@ "source_location": "L190", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_role_core_objective", - "target": "ai_agency_agents_08_visual_qa_expected_json_output_schema" + "target": "ai_agency_agents_08_visual_qa_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80944,9 +83250,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_role_core_objective", - "target": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase" + "target": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80955,9 +83261,9 @@ "source_location": "L99", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_08_visual_qa_role_core_objective", - "target": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification" + "target": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80966,9 +83272,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security", - "target": "ai_agency_agents_09_devops_security_role_core_objective" + "target": "ai_agency_agents_09_devops_security_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80977,9 +83283,9 @@ "source_location": "L108", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", - "target": "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files" + "target": "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80988,9 +83294,9 @@ "source_location": "L120", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", - "target": "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists" + "target": "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists", + "confidence_score": 1.0 }, { "relation": "contains", @@ -80999,9 +83305,9 @@ "source_location": "L133", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", - "target": "ai_agency_agents_09_devops_security_3_ci_cd_basic_check_if_github_workflows_exists" + "target": "ai_agency_agents_09_devops_security_3_ci_cd_basic_check_if_github_workflows_exists", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81010,9 +83316,9 @@ "source_location": "L138", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", - "target": "ai_agency_agents_09_devops_security_4_failure_routing_protocol" + "target": "ai_agency_agents_09_devops_security_4_failure_routing_protocol", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81021,9 +83327,9 @@ "source_location": "L150", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", - "target": "ai_agency_agents_09_devops_security_5_forbidden_actions" + "target": "ai_agency_agents_09_devops_security_5_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81032,9 +83338,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", - "target": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas" + "target": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81043,9 +83349,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", - "target": "ai_agency_agents_09_devops_security_what_you_do_not_review" + "target": "ai_agency_agents_09_devops_security_what_you_do_not_review", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81054,9 +83360,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", - "target": "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only" + "target": "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81065,9 +83371,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", - "target": "ai_agency_agents_09_devops_security_output" + "target": "ai_agency_agents_09_devops_security_output", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81076,9 +83382,9 @@ "source_location": "L106", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_role_core_objective", - "target": "ai_agency_agents_09_devops_security_operational_rules_boundaries" + "target": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81087,9 +83393,9 @@ "source_location": "L158", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_role_core_objective", - "target": "ai_agency_agents_09_devops_security_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_09_devops_security_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81098,9 +83404,9 @@ "source_location": "L168", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_role_core_objective", - "target": "ai_agency_agents_09_devops_security_expected_json_output_schema" + "target": "ai_agency_agents_09_devops_security_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81109,9 +83415,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_role_core_objective", - "target": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase" + "target": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81120,9 +83426,9 @@ "source_location": "L93", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_role_core_objective", - "target": "ai_agency_agents_09_devops_security_enforce_mode_normal_operation" + "target": "ai_agency_agents_09_devops_security_enforce_mode_normal_operation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81131,9 +83437,9 @@ "source_location": "L97", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_09_devops_security_role_core_objective", - "target": "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81142,9 +83448,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer", - "target": "ai_agency_agents_10_tech_writer_role_core_objective" + "target": "ai_agency_agents_10_tech_writer_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81153,9 +83459,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", - "target": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete" + "target": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81164,9 +83470,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", - "target": "ai_agency_agents_10_tech_writer_2_documentation_updates" + "target": "ai_agency_agents_10_tech_writer_2_documentation_updates", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81175,9 +83481,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", - "target": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical" + "target": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81186,9 +83492,9 @@ "source_location": "L72", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", - "target": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check" + "target": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81197,9 +83503,9 @@ "source_location": "L77", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", - "target": "ai_agency_agents_10_tech_writer_5_forbidden_actions" + "target": "ai_agency_agents_10_tech_writer_5_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81208,9 +83514,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_role_core_objective", - "target": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81219,9 +83525,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_role_core_objective", - "target": "ai_agency_agents_10_tech_writer_operational_rules_boundaries" + "target": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81230,9 +83536,9 @@ "source_location": "L84", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_role_core_objective", - "target": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81241,9 +83547,9 @@ "source_location": "L96", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_10_tech_writer_role_core_objective", - "target": "ai_agency_agents_10_tech_writer_expected_json_output_schema" + "target": "ai_agency_agents_10_tech_writer_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81252,9 +83558,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy", - "target": "ai_agency_agents_11_deploy_role_core_objective" + "target": "ai_agency_agents_11_deploy_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81263,9 +83569,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", - "target": "ai_agency_agents_11_deploy_1_pre_deployment_checklist" + "target": "ai_agency_agents_11_deploy_1_pre_deployment_checklist", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81274,9 +83580,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", - "target": "ai_agency_agents_11_deploy_2_build_verification" + "target": "ai_agency_agents_11_deploy_2_build_verification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81285,9 +83591,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", - "target": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target" + "target": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81296,9 +83602,9 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", - "target": "ai_agency_agents_11_deploy_4_post_deployment_health_check" + "target": "ai_agency_agents_11_deploy_4_post_deployment_health_check", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81307,9 +83613,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", - "target": "ai_agency_agents_11_deploy_5_forbidden_actions" + "target": "ai_agency_agents_11_deploy_5_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81318,9 +83624,9 @@ "source_location": "L102", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_role_core_objective", - "target": "ai_agency_agents_11_deploy_expected_json_output_schema" + "target": "ai_agency_agents_11_deploy_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81329,9 +83635,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_role_core_objective", - "target": "ai_agency_agents_11_deploy_operational_rules_boundaries" + "target": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81340,9 +83646,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_role_core_objective", - "target": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81351,9 +83657,9 @@ "source_location": "L90", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_11_deploy_role_core_objective", - "target": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update" + "target": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81362,9 +83668,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content", - "target": "ai_agency_agents_12_seo_content_role_core_objective" + "target": "ai_agency_agents_12_seo_content_role_core_objective", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81373,9 +83679,9 @@ "source_location": "L166", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", - "target": "ai_agency_agents_12_seo_content_step_1_gather_resources" + "target": "ai_agency_agents_12_seo_content_step_1_gather_resources", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81384,9 +83690,9 @@ "source_location": "L179", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", - "target": "ai_agency_agents_12_seo_content_step_2_seo_strategy" + "target": "ai_agency_agents_12_seo_content_step_2_seo_strategy", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81395,9 +83701,9 @@ "source_location": "L188", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", - "target": "ai_agency_agents_12_seo_content_step_3_content_hierarchy" + "target": "ai_agency_agents_12_seo_content_step_3_content_hierarchy", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81406,9 +83712,9 @@ "source_location": "L199", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", - "target": "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld" + "target": "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81417,9 +83723,9 @@ "source_location": "L211", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", - "target": "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards" + "target": "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81428,9 +83734,9 @@ "source_location": "L221", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", - "target": "ai_agency_agents_12_seo_content_step_6_image_alt_text" + "target": "ai_agency_agents_12_seo_content_step_6_image_alt_text", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81439,9 +83745,9 @@ "source_location": "L116", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_operating_modes", - "target": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase" + "target": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81450,9 +83756,9 @@ "source_location": "L160", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_operating_modes", - "target": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog" + "target": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81461,9 +83767,9 @@ "source_location": "L231", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_operational_rules_boundaries", - "target": "ai_agency_agents_12_seo_content_forbidden_actions" + "target": "ai_agency_agents_12_seo_content_forbidden_actions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81472,9 +83778,9 @@ "source_location": "L238", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_operational_rules_boundaries", - "target": "ai_agency_agents_12_seo_content_file_scope_boundary" + "target": "ai_agency_agents_12_seo_content_file_scope_boundary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81483,9 +83789,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", - "target": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas" + "target": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81494,9 +83800,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", - "target": "ai_agency_agents_12_seo_content_what_you_do_not_review" + "target": "ai_agency_agents_12_seo_content_what_you_do_not_review", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81505,9 +83811,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", - "target": "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only" + "target": "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81516,9 +83822,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", - "target": "ai_agency_agents_12_seo_content_output" + "target": "ai_agency_agents_12_seo_content_output", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81527,9 +83833,9 @@ "source_location": "L101", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_role_core_objective", - "target": "ai_agency_agents_12_seo_content_create_mode_normal_operation" + "target": "ai_agency_agents_12_seo_content_create_mode_normal_operation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81538,9 +83844,9 @@ "source_location": "L103", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_role_core_objective", - "target": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read" + "target": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81549,9 +83855,9 @@ "source_location": "L114", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_role_core_objective", - "target": "ai_agency_agents_12_seo_content_operating_modes" + "target": "ai_agency_agents_12_seo_content_operating_modes", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81560,9 +83866,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_role_core_objective", - "target": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase" + "target": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81571,9 +83877,9 @@ "source_location": "L229", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_role_core_objective", - "target": "ai_agency_agents_12_seo_content_operational_rules_boundaries" + "target": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81582,9 +83888,9 @@ "source_location": "L244", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_role_core_objective", - "target": "ai_agency_agents_12_seo_content_required_output_artifacts" + "target": "ai_agency_agents_12_seo_content_required_output_artifacts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81593,9 +83899,9 @@ "source_location": "L259", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_agents_12_seo_content_role_core_objective", - "target": "ai_agency_agents_12_seo_content_expected_json_output_schema" + "target": "ai_agency_agents_12_seo_content_expected_json_output_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81604,9 +83910,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_memory_scratchpad", - "target": "ai_agency_memory_scratchpad_active_agent_working_scratchpad" + "target": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81615,9 +83921,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", - "target": "ai_agency_memory_scratchpad_execution_target" + "target": "ai_agency_memory_scratchpad_execution_target", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81626,9 +83932,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", - "target": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system" + "target": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81637,9 +83943,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", - "target": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request" + "target": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81648,9 +83954,9 @@ "source_location": "L105", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate", - "target": "ai_agency_orchestrate_cmd_next_task" + "target": "ai_agency_orchestrate_cmd_next_task", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81659,9 +83965,9 @@ "source_location": "L128", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate", - "target": "ai_agency_orchestrate_cmd_unblock" + "target": "ai_agency_orchestrate_cmd_unblock", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81670,9 +83976,9 @@ "source_location": "L143", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate", - "target": "ai_agency_orchestrate_cmd_reset" + "target": "ai_agency_orchestrate_cmd_reset", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81681,9 +83987,9 @@ "source_location": "L180", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate", - "target": "ai_agency_orchestrate_main" + "target": "ai_agency_orchestrate_main", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81692,9 +83998,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate", - "target": "ai_agency_orchestrate_load_json" + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81703,9 +84009,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate", - "target": "ai_agency_orchestrate_save_json" + "target": "ai_agency_orchestrate_save_json", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81714,9 +84020,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate", - "target": "ai_agency_orchestrate_cmd_status" + "target": "ai_agency_orchestrate_cmd_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81725,9 +84031,9 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_orchestrate", - "target": "ai_agency_orchestrate_cmd_progress" + "target": "ai_agency_orchestrate_cmd_progress", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81736,9 +84042,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_api_contract", - "target": "ai_agency_specs_api_contract_api_contract_specification" + "target": "ai_agency_specs_api_contract_api_contract_specification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81747,9 +84053,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_api_contract_api_contract_specification", - "target": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification" + "target": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81758,9 +84064,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_api_contract_api_contract_specification", - "target": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types" + "target": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81769,9 +84075,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_architecture_spec", - "target": "ai_agency_specs_architecture_spec_architecture_specification" + "target": "ai_agency_specs_architecture_spec_architecture_specification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81780,9 +84086,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_architecture_spec_architecture_specification", - "target": "ai_agency_specs_architecture_spec_2_directory_structure_tree" + "target": "ai_agency_specs_architecture_spec_2_directory_structure_tree", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81791,9 +84097,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_architecture_spec_architecture_specification", - "target": "ai_agency_specs_architecture_spec_3_state_management_strategy" + "target": "ai_agency_specs_architecture_spec_3_state_management_strategy", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81802,9 +84108,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_architecture_spec_architecture_specification", - "target": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture" + "target": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81813,9 +84119,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_architecture_spec_architecture_specification", - "target": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack" + "target": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81824,9 +84130,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_prd", - "target": "ai_agency_specs_prd_product_requirement_document_prd" + "target": "ai_agency_specs_prd_product_requirement_document_prd", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81835,9 +84141,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_prd_product_requirement_document_prd", - "target": "ai_agency_specs_prd_4_non_functional_requirements_performance_security" + "target": "ai_agency_specs_prd_4_non_functional_requirements_performance_security", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81846,9 +84152,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_prd_product_requirement_document_prd", - "target": "ai_agency_specs_prd_5_epic_feature_breakdown" + "target": "ai_agency_specs_prd_5_epic_feature_breakdown", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81857,9 +84163,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_prd_product_requirement_document_prd", - "target": "ai_agency_specs_prd_1_executive_vision" + "target": "ai_agency_specs_prd_1_executive_vision", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81868,9 +84174,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_prd_product_requirement_document_prd", - "target": "ai_agency_specs_prd_2_target_audience" + "target": "ai_agency_specs_prd_2_target_audience", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81879,9 +84185,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_prd_product_requirement_document_prd", - "target": "ai_agency_specs_prd_3_functional_requirements" + "target": "ai_agency_specs_prd_3_functional_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81890,9 +84196,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_project_health", - "target": "ai_agency_specs_project_health_project_health_audit_report" + "target": "ai_agency_specs_project_health_project_health_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81901,9 +84207,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_project_health_project_health_audit_report", - "target": "ai_agency_specs_project_health_3_outdated_dependencies_list" + "target": "ai_agency_specs_project_health_3_outdated_dependencies_list", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81912,9 +84218,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_project_health_project_health_audit_report", - "target": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports" + "target": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81923,9 +84229,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_project_health_project_health_audit_report", - "target": "ai_agency_specs_project_health_1_audit_score_summary" + "target": "ai_agency_specs_project_health_1_audit_score_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81934,9 +84240,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_project_health_project_health_audit_report", - "target": "ai_agency_specs_project_health_2_technical_debt_inventory" + "target": "ai_agency_specs_project_health_2_technical_debt_inventory", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81945,9 +84251,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_backend_review", - "target": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend" + "target": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81956,9 +84262,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", - "target": "ai_agency_specs_reviews_backend_review_architectural_overview" + "target": "ai_agency_specs_reviews_backend_review_architectural_overview", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81967,9 +84273,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", - "target": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements" + "target": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81978,9 +84284,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_code_health_review", - "target": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor" + "target": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -81989,9 +84295,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", - "target": "ai_agency_specs_reviews_code_health_review_recommendations" + "target": "ai_agency_specs_reviews_code_health_review_recommendations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82000,9 +84306,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", - "target": "ai_agency_specs_reviews_code_health_review_executive_summary" + "target": "ai_agency_specs_reviews_code_health_review_executive_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82011,9 +84317,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", - "target": "ai_agency_specs_reviews_code_health_review_key_findings" + "target": "ai_agency_specs_reviews_code_health_review_key_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82022,9 +84328,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_frontend_review", - "target": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend" + "target": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82033,9 +84339,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", - "target": "ai_agency_specs_reviews_frontend_review_architectural_overview" + "target": "ai_agency_specs_reviews_frontend_review_architectural_overview", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82044,9 +84350,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", - "target": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements" + "target": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82055,9 +84361,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_security_review", - "target": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security" + "target": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82066,9 +84372,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", - "target": "ai_agency_specs_reviews_security_review_security_architecture_best_practices" + "target": "ai_agency_specs_reviews_security_review_security_architecture_best_practices", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82077,9 +84383,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_seo_content_review", - "target": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content" + "target": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82088,9 +84394,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", - "target": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation" + "target": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82099,9 +84405,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", - "target": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements" + "target": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82110,9 +84416,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_ux_review", - "target": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa" + "target": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82121,9 +84427,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", - "target": "ai_agency_specs_reviews_ux_review_persona_experience_alignment" + "target": "ai_agency_specs_reviews_ux_review_persona_experience_alignment", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82132,9 +84438,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_instructions", - "target": "antigravity_instructions_graphify" + "target": "antigravity_instructions_graphify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82143,9 +84449,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify", - "target": "antigravity_workflows_graphify_graphify" + "target": "antigravity_workflows_graphify_graphify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82154,9 +84460,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_usage" + "target": "antigravity_workflows_graphify_usage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82165,9 +84471,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_what_graphify_is_for" + "target": "antigravity_workflows_graphify_what_graphify_is_for", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82176,9 +84482,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_what_you_must_do_when_invoked" + "target": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82187,9 +84493,9 @@ "source_location": "L681", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_interpreter_guard_for_subcommands" + "target": "antigravity_workflows_graphify_interpreter_guard_for_subcommands", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82198,9 +84504,9 @@ "source_location": "L701", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_for_update_and_cluster_only" + "target": "antigravity_workflows_graphify_for_update_and_cluster_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82209,9 +84515,9 @@ "source_location": "L707", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_for_graphify_query" + "target": "antigravity_workflows_graphify_for_graphify_query", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82220,9 +84526,9 @@ "source_location": "L719", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_for_graphify_add_and_watch" + "target": "antigravity_workflows_graphify_for_graphify_add_and_watch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82231,9 +84537,9 @@ "source_location": "L725", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration" + "target": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82242,9 +84548,9 @@ "source_location": "L731", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_troubleshooting" + "target": "antigravity_workflows_graphify_troubleshooting", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82253,9 +84559,9 @@ "source_location": "L744", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_graphify", - "target": "antigravity_workflows_graphify_honesty_rules" + "target": "antigravity_workflows_graphify_honesty_rules", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82264,9 +84570,9 @@ "source_location": "L192", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", - "target": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files" + "target": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82275,9 +84581,9 @@ "source_location": "L218", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", - "target": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents" + "target": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82286,9 +84592,9 @@ "source_location": "L381", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", - "target": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction" + "target": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82297,9 +84603,9 @@ "source_location": "L733", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_troubleshooting", - "target": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working" + "target": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82308,9 +84614,9 @@ "source_location": "L129", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_2_detect_files" + "target": "antigravity_workflows_graphify_step_2_detect_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82319,9 +84625,9 @@ "source_location": "L169", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected" + "target": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82330,9 +84636,9 @@ "source_location": "L173", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships" + "target": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82341,9 +84647,9 @@ "source_location": "L415", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs" + "target": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82352,9 +84658,9 @@ "source_location": "L478", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate" + "target": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82363,9 +84669,9 @@ "source_location": "L504", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_5_label_communities" + "target": "antigravity_workflows_graphify_step_5_label_communities", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82374,9 +84680,9 @@ "source_location": "L553", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html" + "target": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82385,9 +84691,9 @@ "source_location": "L573", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags" + "target": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82396,9 +84702,9 @@ "source_location": "L579", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report" + "target": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82407,9 +84713,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths" + "target": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82418,9 +84724,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", - "target": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed" + "target": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82429,9 +84735,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_nest_cli", - "target": "backend_nest_cli_schema" + "target": "backend_nest_cli_schema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82440,9 +84746,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_nest_cli", - "target": "backend_nest_cli_collection" + "target": "backend_nest_cli_collection", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82451,9 +84757,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_nest_cli", - "target": "backend_nest_cli_sourceroot" + "target": "backend_nest_cli_sourceroot", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82462,9 +84768,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_nest_cli", - "target": "backend_nest_cli_compileroptions" + "target": "backend_nest_cli_compileroptions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82473,9 +84779,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_nest_cli_compileroptions", - "target": "backend_nest_cli_compileroptions_deleteoutdir" + "target": "backend_nest_cli_compileroptions_deleteoutdir", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82484,9 +84790,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_name" + "target": "backend_package_name", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82495,9 +84801,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_dependencies" + "target": "backend_package_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82506,9 +84812,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_version" + "target": "backend_package_version", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82517,9 +84823,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_description" + "target": "backend_package_description", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82528,9 +84834,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_devdependencies" + "target": "backend_package_devdependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82539,9 +84845,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_author" + "target": "backend_package_author", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82550,9 +84856,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_private" + "target": "backend_package_private", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82561,9 +84867,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_license" + "target": "backend_package_license", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82572,9 +84878,9 @@ "source_location": "L76", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_jest" + "target": "backend_package_jest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82583,9 +84889,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_scripts" + "target": "backend_package_scripts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82594,9 +84900,9 @@ "source_location": "L93", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package", - "target": "backend_package_prisma" + "target": "backend_package_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82605,9 +84911,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_nestjs_common" + "target": "backend_package_dependencies_nestjs_common", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82616,9 +84922,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_nestjs_core" + "target": "backend_package_dependencies_nestjs_core", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82627,9 +84933,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_nestjs_jwt" + "target": "backend_package_dependencies_nestjs_jwt", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82638,9 +84944,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_nestjs_passport" + "target": "backend_package_dependencies_nestjs_passport", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82649,9 +84955,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_nestjs_platform_express" + "target": "backend_package_dependencies_nestjs_platform_express", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82660,9 +84966,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_nestjs_swagger" + "target": "backend_package_dependencies_nestjs_swagger", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82671,9 +84977,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_nestjs_throttler" + "target": "backend_package_dependencies_nestjs_throttler", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82682,9 +84988,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_prisma_client" + "target": "backend_package_dependencies_prisma_client", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82693,9 +84999,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_bcrypt" + "target": "backend_package_dependencies_bcrypt", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82704,9 +85010,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_bcryptjs" + "target": "backend_package_dependencies_bcryptjs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82715,9 +85021,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_class_transformer" + "target": "backend_package_dependencies_class_transformer", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82726,9 +85032,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_class_validator" + "target": "backend_package_dependencies_class_validator", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82737,9 +85043,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_helmet" + "target": "backend_package_dependencies_helmet", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82748,9 +85054,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_ioredis" + "target": "backend_package_dependencies_ioredis", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82759,9 +85065,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_js_yaml" + "target": "backend_package_dependencies_js_yaml", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82770,9 +85076,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_passport" + "target": "backend_package_dependencies_passport", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82781,9 +85087,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_passport_jwt" + "target": "backend_package_dependencies_passport_jwt", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82792,9 +85098,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_reflect_metadata" + "target": "backend_package_dependencies_reflect_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82803,9 +85109,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_rxjs" + "target": "backend_package_dependencies_rxjs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82814,9 +85120,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_dependencies", - "target": "backend_package_dependencies_swagger_ui_express" + "target": "backend_package_dependencies_swagger_ui_express", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82825,9 +85131,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_eslint_eslintrc" + "target": "backend_package_devdependencies_eslint_eslintrc", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82836,9 +85142,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_eslint_js" + "target": "backend_package_devdependencies_eslint_js", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82847,9 +85153,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_nestjs_cli" + "target": "backend_package_devdependencies_nestjs_cli", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82858,9 +85164,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_nestjs_schematics" + "target": "backend_package_devdependencies_nestjs_schematics", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82869,9 +85175,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_nestjs_testing" + "target": "backend_package_devdependencies_nestjs_testing", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82880,9 +85186,9 @@ "source_location": "L51", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_bcrypt" + "target": "backend_package_devdependencies_types_bcrypt", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82891,9 +85197,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_bcryptjs" + "target": "backend_package_devdependencies_types_bcryptjs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82902,9 +85208,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_express" + "target": "backend_package_devdependencies_types_express", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82913,9 +85219,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_jest" + "target": "backend_package_devdependencies_types_jest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82924,9 +85230,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_js_yaml" + "target": "backend_package_devdependencies_types_js_yaml", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82935,9 +85241,9 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_multer" + "target": "backend_package_devdependencies_types_multer", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82946,9 +85252,9 @@ "source_location": "L57", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_node" + "target": "backend_package_devdependencies_types_node", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82957,9 +85263,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_passport_jwt" + "target": "backend_package_devdependencies_types_passport_jwt", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82968,9 +85274,9 @@ "source_location": "L59", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_types_supertest" + "target": "backend_package_devdependencies_types_supertest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82979,9 +85285,9 @@ "source_location": "L60", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_eslint" + "target": "backend_package_devdependencies_eslint", + "confidence_score": 1.0 }, { "relation": "contains", @@ -82990,9 +85296,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_eslint_config_prettier" + "target": "backend_package_devdependencies_eslint_config_prettier", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83001,9 +85307,9 @@ "source_location": "L62", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_eslint_plugin_prettier" + "target": "backend_package_devdependencies_eslint_plugin_prettier", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83012,9 +85318,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_globals" + "target": "backend_package_devdependencies_globals", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83023,9 +85329,9 @@ "source_location": "L64", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_jest" + "target": "backend_package_devdependencies_jest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83034,9 +85340,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_prettier" + "target": "backend_package_devdependencies_prettier", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83045,9 +85351,9 @@ "source_location": "L66", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_prisma" + "target": "backend_package_devdependencies_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83056,9 +85362,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_source_map_support" + "target": "backend_package_devdependencies_source_map_support", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83067,9 +85373,9 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_supertest" + "target": "backend_package_devdependencies_supertest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83078,9 +85384,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_ts_jest" + "target": "backend_package_devdependencies_ts_jest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83089,9 +85395,9 @@ "source_location": "L70", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_ts_loader" + "target": "backend_package_devdependencies_ts_loader", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83100,9 +85406,9 @@ "source_location": "L71", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_ts_node" + "target": "backend_package_devdependencies_ts_node", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83111,9 +85417,9 @@ "source_location": "L72", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_tsconfig_paths" + "target": "backend_package_devdependencies_tsconfig_paths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83122,9 +85428,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_typescript" + "target": "backend_package_devdependencies_typescript", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83133,9 +85439,9 @@ "source_location": "L74", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_devdependencies", - "target": "backend_package_devdependencies_typescript_eslint" + "target": "backend_package_devdependencies_typescript_eslint", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83144,9 +85450,9 @@ "source_location": "L77", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest", - "target": "backend_package_jest_modulefileextensions" + "target": "backend_package_jest_modulefileextensions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83155,9 +85461,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest", - "target": "backend_package_jest_rootdir" + "target": "backend_package_jest_rootdir", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83166,9 +85472,9 @@ "source_location": "L83", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest", - "target": "backend_package_jest_testregex" + "target": "backend_package_jest_testregex", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83177,9 +85483,9 @@ "source_location": "L84", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest", - "target": "backend_package_jest_transform" + "target": "backend_package_jest_transform", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83188,9 +85494,9 @@ "source_location": "L87", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest", - "target": "backend_package_jest_collectcoveragefrom" + "target": "backend_package_jest_collectcoveragefrom", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83199,9 +85505,9 @@ "source_location": "L90", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest", - "target": "backend_package_jest_coveragedirectory" + "target": "backend_package_jest_coveragedirectory", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83210,9 +85516,9 @@ "source_location": "L91", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest", - "target": "backend_package_jest_testenvironment" + "target": "backend_package_jest_testenvironment", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83221,9 +85527,9 @@ "source_location": "L85", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_jest_transform", - "target": "backend_package_transform_t_j_s" + "target": "backend_package_transform_t_j_s", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83232,9 +85538,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_prisma", - "target": "backend_package_prisma_seed" + "target": "backend_package_prisma_seed", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83243,9 +85549,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_format" + "target": "backend_package_scripts_format", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83254,9 +85560,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_start" + "target": "backend_package_scripts_start", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83265,9 +85571,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_start_dev" + "target": "backend_package_scripts_start_dev", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83276,9 +85582,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_start_debug" + "target": "backend_package_scripts_start_debug", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83287,9 +85593,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_start_prod" + "target": "backend_package_scripts_start_prod", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83298,9 +85604,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_lint" + "target": "backend_package_scripts_lint", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83309,9 +85615,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_test" + "target": "backend_package_scripts_test", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83320,9 +85626,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_test_watch" + "target": "backend_package_scripts_test_watch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83331,9 +85637,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_test_cov" + "target": "backend_package_scripts_test_cov", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83342,9 +85648,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_test_debug" + "target": "backend_package_scripts_test_debug", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83353,9 +85659,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_test_e2e" + "target": "backend_package_scripts_test_e2e", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83364,9 +85670,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_docs_generate" + "target": "backend_package_scripts_docs_generate", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83375,9 +85681,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_package_scripts", - "target": "backend_package_scripts_build" + "target": "backend_package_scripts_build", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83386,9 +85692,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83397,9 +85703,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_reminders", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83408,9 +85714,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83419,9 +85725,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_health_logs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83430,9 +85736,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_coupons", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83441,9 +85747,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_orders", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83452,9 +85758,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_order_items", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83463,9 +85769,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_user_addresses", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83474,9 +85780,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83485,9 +85791,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83496,9 +85802,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83507,9 +85813,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83518,9 +85824,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83529,9 +85835,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_pets", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83540,9 +85846,9 @@ "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" + "target": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83551,9 +85857,9 @@ "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" + "target": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83562,9 +85868,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_scientificterms", - "target": "backend_prisma_scientificterms_scientificterm" + "target": "backend_prisma_scientificterms_scientificterm", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83573,9 +85879,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_scientificterms", - "target": "backend_prisma_scientificterms_scientific_terms" + "target": "backend_prisma_scientificterms_scientific_terms", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83584,9 +85890,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed", - "target": "backend_prisma_seed_main" + "target": "backend_prisma_seed_main", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83595,9 +85901,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed", - "target": "backend_prisma_seed_prisma" + "target": "backend_prisma_seed_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83606,9 +85912,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_blogs", - "target": "backend_prisma_seed_blogs_prisma" + "target": "backend_prisma_seed_blogs_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83617,9 +85923,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_blogs", - "target": "backend_prisma_seed_blogs_main" + "target": "backend_prisma_seed_blogs_main", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83628,9 +85934,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_custom", - "target": "backend_prisma_seed_custom_prisma" + "target": "backend_prisma_seed_custom_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83639,9 +85945,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_custom", - "target": "backend_prisma_seed_custom_main" + "target": "backend_prisma_seed_custom_main", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83650,9 +85956,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_home", - "target": "backend_prisma_seed_home_prisma" + "target": "backend_prisma_seed_home_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83661,9 +85967,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_home", - "target": "backend_prisma_seed_home_main" + "target": "backend_prisma_seed_home_main", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83672,9 +85978,9 @@ "source_location": "L128", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products", - "target": "backend_prisma_seed_products_findorcreatecategory" + "target": "backend_prisma_seed_products_findorcreatecategory", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83683,9 +85989,9 @@ "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" + "target": "backend_prisma_seed_products_product_symptoms_map", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83694,9 +86000,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products", - "target": "backend_prisma_seed_products_determinesuitablefor" + "target": "backend_prisma_seed_products_determinesuitablefor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83705,9 +86011,9 @@ "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" + "target": "backend_prisma_seed_products_product_taglines_map", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83716,9 +86022,9 @@ "source_location": "L268", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products", - "target": "backend_prisma_seed_products_main" + "target": "backend_prisma_seed_products_main", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83727,9 +86033,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products", - "target": "backend_prisma_seed_products_parsesize" + "target": "backend_prisma_seed_products_parsesize", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83738,9 +86044,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products", - "target": "backend_prisma_seed_products_getproductimageurl" + "target": "backend_prisma_seed_products_getproductimageurl", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83749,9 +86055,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products", - "target": "backend_prisma_seed_products_prisma" + "target": "backend_prisma_seed_products_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83760,9 +86066,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_products", - "target": "backend_prisma_seed_products_slugify" + "target": "backend_prisma_seed_products_slugify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83771,9 +86077,9 @@ "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" + "target": "backend_prisma_seed_ui_texts_main", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83782,9 +86088,9 @@ "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" + "target": "backend_prisma_seed_ui_texts_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83793,9 +86099,9 @@ "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" + "target": "backend_prisma_seed_ui_texts_ui_texts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83804,9 +86110,9 @@ "source_location": "L370", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_wiki", - "target": "backend_prisma_seed_wiki_main" + "target": "backend_prisma_seed_wiki_main", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83815,9 +86121,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_wiki", - "target": "backend_prisma_seed_wiki_prisma" + "target": "backend_prisma_seed_wiki_prisma", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83826,9 +86132,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_seed_wiki", - "target": "backend_prisma_seed_wiki_canonical_wiki_terms" + "target": "backend_prisma_seed_wiki_canonical_wiki_terms", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83914,9 +86220,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_tsconfig_seed", - "target": "backend_prisma_tsconfig_seed_compileroptions" + "target": "backend_prisma_tsconfig_seed_compileroptions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83925,9 +86231,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_tsconfig_seed", - "target": "backend_prisma_tsconfig_seed_include" + "target": "backend_prisma_tsconfig_seed_include", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83936,9 +86242,9 @@ "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" + "target": "backend_prisma_tsconfig_seed_compileroptions_module", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83947,9 +86253,9 @@ "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" + "target": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83958,9 +86264,9 @@ "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" + "target": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83969,9 +86275,9 @@ "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" + "target": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83980,9 +86286,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_prisma_tsconfig_seed_compileroptions", - "target": "backend_prisma_tsconfig_seed_compileroptions_types" + "target": "backend_prisma_tsconfig_seed_compileroptions_types", + "confidence_score": 1.0 }, { "relation": "contains", @@ -83991,9 +86297,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_description" + "target": "backend_readme_description", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84002,9 +86308,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_project_setup" + "target": "backend_readme_project_setup", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84013,9 +86319,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_compile_and_run_the_project" + "target": "backend_readme_compile_and_run_the_project", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84024,9 +86330,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_run_tests" + "target": "backend_readme_run_tests", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84035,9 +86341,9 @@ "source_location": "L60", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_deployment" + "target": "backend_readme_deployment", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84046,9 +86352,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_resources" + "target": "backend_readme_resources", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84057,9 +86363,9 @@ "source_location": "L86", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_support" + "target": "backend_readme_support", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84068,9 +86374,9 @@ "source_location": "L90", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_stay_in_touch" + "target": "backend_readme_stay_in_touch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84079,9 +86385,9 @@ "source_location": "L96", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_readme", - "target": "backend_readme_license" + "target": "backend_readme_license", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84090,9 +86396,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, - "source": "backend_scripts_generate_openapi", - "target": "backend_scripts_generate_openapi_core_1" + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_core_1", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84101,9 +86407,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, - "source": "backend_scripts_generate_openapi", - "target": "backend_scripts_generate_openapi_app_module_1" + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_app_module_1", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84112,9 +86418,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, - "source": "backend_scripts_generate_openapi", - "target": "backend_scripts_generate_openapi_swagger_1" + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_swagger_1", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84123,9 +86429,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, - "source": "backend_scripts_generate_openapi", - "target": "backend_scripts_generate_openapi_fs" + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_fs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84134,9 +86440,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, - "source": "backend_scripts_generate_openapi", - "target": "backend_scripts_generate_openapi_path" + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_path", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84145,9 +86451,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, - "source": "backend_scripts_generate_openapi", - "target": "backend_scripts_generate_openapi_yaml" + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_yaml", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84156,9 +86462,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, - "source": "backend_scripts_generate_openapi", - "target": "backend_scripts_generate_openapi_generateopenapi" + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi_generateopenapi", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84167,9 +86473,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", - "target": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi" + "target": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84178,9 +86484,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller", - "target": "backend_src_admin_admin_controller_admincontroller" + "target": "backend_src_admin_admin_controller_admincontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84189,9 +86495,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_module", - "target": "backend_src_admin_admin_module_adminmodule" + "target": "backend_src_admin_admin_module_adminmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84200,9 +86506,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_admin_admin_service_paginationquery" + "target": "backend_src_admin_admin_service_paginationquery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84211,9 +86517,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_admin_admin_service_productinput" + "target": "backend_src_admin_admin_service_productinput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84222,9 +86528,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_admin_admin_service_coupontargetinput" + "target": "backend_src_admin_admin_service_coupontargetinput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84233,9 +86539,9 @@ "source_location": "L59", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_admin_admin_service_couponinput" + "target": "backend_src_admin_admin_service_couponinput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84244,9 +86550,9 @@ "source_location": "L72", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service", - "target": "backend_src_admin_admin_service_adminservice" + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84255,9 +86561,9 @@ "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" + "target": "backend_src_admin_blogs_controller_blogscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84266,9 +86572,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84277,9 +86583,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogquery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84288,9 +86594,9 @@ "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" + "target": "backend_src_admin_categories_controller_categoriescontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84299,9 +86605,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84310,9 +86616,9 @@ "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" + "target": "backend_src_admin_categories_service_categoryquery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84321,9 +86627,9 @@ "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" + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84332,9 +86638,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto", - "target": "backend_src_admin_dto_user_dto_createuserdto" + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84343,9 +86649,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_dto_user_dto", - "target": "backend_src_admin_dto_user_dto_updateuserdto" + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84354,9 +86660,9 @@ "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" + "target": "backend_src_admin_media_controller_mediacontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84365,9 +86671,9 @@ "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" + "target": "backend_src_admin_media_service_mediaservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84376,9 +86682,9 @@ "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" + "target": "backend_src_admin_pets_controller_petscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84387,9 +86693,9 @@ "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" + "target": "backend_src_admin_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84398,9 +86704,9 @@ "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" + "target": "backend_src_admin_pets_service_petquery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84409,9 +86715,9 @@ "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" + "target": "backend_src_admin_reports_controller_reportscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84420,9 +86726,9 @@ "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" + "target": "backend_src_admin_reports_service_reportsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84431,9 +86737,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller", - "target": "backend_src_admin_ssl_controller_sslcontroller" + "target": "backend_src_admin_ssl_controller_sslcontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84442,9 +86748,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service", - "target": "backend_src_admin_ssl_service_sslservice" + "target": "backend_src_admin_ssl_service_sslservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84453,9 +86759,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service", - "target": "backend_src_admin_ssl_service_sslcertinfo" + "target": "backend_src_admin_ssl_service_sslcertinfo", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84464,9 +86770,9 @@ "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" + "target": "backend_src_admin_wiki_controller_wikicontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84475,9 +86781,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84486,9 +86792,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiquery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84497,9 +86803,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_controller", - "target": "backend_src_app_controller_appcontroller" + "target": "backend_src_app_controller_appcontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84508,9 +86814,9 @@ "source_location": "L81", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module", - "target": "backend_src_app_module_appmodule" + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84519,9 +86825,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_service", - "target": "backend_src_app_service_appservice" + "target": "backend_src_app_service_appservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84530,9 +86836,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_constants", - "target": "backend_src_auth_auth_constants_default_jwt_secret" + "target": "backend_src_auth_auth_constants_default_jwt_secret", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84541,9 +86847,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_constants", - "target": "backend_src_auth_auth_constants_getjwtrefreshsecret" + "target": "backend_src_auth_auth_constants_getjwtrefreshsecret", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84552,9 +86858,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_constants", - "target": "backend_src_auth_auth_constants_default_jwt_refresh_secret" + "target": "backend_src_auth_auth_constants_default_jwt_refresh_secret", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84563,9 +86869,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_constants", - "target": "backend_src_auth_auth_constants_getjwtsecret" + "target": "backend_src_auth_auth_constants_getjwtsecret", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84574,9 +86880,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller", - "target": "backend_src_auth_auth_controller_authcontroller" + "target": "backend_src_auth_auth_controller_authcontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84585,9 +86891,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_module", - "target": "backend_src_auth_auth_module_authmodule" + "target": "backend_src_auth_auth_module_authmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84596,9 +86902,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service", - "target": "backend_src_auth_auth_service_registerinput" + "target": "backend_src_auth_auth_service_registerinput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84607,9 +86913,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service", - "target": "backend_src_auth_auth_service_logininput" + "target": "backend_src_auth_auth_service_logininput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84618,9 +86924,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service", - "target": "backend_src_auth_auth_service_adminlogininput" + "target": "backend_src_auth_auth_service_adminlogininput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84629,9 +86935,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service", - "target": "backend_src_auth_auth_service_authservice" + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84640,9 +86946,9 @@ "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" + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84651,9 +86957,9 @@ "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" + "target": "backend_src_auth_dto_login_dto_logindto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84662,9 +86968,9 @@ "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" + "target": "backend_src_auth_dto_register_dto_registerdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84673,9 +86979,9 @@ "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" + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84684,9 +86990,9 @@ "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" + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84695,9 +87001,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84706,9 +87012,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_jwt_strategy", - "target": "backend_src_auth_jwt_strategy_jwtstrategy" + "target": "backend_src_auth_jwt_strategy_jwtstrategy", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84717,9 +87023,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_jwt_strategy", - "target": "backend_src_auth_jwt_strategy_jwtpayload" + "target": "backend_src_auth_jwt_strategy_jwtpayload", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84728,9 +87034,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84739,9 +87045,9 @@ "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" + "target": "backend_src_b2b_b2b_module_b2bmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84750,9 +87056,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84761,9 +87067,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84772,9 +87078,9 @@ "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" + "target": "backend_src_banners_banners_controller_bannerscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84783,9 +87089,9 @@ "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" + "target": "backend_src_banners_banners_module_bannersmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84794,9 +87100,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84805,9 +87111,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_blogscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84816,9 +87122,9 @@ "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" + "target": "backend_src_blogs_blogs_module_blogsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84827,9 +87133,9 @@ "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" + "target": "backend_src_blogs_blogs_service_blogsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84838,9 +87144,9 @@ "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" + "target": "backend_src_blogs_dto_create_blog_dto_createblogdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84849,9 +87155,9 @@ "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" + "target": "backend_src_blogs_dto_update_blog_dto_updateblogdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84860,9 +87166,9 @@ "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" + "target": "backend_src_blogs_entities_blog_entity_blog", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84871,9 +87177,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84882,9 +87188,9 @@ "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" + "target": "backend_src_cms_cms_module_cmsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84893,9 +87199,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84904,9 +87210,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84915,9 +87221,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84926,9 +87232,9 @@ "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" + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84937,9 +87243,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84948,9 +87254,9 @@ "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" + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84959,9 +87265,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84970,9 +87276,9 @@ "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" + "target": "backend_src_common_dto_pagination_dto_sortorder", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84981,9 +87287,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "confidence_score": 1.0 }, { "relation": "contains", @@ -84992,9 +87298,9 @@ "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" + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85003,9 +87309,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_requestwithuser", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85014,9 +87320,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85025,9 +87331,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85036,9 +87342,9 @@ "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" + "target": "backend_src_common_metrics_controller_metricscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85047,9 +87353,9 @@ "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" + "target": "backend_src_common_schemas_error_response_schema_apierrorresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85058,9 +87364,9 @@ "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" + "target": "backend_src_common_schemas_error_response_schema_errordetailfield", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85069,9 +87375,9 @@ "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" + "target": "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85080,9 +87386,9 @@ "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" + "target": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85091,9 +87397,9 @@ "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" + "target": "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85102,9 +87408,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service", - "target": "backend_src_common_services_sms_service_smsconfig" + "target": "backend_src_common_services_sms_service_smsconfig", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85113,9 +87419,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service", - "target": "backend_src_common_services_sms_service_melipayamakpattern" + "target": "backend_src_common_services_sms_service_melipayamakpattern", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85124,9 +87430,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service", - "target": "backend_src_common_services_sms_service_smslogquery" + "target": "backend_src_common_services_sms_service_smslogquery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85135,9 +87441,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service", - "target": "backend_src_common_services_sms_service_melipayamakresponse" + "target": "backend_src_common_services_sms_service_melipayamakresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85146,9 +87452,9 @@ "source_location": "L51", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service", - "target": "backend_src_common_services_sms_service_smsservice" + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85157,9 +87463,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_services_sms_service", - "target": "backend_src_common_services_sms_service_sendpatternsmsoptions" + "target": "backend_src_common_services_sms_service_sendpatternsmsoptions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85168,9 +87474,9 @@ "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" + "target": "backend_src_common_sms_module_smsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85179,9 +87485,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_common_utils_phone_utils", - "target": "backend_src_common_utils_phone_utils_normalizemobile" + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85190,9 +87496,9 @@ "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" + "target": "backend_src_contact_contact_controller_contactcontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85201,9 +87507,9 @@ "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" + "target": "backend_src_contact_contact_module_contactmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85212,9 +87518,9 @@ "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" + "target": "backend_src_contact_contact_service_updatecontactinfoitemdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85223,9 +87529,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85234,9 +87540,9 @@ "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" + "target": "backend_src_contact_contact_service_createcontactsubmissiondto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85245,9 +87551,9 @@ "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" + "target": "backend_src_home_dto_create_home_dto_createhomedto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85256,9 +87562,9 @@ "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" + "target": "backend_src_home_dto_update_home_dto_updatehomedto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85267,9 +87573,9 @@ "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" + "target": "backend_src_home_entities_home_entity_home", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85278,9 +87584,9 @@ "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" + "target": "backend_src_home_home_controller_homecontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85289,9 +87595,9 @@ "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" + "target": "backend_src_home_home_module_homemodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85300,9 +87606,9 @@ "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" + "target": "backend_src_home_home_service_homeservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85311,9 +87617,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85322,9 +87628,9 @@ "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" + "target": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85333,9 +87639,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85344,9 +87650,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_main", - "target": "backend_src_main_bootstrap" + "target": "backend_src_main_bootstrap", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85355,9 +87661,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_orderitemdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85366,9 +87672,9 @@ "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" + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85377,9 +87683,9 @@ "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" + "target": "backend_src_orders_orders_controller_validatecoupondto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85388,9 +87694,9 @@ "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" + "target": "backend_src_orders_orders_controller_orderscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85399,9 +87705,9 @@ "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" + "target": "backend_src_orders_orders_module_ordersmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85410,9 +87716,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service", - "target": "backend_src_orders_orders_service_ordersservice" + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85421,9 +87727,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_admin_transaction_filter_dto", - "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto" + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85432,9 +87738,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto", - "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto" + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85443,9 +87749,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_initiate_payment_dto", - "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto" + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85454,9 +87760,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_dto_verify_payment_dto", - "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto" + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85465,9 +87771,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85476,9 +87782,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85487,9 +87793,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85498,9 +87804,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface", - "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85509,9 +87815,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85520,9 +87826,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult" + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85531,9 +87837,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_payment_controller_paymentcontroller" + "target": "backend_src_payment_payment_controller_paymentcontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85542,9 +87848,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_module", - "target": "backend_src_payment_payment_module_paymentmodule" + "target": "backend_src_payment_payment_module_paymentmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85553,9 +87859,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_payment_payment_service_clientmetadata" + "target": "backend_src_payment_payment_service_clientmetadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85564,9 +87870,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service", - "target": "backend_src_payment_payment_service_paymentservice" + "target": "backend_src_payment_payment_service_paymentservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85575,9 +87881,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_zibal_service_zibalrequestresponse" + "target": "backend_src_payment_zibal_service_zibalrequestresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85586,9 +87892,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_zibal_service_zibalverifyresponse" + "target": "backend_src_payment_zibal_service_zibalverifyresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85597,9 +87903,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_zibal_service_zibalinquiryresponse" + "target": "backend_src_payment_zibal_service_zibalinquiryresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85608,9 +87914,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service", - "target": "backend_src_payment_zibal_service_zibalservice" + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85619,9 +87925,9 @@ "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" + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85630,9 +87936,9 @@ "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" + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85641,9 +87947,9 @@ "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" + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85652,9 +87958,9 @@ "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" + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85663,9 +87969,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller", - "target": "backend_src_pets_pets_controller_petscontroller" + "target": "backend_src_pets_pets_controller_petscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85674,9 +87980,9 @@ "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" + "target": "backend_src_pets_pets_module_petsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85685,9 +87991,9 @@ "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" + "target": "backend_src_pets_pets_service_healthloginput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85696,9 +88002,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85707,9 +88013,9 @@ "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" + "target": "backend_src_pets_pets_service_reminderinput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85718,9 +88024,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_userreqpayload", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85729,9 +88035,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85740,9 +88046,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_module", - "target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule" + "target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85751,9 +88057,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service", - "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85762,9 +88068,9 @@ "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" + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85773,9 +88079,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85784,9 +88090,9 @@ "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" + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85795,9 +88101,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85806,9 +88112,9 @@ "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" + "target": "backend_src_products_products_module_productsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85817,9 +88123,9 @@ "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" + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85828,9 +88134,9 @@ "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" + "target": "backend_src_redis_redis_module_redismodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85839,9 +88145,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85850,9 +88156,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_create_review_dto", - "target": "backend_src_reviews_dto_create_review_dto_createreviewdto" + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85861,9 +88167,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_dto_update_review_dto", - "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto" + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85872,9 +88178,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller", - "target": "backend_src_reviews_reviews_controller_reviewscontroller" + "target": "backend_src_reviews_reviews_controller_reviewscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85883,9 +88189,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_module", - "target": "backend_src_reviews_reviews_module_reviewsmodule" + "target": "backend_src_reviews_reviews_module_reviewsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85894,9 +88200,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service", - "target": "backend_src_reviews_reviews_service_reviewsservice" + "target": "backend_src_reviews_reviews_service_reviewsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85905,9 +88211,9 @@ "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" + "target": "backend_src_seo_seo_controller_seocontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85916,9 +88222,9 @@ "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" + "target": "backend_src_seo_seo_module_seomodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85927,9 +88233,9 @@ "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" + "target": "backend_src_seo_seo_service_seoservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85938,9 +88244,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_default_ui_texts", - "target": "backend_src_settings_default_ui_texts_default_ui_texts" + "target": "backend_src_settings_default_ui_texts_default_ui_texts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85949,9 +88255,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_dto_sms_log_query_dto", - "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto" + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85960,9 +88266,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller", - "target": "backend_src_settings_settings_controller_settingscontroller" + "target": "backend_src_settings_settings_controller_settingscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85971,9 +88277,9 @@ "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" + "target": "backend_src_settings_settings_module_settingsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85982,9 +88288,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_settings_settings_service_canonical_aliases" + "target": "backend_src_settings_settings_service_canonical_aliases", + "confidence_score": 1.0 }, { "relation": "contains", @@ -85993,9 +88299,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_settings_settings_service_scientifictermdata" + "target": "backend_src_settings_settings_service_scientifictermdata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86004,9 +88310,9 @@ "source_location": "L86", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service", - "target": "backend_src_settings_settings_service_settingsservice" + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86015,9 +88321,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86026,9 +88332,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86037,9 +88343,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86048,9 +88354,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86059,9 +88365,9 @@ "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" + "target": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86070,9 +88376,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86081,9 +88387,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto", - "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86092,9 +88398,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto", - "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86103,9 +88409,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_create_ticket_dto", - "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto" + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86114,9 +88420,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_dto_ticket_query_dto", - "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto" + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86125,9 +88431,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller", - "target": "backend_src_tickets_tickets_controller_ticketscontroller" + "target": "backend_src_tickets_tickets_controller_ticketscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86136,9 +88442,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_module", - "target": "backend_src_tickets_tickets_module_ticketsmodule" + "target": "backend_src_tickets_tickets_module_ticketsmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86147,9 +88453,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service", - "target": "backend_src_tickets_tickets_service_ticketsservice" + "target": "backend_src_tickets_tickets_service_ticketsservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86158,9 +88464,9 @@ "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" + "target": "backend_src_users_dto_address_dto_addressdto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86169,9 +88475,9 @@ "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" + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86180,9 +88486,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86191,9 +88497,9 @@ "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" + "target": "backend_src_users_users_module_usersmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86202,9 +88508,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service", - "target": "backend_src_users_users_service_useraddressinput" + "target": "backend_src_users_users_service_useraddressinput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86213,9 +88519,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service", - "target": "backend_src_users_users_service_usersservice" + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86224,9 +88530,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86235,9 +88541,9 @@ "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" + "target": "backend_src_videos_dto_create_video_dto_updatevideodto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86246,9 +88552,9 @@ "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" + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86257,9 +88563,9 @@ "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" + "target": "backend_src_videos_videos_controller_videoscontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86268,9 +88574,9 @@ "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" + "target": "backend_src_videos_videos_module_videosmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86279,9 +88585,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86290,9 +88596,9 @@ "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" + "target": "backend_src_videos_videos_service_videoquery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86301,9 +88607,9 @@ "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" + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86312,9 +88618,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86323,9 +88629,9 @@ "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" + "target": "backend_src_wholesale_wholesale_module_wholesalemodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86334,9 +88640,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86345,9 +88651,9 @@ "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" + "target": "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86356,9 +88662,9 @@ "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" + "target": "backend_src_wiki_dto_update_wiki_dto_updatewikidto", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86367,9 +88673,9 @@ "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" + "target": "backend_src_wiki_entities_wiki_entity_wiki", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86378,9 +88684,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_wikicontroller", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86389,9 +88695,9 @@ "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" + "target": "backend_src_wiki_wiki_module_wikimodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86400,9 +88706,9 @@ "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" + "target": "backend_src_wiki_wiki_service_wikiservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86411,9 +88717,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig", - "target": "backend_tsconfig_compileroptions" + "target": "backend_tsconfig_compileroptions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86422,9 +88728,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig", - "target": "backend_tsconfig_include" + "target": "backend_tsconfig_include", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86433,9 +88739,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig", - "target": "backend_tsconfig_exclude" + "target": "backend_tsconfig_exclude", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86444,9 +88750,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_build", - "target": "backend_tsconfig_build_extends" + "target": "backend_tsconfig_build_extends", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86455,9 +88761,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_build", - "target": "backend_tsconfig_build_exclude" + "target": "backend_tsconfig_build_exclude", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86466,9 +88772,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_emitdecoratormetadata" + "target": "backend_tsconfig_compileroptions_emitdecoratormetadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86477,9 +88783,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_experimentaldecorators" + "target": "backend_tsconfig_compileroptions_experimentaldecorators", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86488,9 +88794,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports" + "target": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86499,9 +88805,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_target" + "target": "backend_tsconfig_compileroptions_target", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86510,9 +88816,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_sourcemap" + "target": "backend_tsconfig_compileroptions_sourcemap", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86521,9 +88827,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_outdir" + "target": "backend_tsconfig_compileroptions_outdir", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86532,9 +88838,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_rootdir" + "target": "backend_tsconfig_compileroptions_rootdir", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86543,9 +88849,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_baseurl" + "target": "backend_tsconfig_compileroptions_baseurl", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86554,9 +88860,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_incremental" + "target": "backend_tsconfig_compileroptions_incremental", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86565,9 +88871,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_skiplibcheck" + "target": "backend_tsconfig_compileroptions_skiplibcheck", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86576,9 +88882,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_strictnullchecks" + "target": "backend_tsconfig_compileroptions_strictnullchecks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86587,9 +88893,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames" + "target": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86598,9 +88904,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_noimplicitany" + "target": "backend_tsconfig_compileroptions_noimplicitany", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86609,9 +88915,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_strictbindcallapply" + "target": "backend_tsconfig_compileroptions_strictbindcallapply", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86620,9 +88926,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch" + "target": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86631,9 +88937,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_module" + "target": "backend_tsconfig_compileroptions_module", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86642,9 +88948,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_moduleresolution" + "target": "backend_tsconfig_compileroptions_moduleresolution", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86653,9 +88959,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_resolvepackagejsonexports" + "target": "backend_tsconfig_compileroptions_resolvepackagejsonexports", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86664,9 +88970,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_esmoduleinterop" + "target": "backend_tsconfig_compileroptions_esmoduleinterop", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86675,9 +88981,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_isolatedmodules" + "target": "backend_tsconfig_compileroptions_isolatedmodules", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86686,9 +88992,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_declaration" + "target": "backend_tsconfig_compileroptions_declaration", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86697,9 +89003,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_tsconfig_compileroptions", - "target": "backend_tsconfig_compileroptions_removecomments" + "target": "backend_tsconfig_compileroptions_removecomments", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86708,9 +89014,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude", - "target": "claude_graphify" + "target": "claude_graphify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86719,9 +89025,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_claude", - "target": "claude_claude_graphify" + "target": "claude_claude_graphify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86730,9 +89036,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_add_watch", - "target": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder" + "target": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86741,9 +89047,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", - "target": "claude_skills_graphify_references_add_watch_for_watch" + "target": "claude_skills_graphify_references_add_watch_for_watch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86752,9 +89058,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", - "target": "claude_skills_graphify_references_add_watch_for_graphify_add" + "target": "claude_skills_graphify_references_add_watch_for_graphify_add", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86763,9 +89069,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_exports", - "target": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark" + "target": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86774,9 +89080,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", - "target": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag" + "target": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86785,9 +89091,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", - "target": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag" + "target": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86796,9 +89102,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", - "target": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag" + "target": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86807,9 +89113,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", - "target": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag" + "target": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86818,9 +89124,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", - "target": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag" + "target": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86829,9 +89135,9 @@ "source_location": "L59", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", - "target": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag" + "target": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86840,9 +89146,9 @@ "source_location": "L79", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", - "target": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000" + "target": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86851,9 +89157,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_extraction_spec", - "target": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt" + "target": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86862,9 +89168,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_github_and_merge", - "target": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge" + "target": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86873,9 +89179,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", - "target": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given" + "target": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86884,9 +89190,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_hooks", - "target": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration" + "target": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86895,9 +89201,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", - "target": "claude_skills_graphify_references_hooks_for_native_claude_md_integration" + "target": "claude_skills_graphify_references_hooks_for_native_claude_md_integration", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86906,9 +89212,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", - "target": "claude_skills_graphify_references_hooks_for_git_commit_hook" + "target": "claude_skills_graphify_references_hooks_for_git_commit_hook", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86917,9 +89223,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_query", - "target": "claude_skills_graphify_references_query_graphify_reference_query_path_explain" + "target": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86928,9 +89234,9 @@ "source_location": "L186", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", - "target": "claude_skills_graphify_references_query_for_graphify_path" + "target": "claude_skills_graphify_references_query_for_graphify_path", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86939,9 +89245,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", - "target": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal" + "target": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86950,9 +89256,9 @@ "source_location": "L254", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", - "target": "claude_skills_graphify_references_query_for_graphify_explain" + "target": "claude_skills_graphify_references_query_for_graphify_explain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86961,9 +89267,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", - "target": "claude_skills_graphify_references_query_step_1_traversal" + "target": "claude_skills_graphify_references_query_step_1_traversal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86972,9 +89278,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_transcribe", - "target": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio" + "target": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86983,9 +89289,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", - "target": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected" + "target": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected", + "confidence_score": 1.0 }, { "relation": "contains", @@ -86994,9 +89300,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_update", - "target": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only" + "target": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87005,9 +89311,9 @@ "source_location": "L202", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", - "target": "claude_skills_graphify_references_update_for_cluster_only" + "target": "claude_skills_graphify_references_update_for_cluster_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87016,9 +89322,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", - "target": "claude_skills_graphify_references_update_for_update_incremental_re_extraction" + "target": "claude_skills_graphify_references_update_for_update_incremental_re_extraction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87027,9 +89333,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill", - "target": "claude_skills_graphify_skill_graphify" + "target": "claude_skills_graphify_skill_graphify", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87038,9 +89344,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_usage" + "target": "claude_skills_graphify_skill_usage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87049,9 +89355,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_what_graphify_is_for" + "target": "claude_skills_graphify_skill_what_graphify_is_for", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87060,9 +89366,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_what_you_must_do_when_invoked" + "target": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87071,9 +89377,9 @@ "source_location": "L681", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_interpreter_guard_for_subcommands" + "target": "claude_skills_graphify_skill_interpreter_guard_for_subcommands", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87082,9 +89388,9 @@ "source_location": "L701", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_for_update_and_cluster_only" + "target": "claude_skills_graphify_skill_for_update_and_cluster_only", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87093,9 +89399,9 @@ "source_location": "L707", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_for_graphify_query" + "target": "claude_skills_graphify_skill_for_graphify_query", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87104,9 +89410,9 @@ "source_location": "L719", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_for_graphify_add_and_watch" + "target": "claude_skills_graphify_skill_for_graphify_add_and_watch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87115,9 +89421,9 @@ "source_location": "L725", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration" + "target": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87126,9 +89432,9 @@ "source_location": "L731", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_troubleshooting" + "target": "claude_skills_graphify_skill_troubleshooting", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87137,9 +89443,9 @@ "source_location": "L744", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_graphify", - "target": "claude_skills_graphify_skill_honesty_rules" + "target": "claude_skills_graphify_skill_honesty_rules", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87148,9 +89454,9 @@ "source_location": "L192", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", - "target": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files" + "target": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87159,9 +89465,9 @@ "source_location": "L218", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", - "target": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents" + "target": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87170,9 +89476,9 @@ "source_location": "L381", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", - "target": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction" + "target": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87181,9 +89487,9 @@ "source_location": "L733", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_troubleshooting", - "target": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working" + "target": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87192,9 +89498,9 @@ "source_location": "L129", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_2_detect_files" + "target": "claude_skills_graphify_skill_step_2_detect_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87203,9 +89509,9 @@ "source_location": "L169", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected" + "target": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87214,9 +89520,9 @@ "source_location": "L173", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships" + "target": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87225,9 +89531,9 @@ "source_location": "L415", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs" + "target": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87236,9 +89542,9 @@ "source_location": "L478", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate" + "target": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87247,9 +89553,9 @@ "source_location": "L504", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_5_label_communities" + "target": "claude_skills_graphify_skill_step_5_label_communities", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87258,9 +89564,9 @@ "source_location": "L553", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html" + "target": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87269,9 +89575,9 @@ "source_location": "L573", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags" + "target": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87280,9 +89586,9 @@ "source_location": "L579", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report" + "target": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87291,9 +89597,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths" + "target": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87302,9 +89608,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", - "target": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed" + "target": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87313,9 +89619,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment", - "target": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment" + "target": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87324,9 +89630,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", - "target": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f" + "target": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87335,9 +89641,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", - "target": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js" + "target": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87346,9 +89652,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", - "target": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment" + "target": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87357,9 +89663,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", - "target": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode" + "target": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87368,9 +89674,9 @@ "source_location": "L72", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", - "target": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy" + "target": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87379,9 +89685,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", - "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f" + "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87390,9 +89696,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", - "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f" + "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87401,9 +89707,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", - "target": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627" + "target": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87412,9 +89718,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", - "target": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building" + "target": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87423,9 +89729,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", - "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2" + "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87434,9 +89740,9 @@ "source_location": "L64", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", - "target": "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f" + "target": "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87445,9 +89751,9 @@ "source_location": "L78", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy", - "target": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx" + "target": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87456,9 +89762,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_05_devops_and_monitoring", - "target": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring" + "target": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87467,9 +89773,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", - "target": "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard" + "target": "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87478,9 +89784,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", - "target": "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management" + "target": "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87489,9 +89795,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", - "target": "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql" + "target": "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87500,9 +89806,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", - "target": "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd" + "target": "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87511,9 +89817,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_06_testing", - "target": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing" + "target": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87522,9 +89828,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", - "target": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing" + "target": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87533,9 +89839,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", - "target": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing" + "target": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87544,9 +89850,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", - "target": "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress" + "target": "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87555,9 +89861,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", - "target": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist" + "target": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87566,9 +89872,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", - "target": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing" + "target": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87577,9 +89883,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map", - "target": "docs_audit_00_repository_map_repository_map" + "target": "docs_audit_00_repository_map_repository_map", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87588,9 +89894,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", - "target": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application" + "target": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87599,9 +89905,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", - "target": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application" + "target": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87610,9 +89916,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", - "target": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories" + "target": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87621,9 +89927,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map_repository_map", - "target": "docs_audit_00_repository_map_active_applications_non_auditable_scopes" + "target": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87632,9 +89938,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map_repository_map", - "target": "docs_audit_00_repository_map_repository_structure_overview" + "target": "docs_audit_00_repository_map_repository_structure_overview", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87643,9 +89949,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map_repository_map", - "target": "docs_audit_00_repository_map_mandatory_global_audit_exclusions" + "target": "docs_audit_00_repository_map_mandatory_global_audit_exclusions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87654,9 +89960,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map_repository_map", - "target": "docs_audit_00_repository_map_important_configuration_infrastructure_files" + "target": "docs_audit_00_repository_map_important_configuration_infrastructure_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87665,9 +89971,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_00_repository_map_repository_map", - "target": "docs_audit_00_repository_map_documentation_governance" + "target": "docs_audit_00_repository_map_documentation_governance", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87676,9 +89982,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_01_system_discovery", - "target": "docs_audit_01_system_discovery_system_discovery" + "target": "docs_audit_01_system_discovery_system_discovery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87687,9 +89993,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_01_system_discovery_current_architecture", - "target": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts" + "target": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87698,9 +90004,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_01_system_discovery_current_architecture", - "target": "docs_audit_01_system_discovery_active_core_applications" + "target": "docs_audit_01_system_discovery_active_core_applications", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87709,9 +90015,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_01_system_discovery_system_discovery", - "target": "docs_audit_01_system_discovery_major_business_domains_discovered" + "target": "docs_audit_01_system_discovery_major_business_domains_discovered", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87720,9 +90026,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_01_system_discovery_system_discovery", - "target": "docs_audit_01_system_discovery_technical_architecture_summary" + "target": "docs_audit_01_system_discovery_technical_architecture_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87731,9 +90037,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_01_system_discovery_system_discovery", - "target": "docs_audit_01_system_discovery_current_architecture" + "target": "docs_audit_01_system_discovery_current_architecture", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87742,9 +90048,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_01_system_discovery_system_discovery", - "target": "docs_audit_01_system_discovery_evidence_based_status_matrix" + "target": "docs_audit_01_system_discovery_evidence_based_status_matrix", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87753,9 +90059,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan", - "target": "docs_audit_02_audit_plan_audit_plan_subagent_roles" + "target": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87764,9 +90070,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", - "target": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions" + "target": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87775,9 +90081,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", - "target": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments" + "target": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87786,9 +90092,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", - "target": "docs_audit_02_audit_plan_subagent_execution_mode" + "target": "docs_audit_02_audit_plan_subagent_execution_mode", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87797,9 +90103,9 @@ "source_location": "L80", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", - "target": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation" + "target": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87808,9 +90114,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_1_lead_architect_orchestrator" + "target": "docs_audit_02_audit_plan_1_lead_architect_orchestrator", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87819,9 +90125,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor" + "target": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87830,9 +90136,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_3_nestjs_backend_auditor" + "target": "docs_audit_02_audit_plan_3_nestjs_backend_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87841,9 +90147,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_4_admin_features_auditor" + "target": "docs_audit_02_audit_plan_4_admin_features_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87852,9 +90158,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_5_database_data_integrity_auditor" + "target": "docs_audit_02_audit_plan_5_database_data_integrity_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87863,9 +90169,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_6_security_auditor" + "target": "docs_audit_02_audit_plan_6_security_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87874,9 +90180,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor" + "target": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87885,9 +90191,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_8_testing_reliability_auditor" + "target": "docs_audit_02_audit_plan_8_testing_reliability_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87896,9 +90202,9 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor" + "target": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87907,9 +90213,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", - "target": "docs_audit_02_audit_plan_10_documentation_engineer" + "target": "docs_audit_02_audit_plan_10_documentation_engineer", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87918,9 +90224,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_03_baseline_command_plan", - "target": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history" + "target": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87929,9 +90235,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", - "target": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis" + "target": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87940,9 +90246,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", - "target": "docs_audit_03_baseline_command_plan_attempted_command_execution_log" + "target": "docs_audit_03_baseline_command_plan_attempted_command_execution_log", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87951,9 +90257,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", - "target": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2" + "target": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87962,9 +90268,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", - "target": "docs_audit_03_baseline_command_plan_root_package_json_scripts" + "target": "docs_audit_03_baseline_command_plan_root_package_json_scripts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87973,9 +90279,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", - "target": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts" + "target": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87984,9 +90290,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_04_open_questions", - "target": "docs_audit_04_open_questions_open_questions" + "target": "docs_audit_04_open_questions_open_questions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -87995,9 +90301,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_04_open_questions_open_questions", - "target": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications" + "target": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88006,9 +90312,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_04_open_questions_open_questions", - "target": "docs_audit_04_open_questions_4_sms_otp_service_provider" + "target": "docs_audit_04_open_questions_4_sms_otp_service_provider", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88017,9 +90323,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_04_open_questions_open_questions", - "target": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application" + "target": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88028,9 +90334,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_04_open_questions_open_questions", - "target": "docs_audit_04_open_questions_2_payment_gateway_integration_provider" + "target": "docs_audit_04_open_questions_2_payment_gateway_integration_provider", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88039,9 +90345,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit", - "target": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report" + "target": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88050,9 +90356,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_title" + "target": "docs_audit_06_storefront_audit_title", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88061,9 +90367,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_domain" + "target": "docs_audit_06_storefront_audit_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88072,9 +90378,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_category" + "target": "docs_audit_06_storefront_audit_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88083,9 +90389,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_severity" + "target": "docs_audit_06_storefront_audit_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88094,9 +90400,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_confidence" + "target": "docs_audit_06_storefront_audit_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88105,9 +90411,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_status" + "target": "docs_audit_06_storefront_audit_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88116,9 +90422,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_affected_application" + "target": "docs_audit_06_storefront_audit_affected_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88127,9 +90433,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_affected_files" + "target": "docs_audit_06_storefront_audit_affected_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88138,9 +90444,9 @@ "source_location": "L51", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_relevant_symbols_or_lines" + "target": "docs_audit_06_storefront_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88149,9 +90455,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_evidence" + "target": "docs_audit_06_storefront_audit_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88160,9 +90466,9 @@ "source_location": "L57", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_problem" + "target": "docs_audit_06_storefront_audit_problem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88171,9 +90477,9 @@ "source_location": "L60", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_root_cause" + "target": "docs_audit_06_storefront_audit_root_cause", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88182,9 +90488,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_why_it_matters" + "target": "docs_audit_06_storefront_audit_why_it_matters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88193,9 +90499,9 @@ "source_location": "L66", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_user_or_business_impact" + "target": "docs_audit_06_storefront_audit_user_or_business_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88204,9 +90510,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_technical_impact" + "target": "docs_audit_06_storefront_audit_technical_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88215,9 +90521,9 @@ "source_location": "L72", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_security_or_data_integrity_impact" + "target": "docs_audit_06_storefront_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88226,9 +90532,9 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_recommended_direction" + "target": "docs_audit_06_storefront_audit_recommended_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88237,9 +90543,9 @@ "source_location": "L78", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_alternative_direction" + "target": "docs_audit_06_storefront_audit_alternative_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88248,9 +90554,9 @@ "source_location": "L81", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_implementation_complexity" + "target": "docs_audit_06_storefront_audit_implementation_complexity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88259,9 +90565,9 @@ "source_location": "L84", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_dependencies" + "target": "docs_audit_06_storefront_audit_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88270,9 +90576,9 @@ "source_location": "L87", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_risks" + "target": "docs_audit_06_storefront_audit_risks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88281,9 +90587,9 @@ "source_location": "L90", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_verification_requirements" + "target": "docs_audit_06_storefront_audit_verification_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88292,9 +90598,9 @@ "source_location": "L93", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_testing_requirements" + "target": "docs_audit_06_storefront_audit_testing_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88303,9 +90609,9 @@ "source_location": "L96", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_acceptance_criteria" + "target": "docs_audit_06_storefront_audit_acceptance_criteria", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88314,9 +90620,9 @@ "source_location": "L99", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_fe_001", - "target": "docs_audit_06_storefront_audit_notes_and_limitations" + "target": "docs_audit_06_storefront_audit_notes_and_limitations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88325,9 +90631,9 @@ "source_location": "L104", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", - "target": "docs_audit_06_storefront_audit_finding_summary" + "target": "docs_audit_06_storefront_audit_finding_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88336,9 +90642,9 @@ "source_location": "L116", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", - "target": "docs_audit_06_storefront_audit_completion_statement" + "target": "docs_audit_06_storefront_audit_completion_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88347,9 +90653,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", - "target": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths" + "target": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88358,9 +90664,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", - "target": "docs_audit_06_storefront_audit_findings" + "target": "docs_audit_06_storefront_audit_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88369,9 +90675,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", - "target": "docs_audit_06_storefront_audit_fe_001" + "target": "docs_audit_06_storefront_audit_fe_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88380,9 +90686,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit", - "target": "docs_audit_07_backend_audit_nestjs_backend_audit_report" + "target": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88391,9 +90697,9 @@ "source_location": "L101", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_dependencies" + "target": "docs_audit_07_backend_audit_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88402,9 +90708,9 @@ "source_location": "L104", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_risks" + "target": "docs_audit_07_backend_audit_risks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88413,9 +90719,9 @@ "source_location": "L107", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_verification_requirements" + "target": "docs_audit_07_backend_audit_verification_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88424,9 +90730,9 @@ "source_location": "L110", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_testing_requirements" + "target": "docs_audit_07_backend_audit_testing_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88435,9 +90741,9 @@ "source_location": "L113", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_acceptance_criteria" + "target": "docs_audit_07_backend_audit_acceptance_criteria", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88446,9 +90752,9 @@ "source_location": "L116", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_notes_and_limitations" + "target": "docs_audit_07_backend_audit_notes_and_limitations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88457,9 +90763,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_title" + "target": "docs_audit_07_backend_audit_title", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88468,9 +90774,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_domain" + "target": "docs_audit_07_backend_audit_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88479,9 +90785,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_category" + "target": "docs_audit_07_backend_audit_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88490,9 +90796,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_severity" + "target": "docs_audit_07_backend_audit_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88501,9 +90807,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_confidence" + "target": "docs_audit_07_backend_audit_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88512,9 +90818,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_status" + "target": "docs_audit_07_backend_audit_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88523,9 +90829,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_affected_application" + "target": "docs_audit_07_backend_audit_affected_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88534,9 +90840,9 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_affected_files" + "target": "docs_audit_07_backend_audit_affected_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88545,9 +90851,9 @@ "source_location": "L59", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_relevant_symbols_or_lines" + "target": "docs_audit_07_backend_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88556,9 +90862,9 @@ "source_location": "L62", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_evidence" + "target": "docs_audit_07_backend_audit_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88567,9 +90873,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_problem" + "target": "docs_audit_07_backend_audit_problem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88578,9 +90884,9 @@ "source_location": "L77", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_root_cause" + "target": "docs_audit_07_backend_audit_root_cause", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88589,9 +90895,9 @@ "source_location": "L80", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_why_it_matters" + "target": "docs_audit_07_backend_audit_why_it_matters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88600,9 +90906,9 @@ "source_location": "L83", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_user_or_business_impact" + "target": "docs_audit_07_backend_audit_user_or_business_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88611,9 +90917,9 @@ "source_location": "L86", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_technical_impact" + "target": "docs_audit_07_backend_audit_technical_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88622,9 +90928,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_security_or_data_integrity_impact" + "target": "docs_audit_07_backend_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88633,9 +90939,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_recommended_direction" + "target": "docs_audit_07_backend_audit_recommended_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88644,9 +90950,9 @@ "source_location": "L95", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_alternative_direction" + "target": "docs_audit_07_backend_audit_alternative_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88655,9 +90961,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_be_001", - "target": "docs_audit_07_backend_audit_implementation_complexity" + "target": "docs_audit_07_backend_audit_implementation_complexity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88666,9 +90972,9 @@ "source_location": "L121", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", - "target": "docs_audit_07_backend_audit_finding_summary" + "target": "docs_audit_07_backend_audit_finding_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88677,9 +90983,9 @@ "source_location": "L133", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", - "target": "docs_audit_07_backend_audit_completion_statement" + "target": "docs_audit_07_backend_audit_completion_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88688,9 +90994,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", - "target": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths" + "target": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88699,9 +91005,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", - "target": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics" + "target": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88710,9 +91016,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", - "target": "docs_audit_07_backend_audit_findings" + "target": "docs_audit_07_backend_audit_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88721,9 +91027,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", - "target": "docs_audit_07_backend_audit_be_001" + "target": "docs_audit_07_backend_audit_be_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88732,9 +91038,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit", - "target": "docs_audit_08_admin_features_audit_admin_features_audit_report" + "target": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88743,9 +91049,9 @@ "source_location": "L101", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_acceptance_criteria" + "target": "docs_audit_08_admin_features_audit_acceptance_criteria", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88754,9 +91060,9 @@ "source_location": "L104", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_notes_and_limitations" + "target": "docs_audit_08_admin_features_audit_notes_and_limitations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88765,9 +91071,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_title" + "target": "docs_audit_08_admin_features_audit_title", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88776,9 +91082,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_domain" + "target": "docs_audit_08_admin_features_audit_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88787,9 +91093,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_category" + "target": "docs_audit_08_admin_features_audit_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88798,9 +91104,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_severity" + "target": "docs_audit_08_admin_features_audit_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88809,9 +91115,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_confidence" + "target": "docs_audit_08_admin_features_audit_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88820,9 +91126,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_status" + "target": "docs_audit_08_admin_features_audit_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88831,9 +91137,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_affected_application" + "target": "docs_audit_08_admin_features_audit_affected_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88842,9 +91148,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_affected_files" + "target": "docs_audit_08_admin_features_audit_affected_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88853,9 +91159,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines" + "target": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88864,9 +91170,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_evidence" + "target": "docs_audit_08_admin_features_audit_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88875,9 +91181,9 @@ "source_location": "L62", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_problem" + "target": "docs_audit_08_admin_features_audit_problem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88886,9 +91192,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_root_cause" + "target": "docs_audit_08_admin_features_audit_root_cause", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88897,9 +91203,9 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_why_it_matters" + "target": "docs_audit_08_admin_features_audit_why_it_matters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88908,9 +91214,9 @@ "source_location": "L71", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_user_or_business_impact" + "target": "docs_audit_08_admin_features_audit_user_or_business_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88919,9 +91225,9 @@ "source_location": "L74", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_technical_impact" + "target": "docs_audit_08_admin_features_audit_technical_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88930,9 +91236,9 @@ "source_location": "L77", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact" + "target": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88941,9 +91247,9 @@ "source_location": "L80", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_recommended_direction" + "target": "docs_audit_08_admin_features_audit_recommended_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88952,9 +91258,9 @@ "source_location": "L83", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_alternative_direction" + "target": "docs_audit_08_admin_features_audit_alternative_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88963,9 +91269,9 @@ "source_location": "L86", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_implementation_complexity" + "target": "docs_audit_08_admin_features_audit_implementation_complexity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88974,9 +91280,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_dependencies" + "target": "docs_audit_08_admin_features_audit_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88985,9 +91291,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_risks" + "target": "docs_audit_08_admin_features_audit_risks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -88996,9 +91302,9 @@ "source_location": "L95", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_verification_requirements" + "target": "docs_audit_08_admin_features_audit_verification_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89007,9 +91313,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_adm_001", - "target": "docs_audit_08_admin_features_audit_testing_requirements" + "target": "docs_audit_08_admin_features_audit_testing_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89018,9 +91324,9 @@ "source_location": "L109", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", - "target": "docs_audit_08_admin_features_audit_finding_summary" + "target": "docs_audit_08_admin_features_audit_finding_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89029,9 +91335,9 @@ "source_location": "L121", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", - "target": "docs_audit_08_admin_features_audit_completion_statement" + "target": "docs_audit_08_admin_features_audit_completion_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89040,9 +91346,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", - "target": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths" + "target": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89051,9 +91357,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", - "target": "docs_audit_08_admin_features_audit_findings" + "target": "docs_audit_08_admin_features_audit_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89062,9 +91368,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", - "target": "docs_audit_08_admin_features_audit_adm_001" + "target": "docs_audit_08_admin_features_audit_adm_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89073,9 +91379,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit", - "target": "docs_audit_09_database_audit_database_and_data_integrity_audit_report" + "target": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89084,9 +91390,9 @@ "source_location": "L111", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", - "target": "docs_audit_09_database_audit_finding_summary" + "target": "docs_audit_09_database_audit_finding_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89095,9 +91401,9 @@ "source_location": "L123", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", - "target": "docs_audit_09_database_audit_completion_statement" + "target": "docs_audit_09_database_audit_completion_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89106,9 +91412,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", - "target": "docs_audit_09_database_audit_domain_overview_confirmed_strengths" + "target": "docs_audit_09_database_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89117,9 +91423,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", - "target": "docs_audit_09_database_audit_findings" + "target": "docs_audit_09_database_audit_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89128,9 +91434,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", - "target": "docs_audit_09_database_audit_db_001" + "target": "docs_audit_09_database_audit_db_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89139,9 +91445,9 @@ "source_location": "L100", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_testing_requirements" + "target": "docs_audit_09_database_audit_testing_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89150,9 +91456,9 @@ "source_location": "L103", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_acceptance_criteria" + "target": "docs_audit_09_database_audit_acceptance_criteria", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89161,9 +91467,9 @@ "source_location": "L106", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_notes_and_limitations" + "target": "docs_audit_09_database_audit_notes_and_limitations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89172,9 +91478,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_title" + "target": "docs_audit_09_database_audit_title", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89183,9 +91489,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_domain" + "target": "docs_audit_09_database_audit_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89194,9 +91500,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_category" + "target": "docs_audit_09_database_audit_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89205,9 +91511,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_severity" + "target": "docs_audit_09_database_audit_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89216,9 +91522,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_confidence" + "target": "docs_audit_09_database_audit_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89227,9 +91533,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_status" + "target": "docs_audit_09_database_audit_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89238,9 +91544,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_affected_application" + "target": "docs_audit_09_database_audit_affected_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89249,9 +91555,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_affected_files" + "target": "docs_audit_09_database_audit_affected_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89260,9 +91566,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_relevant_symbols_or_lines" + "target": "docs_audit_09_database_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89271,9 +91577,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_evidence" + "target": "docs_audit_09_database_audit_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89282,9 +91588,9 @@ "source_location": "L64", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_problem" + "target": "docs_audit_09_database_audit_problem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89293,9 +91599,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_root_cause" + "target": "docs_audit_09_database_audit_root_cause", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89304,9 +91610,9 @@ "source_location": "L70", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_why_it_matters" + "target": "docs_audit_09_database_audit_why_it_matters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89315,9 +91621,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_user_or_business_impact" + "target": "docs_audit_09_database_audit_user_or_business_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89326,9 +91632,9 @@ "source_location": "L76", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_technical_impact" + "target": "docs_audit_09_database_audit_technical_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89337,9 +91643,9 @@ "source_location": "L79", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_security_or_data_integrity_impact" + "target": "docs_audit_09_database_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89348,9 +91654,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_recommended_direction" + "target": "docs_audit_09_database_audit_recommended_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89359,9 +91665,9 @@ "source_location": "L85", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_alternative_direction" + "target": "docs_audit_09_database_audit_alternative_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89370,9 +91676,9 @@ "source_location": "L88", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_implementation_complexity" + "target": "docs_audit_09_database_audit_implementation_complexity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89381,9 +91687,9 @@ "source_location": "L91", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_dependencies" + "target": "docs_audit_09_database_audit_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89392,9 +91698,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_risks" + "target": "docs_audit_09_database_audit_risks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89403,9 +91709,9 @@ "source_location": "L97", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_09_database_audit_db_001", - "target": "docs_audit_09_database_audit_verification_requirements" + "target": "docs_audit_09_database_audit_verification_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89414,9 +91720,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit", - "target": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report" + "target": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89425,9 +91731,9 @@ "source_location": "L101", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_notes_and_limitations" + "target": "docs_audit_11_code_quality_audit_notes_and_limitations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89436,9 +91742,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_title" + "target": "docs_audit_11_code_quality_audit_title", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89447,9 +91753,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_domain" + "target": "docs_audit_11_code_quality_audit_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89458,9 +91764,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_category" + "target": "docs_audit_11_code_quality_audit_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89469,9 +91775,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_severity" + "target": "docs_audit_11_code_quality_audit_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89480,9 +91786,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_confidence" + "target": "docs_audit_11_code_quality_audit_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89491,9 +91797,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_status" + "target": "docs_audit_11_code_quality_audit_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89502,9 +91808,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_affected_application" + "target": "docs_audit_11_code_quality_audit_affected_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89513,9 +91819,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_affected_files" + "target": "docs_audit_11_code_quality_audit_affected_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89524,9 +91830,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines" + "target": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89535,9 +91841,9 @@ "source_location": "L51", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_evidence" + "target": "docs_audit_11_code_quality_audit_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89546,9 +91852,9 @@ "source_location": "L59", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_problem" + "target": "docs_audit_11_code_quality_audit_problem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89557,9 +91863,9 @@ "source_location": "L62", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_root_cause" + "target": "docs_audit_11_code_quality_audit_root_cause", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89568,9 +91874,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_why_it_matters" + "target": "docs_audit_11_code_quality_audit_why_it_matters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89579,9 +91885,9 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_user_or_business_impact" + "target": "docs_audit_11_code_quality_audit_user_or_business_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89590,9 +91896,9 @@ "source_location": "L71", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_technical_impact" + "target": "docs_audit_11_code_quality_audit_technical_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89601,9 +91907,9 @@ "source_location": "L74", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact" + "target": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89612,9 +91918,9 @@ "source_location": "L77", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_recommended_direction" + "target": "docs_audit_11_code_quality_audit_recommended_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89623,9 +91929,9 @@ "source_location": "L80", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_alternative_direction" + "target": "docs_audit_11_code_quality_audit_alternative_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89634,9 +91940,9 @@ "source_location": "L83", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_implementation_complexity" + "target": "docs_audit_11_code_quality_audit_implementation_complexity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89645,9 +91951,9 @@ "source_location": "L86", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_dependencies" + "target": "docs_audit_11_code_quality_audit_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89656,9 +91962,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_risks" + "target": "docs_audit_11_code_quality_audit_risks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89667,9 +91973,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_verification_requirements" + "target": "docs_audit_11_code_quality_audit_verification_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89678,9 +91984,9 @@ "source_location": "L95", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_testing_requirements" + "target": "docs_audit_11_code_quality_audit_testing_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89689,9 +91995,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_ts_001", - "target": "docs_audit_11_code_quality_audit_acceptance_criteria" + "target": "docs_audit_11_code_quality_audit_acceptance_criteria", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89700,9 +92006,9 @@ "source_location": "L106", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", - "target": "docs_audit_11_code_quality_audit_finding_summary" + "target": "docs_audit_11_code_quality_audit_finding_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89711,9 +92017,9 @@ "source_location": "L118", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", - "target": "docs_audit_11_code_quality_audit_completion_statement" + "target": "docs_audit_11_code_quality_audit_completion_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89722,9 +92028,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", - "target": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths" + "target": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89733,9 +92039,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", - "target": "docs_audit_11_code_quality_audit_findings" + "target": "docs_audit_11_code_quality_audit_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89744,9 +92050,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", - "target": "docs_audit_11_code_quality_audit_ts_001" + "target": "docs_audit_11_code_quality_audit_ts_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89755,9 +92061,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit", - "target": "docs_audit_12_testing_audit_testing_and_reliability_audit_report" + "target": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89766,9 +92072,9 @@ "source_location": "L102", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_acceptance_criteria" + "target": "docs_audit_12_testing_audit_acceptance_criteria", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89777,9 +92083,9 @@ "source_location": "L105", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_notes_and_limitations" + "target": "docs_audit_12_testing_audit_notes_and_limitations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89788,9 +92094,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_title" + "target": "docs_audit_12_testing_audit_title", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89799,9 +92105,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_domain" + "target": "docs_audit_12_testing_audit_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89810,9 +92116,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_category" + "target": "docs_audit_12_testing_audit_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89821,9 +92127,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_severity" + "target": "docs_audit_12_testing_audit_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89832,9 +92138,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_confidence" + "target": "docs_audit_12_testing_audit_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89843,9 +92149,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_status" + "target": "docs_audit_12_testing_audit_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89854,9 +92160,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_affected_application" + "target": "docs_audit_12_testing_audit_affected_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89865,9 +92171,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_affected_files" + "target": "docs_audit_12_testing_audit_affected_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89876,9 +92182,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_relevant_symbols_or_lines" + "target": "docs_audit_12_testing_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89887,9 +92193,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_evidence" + "target": "docs_audit_12_testing_audit_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89898,9 +92204,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_problem" + "target": "docs_audit_12_testing_audit_problem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89909,9 +92215,9 @@ "source_location": "L66", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_root_cause" + "target": "docs_audit_12_testing_audit_root_cause", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89920,9 +92226,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_why_it_matters" + "target": "docs_audit_12_testing_audit_why_it_matters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89931,9 +92237,9 @@ "source_location": "L72", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_user_or_business_impact" + "target": "docs_audit_12_testing_audit_user_or_business_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89942,9 +92248,9 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_technical_impact" + "target": "docs_audit_12_testing_audit_technical_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89953,9 +92259,9 @@ "source_location": "L78", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_security_or_data_integrity_impact" + "target": "docs_audit_12_testing_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89964,9 +92270,9 @@ "source_location": "L81", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_recommended_direction" + "target": "docs_audit_12_testing_audit_recommended_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89975,9 +92281,9 @@ "source_location": "L84", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_alternative_direction" + "target": "docs_audit_12_testing_audit_alternative_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89986,9 +92292,9 @@ "source_location": "L87", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_implementation_complexity" + "target": "docs_audit_12_testing_audit_implementation_complexity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -89997,9 +92303,9 @@ "source_location": "L90", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_dependencies" + "target": "docs_audit_12_testing_audit_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90008,9 +92314,9 @@ "source_location": "L93", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_risks" + "target": "docs_audit_12_testing_audit_risks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90019,9 +92325,9 @@ "source_location": "L96", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_verification_requirements" + "target": "docs_audit_12_testing_audit_verification_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90030,9 +92336,9 @@ "source_location": "L99", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_test_001", - "target": "docs_audit_12_testing_audit_testing_requirements" + "target": "docs_audit_12_testing_audit_testing_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90041,9 +92347,9 @@ "source_location": "L110", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", - "target": "docs_audit_12_testing_audit_finding_summary" + "target": "docs_audit_12_testing_audit_finding_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90052,9 +92358,9 @@ "source_location": "L122", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", - "target": "docs_audit_12_testing_audit_completion_statement" + "target": "docs_audit_12_testing_audit_completion_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90063,9 +92369,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", - "target": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths" + "target": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90074,9 +92380,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", - "target": "docs_audit_12_testing_audit_findings" + "target": "docs_audit_12_testing_audit_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90085,9 +92391,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", - "target": "docs_audit_12_testing_audit_test_001" + "target": "docs_audit_12_testing_audit_test_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90096,9 +92402,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit", - "target": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report" + "target": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90107,9 +92413,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_title" + "target": "docs_audit_13_devops_audit_title", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90118,9 +92424,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_domain" + "target": "docs_audit_13_devops_audit_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90129,9 +92435,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_category" + "target": "docs_audit_13_devops_audit_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90140,9 +92446,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_severity" + "target": "docs_audit_13_devops_audit_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90151,9 +92457,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_confidence" + "target": "docs_audit_13_devops_audit_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90162,9 +92468,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_status" + "target": "docs_audit_13_devops_audit_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90173,9 +92479,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_affected_application" + "target": "docs_audit_13_devops_audit_affected_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90184,9 +92490,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_affected_files" + "target": "docs_audit_13_devops_audit_affected_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90195,9 +92501,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_relevant_symbols_or_lines" + "target": "docs_audit_13_devops_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90206,9 +92512,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_evidence" + "target": "docs_audit_13_devops_audit_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90217,9 +92523,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_problem" + "target": "docs_audit_13_devops_audit_problem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90228,9 +92534,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_root_cause" + "target": "docs_audit_13_devops_audit_root_cause", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90239,9 +92545,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_why_it_matters" + "target": "docs_audit_13_devops_audit_why_it_matters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90250,9 +92556,9 @@ "source_location": "L64", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_user_or_business_impact" + "target": "docs_audit_13_devops_audit_user_or_business_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90261,9 +92567,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_technical_impact" + "target": "docs_audit_13_devops_audit_technical_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90272,9 +92578,9 @@ "source_location": "L70", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_security_or_data_integrity_impact" + "target": "docs_audit_13_devops_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90283,9 +92589,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_recommended_direction" + "target": "docs_audit_13_devops_audit_recommended_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90294,9 +92600,9 @@ "source_location": "L76", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_alternative_direction" + "target": "docs_audit_13_devops_audit_alternative_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90305,9 +92611,9 @@ "source_location": "L79", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_implementation_complexity" + "target": "docs_audit_13_devops_audit_implementation_complexity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90316,9 +92622,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_dependencies" + "target": "docs_audit_13_devops_audit_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90327,9 +92633,9 @@ "source_location": "L85", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_risks" + "target": "docs_audit_13_devops_audit_risks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90338,9 +92644,9 @@ "source_location": "L88", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_verification_requirements" + "target": "docs_audit_13_devops_audit_verification_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90349,9 +92655,9 @@ "source_location": "L91", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_testing_requirements" + "target": "docs_audit_13_devops_audit_testing_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90360,9 +92666,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_acceptance_criteria" + "target": "docs_audit_13_devops_audit_acceptance_criteria", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90371,9 +92677,9 @@ "source_location": "L97", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_001", - "target": "docs_audit_13_devops_audit_notes_and_limitations" + "target": "docs_audit_13_devops_audit_notes_and_limitations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90382,9 +92688,9 @@ "source_location": "L102", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", - "target": "docs_audit_13_devops_audit_finding_summary" + "target": "docs_audit_13_devops_audit_finding_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90393,9 +92699,9 @@ "source_location": "L114", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", - "target": "docs_audit_13_devops_audit_completion_statement" + "target": "docs_audit_13_devops_audit_completion_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90404,9 +92710,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", - "target": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths" + "target": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90415,9 +92721,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", - "target": "docs_audit_13_devops_audit_findings" + "target": "docs_audit_13_devops_audit_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90426,9 +92732,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", - "target": "docs_audit_13_devops_audit_devops_001" + "target": "docs_audit_13_devops_audit_devops_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90437,9 +92743,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit", - "target": "docs_audit_14_documentation_audit_documentation_audit_report" + "target": "docs_audit_14_documentation_audit_documentation_audit_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90448,9 +92754,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_title" + "target": "docs_audit_14_documentation_audit_title", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90459,9 +92765,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_domain" + "target": "docs_audit_14_documentation_audit_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90470,9 +92776,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_category" + "target": "docs_audit_14_documentation_audit_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90481,9 +92787,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_severity" + "target": "docs_audit_14_documentation_audit_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90492,9 +92798,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_confidence" + "target": "docs_audit_14_documentation_audit_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90503,9 +92809,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_status" + "target": "docs_audit_14_documentation_audit_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90514,9 +92820,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_affected_application" + "target": "docs_audit_14_documentation_audit_affected_application", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90525,9 +92831,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_affected_files" + "target": "docs_audit_14_documentation_audit_affected_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90536,9 +92842,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_relevant_symbols_or_lines" + "target": "docs_audit_14_documentation_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90547,9 +92853,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_evidence" + "target": "docs_audit_14_documentation_audit_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90558,9 +92864,9 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_problem" + "target": "docs_audit_14_documentation_audit_problem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90569,9 +92875,9 @@ "source_location": "L59", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_root_cause" + "target": "docs_audit_14_documentation_audit_root_cause", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90580,9 +92886,9 @@ "source_location": "L62", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_why_it_matters" + "target": "docs_audit_14_documentation_audit_why_it_matters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90591,9 +92897,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_user_or_business_impact" + "target": "docs_audit_14_documentation_audit_user_or_business_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90602,9 +92908,9 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_technical_impact" + "target": "docs_audit_14_documentation_audit_technical_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90613,9 +92919,9 @@ "source_location": "L71", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_security_or_data_integrity_impact" + "target": "docs_audit_14_documentation_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90624,9 +92930,9 @@ "source_location": "L74", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_recommended_direction" + "target": "docs_audit_14_documentation_audit_recommended_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90635,9 +92941,9 @@ "source_location": "L77", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_alternative_direction" + "target": "docs_audit_14_documentation_audit_alternative_direction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90646,9 +92952,9 @@ "source_location": "L80", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_implementation_complexity" + "target": "docs_audit_14_documentation_audit_implementation_complexity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90657,9 +92963,9 @@ "source_location": "L83", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_dependencies" + "target": "docs_audit_14_documentation_audit_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90668,9 +92974,9 @@ "source_location": "L86", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_risks" + "target": "docs_audit_14_documentation_audit_risks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90679,9 +92985,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_verification_requirements" + "target": "docs_audit_14_documentation_audit_verification_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90690,9 +92996,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_testing_requirements" + "target": "docs_audit_14_documentation_audit_testing_requirements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90701,9 +93007,9 @@ "source_location": "L95", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_acceptance_criteria" + "target": "docs_audit_14_documentation_audit_acceptance_criteria", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90712,9 +93018,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_doc_001", - "target": "docs_audit_14_documentation_audit_notes_and_limitations" + "target": "docs_audit_14_documentation_audit_notes_and_limitations", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90723,9 +93029,9 @@ "source_location": "L103", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_documentation_audit_report", - "target": "docs_audit_14_documentation_audit_finding_summary" + "target": "docs_audit_14_documentation_audit_finding_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90734,9 +93040,9 @@ "source_location": "L115", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_documentation_audit_report", - "target": "docs_audit_14_documentation_audit_completion_statement" + "target": "docs_audit_14_documentation_audit_completion_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90745,9 +93051,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_documentation_audit_report", - "target": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths" + "target": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90756,9 +93062,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_documentation_audit_report", - "target": "docs_audit_14_documentation_audit_findings" + "target": "docs_audit_14_documentation_audit_findings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90767,9 +93073,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_14_documentation_audit_documentation_audit_report", - "target": "docs_audit_14_documentation_audit_doc_001" + "target": "docs_audit_14_documentation_audit_doc_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90778,9 +93084,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary", - "target": "docs_audit_16_deep_audit_summary_deep_audit_summary_report" + "target": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90789,9 +93095,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", - "target": "docs_audit_16_deep_audit_summary_by_severity" + "target": "docs_audit_16_deep_audit_summary_by_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90800,9 +93106,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", - "target": "docs_audit_16_deep_audit_summary_by_confidence" + "target": "docs_audit_16_deep_audit_summary_by_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90811,9 +93117,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", - "target": "docs_audit_16_deep_audit_summary_by_domain" + "target": "docs_audit_16_deep_audit_summary_by_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90822,9 +93128,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", - "target": "docs_audit_16_deep_audit_summary_inspected_scopes" + "target": "docs_audit_16_deep_audit_summary_inspected_scopes", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90833,9 +93139,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", - "target": "docs_audit_16_deep_audit_summary_executed_commands_results" + "target": "docs_audit_16_deep_audit_summary_executed_commands_results", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90844,9 +93150,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", - "target": "docs_audit_16_deep_audit_summary_blocked_commands_reasons" + "target": "docs_audit_16_deep_audit_summary_blocked_commands_reasons", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90855,9 +93161,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", - "target": "docs_audit_16_deep_audit_summary_2_findings_metrics" + "target": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90866,9 +93172,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", - "target": "docs_audit_16_deep_audit_summary_1_audit_overview" + "target": "docs_audit_16_deep_audit_summary_1_audit_overview", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90877,9 +93183,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", - "target": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log" + "target": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90888,9 +93194,9 @@ "source_location": "L62", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", - "target": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions" + "target": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90899,9 +93205,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", - "target": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation" + "target": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90910,9 +93216,9 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", - "target": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase" + "target": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90921,9 +93227,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_18_compiler_diagnostic_dispositions", - "target": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions" + "target": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90932,9 +93238,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", - "target": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table" + "target": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90943,9 +93249,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_19_finding_verification_report", - "target": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report" + "target": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90954,9 +93260,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", - "target": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids" + "target": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90965,9 +93271,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", - "target": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table" + "target": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90976,9 +93282,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_21_phase2_quality_gate_summary", - "target": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report" + "target": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90987,9 +93293,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", - "target": "docs_audit_21_phase2_quality_gate_summary_by_severity" + "target": "docs_audit_21_phase2_quality_gate_summary_by_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -90998,9 +93304,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", - "target": "docs_audit_21_phase2_quality_gate_summary_by_confidence" + "target": "docs_audit_21_phase2_quality_gate_summary_by_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91009,9 +93315,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", - "target": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown" + "target": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91020,9 +93326,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", - "target": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary" + "target": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91031,9 +93337,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", - "target": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics" + "target": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91042,9 +93348,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", - "target": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status" + "target": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91053,9 +93359,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", - "target": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase" + "target": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91064,9 +93370,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_24_omitted_file_inspection_report", - "target": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report" + "target": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91075,9 +93381,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", - "target": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections" + "target": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91086,9 +93392,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", - "target": "docs_audit_24_omitted_file_inspection_report_conclusion" + "target": "docs_audit_24_omitted_file_inspection_report_conclusion", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91097,9 +93403,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections", - "target": "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit" + "target": "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91108,9 +93414,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report", - "target": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report" + "target": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91119,9 +93425,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", - "target": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt" + "target": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91130,9 +93436,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", - "target": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled" + "target": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91141,9 +93447,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", - "target": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization" + "target": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91152,9 +93458,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", - "target": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup" + "target": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91163,9 +93469,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", - "target": "docs_audit_26_phase2_integrity_repair_report_by_severity" + "target": "docs_audit_26_phase2_integrity_repair_report_by_severity", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91174,9 +93480,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", - "target": "docs_audit_26_phase2_integrity_repair_report_by_confidence" + "target": "docs_audit_26_phase2_integrity_repair_report_by_confidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91185,9 +93491,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", - "target": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed" + "target": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91196,9 +93502,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", - "target": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics" + "target": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91207,9 +93513,9 @@ "source_location": "L57", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", - "target": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results" + "target": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91218,9 +93524,9 @@ "source_location": "L64", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", - "target": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion" + "target": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91229,9 +93535,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure", - "target": "docs_audit_31_module_audit_closure_module_audit_closure_report" + "target": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91240,9 +93546,9 @@ "source_location": "L149", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_module_audit_closure_report", - "target": "docs_audit_31_module_audit_closure_conclusion" + "target": "docs_audit_31_module_audit_closure_conclusion", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91251,9 +93557,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_module_audit_closure_report", - "target": "docs_audit_31_module_audit_closure_required_review_group_closures" + "target": "docs_audit_31_module_audit_closure_required_review_group_closures", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91262,9 +93568,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_1_storefront_shell_routing" + "target": "docs_audit_31_module_audit_closure_1_storefront_shell_routing", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91273,9 +93579,9 @@ "source_location": "L104", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed" + "target": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91284,9 +93590,9 @@ "source_location": "L114", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state" + "target": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91295,9 +93601,9 @@ "source_location": "L122", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_14_unit_e2e_tests" + "target": "docs_audit_31_module_audit_closure_14_unit_e2e_tests", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91306,9 +93612,9 @@ "source_location": "L131", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config" + "target": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91317,9 +93623,9 @@ "source_location": "L139", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts" + "target": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91328,9 +93634,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients" + "target": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91339,9 +93645,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui" + "target": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91350,9 +93656,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui" + "target": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91361,9 +93667,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure" + "target": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91372,9 +93678,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend" + "target": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91383,9 +93689,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_7_users_addresses_backend" + "target": "docs_audit_31_module_audit_closure_7_users_addresses_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91394,9 +93700,9 @@ "source_location": "L71", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_8_pets_backend" + "target": "docs_audit_31_module_audit_closure_8_pets_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91405,9 +93711,9 @@ "source_location": "L79", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_9_products_backend" + "target": "docs_audit_31_module_audit_closure_9_products_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91416,9 +93722,9 @@ "source_location": "L88", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_10_orders_backend" + "target": "docs_audit_31_module_audit_closure_10_orders_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91427,9 +93733,9 @@ "source_location": "L96", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_31_module_audit_closure_required_review_group_closures", - "target": "docs_audit_31_module_audit_closure_11_settings_administrative_backend" + "target": "docs_audit_31_module_audit_closure_11_settings_administrative_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91438,9 +93744,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_33_final_phase2_audit_closure", - "target": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report" + "target": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91449,9 +93755,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", - "target": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization" + "target": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91460,9 +93766,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", - "target": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification" + "target": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91471,9 +93777,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", - "target": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion" + "target": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91482,9 +93788,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", - "target": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics" + "target": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91493,9 +93799,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_build_manifest", - "target": "docs_audit_build_manifest_lines" + "target": "docs_audit_build_manifest_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91504,9 +93810,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_build_manifest", - "target": "docs_audit_build_manifest_entries" + "target": "docs_audit_build_manifest_entries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91515,9 +93821,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_generate_classification", - "target": "docs_audit_generate_classification_lines" + "target": "docs_audit_generate_classification_lines", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91526,9 +93832,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_generate_classification", - "target": "docs_audit_generate_classification_classified" + "target": "docs_audit_generate_classification_classified", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91537,9 +93843,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_generate_evidence", - "target": "docs_audit_generate_evidence_classification" + "target": "docs_audit_generate_evidence_classification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91548,9 +93854,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_generate_evidence", - "target": "docs_audit_generate_evidence_evidenceentries" + "target": "docs_audit_generate_evidence_evidenceentries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91559,9 +93865,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_generate_ledger", - "target": "docs_audit_generate_ledger_evidence" + "target": "docs_audit_generate_ledger_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91570,9 +93876,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_generate_ledger", - "target": "docs_audit_generate_ledger_ledgerentries" + "target": "docs_audit_generate_ledger_ledgerentries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91581,9 +93887,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_generate_manifest", - "target": "docs_audit_generate_manifest_evidence" + "target": "docs_audit_generate_manifest_evidence", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91592,9 +93898,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_generate_manifest", - "target": "docs_audit_generate_manifest_manifestentries" + "target": "docs_audit_generate_manifest_manifestentries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91603,9 +93909,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review", - "target": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique" + "target": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91614,9 +93920,9 @@ "source_location": "L102", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments" + "target": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91625,9 +93931,9 @@ "source_location": "L114", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements" + "target": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91636,9 +93942,9 @@ "source_location": "L124", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification" + "target": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91647,9 +93953,9 @@ "source_location": "L134", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary" + "target": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91658,9 +93964,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_1_executive_assessment" + "target": "docs_audit_phase3_1_backlog_review_1_executive_assessment", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91669,9 +93975,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change" + "target": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91680,9 +93986,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements" + "target": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91691,9 +93997,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting" + "target": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91702,9 +94008,9 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging" + "target": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91713,9 +94019,9 @@ "source_location": "L62", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified" + "target": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91724,9 +94030,9 @@ "source_location": "L71", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed" + "target": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91735,9 +94041,9 @@ "source_location": "L78", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review" + "target": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91746,9 +94052,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", - "target": "docs_audit_phase3_1_backlog_review_9_architecture_review" + "target": "docs_audit_phase3_1_backlog_review_9_architecture_review", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91757,9 +94063,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_change_log", - "target": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log" + "target": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91768,9 +94074,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", - "target": "docs_audit_phase3_1_change_log_task_modifications_log" + "target": "docs_audit_phase3_1_change_log_task_modifications_log", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91779,9 +94085,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_change_log_task_modifications_log", - "target": "docs_audit_phase3_1_change_log_1_task_auth_001" + "target": "docs_audit_phase3_1_change_log_1_task_auth_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91790,9 +94096,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_change_log_task_modifications_log", - "target": "docs_audit_phase3_1_change_log_2_task_fin_001" + "target": "docs_audit_phase3_1_change_log_2_task_fin_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91801,9 +94107,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_change_log_task_modifications_log", - "target": "docs_audit_phase3_1_change_log_3_decision_002" + "target": "docs_audit_phase3_1_change_log_3_decision_002", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91812,9 +94118,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_change_log_task_modifications_log", - "target": "docs_audit_phase3_1_change_log_4_task_verify_001" + "target": "docs_audit_phase3_1_change_log_4_task_verify_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91823,9 +94129,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_change_log_task_modifications_log", - "target": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002" + "target": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91834,9 +94140,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_1_change_log_task_modifications_log", - "target": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves" + "target": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91845,9 +94151,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log", - "target": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log" + "target": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91856,9 +94162,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_1_task_sec_001" + "target": "docs_audit_phase3_2_change_log_1_task_sec_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91867,9 +94173,9 @@ "source_location": "L109", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_10_task_verify_001" + "target": "docs_audit_phase3_2_change_log_10_task_verify_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91878,9 +94184,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_2_task_sec_002" + "target": "docs_audit_phase3_2_change_log_2_task_sec_002", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91889,9 +94195,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_3_task_sec_003" + "target": "docs_audit_phase3_2_change_log_3_task_sec_003", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91900,9 +94206,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_4_task_fin_001" + "target": "docs_audit_phase3_2_change_log_4_task_fin_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91911,9 +94217,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_5_task_build_001" + "target": "docs_audit_phase3_2_change_log_5_task_build_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91922,9 +94228,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_6_task_auth_001" + "target": "docs_audit_phase3_2_change_log_6_task_auth_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91933,9 +94239,9 @@ "source_location": "L76", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_7_task_fe_001" + "target": "docs_audit_phase3_2_change_log_7_task_fe_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91944,9 +94250,9 @@ "source_location": "L87", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_8_task_devops_001" + "target": "docs_audit_phase3_2_change_log_8_task_devops_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91955,9 +94261,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", - "target": "docs_audit_phase3_2_change_log_9_task_doc_001" + "target": "docs_audit_phase3_2_change_log_9_task_doc_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91966,9 +94272,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", - "target": "docs_audit_phase3_2_change_log_comprehensive_change_log" + "target": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91977,9 +94283,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_implementation_readiness", - "target": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report" + "target": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91988,9 +94294,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", - "target": "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions" + "target": "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -91999,9 +94305,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", - "target": "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview" + "target": "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92010,9 +94316,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", - "target": "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement" + "target": "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92021,9 +94327,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_traceability_matrix", - "target": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix" + "target": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92032,9 +94338,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", - "target": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix" + "target": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92043,9 +94349,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", - "target": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks" + "target": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92054,9 +94360,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", - "target": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification" + "target": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92065,9 +94371,9 @@ "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" + "target": "docs_audit_rebuild_honest_ledger_mandatoryscope", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92076,9 +94382,9 @@ "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" + "target": "docs_audit_rebuild_honest_ledger_evidencelist", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92087,9 +94393,9 @@ "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" + "target": "docs_audit_rebuild_honest_ledger_mandatorymap", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92098,9 +94404,9 @@ "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" + "target": "docs_audit_rebuild_honest_ledger_ledger", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92109,9 +94415,9 @@ "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" + "target": "docs_audit_sync_honest_manifest_ledger", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92120,9 +94426,9 @@ "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" + "target": "docs_audit_sync_honest_manifest_manifest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92131,9 +94437,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_sync_manifest", - "target": "docs_audit_sync_manifest_ledger" + "target": "docs_audit_sync_manifest_ledger", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92142,9 +94448,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_sync_manifest", - "target": "docs_audit_sync_manifest_manifestentries" + "target": "docs_audit_sync_manifest_manifestentries", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92153,9 +94459,9 @@ "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" + "target": "docs_audit_validate_evidence_grade_validationoutput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92164,9 +94470,9 @@ "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" + "target": "docs_audit_validate_evidence_grade_errors", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92175,9 +94481,9 @@ "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" + "target": "docs_audit_validate_evidence_grade_warnings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92186,9 +94492,9 @@ "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" + "target": "docs_audit_validate_evidence_grade_activefiles", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92197,9 +94503,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_dispsum" + "target": "docs_audit_validate_integrity_dispsum", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92208,9 +94514,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_invalidnewids" + "target": "docs_audit_validate_integrity_invalidnewids", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92219,9 +94525,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_manifest" + "target": "docs_audit_validate_integrity_manifest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92230,9 +94536,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_uninspected" + "target": "docs_audit_validate_integrity_uninspected", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92241,9 +94547,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_trackedfiles" + "target": "docs_audit_validate_integrity_trackedfiles", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92252,9 +94558,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_report" + "target": "docs_audit_validate_integrity_report", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92263,9 +94569,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_verifiedindex" + "target": "docs_audit_validate_integrity_verifiedindex", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92274,9 +94580,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_errors" + "target": "docs_audit_validate_integrity_errors", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92285,9 +94591,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_audit_validate_integrity", - "target": "docs_audit_validate_integrity_warnings" + "target": "docs_audit_validate_integrity_warnings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92296,9 +94602,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_readme", - "target": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents" + "target": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92307,9 +94613,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package", - "target": "frontend_admin_panel_package_dependencies" + "target": "frontend_admin_panel_package_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92318,9 +94624,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package", - "target": "frontend_admin_panel_package_name" + "target": "frontend_admin_panel_package_name", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92329,9 +94635,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package", - "target": "frontend_admin_panel_package_devdependencies" + "target": "frontend_admin_panel_package_devdependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92340,9 +94646,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package", - "target": "frontend_admin_panel_package_private" + "target": "frontend_admin_panel_package_private", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92351,9 +94657,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package", - "target": "frontend_admin_panel_package_version" + "target": "frontend_admin_panel_package_version", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92362,9 +94668,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package", - "target": "frontend_admin_panel_package_type" + "target": "frontend_admin_panel_package_type", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92373,9 +94679,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_package", - "target": "frontend_admin_panel_package_scripts" + "target": "frontend_admin_panel_package_scripts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92384,9 +94690,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_tanstack_react_query", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92395,9 +94701,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_axios", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92406,9 +94712,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_lucide_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92417,9 +94723,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92428,9 +94734,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_react_dom", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92439,9 +94745,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_react_hot_toast", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92450,9 +94756,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_react_router_dom", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92461,9 +94767,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_recharts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92472,9 +94778,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_vite", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92483,9 +94789,9 @@ "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" + "target": "frontend_admin_panel_package_dependencies_zustand", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92494,9 +94800,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_eslint_js", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92505,9 +94811,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92516,9 +94822,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_types_node", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92527,9 +94833,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_types_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92538,9 +94844,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_types_react_dom", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92549,9 +94855,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92560,9 +94866,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_autoprefixer", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92571,9 +94877,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_eslint", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92582,9 +94888,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92593,9 +94899,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92604,9 +94910,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_globals", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92615,9 +94921,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_postcss", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92626,9 +94932,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_tailwindcss", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92637,9 +94943,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_typescript", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92648,9 +94954,9 @@ "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" + "target": "frontend_admin_panel_package_devdependencies_typescript_eslint", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92659,9 +94965,9 @@ "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" + "target": "frontend_admin_panel_package_scripts_preview", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92670,9 +94976,9 @@ "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" + "target": "frontend_admin_panel_package_scripts_dev", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92681,9 +94987,9 @@ "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" + "target": "frontend_admin_panel_package_scripts_build", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92692,9 +94998,9 @@ "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" + "target": "frontend_admin_panel_package_scripts_lint", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92703,9 +95009,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92714,9 +95020,9 @@ "source_location": "L119", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92725,9 +95031,9 @@ "source_location": "L103", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92736,9 +95042,9 @@ "source_location": "L127", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92747,9 +95053,9 @@ "source_location": "L131", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92758,9 +95064,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92769,9 +95075,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92780,9 +95086,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92791,9 +95097,9 @@ "source_location": "L83", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable" + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92802,9 +95108,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme", - "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font" + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92813,9 +95119,9 @@ "source_location": "L110", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", - "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux" + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92824,9 +95130,9 @@ "source_location": "L80", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", - "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower" + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92835,9 +95141,9 @@ "source_location": "L86", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", - "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm" + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92846,9 +95152,9 @@ "source_location": "L91", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", - "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn" + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92857,9 +95163,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", - "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample" + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92868,9 +95174,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", - "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92879,9 +95185,9 @@ "source_location": "L76", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", - "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install" + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92890,9 +95196,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92901,9 +95207,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92912,9 +95218,9 @@ "source_location": "L158", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92923,9 +95229,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92934,9 +95240,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92945,9 +95251,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92956,9 +95262,9 @@ "source_location": "L57", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92967,9 +95273,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92978,9 +95284,9 @@ "source_location": "L77", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", + "confidence_score": 1.0 }, { "relation": "contains", @@ -92989,9 +95295,9 @@ "source_location": "L85", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93000,9 +95306,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93011,9 +95317,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93022,9 +95328,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93033,9 +95339,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93044,9 +95350,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93055,9 +95361,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93066,9 +95372,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93077,9 +95383,9 @@ "source_location": "L57", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93088,9 +95394,9 @@ "source_location": "L60", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93099,9 +95405,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", - "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install" + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93110,9 +95416,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_readme", - "target": "frontend_admin_panel_readme_react_typescript_vite" + "target": "frontend_admin_panel_readme_react_typescript_vite", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93121,9 +95427,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_readme_react_typescript_vite", - "target": "frontend_admin_panel_readme_react_compiler" + "target": "frontend_admin_panel_readme_react_compiler", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93132,9 +95438,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_readme_react_typescript_vite", - "target": "frontend_admin_panel_readme_expanding_the_eslint_configuration" + "target": "frontend_admin_panel_readme_expanding_the_eslint_configuration", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93143,9 +95449,9 @@ "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" + "target": "frontend_admin_panel_src_app_app", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93154,9 +95460,9 @@ "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" + "target": "frontend_admin_panel_src_app_suspensefallback", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93165,9 +95471,9 @@ "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" + "target": "frontend_admin_panel_src_components_layout_layout", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93176,9 +95482,9 @@ "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" + "target": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93187,9 +95493,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_sidebar", - "target": "frontend_admin_panel_src_components_sidebar_submenuitem" + "target": "frontend_admin_panel_src_components_sidebar_submenuitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93198,9 +95504,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_sidebar", - "target": "frontend_admin_panel_src_components_sidebar_menugroup" + "target": "frontend_admin_panel_src_components_sidebar_menugroup", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93209,9 +95515,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_sidebar", - "target": "frontend_admin_panel_src_components_sidebar_sidebarprops" + "target": "frontend_admin_panel_src_components_sidebar_sidebarprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93220,9 +95526,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_sidebar", - "target": "frontend_admin_panel_src_components_sidebar_sidebar" + "target": "frontend_admin_panel_src_components_sidebar_sidebar", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93231,9 +95537,9 @@ "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" + "target": "frontend_admin_panel_src_components_topbar_searchable_pages", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93242,9 +95548,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_topbar", - "target": "frontend_admin_panel_src_components_topbar_topbar" + "target": "frontend_admin_panel_src_components_topbar_topbar", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93253,9 +95559,9 @@ "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" + "target": "frontend_admin_panel_src_components_topbar_topbarprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93264,9 +95570,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_badge", - "target": "frontend_admin_panel_src_components_ui_badge_variantstyles" + "target": "frontend_admin_panel_src_components_ui_badge_variantstyles", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93275,9 +95581,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_badge", - "target": "frontend_admin_panel_src_components_ui_badge_badge" + "target": "frontend_admin_panel_src_components_ui_badge_badge", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93286,9 +95592,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_badge", - "target": "frontend_admin_panel_src_components_ui_badge_badgevariant" + "target": "frontend_admin_panel_src_components_ui_badge_badgevariant", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93297,9 +95603,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_badge", - "target": "frontend_admin_panel_src_components_ui_badge_badgeprops" + "target": "frontend_admin_panel_src_components_ui_badge_badgeprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93308,9 +95614,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93319,9 +95625,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93330,9 +95636,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_formfield", - "target": "frontend_admin_panel_src_components_ui_formfield_formfield" + "target": "frontend_admin_panel_src_components_ui_formfield_formfield", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93341,9 +95647,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_formfield", - "target": "frontend_admin_panel_src_components_ui_formfield_formfieldprops" + "target": "frontend_admin_panel_src_components_ui_formfield_formfieldprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93352,9 +95658,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_imagepreviewmodal", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93363,9 +95669,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_imagepreviewmodal", - "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops" + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93374,9 +95680,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_input", - "target": "frontend_admin_panel_src_components_ui_input_inputprops" + "target": "frontend_admin_panel_src_components_ui_input_inputprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93385,9 +95691,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_input", - "target": "frontend_admin_panel_src_components_ui_input_input" + "target": "frontend_admin_panel_src_components_ui_input_input", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93396,9 +95702,9 @@ "source_location": "L10", "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector_media", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93407,9 +95713,9 @@ "source_location": "L17", "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93418,9 +95724,9 @@ "source_location": "L25", "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" + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93429,9 +95735,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93440,9 +95746,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93451,9 +95757,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_priceinput", - "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits" + "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93462,9 +95768,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_priceinput", - "target": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas" + "target": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93473,9 +95779,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_priceinput", - "target": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops" + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93484,9 +95790,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_priceinput", - "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput" + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93495,9 +95801,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_select", - "target": "frontend_admin_panel_src_components_ui_select_selectprops" + "target": "frontend_admin_panel_src_components_ui_select_selectprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93506,9 +95812,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_select", - "target": "frontend_admin_panel_src_components_ui_select_select" + "target": "frontend_admin_panel_src_components_ui_select_select", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93517,9 +95823,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_select", - "target": "frontend_admin_panel_src_components_ui_select_selectoption" + "target": "frontend_admin_panel_src_components_ui_select_selectoption", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93528,9 +95834,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93539,9 +95845,9 @@ "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" + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93550,9 +95856,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_textarea", - "target": "frontend_admin_panel_src_components_ui_textarea_textareaprops" + "target": "frontend_admin_panel_src_components_ui_textarea_textareaprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93561,9 +95867,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_textarea", - "target": "frontend_admin_panel_src_components_ui_textarea_textarea" + "target": "frontend_admin_panel_src_components_ui_textarea_textarea", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93572,9 +95878,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_toggleswitch", - "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch" + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93583,9 +95889,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_components_ui_toggleswitch", - "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops" + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93594,9 +95900,9 @@ "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" + "target": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93605,9 +95911,9 @@ "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" + "target": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93616,9 +95922,9 @@ "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" + "target": "frontend_admin_panel_src_pages_blogs_blogpost", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93627,9 +95933,9 @@ "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" + "target": "frontend_admin_panel_src_pages_blogs_blogs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93638,9 +95944,9 @@ "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" + "target": "frontend_admin_panel_src_pages_categories_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93649,9 +95955,9 @@ "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" + "target": "frontend_admin_panel_src_pages_categories_categories", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93660,9 +95966,9 @@ "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" + "target": "frontend_admin_panel_src_pages_cms_vettestimonial", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93671,9 +95977,9 @@ "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" + "target": "frontend_admin_panel_src_pages_cms_cms", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93682,9 +95988,9 @@ "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" + "target": "frontend_admin_panel_src_pages_cms_herobanner", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93693,9 +95999,9 @@ "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" + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93704,9 +96010,9 @@ "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" + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93715,9 +96021,9 @@ "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" + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93726,9 +96032,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_pages_coupons_coupontarget" + "target": "frontend_admin_panel_src_pages_coupons_coupontarget", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93737,9 +96043,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_pages_coupons_coupon" + "target": "frontend_admin_panel_src_pages_coupons_coupon", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93748,9 +96054,9 @@ "source_location": "L250", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_pages_coupons_couponmodalprops" + "target": "frontend_admin_panel_src_pages_coupons_couponmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93759,9 +96065,9 @@ "source_location": "L259", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_pages_coupons_couponmodal" + "target": "frontend_admin_panel_src_pages_coupons_couponmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93770,9 +96076,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_pages_coupons_couponformdata" + "target": "frontend_admin_panel_src_pages_coupons_couponformdata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93781,9 +96087,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_pages_coupons_coupons" + "target": "frontend_admin_panel_src_pages_coupons_coupons", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93792,9 +96098,9 @@ "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" + "target": "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93803,9 +96109,9 @@ "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" + "target": "frontend_admin_panel_src_pages_dashboard_dashboard", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93814,9 +96120,9 @@ "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" + "target": "frontend_admin_panel_src_pages_dashboard_categorydist", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93825,9 +96131,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_financialsettingspage", - "target": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage" + "target": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93836,9 +96142,9 @@ "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" + "target": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93847,9 +96153,9 @@ "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" + "target": "frontend_admin_panel_src_pages_login_login", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93858,9 +96164,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_media", - "target": "frontend_admin_panel_src_pages_media_media" + "target": "frontend_admin_panel_src_pages_media_media", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93869,9 +96175,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_media", - "target": "frontend_admin_panel_src_pages_media_mediamanager" + "target": "frontend_admin_panel_src_pages_media_mediamanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93880,9 +96186,9 @@ "source_location": "L104", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_pages_orders_topersiandigits" + "target": "frontend_admin_panel_src_pages_orders_topersiandigits", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93891,9 +96197,9 @@ "source_location": "L110", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_pages_orders_orders" + "target": "frontend_admin_panel_src_pages_orders_orders", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93902,9 +96208,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_pages_orders_orderitem" + "target": "frontend_admin_panel_src_pages_orders_orderitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93913,9 +96219,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_pages_orders_paymenttx" + "target": "frontend_admin_panel_src_pages_orders_paymenttx", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93924,9 +96230,9 @@ "source_location": "L57", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_pages_orders_order" + "target": "frontend_admin_panel_src_pages_orders_order", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93935,9 +96241,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_pages_orders_statusstyles" + "target": "frontend_admin_panel_src_pages_orders_statusstyles", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93946,9 +96252,9 @@ "source_location": "L93", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel" + "target": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93957,9 +96263,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_pets", - "target": "frontend_admin_panel_src_pages_pets_pets" + "target": "frontend_admin_panel_src_pages_pets_pets", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93968,9 +96274,9 @@ "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" + "target": "frontend_admin_panel_src_pages_pets_pet", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93979,9 +96285,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_prescriptionsmanager", - "target": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem" + "target": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -93990,9 +96296,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_prescriptionsmanager", - "target": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager" + "target": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94001,9 +96307,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_products", - "target": "frontend_admin_panel_src_pages_products_category" + "target": "frontend_admin_panel_src_pages_products_category", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94012,9 +96318,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_products", - "target": "frontend_admin_panel_src_pages_products_product" + "target": "frontend_admin_panel_src_pages_products_product", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94023,9 +96329,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_products", - "target": "frontend_admin_panel_src_pages_products_products" + "target": "frontend_admin_panel_src_pages_products_products", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94034,9 +96340,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports_colors", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94045,9 +96351,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports_customtooltipprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94056,9 +96362,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports_customtooltip", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94067,9 +96373,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports_categorydistitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94078,9 +96384,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports_bestselleritem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94089,9 +96395,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports_topcouponitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94100,9 +96406,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports_reportdata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94111,9 +96417,9 @@ "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" + "target": "frontend_admin_panel_src_pages_reports_reports", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94122,9 +96428,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_reviews", - "target": "frontend_admin_panel_src_pages_reviews_productreview" + "target": "frontend_admin_panel_src_pages_reviews_productreview", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94133,9 +96439,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_reviews", - "target": "frontend_admin_panel_src_pages_reviews_topersiandigits" + "target": "frontend_admin_panel_src_pages_reviews_topersiandigits", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94144,9 +96450,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_reviews", - "target": "frontend_admin_panel_src_pages_reviews_reviews" + "target": "frontend_admin_panel_src_pages_reviews_reviews", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94155,9 +96461,9 @@ "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" + "target": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94166,9 +96472,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_settings", - "target": "frontend_admin_panel_src_pages_settings_settings" + "target": "frontend_admin_panel_src_pages_settings_settings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94177,9 +96483,9 @@ "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" + "target": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94188,9 +96494,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_smssettingspage", - "target": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate" + "target": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94199,9 +96505,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_smssettingspage", - "target": "frontend_admin_panel_src_pages_smssettingspage_patternitem" + "target": "frontend_admin_panel_src_pages_smssettingspage_patternitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94210,9 +96516,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_smssettingspage", - "target": "frontend_admin_panel_src_pages_smssettingspage_smslogitem" + "target": "frontend_admin_panel_src_pages_smssettingspage_smslogitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94221,9 +96527,9 @@ "source_location": "L76", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_smssettingspage", - "target": "frontend_admin_panel_src_pages_smssettingspage_smslogstats" + "target": "frontend_admin_panel_src_pages_smssettingspage_smslogstats", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94232,9 +96538,9 @@ "source_location": "L83", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_smssettingspage", - "target": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage" + "target": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94243,9 +96549,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_sslsettingspage", - "target": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus" + "target": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94254,9 +96560,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_sslsettingspage", - "target": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage" + "target": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94265,9 +96571,9 @@ "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" + "target": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94276,9 +96582,9 @@ "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" + "target": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94287,9 +96593,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_tickets", - "target": "frontend_admin_panel_src_pages_tickets_ticketmessage" + "target": "frontend_admin_panel_src_pages_tickets_ticketmessage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94298,9 +96604,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_tickets", - "target": "frontend_admin_panel_src_pages_tickets_ticket" + "target": "frontend_admin_panel_src_pages_tickets_ticket", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94309,9 +96615,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_tickets", - "target": "frontend_admin_panel_src_pages_tickets_tickets" + "target": "frontend_admin_panel_src_pages_tickets_tickets", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94320,9 +96626,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_pages_transactions_transaction" + "target": "frontend_admin_panel_src_pages_transactions_transaction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94331,9 +96637,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_pages_transactions_stats" + "target": "frontend_admin_panel_src_pages_transactions_stats", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94342,9 +96648,9 @@ "source_location": "L79", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_pages_transactions_gatewayhealth" + "target": "frontend_admin_panel_src_pages_transactions_gatewayhealth", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94353,9 +96659,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_pages_transactions_transactions" + "target": "frontend_admin_panel_src_pages_transactions_transactions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94364,9 +96670,9 @@ "source_location": "L112", "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" + "target": "frontend_admin_panel_src_pages_uitexts_group_page_map", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94375,9 +96681,9 @@ "source_location": "L122", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_uitexts", - "target": "frontend_admin_panel_src_pages_uitexts_uitexts" + "target": "frontend_admin_panel_src_pages_uitexts_uitexts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94386,9 +96692,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_uitexts", - "target": "frontend_admin_panel_src_pages_uitexts_groups" + "target": "frontend_admin_panel_src_pages_uitexts_groups", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94397,9 +96703,9 @@ "source_location": "L80", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_uitexts", - "target": "frontend_admin_panel_src_pages_uitexts_key_labels_fa" + "target": "frontend_admin_panel_src_pages_uitexts_key_labels_fa", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94408,9 +96714,9 @@ "source_location": "L9", "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" + "target": "frontend_admin_panel_src_pages_uitexts_page_tabs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94419,9 +96725,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_pages_users_userrecord" + "target": "frontend_admin_panel_src_pages_users_userrecord", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94430,9 +96736,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_pages_users_users" + "target": "frontend_admin_panel_src_pages_users_users", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94441,9 +96747,9 @@ "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" + "target": "frontend_admin_panel_src_pages_videos_videos", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94452,9 +96758,9 @@ "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" + "target": "frontend_admin_panel_src_pages_videos_fetchvideoslist", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94463,9 +96769,9 @@ "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" + "target": "frontend_admin_panel_src_pages_videos_video", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94474,9 +96780,9 @@ "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" + "target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94485,9 +96791,9 @@ "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" + "target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94496,9 +96802,9 @@ "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" + "target": "frontend_admin_panel_src_pages_wiki_productitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94507,9 +96813,9 @@ "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" + "target": "frontend_admin_panel_src_pages_wiki_wiki", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94518,9 +96824,9 @@ "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" + "target": "frontend_admin_panel_src_pages_wiki_wikiterm", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94529,9 +96835,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_dashboard", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94540,9 +96846,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_users", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94551,9 +96857,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_products", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94562,9 +96868,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_orders", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94573,9 +96879,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_coupons", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94584,9 +96890,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_settings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94595,9 +96901,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_reports", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94606,9 +96912,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_categories", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94617,9 +96923,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_blogs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94628,9 +96934,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_wiki", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94639,9 +96945,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_pets", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94650,9 +96956,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_uitexts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94661,9 +96967,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_media", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94672,9 +96978,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_cms", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94683,9 +96989,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94694,9 +97000,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_videos", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94705,9 +97011,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94716,9 +97022,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94727,9 +97033,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94738,9 +97044,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94749,9 +97055,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94760,9 +97066,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94771,9 +97077,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94782,9 +97088,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94793,9 +97099,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94804,9 +97110,9 @@ "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" + "target": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94815,9 +97121,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_routes_adminroutes_smssettingspage" + "target": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94826,9 +97132,9 @@ "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_sslsettingspage" + "target": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94837,9 +97143,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_routes_adminroutes_transactions" + "target": "frontend_admin_panel_src_routes_adminroutes_transactions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94848,9 +97154,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_routes_adminroutes_tickets" + "target": "frontend_admin_panel_src_routes_adminroutes_tickets", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94859,9 +97165,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_routes_adminroutes_reviews" + "target": "frontend_admin_panel_src_routes_adminroutes_reviews", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94870,9 +97176,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig" + "target": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94881,9 +97187,9 @@ "source_location": "L48", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_routes_adminroutes_router" + "target": "frontend_admin_panel_src_routes_adminroutes_router", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94892,9 +97198,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_apierrorpayload", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94903,9 +97209,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94914,9 +97220,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_failedqueue", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94925,9 +97231,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_processqueue", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94936,9 +97242,9 @@ "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" + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94947,9 +97253,9 @@ "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" + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94958,9 +97264,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_adminuser", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94969,9 +97275,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_ingredient", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94980,9 +97286,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_prescription", + "confidence_score": 1.0 }, { "relation": "contains", @@ -94991,9 +97297,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_b2binquiry", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95002,9 +97308,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_authstate", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95013,9 +97319,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_partneraccount", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95024,9 +97330,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_seosettings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95035,9 +97341,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_financialsettings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95046,9 +97352,9 @@ "source_location": "L179", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_types_admin", - "target": "frontend_admin_panel_src_types_admin_systemsettings" + "target": "frontend_admin_panel_src_types_admin_systemsettings", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95057,9 +97363,9 @@ "source_location": "L187", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_types_admin", - "target": "frontend_admin_panel_src_types_admin_product" + "target": "frontend_admin_panel_src_types_admin_product", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95068,9 +97374,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_sendotppayload", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95079,9 +97385,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_verifyotppayload", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95090,9 +97396,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_adminloginpayload", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95101,9 +97407,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95112,9 +97418,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95123,9 +97429,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_useraddress", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95134,9 +97440,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_petsummary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95145,9 +97451,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_banner", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95156,9 +97462,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95167,9 +97473,9 @@ "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" + "target": "frontend_admin_panel_src_types_admin_testimonial", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95178,9 +97484,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_tsconfig", - "target": "frontend_admin_panel_tsconfig_files" + "target": "frontend_admin_panel_tsconfig_files", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95189,9 +97495,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_tsconfig", - "target": "frontend_admin_panel_tsconfig_references" + "target": "frontend_admin_panel_tsconfig_references", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95200,9 +97506,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95211,9 +97517,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_include", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95222,9 +97528,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95233,9 +97539,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95244,9 +97550,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95255,9 +97561,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95266,9 +97572,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_noemit", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95277,9 +97583,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_jsx", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95288,9 +97594,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95299,9 +97605,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95310,9 +97616,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95321,9 +97627,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95332,9 +97638,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95343,9 +97649,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_target", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95354,9 +97660,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95365,9 +97671,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_module", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95376,9 +97682,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_types", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95387,9 +97693,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95398,9 +97704,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95409,9 +97715,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_include", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95420,9 +97726,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95431,9 +97737,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95442,9 +97748,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95453,9 +97759,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95464,9 +97770,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_noemit", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95475,9 +97781,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95486,9 +97792,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95497,9 +97803,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95508,9 +97814,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95519,9 +97825,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95530,9 +97836,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_target", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95541,9 +97847,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95552,9 +97858,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_module", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95563,9 +97869,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_types", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95574,9 +97880,9 @@ "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" + "target": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95585,9 +97891,9 @@ "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" + "target": "frontend_application_app_about_page_aboutpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95596,9 +97902,9 @@ "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" + "target": "frontend_application_app_about_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95607,9 +97913,9 @@ "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" + "target": "frontend_application_app_blog_page_getblogs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95618,9 +97924,9 @@ "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" + "target": "frontend_application_app_blog_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95629,9 +97935,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_blog_page", - "target": "frontend_application_app_blog_page_blog" + "target": "frontend_application_app_blog_page_blog", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95640,9 +97946,9 @@ "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" + "target": "frontend_application_app_blog_slug_page_revalidate", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95651,9 +97957,9 @@ "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" + "target": "frontend_application_app_blog_slug_page_generatemetadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95662,9 +97968,9 @@ "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" + "target": "frontend_application_app_blog_slug_page_blogpostpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95673,9 +97979,9 @@ "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" + "target": "frontend_application_app_blog_slug_page_getblog", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95684,9 +97990,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_catalog_catalogclient", - "target": "frontend_application_app_catalog_catalogclient_catalogclient" + "target": "frontend_application_app_catalog_catalogclient_catalogclient", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95695,9 +98001,9 @@ "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" + "target": "frontend_application_app_catalog_page_catalogpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95706,9 +98012,9 @@ "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" + "target": "frontend_application_app_catalog_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95717,9 +98023,9 @@ "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" + "target": "frontend_application_app_checkout_page_checkout", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95728,9 +98034,9 @@ "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" + "target": "frontend_application_app_checkout_success_id_page_successpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95739,9 +98045,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_clientlayout", - "target": "frontend_application_app_clientlayout_clientlayout" + "target": "frontend_application_app_clientlayout_clientlayout", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95750,9 +98056,9 @@ "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" + "target": "frontend_application_app_contact_page_contactpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95761,9 +98067,9 @@ "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" + "target": "frontend_application_app_contact_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95772,9 +98078,9 @@ "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" + "target": "frontend_application_app_dashboard_page_dashboardpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95783,9 +98089,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_error", - "target": "frontend_application_app_error_errorboundary" + "target": "frontend_application_app_error_errorboundary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95794,9 +98100,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_app_homeclient_homeclientprops" + "target": "frontend_application_app_homeclient_homeclientprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95805,9 +98111,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_homeclient", - "target": "frontend_application_app_homeclient_homeclient" + "target": "frontend_application_app_homeclient_homeclient", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95816,9 +98122,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_layout", - "target": "frontend_application_app_layout_generatemetadata" + "target": "frontend_application_app_layout_generatemetadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95827,9 +98133,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_layout", - "target": "frontend_application_app_layout_rootlayout" + "target": "frontend_application_app_layout_rootlayout", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95838,9 +98144,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_loading", - "target": "frontend_application_app_loading_globalloading" + "target": "frontend_application_app_loading_globalloading", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95849,9 +98155,9 @@ "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" + "target": "frontend_application_app_not_found_notfound", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95860,9 +98166,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_page", - "target": "frontend_application_app_page_gethomedata" + "target": "frontend_application_app_page_gethomedata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95871,9 +98177,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_page", - "target": "frontend_application_app_page_metadata" + "target": "frontend_application_app_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95882,9 +98188,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_page", - "target": "frontend_application_app_page_home" + "target": "frontend_application_app_page_home", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95893,9 +98199,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_app_payment_verify_page_verifycontent" + "target": "frontend_application_app_payment_verify_page_verifycontent", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95904,9 +98210,9 @@ "source_location": "L319", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_payment_verify_page", - "target": "frontend_application_app_payment_verify_page_paymentverifypage" + "target": "frontend_application_app_payment_verify_page_paymentverifypage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95915,9 +98221,9 @@ "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" + "target": "frontend_application_app_privacy_page_privacypage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95926,9 +98232,9 @@ "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" + "target": "frontend_application_app_privacy_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95937,9 +98243,9 @@ "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" + "target": "frontend_application_app_profile_page_profilepage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95948,9 +98254,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_robots", - "target": "frontend_application_app_robots_robots" + "target": "frontend_application_app_robots_robots", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95959,9 +98265,9 @@ "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" + "target": "frontend_application_app_search_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95970,9 +98276,9 @@ "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" + "target": "frontend_application_app_search_page_searchpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95981,9 +98287,9 @@ "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" + "target": "frontend_application_app_shop_page_shop", + "confidence_score": 1.0 }, { "relation": "contains", @@ -95992,9 +98298,9 @@ "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" + "target": "frontend_application_app_shop_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96003,9 +98309,9 @@ "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" + "target": "frontend_application_app_shop_slug_page_shopproductpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96014,9 +98320,9 @@ "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" + "target": "frontend_application_app_shop_slug_page_generatemetadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96025,9 +98331,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_app_sitemap", - "target": "frontend_application_app_sitemap_sitemap" + "target": "frontend_application_app_sitemap_sitemap", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96036,9 +98342,9 @@ "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" + "target": "frontend_application_app_track_page_trackpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96047,9 +98353,9 @@ "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" + "target": "frontend_application_app_trust_seals_page_trustsealspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96058,9 +98364,9 @@ "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" + "target": "frontend_application_app_trust_seals_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96069,9 +98375,9 @@ "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" + "target": "frontend_application_app_videos_page_videos", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96080,9 +98386,9 @@ "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" + "target": "frontend_application_app_wiki_page_wikipage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96091,9 +98397,9 @@ "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" + "target": "frontend_application_app_wiki_page_metadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96102,9 +98408,9 @@ "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" + "target": "frontend_application_app_wiki_slug_page_generatemetadata", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96113,9 +98419,9 @@ "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" + "target": "frontend_application_app_wiki_slug_page_wikitermpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96124,9 +98430,9 @@ "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" + "target": "frontend_application_app_wiki_slug_page_getwikiterm", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96135,9 +98441,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_components_addressmodal_addressmodalprops" + "target": "frontend_application_components_addressmodal_addressmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96146,9 +98452,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_addressmodal", - "target": "frontend_application_components_addressmodal_addressmodal" + "target": "frontend_application_components_addressmodal_addressmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96157,9 +98463,9 @@ "source_location": "L227", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_archivepage_archivepage" + "target": "frontend_application_components_archivepage_archivepage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96168,9 +98474,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_archivepage_icon_map" + "target": "frontend_application_components_archivepage_icon_map", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96179,9 +98485,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_archivepage_category_map" + "target": "frontend_application_components_archivepage_category_map", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96190,9 +98496,9 @@ "source_location": "L74", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_archivepage", - "target": "frontend_application_components_archivepage_archiveproductcard" + "target": "frontend_application_components_archivepage_archiveproductcard", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96201,9 +98507,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_components_authmodal_authmodalprops" + "target": "frontend_application_components_authmodal_authmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96212,9 +98518,9 @@ "source_location": "L30", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_components_authmodal_extractotpfromtext" + "target": "frontend_application_components_authmodal_extractotpfromtext", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96223,9 +98529,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_authmodal", - "target": "frontend_application_components_authmodal_authmodal" + "target": "frontend_application_components_authmodal_authmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96234,9 +98540,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_components_b2bportal_b2bportal" + "target": "frontend_application_components_b2bportal_b2bportal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96245,9 +98551,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_backbutton", - "target": "frontend_application_components_backbutton_backbutton" + "target": "frontend_application_components_backbutton_backbutton", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96256,9 +98562,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_backbutton", - "target": "frontend_application_components_backbutton_backbuttonprops" + "target": "frontend_application_components_backbutton_backbuttonprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96267,9 +98573,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_bannerplacement", - "target": "frontend_application_components_bannerplacement_bannerplacement" + "target": "frontend_application_components_bannerplacement_bannerplacement", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96278,9 +98584,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_bannerplacement", - "target": "frontend_application_components_bannerplacement_bannerplacementprops" + "target": "frontend_application_components_bannerplacement_bannerplacementprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96289,9 +98595,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_blogpage", - "target": "frontend_application_components_blogpage_blogpage" + "target": "frontend_application_components_blogpage_blogpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96300,9 +98606,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_blogpage", - "target": "frontend_application_components_blogpage_blogpost" + "target": "frontend_application_components_blogpage_blogpost", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96311,9 +98617,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_brandlogo", - "target": "frontend_application_components_brandlogo_brandlogo" + "target": "frontend_application_components_brandlogo_brandlogo", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96322,9 +98628,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_brandlogo", - "target": "frontend_application_components_brandlogo_brandlogoprops" + "target": "frontend_application_components_brandlogo_brandlogoprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96333,9 +98639,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_cartdrawer", - "target": "frontend_application_components_cartdrawer_cartdrawer" + "target": "frontend_application_components_cartdrawer_cartdrawer", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96344,9 +98650,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_components_catalog_catalogpagespread_categorymeta" + "target": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96355,9 +98661,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops" + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96366,9 +98672,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_components_catalog_catalogpagespread_getformbadge" + "target": "frontend_application_components_catalog_catalogpagespread_getformbadge", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96377,9 +98683,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge" + "target": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96388,9 +98694,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_catalogpagespread", - "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespread" + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96399,9 +98705,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog", - "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops" + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96410,9 +98716,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog", - "target": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext" + "target": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96421,9 +98727,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_flipbookcatalog", - "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog" + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96432,9 +98738,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_productdetailmodal", - "target": "frontend_application_components_catalog_productdetailmodal_productdetailmodal" + "target": "frontend_application_components_catalog_productdetailmodal_productdetailmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96443,9 +98749,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_catalog_productdetailmodal", - "target": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops" + "target": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96454,9 +98760,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_checkoutpage", - "target": "frontend_application_components_checkoutpage_checkoutpage" + "target": "frontend_application_components_checkoutpage_checkoutpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96465,9 +98771,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_contactformclient", - "target": "frontend_application_components_contactformclient_contactformclient" + "target": "frontend_application_components_contactformclient_contactformclient", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96476,9 +98782,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_contactformclient", - "target": "frontend_application_components_contactformclient_contactinfoitem" + "target": "frontend_application_components_contactformclient_contactinfoitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96487,9 +98793,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_deleteconfirmmodal", - "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal" + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96498,9 +98804,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_deleteconfirmmodal", - "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops" + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96509,9 +98815,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_enamadbadge", - "target": "frontend_application_components_enamadbadge_enamadbadge" + "target": "frontend_application_components_enamadbadge_enamadbadge", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96520,9 +98826,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_errorboundary", - "target": "frontend_application_components_errorboundary_state" + "target": "frontend_application_components_errorboundary_state", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96531,9 +98837,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_errorboundary", - "target": "frontend_application_components_errorboundary_errorboundary" + "target": "frontend_application_components_errorboundary_errorboundary", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96542,9 +98848,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_errorboundary", - "target": "frontend_application_components_errorboundary_props" + "target": "frontend_application_components_errorboundary_props", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96553,9 +98859,9 @@ "source_location": "L38", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_errorpages", - "target": "frontend_application_components_errorpages_servererrorpage" + "target": "frontend_application_components_errorpages_servererrorpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96564,9 +98870,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_errorpages", - "target": "frontend_application_components_errorpages_notfoundpage" + "target": "frontend_application_components_errorpages_notfoundpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96575,9 +98881,9 @@ "source_location": "L139", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_components_featuredproducts_featuredproducts" + "target": "frontend_application_components_featuredproducts_featuredproducts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96586,9 +98892,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_featuredproducts", - "target": "frontend_application_components_featuredproducts_productcard" + "target": "frontend_application_components_featuredproducts_productcard", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96597,9 +98903,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_footer", - "target": "frontend_application_components_footer_footer" + "target": "frontend_application_components_footer_footer", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96608,9 +98914,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_header_menu_icons" + "target": "frontend_application_components_header_menu_icons", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96619,9 +98925,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_header", - "target": "frontend_application_components_header_header" + "target": "frontend_application_components_header_header", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96630,9 +98936,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_headerbutton", - "target": "frontend_application_components_headerbutton_headerbutton" + "target": "frontend_application_components_headerbutton_headerbutton", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96641,9 +98947,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_headerbutton", - "target": "frontend_application_components_headerbutton_headerbuttonprops" + "target": "frontend_application_components_headerbutton_headerbuttonprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96652,9 +98958,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_hero", - "target": "frontend_application_components_hero_statcounter" + "target": "frontend_application_components_hero_statcounter", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96663,9 +98969,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_hero", - "target": "frontend_application_components_hero_hero" + "target": "frontend_application_components_hero_hero", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96674,9 +98980,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_components_ingredientwiki_ingredient_match_keywords" + "target": "frontend_application_components_ingredientwiki_ingredient_match_keywords", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96685,9 +98991,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_components_ingredientwiki_formatingredientdisplayname" + "target": "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96696,9 +99002,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ingredientwiki", - "target": "frontend_application_components_ingredientwiki_ingredientwiki" + "target": "frontend_application_components_ingredientwiki_ingredientwiki", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96707,9 +99013,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_loginmodal", - "target": "frontend_application_components_loginmodal_loginmodalprops" + "target": "frontend_application_components_loginmodal_loginmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96718,9 +99024,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_loginmodal", - "target": "frontend_application_components_loginmodal_loginmodal" + "target": "frontend_application_components_loginmodal_loginmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96729,9 +99035,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_maintenancepage", - "target": "frontend_application_components_maintenancepage_maintenancepage" + "target": "frontend_application_components_maintenancepage_maintenancepage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96740,9 +99046,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_networkbanner", - "target": "frontend_application_components_networkbanner_networkbanner" + "target": "frontend_application_components_networkbanner_networkbanner", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96751,9 +99057,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_orderdetailsmodal", - "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops" + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96762,9 +99068,9 @@ "source_location": "L35", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_orderdetailsmodal", - "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal" + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96773,9 +99079,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ordersuccess", - "target": "frontend_application_components_ordersuccess_ordersuccess" + "target": "frontend_application_components_ordersuccess_ordersuccess", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96784,9 +99090,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_ordertracking", - "target": "frontend_application_components_ordertracking_ordertracking" + "target": "frontend_application_components_ordertracking_ordertracking", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96795,9 +99101,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_petprofile", - "target": "frontend_application_components_petprofile_petprofile" + "target": "frontend_application_components_petprofile_petprofile", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96806,9 +99112,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_prescriptionuploadmodal", - "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal" + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96817,9 +99123,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_prescriptionuploadmodal", - "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops" + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96828,9 +99134,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_productpage_icon_map" + "target": "frontend_application_components_productpage_icon_map", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96839,9 +99145,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_productpage_calculatorstate" + "target": "frontend_application_components_productpage_calculatorstate", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96850,9 +99156,9 @@ "source_location": "L60", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_productpage_usecalculatorstore" + "target": "frontend_application_components_productpage_usecalculatorstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96861,9 +99167,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productpage", - "target": "frontend_application_components_productpage_productpage" + "target": "frontend_application_components_productpage_productpage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96872,9 +99178,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productreviews", - "target": "frontend_application_components_productreviews_reviewitem" + "target": "frontend_application_components_productreviews_reviewitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96883,9 +99189,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productreviews", - "target": "frontend_application_components_productreviews_productreviewsprops" + "target": "frontend_application_components_productreviews_productreviewsprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96894,9 +99200,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_productreviews", - "target": "frontend_application_components_productreviews_productreviews" + "target": "frontend_application_components_productreviews_productreviews", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96905,9 +99211,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_safeimage", - "target": "frontend_application_components_safeimage_safeimage" + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96916,9 +99222,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_safeimage", - "target": "frontend_application_components_safeimage_safeimageprops" + "target": "frontend_application_components_safeimage_safeimageprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96927,9 +99233,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchableselect", - "target": "frontend_application_components_searchableselect_searchableselect" + "target": "frontend_application_components_searchableselect_searchableselect", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96938,9 +99244,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchableselect", - "target": "frontend_application_components_searchableselect_searchableselectprops" + "target": "frontend_application_components_searchableselect_searchableselectprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96949,9 +99255,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_searchresultspage", - "target": "frontend_application_components_searchresultspage_searchresultspage" + "target": "frontend_application_components_searchresultspage_searchresultspage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96960,9 +99266,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_skeleton", - "target": "frontend_application_components_skeleton_productcardskeleton" + "target": "frontend_application_components_skeleton_productcardskeleton", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96971,9 +99277,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_skeleton", - "target": "frontend_application_components_skeleton_skeletonprops" + "target": "frontend_application_components_skeleton_skeletonprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96982,9 +99288,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_skeleton", - "target": "frontend_application_components_skeleton_petprofileskeleton" + "target": "frontend_application_components_skeleton_petprofileskeleton", + "confidence_score": 1.0 }, { "relation": "contains", @@ -96993,9 +99299,9 @@ "source_location": "L70", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_skeleton", - "target": "frontend_application_components_skeleton_orderrowskeleton" + "target": "frontend_application_components_skeleton_orderrowskeleton", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97004,9 +99310,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_skeleton", - "target": "frontend_application_components_skeleton_skeleton" + "target": "frontend_application_components_skeleton_skeleton", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97015,9 +99321,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_components_smartadvisor_smartadvisorprops" + "target": "frontend_application_components_smartadvisor_smartadvisorprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97026,9 +99332,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_components_smartadvisor_current_symptoms" + "target": "frontend_application_components_smartadvisor_current_symptoms", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97037,9 +99343,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_components_smartadvisor_medical_histories" + "target": "frontend_application_components_smartadvisor_medical_histories", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97048,9 +99354,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_smartadvisor", - "target": "frontend_application_components_smartadvisor_smartadvisor" + "target": "frontend_application_components_smartadvisor_smartadvisor", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97059,9 +99365,9 @@ "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" + "target": "frontend_application_components_tests_cartdrawer_test_mockproduct", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97070,9 +99376,9 @@ "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" + "target": "frontend_application_components_tests_featuredproducts_test_mockproducts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97081,9 +99387,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tickerbanner", - "target": "frontend_application_components_tickerbanner_tickerbanner" + "target": "frontend_application_components_tickerbanner_tickerbanner", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97092,9 +99398,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tooltip", - "target": "frontend_application_components_tooltip_tooltip" + "target": "frontend_application_components_tooltip_tooltip", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97103,9 +99409,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_tooltip", - "target": "frontend_application_components_tooltip_tooltipprops" + "target": "frontend_application_components_tooltip_tooltipprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97114,9 +99420,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_components_topupmodal_topupmodalprops" + "target": "frontend_application_components_topupmodal_topupmodalprops", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97125,9 +99431,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_components_topupmodal_preset_amounts" + "target": "frontend_application_components_topupmodal_preset_amounts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97136,9 +99442,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_topupmodal", - "target": "frontend_application_components_topupmodal_topupmodal" + "target": "frontend_application_components_topupmodal_topupmodal", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97147,9 +99453,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_userdashboard", - "target": "frontend_application_components_userdashboard_userdashboard" + "target": "frontend_application_components_userdashboard_userdashboard", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97158,9 +99464,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_components_vetgallery_testimonialitem" + "target": "frontend_application_components_vetgallery_testimonialitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97169,9 +99475,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_components_vetgallery_fallback_videos" + "target": "frontend_application_components_vetgallery_fallback_videos", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97180,9 +99486,9 @@ "source_location": "L57", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_components_vetgallery_displayvideoitem" + "target": "frontend_application_components_vetgallery_displayvideoitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97191,9 +99497,9 @@ "source_location": "L70", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_vetgallery", - "target": "frontend_application_components_vetgallery_vetgallery" + "target": "frontend_application_components_vetgallery_vetgallery", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97202,9 +99508,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_videospage", - "target": "frontend_application_components_videospage_fallback_videos" + "target": "frontend_application_components_videospage_fallback_videos", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97213,9 +99519,9 @@ "source_location": "L59", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_videospage", - "target": "frontend_application_components_videospage_videospage" + "target": "frontend_application_components_videospage_videospage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97224,9 +99530,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_eslint_config", - "target": "frontend_application_eslint_config_eslintconfig" + "target": "frontend_application_eslint_config_eslintconfig", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97235,9 +99541,9 @@ "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" + "target": "frontend_application_lib_data_products_specialist", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97246,9 +99552,9 @@ "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" + "target": "frontend_application_lib_data_products_ingredientinfo", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97257,9 +99563,9 @@ "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" + "target": "frontend_application_lib_data_products_dosageresult", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97268,9 +99574,9 @@ "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" + "target": "frontend_application_lib_data_products_faq", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97279,9 +99585,9 @@ "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" + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97290,9 +99596,9 @@ "source_location": "L370", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_data_products", - "target": "frontend_application_lib_data_products_products" + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97301,9 +99607,9 @@ "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" + "target": "frontend_application_lib_data_products_ingredients_wiki", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97312,9 +99618,9 @@ "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" + "target": "frontend_application_lib_data_products_pettype", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97323,9 +99629,9 @@ "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" + "target": "frontend_application_lib_data_provinces_iran_provinces", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97334,9 +99640,9 @@ "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" + "target": "frontend_application_lib_data_provinces_province_cities", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97345,9 +99651,9 @@ "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" + "target": "frontend_application_lib_data_scientificterms_scientificterm", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97356,9 +99662,9 @@ "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" + "target": "frontend_application_lib_data_scientificterms_scientific_terms", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97367,9 +99673,9 @@ "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" + "target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97378,9 +99684,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_api", - "target": "frontend_application_lib_services_api_baseurl" + "target": "frontend_application_lib_services_api_baseurl", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97389,9 +99695,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_api", - "target": "frontend_application_lib_services_api_base_domain" + "target": "frontend_application_lib_services_api_base_domain", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97400,9 +99706,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_api", - "target": "frontend_application_lib_services_api_apierrorpayload" + "target": "frontend_application_lib_services_api_apierrorpayload", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97411,9 +99717,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_api", - "target": "frontend_application_lib_services_api_api" + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97422,9 +99728,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_api", - "target": "frontend_application_lib_services_api_getbaseurl" + "target": "frontend_application_lib_services_api_getbaseurl", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97433,9 +99739,9 @@ "source_location": "L157", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice", - "target": "frontend_application_lib_services_authservice_authservice" + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97444,9 +99750,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice", - "target": "frontend_application_lib_services_authservice_authresponse" + "target": "frontend_application_lib_services_authservice_authresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97455,9 +99761,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice", - "target": "frontend_application_lib_services_authservice_apierr" + "target": "frontend_application_lib_services_authservice_apierr", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97466,9 +99772,9 @@ "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" + "target": "frontend_application_lib_services_authservice_user", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97477,9 +99783,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_order", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97488,9 +99794,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_apierr", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97499,9 +99805,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97510,9 +99816,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97521,9 +99827,9 @@ "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" + "target": "frontend_application_lib_services_productservice_backendproduct", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97532,9 +99838,9 @@ "source_location": "L266", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_productservice", - "target": "frontend_application_lib_services_productservice_productservice" + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97543,9 +99849,9 @@ "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" + "target": "frontend_application_lib_services_productservice_category_slug_to_name", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97554,9 +99860,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_ticketservice", - "target": "frontend_application_lib_services_ticketservice_ticket" + "target": "frontend_application_lib_services_ticketservice_ticket", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97565,9 +99871,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_ticketservice", - "target": "frontend_application_lib_services_ticketservice_ticketmessage" + "target": "frontend_application_lib_services_ticketservice_ticketmessage", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97576,9 +99882,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_ticketservice", - "target": "frontend_application_lib_services_ticketservice_createticketpayload" + "target": "frontend_application_lib_services_ticketservice_createticketpayload", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97587,9 +99893,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_ticketservice", - "target": "frontend_application_lib_services_ticketservice_ticketservice" + "target": "frontend_application_lib_services_ticketservice_ticketservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97598,9 +99904,9 @@ "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" + "target": "frontend_application_lib_services_videoservice_videoservice", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97609,9 +99915,9 @@ "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" + "target": "frontend_application_lib_services_videoservice_video", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97620,9 +99926,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_order", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97631,9 +99937,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_cartstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97642,9 +99948,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97653,9 +99959,9 @@ "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" + "target": "frontend_application_lib_store_cartstore_cartitem", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97664,9 +99970,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore_settingsstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97675,9 +99981,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_settingsstore", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97686,9 +99992,9 @@ "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" + "target": "frontend_application_lib_store_settingsstore_scientificterm", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97697,9 +100003,9 @@ "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" + "target": "frontend_application_lib_store_tests_cartstore_test_mockproduct", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97708,9 +100014,9 @@ "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" + "target": "frontend_application_lib_store_uistore_useuistore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97719,9 +100025,9 @@ "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" + "target": "frontend_application_lib_store_uistore_uistate", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97730,9 +100036,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore_healthlog", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97741,9 +100047,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore_petconsumption", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97752,9 +100058,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore_petprofile", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97763,9 +100069,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_usepetstore", - "target": "frontend_application_lib_store_usepetstore_petstore" + "target": "frontend_application_lib_store_usepetstore_petstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97774,9 +100080,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_usepetstore", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97785,9 +100091,9 @@ "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" + "target": "frontend_application_lib_store_usepetstore_reminder", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97796,9 +100102,9 @@ "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" + "target": "frontend_application_lib_store_userstore_userrole", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97807,9 +100113,9 @@ "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" + "target": "frontend_application_lib_store_userstore_address", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97818,9 +100124,9 @@ "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" + "target": "frontend_application_lib_store_userstore_transaction", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97829,9 +100135,9 @@ "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" + "target": "frontend_application_lib_store_userstore_userprofile", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97840,9 +100146,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_userstore", - "target": "frontend_application_lib_store_userstore_userstore" + "target": "frontend_application_lib_store_userstore_userstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97851,9 +100157,9 @@ "source_location": "L63", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_store_userstore", - "target": "frontend_application_lib_store_userstore_useuserstore" + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97862,9 +100168,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_banner" + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97873,9 +100179,9 @@ "source_location": "L102", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_homeapiresponse" + "target": "frontend_application_lib_types_homeapiresponse", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97884,9 +100190,9 @@ "source_location": "L109", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_navigationtarget" + "target": "frontend_application_lib_types_navigationtarget", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97895,9 +100201,9 @@ "source_location": "L111", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_navigationhandler" + "target": "frontend_application_lib_types_navigationhandler", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97906,9 +100212,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_smartadvisorrule" + "target": "frontend_application_lib_types_smartadvisorrule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97917,9 +100223,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_testimonial" + "target": "frontend_application_lib_types_testimonial", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97928,9 +100234,9 @@ "source_location": "L42", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_ingredient" + "target": "frontend_application_lib_types_ingredient", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97939,9 +100245,9 @@ "source_location": "L55", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_prescription" + "target": "frontend_application_lib_types_prescription", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97950,9 +100256,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_b2binquiry" + "target": "frontend_application_lib_types_b2binquiry", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97961,9 +100267,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_partneraccount" + "target": "frontend_application_lib_types_partneraccount", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97972,9 +100278,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_types", - "target": "frontend_application_lib_types_dosageconfig" + "target": "frontend_application_lib_types_dosageconfig", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97983,9 +100289,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_utils", - "target": "frontend_application_lib_utils_topersian" + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 }, { "relation": "contains", @@ -97994,9 +100300,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_utils", - "target": "frontend_application_lib_utils_cn" + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98005,9 +100311,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_utils", - "target": "frontend_application_lib_utils_toenglishdigits" + "target": "frontend_application_lib_utils_toenglishdigits", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98016,9 +100322,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_next_config", - "target": "frontend_application_next_config_nextconfig" + "target": "frontend_application_next_config_nextconfig", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98027,9 +100333,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_next_config", - "target": "frontend_application_next_config_securityheaders" + "target": "frontend_application_next_config_securityheaders", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98038,9 +100344,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package", - "target": "frontend_application_package_dependencies" + "target": "frontend_application_package_dependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98049,9 +100355,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package", - "target": "frontend_application_package_name" + "target": "frontend_application_package_name", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98060,9 +100366,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package", - "target": "frontend_application_package_devdependencies" + "target": "frontend_application_package_devdependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98071,9 +100377,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package", - "target": "frontend_application_package_version" + "target": "frontend_application_package_version", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98082,9 +100388,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package", - "target": "frontend_application_package_private" + "target": "frontend_application_package_private", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98093,9 +100399,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package", - "target": "frontend_application_package_scripts" + "target": "frontend_application_package_scripts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98104,9 +100410,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies", - "target": "frontend_application_package_dependencies_axios" + "target": "frontend_application_package_dependencies_axios", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98115,9 +100421,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies", - "target": "frontend_application_package_dependencies_lucide_react" + "target": "frontend_application_package_dependencies_lucide_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98126,9 +100432,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies", - "target": "frontend_application_package_dependencies_motion" + "target": "frontend_application_package_dependencies_motion", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98137,9 +100443,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies", - "target": "frontend_application_package_dependencies_next" + "target": "frontend_application_package_dependencies_next", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98148,9 +100454,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies", - "target": "frontend_application_package_dependencies_react" + "target": "frontend_application_package_dependencies_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98159,9 +100465,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies", - "target": "frontend_application_package_dependencies_react_dom" + "target": "frontend_application_package_dependencies_react_dom", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98170,9 +100476,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies", - "target": "frontend_application_package_dependencies_sonner" + "target": "frontend_application_package_dependencies_sonner", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98181,9 +100487,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_dependencies", - "target": "frontend_application_package_dependencies_zustand" + "target": "frontend_application_package_dependencies_zustand", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98192,9 +100498,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies", - "target": "frontend_application_package_devdependencies_tailwindcss_postcss" + "target": "frontend_application_package_devdependencies_tailwindcss_postcss", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98203,9 +100509,9 @@ "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" + "target": "frontend_application_package_devdependencies_testing_library_jest_dom", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98214,9 +100520,9 @@ "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" + "target": "frontend_application_package_devdependencies_testing_library_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98225,9 +100531,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies", - "target": "frontend_application_package_devdependencies_types_node" + "target": "frontend_application_package_devdependencies_types_node", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98236,9 +100542,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies", - "target": "frontend_application_package_devdependencies_types_react" + "target": "frontend_application_package_devdependencies_types_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98247,9 +100553,9 @@ "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" + "target": "frontend_application_package_devdependencies_types_react_dom", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98258,9 +100564,9 @@ "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" + "target": "frontend_application_package_devdependencies_vitejs_plugin_react", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98269,9 +100575,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies", - "target": "frontend_application_package_devdependencies_eslint" + "target": "frontend_application_package_devdependencies_eslint", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98280,9 +100586,9 @@ "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" + "target": "frontend_application_package_devdependencies_eslint_config_next", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98291,9 +100597,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies", - "target": "frontend_application_package_devdependencies_jsdom" + "target": "frontend_application_package_devdependencies_jsdom", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98302,9 +100608,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies", - "target": "frontend_application_package_devdependencies_tailwindcss" + "target": "frontend_application_package_devdependencies_tailwindcss", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98313,9 +100619,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies", - "target": "frontend_application_package_devdependencies_typescript" + "target": "frontend_application_package_devdependencies_typescript", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98324,9 +100630,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_devdependencies", - "target": "frontend_application_package_devdependencies_vitest" + "target": "frontend_application_package_devdependencies_vitest", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98335,9 +100641,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_scripts", - "target": "frontend_application_package_scripts_dev" + "target": "frontend_application_package_scripts_dev", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98346,9 +100652,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_scripts", - "target": "frontend_application_package_scripts_build" + "target": "frontend_application_package_scripts_build", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98357,9 +100663,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_scripts", - "target": "frontend_application_package_scripts_start" + "target": "frontend_application_package_scripts_start", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98368,9 +100674,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_package_scripts", - "target": "frontend_application_package_scripts_lint" + "target": "frontend_application_package_scripts_lint", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98379,9 +100685,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_postcss_config", - "target": "frontend_application_postcss_config_config" + "target": "frontend_application_postcss_config_config", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98390,9 +100696,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98401,9 +100707,9 @@ "source_location": "L119", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98412,9 +100718,9 @@ "source_location": "L103", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98423,9 +100729,9 @@ "source_location": "L127", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98434,9 +100740,9 @@ "source_location": "L131", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98445,9 +100751,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98456,9 +100762,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98467,9 +100773,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98478,9 +100784,9 @@ "source_location": "L83", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable" + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98489,9 +100795,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_readme", - "target": "frontend_application_readme_learn_more" + "target": "frontend_application_readme_learn_more", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98500,9 +100806,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_readme", - "target": "frontend_application_readme_getting_started" + "target": "frontend_application_readme_getting_started", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98511,9 +100817,9 @@ "source_location": "L32", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_readme", - "target": "frontend_application_readme_deploy_on_vercel" + "target": "frontend_application_readme_deploy_on_vercel", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98522,9 +100828,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig", - "target": "frontend_application_tsconfig_compileroptions" + "target": "frontend_application_tsconfig_compileroptions", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98533,9 +100839,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig", - "target": "frontend_application_tsconfig_include" + "target": "frontend_application_tsconfig_include", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98544,9 +100850,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig", - "target": "frontend_application_tsconfig_exclude" + "target": "frontend_application_tsconfig_exclude", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98555,9 +100861,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_module" + "target": "frontend_application_tsconfig_compileroptions_module", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98566,9 +100872,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_moduleresolution" + "target": "frontend_application_tsconfig_compileroptions_moduleresolution", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98577,9 +100883,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_resolvejsonmodule" + "target": "frontend_application_tsconfig_compileroptions_resolvejsonmodule", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98588,9 +100894,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_isolatedmodules" + "target": "frontend_application_tsconfig_compileroptions_isolatedmodules", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98599,9 +100905,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_jsx" + "target": "frontend_application_tsconfig_compileroptions_jsx", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98610,9 +100916,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_incremental" + "target": "frontend_application_tsconfig_compileroptions_incremental", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98621,9 +100927,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_plugins" + "target": "frontend_application_tsconfig_compileroptions_plugins", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98632,9 +100938,9 @@ "source_location": "L21", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_paths" + "target": "frontend_application_tsconfig_compileroptions_paths", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98643,9 +100949,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_target" + "target": "frontend_application_tsconfig_compileroptions_target", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98654,9 +100960,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_lib" + "target": "frontend_application_tsconfig_compileroptions_lib", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98665,9 +100971,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_allowjs" + "target": "frontend_application_tsconfig_compileroptions_allowjs", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98676,9 +100982,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_skiplibcheck" + "target": "frontend_application_tsconfig_compileroptions_skiplibcheck", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98687,9 +100993,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_strict" + "target": "frontend_application_tsconfig_compileroptions_strict", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98698,9 +101004,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_noemit" + "target": "frontend_application_tsconfig_compileroptions_noemit", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98709,9 +101015,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_tsconfig_compileroptions", - "target": "frontend_application_tsconfig_compileroptions_esmoduleinterop" + "target": "frontend_application_tsconfig_compileroptions_esmoduleinterop", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98720,9 +101026,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_vitest_setup", - "target": "frontend_application_vitest_setup_mockintersectionobserver" + "target": "frontend_application_vitest_setup_mockintersectionobserver", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98731,9 +101037,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn", - "target": "gitea_scripts_with_vpn_sh__entry" + "target": "gitea_scripts_with_vpn_sh__entry", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98742,9 +101048,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package", - "target": "package_devdependencies" + "target": "package_devdependencies", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98753,9 +101059,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package", - "target": "package_name" + "target": "package_name", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98764,9 +101070,9 @@ "source_location": "L3", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package", - "target": "package_version" + "target": "package_version", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98775,9 +101081,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package", - "target": "package_private" + "target": "package_private", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98786,9 +101092,9 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package", - "target": "package_scripts" + "target": "package_scripts", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98797,9 +101103,9 @@ "source_location": "L18", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_devdependencies", - "target": "package_devdependencies_concurrently" + "target": "package_devdependencies_concurrently", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98808,9 +101114,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_dev" + "target": "package_scripts_dev", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98819,9 +101125,9 @@ "source_location": "L11", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_build_backend" + "target": "package_scripts_build_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98830,9 +101136,9 @@ "source_location": "L12", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_build_frontend" + "target": "package_scripts_build_frontend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98841,9 +101147,9 @@ "source_location": "L13", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_build_admin" + "target": "package_scripts_build_admin", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98852,9 +101158,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_build" + "target": "package_scripts_build", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98863,9 +101169,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_start" + "target": "package_scripts_start", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98874,9 +101180,9 @@ "source_location": "L6", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_install_all" + "target": "package_scripts_install_all", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98885,9 +101191,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_dev_backend" + "target": "package_scripts_dev_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98896,9 +101202,9 @@ "source_location": "L8", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_dev_frontend" + "target": "package_scripts_dev_frontend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98907,9 +101213,9 @@ "source_location": "L9", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "package_scripts", - "target": "package_scripts_dev_admin" + "target": "package_scripts_dev_admin", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98918,9 +101224,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_backup_db", - "target": "scripts_backup_db_sh__entry" + "target": "scripts_backup_db_sh__entry", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98929,9 +101235,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_deploy", - "target": "scripts_deploy_sh__entry" + "target": "scripts_deploy_sh__entry", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98940,9 +101246,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_open_browsers", - "target": "scripts_open_browsers_exec" + "target": "scripts_open_browsers_exec", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98951,9 +101257,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_open_browsers", - "target": "scripts_open_browsers_openurl" + "target": "scripts_open_browsers_openurl", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98962,9 +101268,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_open_browsers", - "target": "scripts_open_browsers_http" + "target": "scripts_open_browsers_http", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98973,9 +101279,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_open_browsers", - "target": "scripts_open_browsers_checkandopen" + "target": "scripts_open_browsers_checkandopen", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98984,9 +101290,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_open_browsers", - "target": "scripts_open_browsers_urls" + "target": "scripts_open_browsers_urls", + "confidence_score": 1.0 }, { "relation": "contains", @@ -98995,9 +101301,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_start_dev", - "target": "scripts_start_dev_spawn" + "target": "scripts_start_dev_spawn", + "confidence_score": 1.0 }, { "relation": "contains", @@ -99006,9 +101312,9 @@ "source_location": "L2", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_start_dev", - "target": "scripts_start_dev_http" + "target": "scripts_start_dev_http", + "confidence_score": 1.0 }, { "relation": "contains", @@ -99017,9 +101323,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_start_dev", - "target": "scripts_start_dev_backend" + "target": "scripts_start_dev_backend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -99028,9 +101334,9 @@ "source_location": "L7", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_start_dev", - "target": "scripts_start_dev_waitforbackend" + "target": "scripts_start_dev_waitforbackend", + "confidence_score": 1.0 }, { "relation": "contains", @@ -99039,9 +101345,9 @@ "source_location": "L1", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "start", - "target": "start_sh__entry" + "target": "start_sh__entry", + "confidence_score": 1.0 }, { "relation": "defines", @@ -99050,9 +101356,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn", - "target": "gitea_scripts_with_vpn_log" + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 }, { "relation": "defines", @@ -99061,9 +101367,9 @@ "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" + "target": "gitea_scripts_with_vpn_vpn_is_up", + "confidence_score": 1.0 }, { "relation": "defines", @@ -99072,9 +101378,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn", - "target": "gitea_scripts_with_vpn_start_vpn" + "target": "gitea_scripts_with_vpn_start_vpn", + "confidence_score": 1.0 }, { "relation": "defines", @@ -99083,9 +101389,9 @@ "source_location": "L51", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn", - "target": "gitea_scripts_with_vpn_stop_vpn" + "target": "gitea_scripts_with_vpn_stop_vpn", + "confidence_score": 1.0 }, { "relation": "defines", @@ -99094,9 +101400,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "gitea_scripts_with_vpn", - "target": "gitea_scripts_with_vpn_cleanup" + "target": "gitea_scripts_with_vpn_cleanup", + "confidence_score": 1.0 }, { "relation": "defines", @@ -99105,9 +101411,9 @@ "source_location": "L4", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_deploy", - "target": "scripts_deploy_docker_buildkit" + "target": "scripts_deploy_docker_buildkit", + "confidence_score": 1.0 }, { "relation": "defines", @@ -99116,306 +101422,306 @@ "source_location": "L5", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "scripts_deploy", - "target": "scripts_deploy_compose_docker_cli_build" + "target": "scripts_deploy_compose_docker_cli_build", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_b2bmanager" + "target": "frontend_admin_panel_src_pages_b2bmanager", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_bannersmanager" + "target": "frontend_admin_panel_src_pages_bannersmanager", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_blogs" + "target": "frontend_admin_panel_src_pages_blogs", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_categories" + "target": "frontend_admin_panel_src_pages_categories", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_cms" + "target": "frontend_admin_panel_src_pages_cms", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_contactsubmissions" + "target": "frontend_admin_panel_src_pages_contactsubmissions", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_coupons" + "target": "frontend_admin_panel_src_pages_coupons", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_dashboard" + "target": "frontend_admin_panel_src_pages_dashboard", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_financialsettingspage" + "target": "frontend_admin_panel_src_pages_financialsettingspage", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_ingredientsmanager" + "target": "frontend_admin_panel_src_pages_ingredientsmanager", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_media" + "target": "frontend_admin_panel_src_pages_media", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_orders" + "target": "frontend_admin_panel_src_pages_orders", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_pets" + "target": "frontend_admin_panel_src_pages_pets", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_prescriptionsmanager" + "target": "frontend_admin_panel_src_pages_prescriptionsmanager", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_products" + "target": "frontend_admin_panel_src_pages_products", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_reports" + "target": "frontend_admin_panel_src_pages_reports", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_reviews" + "target": "frontend_admin_panel_src_pages_reviews", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_seosettingspage" + "target": "frontend_admin_panel_src_pages_seosettingspage", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_settings" + "target": "frontend_admin_panel_src_pages_settings", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_smartadvisormanager" + "target": "frontend_admin_panel_src_pages_smartadvisormanager", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_smssettingspage" + "target": "frontend_admin_panel_src_pages_smssettingspage", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_sslsettingspage" + "target": "frontend_admin_panel_src_pages_sslsettingspage", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_systemsettingspage" + "target": "frontend_admin_panel_src_pages_systemsettingspage", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_testimonialsmanager" + "target": "frontend_admin_panel_src_pages_testimonialsmanager", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_tickets" + "target": "frontend_admin_panel_src_pages_tickets", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_transactions" + "target": "frontend_admin_panel_src_pages_transactions", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_uitexts" + "target": "frontend_admin_panel_src_pages_uitexts", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_users" + "target": "frontend_admin_panel_src_pages_users", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_videos" + "target": "frontend_admin_panel_src_pages_videos", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_wholesaleapplications" + "target": "frontend_admin_panel_src_pages_wholesaleapplications", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_pages_wiki" + "target": "frontend_admin_panel_src_pages_wiki", + "confidence_score": 1.0 }, { "relation": "dynamic_import", "confidence": "EXTRACTED", "source_file": "frontend/application/components/B2BPortal.tsx", "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_components_b2bportal", - "target": "frontend_application_lib_services_api" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "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" + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 }, { "relation": "method", @@ -99424,9 +101730,9 @@ "source_location": "L123", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_getproducts" + "target": "backend_src_admin_admin_controller_admincontroller_getproducts", + "confidence_score": 1.0 }, { "relation": "method", @@ -99435,9 +101741,9 @@ "source_location": "L130", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_createproduct" + "target": "backend_src_admin_admin_controller_admincontroller_createproduct", + "confidence_score": 1.0 }, { "relation": "method", @@ -99446,9 +101752,9 @@ "source_location": "L137", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_updateproduct" + "target": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "confidence_score": 1.0 }, { "relation": "method", @@ -99457,9 +101763,9 @@ "source_location": "L147", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_deleteproduct" + "target": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "confidence_score": 1.0 }, { "relation": "method", @@ -99468,9 +101774,9 @@ "source_location": "L157", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_getorders" + "target": "backend_src_admin_admin_controller_admincontroller_getorders", + "confidence_score": 1.0 }, { "relation": "method", @@ -99479,9 +101785,9 @@ "source_location": "L164", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_updateorderstatus" + "target": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -99490,9 +101796,9 @@ "source_location": "L182", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_getcoupons" + "target": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "confidence_score": 1.0 }, { "relation": "method", @@ -99501,9 +101807,9 @@ "source_location": "L189", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_createcoupon" + "target": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -99512,9 +101818,9 @@ "source_location": "L196", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_updatecoupon" + "target": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -99523,9 +101829,9 @@ "source_location": "L203", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_togglecoupon" + "target": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -99534,9 +101840,9 @@ "source_location": "L213", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_deletecoupon" + "target": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -99545,9 +101851,9 @@ "source_location": "L220", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_getdoctors" + "target": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "confidence_score": 1.0 }, { "relation": "method", @@ -99556,9 +101862,9 @@ "source_location": "L227", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_createdoctor" + "target": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "confidence_score": 1.0 }, { "relation": "method", @@ -99567,9 +101873,9 @@ "source_location": "L243", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_updatedoctor" + "target": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "confidence_score": 1.0 }, { "relation": "method", @@ -99578,9 +101884,9 @@ "source_location": "L260", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_deletedoctor" + "target": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "confidence_score": 1.0 }, { "relation": "method", @@ -99589,9 +101895,9 @@ "source_location": "L267", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_getsettings" + "target": "backend_src_admin_admin_controller_admincontroller_getsettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -99600,9 +101906,9 @@ "source_location": "L274", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_updatesettings" + "target": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -99611,9 +101917,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_constructor" + "target": "backend_src_admin_admin_controller_admincontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -99622,9 +101928,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_getdashboardstats" + "target": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "confidence_score": 1.0 }, { "relation": "method", @@ -99633,9 +101939,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_getusers" + "target": "backend_src_admin_admin_controller_admincontroller_getusers", + "confidence_score": 1.0 }, { "relation": "method", @@ -99644,9 +101950,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_createuser" + "target": "backend_src_admin_admin_controller_admincontroller_createuser", + "confidence_score": 1.0 }, { "relation": "method", @@ -99655,9 +101961,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_getuserdetails" + "target": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "confidence_score": 1.0 }, { "relation": "method", @@ -99666,9 +101972,9 @@ "source_location": "L68", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_updateuser" + "target": "backend_src_admin_admin_controller_admincontroller_updateuser", + "confidence_score": 1.0 }, { "relation": "method", @@ -99677,9 +101983,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_deleteuser" + "target": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "confidence_score": 1.0 }, { "relation": "method", @@ -99688,9 +101994,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_updateuserrole" + "target": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "confidence_score": 1.0 }, { "relation": "method", @@ -99699,9 +102005,9 @@ "source_location": "L99", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_controller_admincontroller", - "target": "backend_src_admin_admin_controller_admincontroller_adjustwallet" + "target": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "confidence_score": 1.0 }, { "relation": "method", @@ -99710,9 +102016,9 @@ "source_location": "L122", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getusers" + "target": "backend_src_admin_admin_service_adminservice_getusers", + "confidence_score": 1.0 }, { "relation": "method", @@ -99721,9 +102027,9 @@ "source_location": "L167", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getuserdetails" + "target": "backend_src_admin_admin_service_adminservice_getuserdetails", + "confidence_score": 1.0 }, { "relation": "method", @@ -99732,9 +102038,9 @@ "source_location": "L181", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_createuser" + "target": "backend_src_admin_admin_service_adminservice_createuser", + "confidence_score": 1.0 }, { "relation": "method", @@ -99743,9 +102049,9 @@ "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_updateuser" + "target": "backend_src_admin_admin_service_adminservice_updateuser", + "confidence_score": 1.0 }, { "relation": "method", @@ -99754,9 +102060,9 @@ "source_location": "L267", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_updateuserrole" + "target": "backend_src_admin_admin_service_adminservice_updateuserrole", + "confidence_score": 1.0 }, { "relation": "method", @@ -99765,9 +102071,9 @@ "source_location": "L274", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_deleteuser" + "target": "backend_src_admin_admin_service_adminservice_deleteuser", + "confidence_score": 1.0 }, { "relation": "method", @@ -99776,9 +102082,9 @@ "source_location": "L297", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getproducts" + "target": "backend_src_admin_admin_service_adminservice_getproducts", + "confidence_score": 1.0 }, { "relation": "method", @@ -99787,9 +102093,9 @@ "source_location": "L336", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_createproduct" + "target": "backend_src_admin_admin_service_adminservice_createproduct", + "confidence_score": 1.0 }, { "relation": "method", @@ -99798,9 +102104,9 @@ "source_location": "L384", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_updateproduct" + "target": "backend_src_admin_admin_service_adminservice_updateproduct", + "confidence_score": 1.0 }, { "relation": "method", @@ -99809,9 +102115,9 @@ "source_location": "L441", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_deleteproduct" + "target": "backend_src_admin_admin_service_adminservice_deleteproduct", + "confidence_score": 1.0 }, { "relation": "method", @@ -99820,9 +102126,9 @@ "source_location": "L447", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getorders" + "target": "backend_src_admin_admin_service_adminservice_getorders", + "confidence_score": 1.0 }, { "relation": "method", @@ -99831,9 +102137,9 @@ "source_location": "L495", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_updateorderstatus" + "target": "backend_src_admin_admin_service_adminservice_updateorderstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -99842,9 +102148,9 @@ "source_location": "L514", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getcoupons" + "target": "backend_src_admin_admin_service_adminservice_getcoupons", + "confidence_score": 1.0 }, { "relation": "method", @@ -99853,9 +102159,9 @@ "source_location": "L545", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_createcoupon" + "target": "backend_src_admin_admin_service_adminservice_createcoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -99864,9 +102170,9 @@ "source_location": "L572", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_updatecoupon" + "target": "backend_src_admin_admin_service_adminservice_updatecoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -99875,9 +102181,9 @@ "source_location": "L602", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_togglecoupon" + "target": "backend_src_admin_admin_service_adminservice_togglecoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -99886,9 +102192,9 @@ "source_location": "L609", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_deletecoupon" + "target": "backend_src_admin_admin_service_adminservice_deletecoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -99897,9 +102203,9 @@ "source_location": "L615", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getsettings" + "target": "backend_src_admin_admin_service_adminservice_getsettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -99908,9 +102214,9 @@ "source_location": "L623", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_updatesettings" + "target": "backend_src_admin_admin_service_adminservice_updatesettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -99919,9 +102225,9 @@ "source_location": "L660", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getpets" + "target": "backend_src_admin_admin_service_adminservice_getpets", + "confidence_score": 1.0 }, { "relation": "method", @@ -99930,9 +102236,9 @@ "source_location": "L710", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getdoctors" + "target": "backend_src_admin_admin_service_adminservice_getdoctors", + "confidence_score": 1.0 }, { "relation": "method", @@ -99941,9 +102247,9 @@ "source_location": "L716", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_createdoctor" + "target": "backend_src_admin_admin_service_adminservice_createdoctor", + "confidence_score": 1.0 }, { "relation": "method", @@ -99952,9 +102258,9 @@ "source_location": "L726", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_updatedoctor" + "target": "backend_src_admin_admin_service_adminservice_updatedoctor", + "confidence_score": 1.0 }, { "relation": "method", @@ -99963,9 +102269,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_constructor" + "target": "backend_src_admin_admin_service_adminservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -99974,9 +102280,9 @@ "source_location": "L739", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_deletedoctor" + "target": "backend_src_admin_admin_service_adminservice_deletedoctor", + "confidence_score": 1.0 }, { "relation": "method", @@ -99985,9 +102291,9 @@ "source_location": "L743", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_adjustuserwallet" + "target": "backend_src_admin_admin_service_adminservice_adjustuserwallet", + "confidence_score": 1.0 }, { "relation": "method", @@ -99996,9 +102302,9 @@ "source_location": "L78", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_admin_service_adminservice", - "target": "backend_src_admin_admin_service_adminservice_getdashboardstats" + "target": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "confidence_score": 1.0 }, { "relation": "method", @@ -100007,9 +102313,9 @@ "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" + "target": "backend_src_admin_blogs_controller_blogscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100018,9 +102324,9 @@ "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" + "target": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "confidence_score": 1.0 }, { "relation": "method", @@ -100029,9 +102335,9 @@ "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" + "target": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "confidence_score": 1.0 }, { "relation": "method", @@ -100040,9 +102346,9 @@ "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" + "target": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "confidence_score": 1.0 }, { "relation": "method", @@ -100051,9 +102357,9 @@ "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" + "target": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "confidence_score": 1.0 }, { "relation": "method", @@ -100062,9 +102368,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100073,9 +102379,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice_getblogs", + "confidence_score": 1.0 }, { "relation": "method", @@ -100084,9 +102390,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice_createblog", + "confidence_score": 1.0 }, { "relation": "method", @@ -100095,9 +102401,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice_updateblog", + "confidence_score": 1.0 }, { "relation": "method", @@ -100106,9 +102412,9 @@ "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" + "target": "backend_src_admin_blogs_service_blogsservice_deleteblog", + "confidence_score": 1.0 }, { "relation": "method", @@ -100117,9 +102423,9 @@ "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" + "target": "backend_src_admin_categories_controller_categoriescontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100128,9 +102434,9 @@ "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" + "target": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "confidence_score": 1.0 }, { "relation": "method", @@ -100139,9 +102445,9 @@ "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" + "target": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "confidence_score": 1.0 }, { "relation": "method", @@ -100150,9 +102456,9 @@ "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" + "target": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "confidence_score": 1.0 }, { "relation": "method", @@ -100161,9 +102467,9 @@ "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" + "target": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "confidence_score": 1.0 }, { "relation": "method", @@ -100172,9 +102478,9 @@ "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" + "target": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "confidence_score": 1.0 }, { "relation": "method", @@ -100183,9 +102489,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100194,9 +102500,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice_getcategories", + "confidence_score": 1.0 }, { "relation": "method", @@ -100205,9 +102511,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw", + "confidence_score": 1.0 }, { "relation": "method", @@ -100216,9 +102522,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice_createcategory", + "confidence_score": 1.0 }, { "relation": "method", @@ -100227,9 +102533,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice_updatecategory", + "confidence_score": 1.0 }, { "relation": "method", @@ -100238,9 +102544,9 @@ "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" + "target": "backend_src_admin_categories_service_categoriesservice_deletecategory", + "confidence_score": 1.0 }, { "relation": "method", @@ -100249,9 +102555,9 @@ "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" + "target": "backend_src_admin_media_controller_mediacontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100260,9 +102566,9 @@ "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" + "target": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "confidence_score": 1.0 }, { "relation": "method", @@ -100271,9 +102577,9 @@ "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" + "target": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "confidence_score": 1.0 }, { "relation": "method", @@ -100282,9 +102588,9 @@ "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_deletemanymedia" + "target": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "confidence_score": 1.0 }, { "relation": "method", @@ -100293,9 +102599,9 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_controller_mediacontroller", - "target": "backend_src_admin_media_controller_mediacontroller_deletemedia" + "target": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "confidence_score": 1.0 }, { "relation": "method", @@ -100304,9 +102610,9 @@ "source_location": "L66", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_controller_mediacontroller", - "target": "backend_src_admin_media_controller_mediacontroller_updatemedia" + "target": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "confidence_score": 1.0 }, { "relation": "method", @@ -100315,9 +102621,9 @@ "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" + "target": "backend_src_admin_media_service_mediaservice_getallmedia", + "confidence_score": 1.0 }, { "relation": "method", @@ -100326,9 +102632,9 @@ "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" + "target": "backend_src_admin_media_service_mediaservice_uploadfile", + "confidence_score": 1.0 }, { "relation": "method", @@ -100337,9 +102643,9 @@ "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" + "target": "backend_src_admin_media_service_mediaservice_deletemedia", + "confidence_score": 1.0 }, { "relation": "method", @@ -100348,9 +102654,9 @@ "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_deletemanymedia" + "target": "backend_src_admin_media_service_mediaservice_deletemanymedia", + "confidence_score": 1.0 }, { "relation": "method", @@ -100359,9 +102665,9 @@ "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" + "target": "backend_src_admin_media_service_mediaservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100370,9 +102676,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_media_service_mediaservice", - "target": "backend_src_admin_media_service_mediaservice_updatemedia" + "target": "backend_src_admin_media_service_mediaservice_updatemedia", + "confidence_score": 1.0 }, { "relation": "method", @@ -100381,9 +102687,9 @@ "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" + "target": "backend_src_admin_pets_controller_petscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100392,9 +102698,9 @@ "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" + "target": "backend_src_admin_pets_controller_petscontroller_getpets", + "confidence_score": 1.0 }, { "relation": "method", @@ -100403,9 +102709,9 @@ "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" + "target": "backend_src_admin_pets_controller_petscontroller_deletepet", + "confidence_score": 1.0 }, { "relation": "method", @@ -100414,9 +102720,9 @@ "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" + "target": "backend_src_admin_pets_service_petsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100425,9 +102731,9 @@ "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" + "target": "backend_src_admin_pets_service_petsservice_getpets", + "confidence_score": 1.0 }, { "relation": "method", @@ -100436,9 +102742,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_pets_service_petsservice", - "target": "backend_src_admin_pets_service_petsservice_deletepet" + "target": "backend_src_admin_pets_service_petsservice_deletepet", + "confidence_score": 1.0 }, { "relation": "method", @@ -100447,9 +102753,9 @@ "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" + "target": "backend_src_admin_reports_controller_reportscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100458,9 +102764,9 @@ "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" + "target": "backend_src_admin_reports_controller_reportscontroller_getreports", + "confidence_score": 1.0 }, { "relation": "method", @@ -100469,9 +102775,9 @@ "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" + "target": "backend_src_admin_reports_service_reportsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100480,9 +102786,9 @@ "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" + "target": "backend_src_admin_reports_service_reportsservice_getdashboardreports", + "confidence_score": 1.0 }, { "relation": "method", @@ -100491,9 +102797,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_sslcontroller_constructor" + "target": "backend_src_admin_ssl_controller_sslcontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100502,9 +102808,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_sslcontroller_getstatus" + "target": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -100513,9 +102819,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_sslcontroller_updatebytext" + "target": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "confidence_score": 1.0 }, { "relation": "method", @@ -100524,9 +102830,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles" + "target": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "confidence_score": 1.0 }, { "relation": "method", @@ -100535,9 +102841,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_controller_sslcontroller", - "target": "backend_src_admin_ssl_controller_sslcontroller_testdomain" + "target": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "confidence_score": 1.0 }, { "relation": "method", @@ -100546,9 +102852,9 @@ "source_location": "L106", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice", - "target": "backend_src_admin_ssl_service_sslservice_updatecertificates" + "target": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "confidence_score": 1.0 }, { "relation": "method", @@ -100557,9 +102863,9 @@ "source_location": "L162", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice", - "target": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl" + "target": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "confidence_score": 1.0 }, { "relation": "method", @@ -100568,9 +102874,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice", - "target": "backend_src_admin_ssl_service_sslservice_constructor" + "target": "backend_src_admin_ssl_service_sslservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100579,9 +102885,9 @@ "source_location": "L36", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice", - "target": "backend_src_admin_ssl_service_sslservice_getcertpath" + "target": "backend_src_admin_ssl_service_sslservice_getcertpath", + "confidence_score": 1.0 }, { "relation": "method", @@ -100590,9 +102896,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice", - "target": "backend_src_admin_ssl_service_sslservice_getkeypath" + "target": "backend_src_admin_ssl_service_sslservice_getkeypath", + "confidence_score": 1.0 }, { "relation": "method", @@ -100601,9 +102907,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice", - "target": "backend_src_admin_ssl_service_sslservice_toshamsi" + "target": "backend_src_admin_ssl_service_sslservice_toshamsi", + "confidence_score": 1.0 }, { "relation": "method", @@ -100612,9 +102918,9 @@ "source_location": "L58", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_admin_ssl_service_sslservice", - "target": "backend_src_admin_ssl_service_sslservice_getstatus" + "target": "backend_src_admin_ssl_service_sslservice_getstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -100623,9 +102929,9 @@ "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" + "target": "backend_src_admin_wiki_controller_wikicontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100634,9 +102940,9 @@ "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" + "target": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "confidence_score": 1.0 }, { "relation": "method", @@ -100645,9 +102951,9 @@ "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" + "target": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -100656,9 +102962,9 @@ "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" + "target": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -100667,9 +102973,9 @@ "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" + "target": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -100678,9 +102984,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100689,9 +102995,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice_getterms", + "confidence_score": 1.0 }, { "relation": "method", @@ -100700,9 +103006,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice_createterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -100711,9 +103017,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice_updateterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -100722,9 +103028,9 @@ "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" + "target": "backend_src_admin_wiki_service_wikiservice_deleteterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -100733,9 +103039,9 @@ "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" + "target": "backend_src_app_controller_appcontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100744,9 +103050,9 @@ "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" + "target": "backend_src_app_controller_appcontroller_gethello", + "confidence_score": 1.0 }, { "relation": "method", @@ -100755,9 +103061,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module_appmodule", - "target": "backend_src_app_module_appmodule_constructor" + "target": "backend_src_app_module_appmodule_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100766,9 +103072,9 @@ "source_location": "L84", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_app_module_appmodule", - "target": "backend_src_app_module_appmodule_configure" + "target": "backend_src_app_module_appmodule_configure", + "confidence_score": 1.0 }, { "relation": "method", @@ -100777,9 +103083,9 @@ "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" + "target": "backend_src_app_service_appservice_gethello", + "confidence_score": 1.0 }, { "relation": "method", @@ -100788,9 +103094,9 @@ "source_location": "L107", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller", - "target": "backend_src_auth_auth_controller_authcontroller_logout" + "target": "backend_src_auth_auth_controller_authcontroller_logout", + "confidence_score": 1.0 }, { "relation": "method", @@ -100799,9 +103105,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller", - "target": "backend_src_auth_auth_controller_authcontroller_constructor" + "target": "backend_src_auth_auth_controller_authcontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100810,9 +103116,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller", - "target": "backend_src_auth_auth_controller_authcontroller_sendotp" + "target": "backend_src_auth_auth_controller_authcontroller_sendotp", + "confidence_score": 1.0 }, { "relation": "method", @@ -100821,9 +103127,9 @@ "source_location": "L60", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller", - "target": "backend_src_auth_auth_controller_authcontroller_verifyotp" + "target": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "confidence_score": 1.0 }, { "relation": "method", @@ -100832,9 +103138,9 @@ "source_location": "L71", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller", - "target": "backend_src_auth_auth_controller_authcontroller_register" + "target": "backend_src_auth_auth_controller_authcontroller_register", + "confidence_score": 1.0 }, { "relation": "method", @@ -100843,9 +103149,9 @@ "source_location": "L80", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller", - "target": "backend_src_auth_auth_controller_authcontroller_login" + "target": "backend_src_auth_auth_controller_authcontroller_login", + "confidence_score": 1.0 }, { "relation": "method", @@ -100854,9 +103160,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller", - "target": "backend_src_auth_auth_controller_authcontroller_adminlogin" + "target": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "confidence_score": 1.0 }, { "relation": "method", @@ -100865,9 +103171,9 @@ "source_location": "L99", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_controller_authcontroller", - "target": "backend_src_auth_auth_controller_authcontroller_refresh" + "target": "backend_src_auth_auth_controller_authcontroller_refresh", + "confidence_score": 1.0 }, { "relation": "method", @@ -100876,9 +103182,9 @@ "source_location": "L119", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice", - "target": "backend_src_auth_auth_service_authservice_verifyotp" + "target": "backend_src_auth_auth_service_authservice_verifyotp", + "confidence_score": 1.0 }, { "relation": "method", @@ -100887,9 +103193,9 @@ "source_location": "L160", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice", - "target": "backend_src_auth_auth_service_authservice_register" + "target": "backend_src_auth_auth_service_authservice_register", + "confidence_score": 1.0 }, { "relation": "method", @@ -100898,9 +103204,9 @@ "source_location": "L213", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice", - "target": "backend_src_auth_auth_service_authservice_login" + "target": "backend_src_auth_auth_service_authservice_login", + "confidence_score": 1.0 }, { "relation": "method", @@ -100909,9 +103215,9 @@ "source_location": "L254", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice", - "target": "backend_src_auth_auth_service_authservice_adminlogin" + "target": "backend_src_auth_auth_service_authservice_adminlogin", + "confidence_score": 1.0 }, { "relation": "method", @@ -100920,9 +103226,9 @@ "source_location": "L310", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice", - "target": "backend_src_auth_auth_service_authservice_refresh" + "target": "backend_src_auth_auth_service_authservice_refresh", + "confidence_score": 1.0 }, { "relation": "method", @@ -100931,9 +103237,9 @@ "source_location": "L33", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice", - "target": "backend_src_auth_auth_service_authservice_constructor" + "target": "backend_src_auth_auth_service_authservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100942,9 +103248,9 @@ "source_location": "L40", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_auth_service_authservice", - "target": "backend_src_auth_auth_service_authservice_sendotp" + "target": "backend_src_auth_auth_service_authservice_sendotp", + "confidence_score": 1.0 }, { "relation": "method", @@ -100953,9 +103259,9 @@ "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" + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "confidence_score": 1.0 }, { "relation": "method", @@ -100964,9 +103270,9 @@ "source_location": "L16", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_jwt_strategy_jwtstrategy", - "target": "backend_src_auth_jwt_strategy_jwtstrategy_constructor" + "target": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100975,9 +103281,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_auth_jwt_strategy_jwtstrategy", - "target": "backend_src_auth_jwt_strategy_jwtstrategy_validate" + "target": "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "confidence_score": 1.0 }, { "relation": "method", @@ -100986,9 +103292,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -100997,9 +103303,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "confidence_score": 1.0 }, { "relation": "method", @@ -101008,9 +103314,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "confidence_score": 1.0 }, { "relation": "method", @@ -101019,9 +103325,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -101030,9 +103336,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "confidence_score": 1.0 }, { "relation": "method", @@ -101041,9 +103347,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "confidence_score": 1.0 }, { "relation": "method", @@ -101052,9 +103358,9 @@ "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" + "target": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "confidence_score": 1.0 }, { "relation": "method", @@ -101063,9 +103369,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101074,9 +103380,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice_createinquiry", + "confidence_score": 1.0 }, { "relation": "method", @@ -101085,9 +103391,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice_findallinquiries", + "confidence_score": 1.0 }, { "relation": "method", @@ -101096,9 +103402,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -101107,9 +103413,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", + "confidence_score": 1.0 }, { "relation": "method", @@ -101118,9 +103424,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", + "confidence_score": 1.0 }, { "relation": "method", @@ -101129,9 +103435,9 @@ "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" + "target": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", + "confidence_score": 1.0 }, { "relation": "method", @@ -101140,9 +103446,9 @@ "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" + "target": "backend_src_banners_banners_controller_bannerscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101151,9 +103457,9 @@ "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" + "target": "backend_src_banners_banners_controller_bannerscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -101162,9 +103468,9 @@ "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" + "target": "backend_src_banners_banners_controller_bannerscontroller_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -101173,9 +103479,9 @@ "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" + "target": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "confidence_score": 1.0 }, { "relation": "method", @@ -101184,9 +103490,9 @@ "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" + "target": "backend_src_banners_banners_controller_bannerscontroller_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -101195,9 +103501,9 @@ "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" + "target": "backend_src_banners_banners_controller_bannerscontroller_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -101206,9 +103512,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -101217,9 +103523,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -101228,9 +103534,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -101239,9 +103545,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice_reorder", + "confidence_score": 1.0 }, { "relation": "method", @@ -101250,9 +103556,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101261,9 +103567,9 @@ "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" + "target": "backend_src_banners_banners_service_bannersservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -101272,9 +103578,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101283,9 +103589,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -101294,9 +103600,9 @@ "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" + "target": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -101305,9 +103611,9 @@ "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" + "target": "backend_src_blogs_blogs_service_blogsservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -101316,9 +103622,9 @@ "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" + "target": "backend_src_blogs_blogs_service_blogsservice_findonebyslug", + "confidence_score": 1.0 }, { "relation": "method", @@ -101327,9 +103633,9 @@ "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" + "target": "backend_src_blogs_blogs_service_blogsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101338,9 +103644,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "confidence_score": 1.0 }, { "relation": "method", @@ -101349,9 +103655,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "confidence_score": 1.0 }, { "relation": "method", @@ -101360,9 +103666,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101371,9 +103677,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "confidence_score": 1.0 }, { "relation": "method", @@ -101382,9 +103688,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "confidence_score": 1.0 }, { "relation": "method", @@ -101393,9 +103699,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "confidence_score": 1.0 }, { "relation": "method", @@ -101404,9 +103710,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "confidence_score": 1.0 }, { "relation": "method", @@ -101415,9 +103721,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "confidence_score": 1.0 }, { "relation": "method", @@ -101426,9 +103732,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "confidence_score": 1.0 }, { "relation": "method", @@ -101437,9 +103743,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "confidence_score": 1.0 }, { "relation": "method", @@ -101448,9 +103754,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "confidence_score": 1.0 }, { "relation": "method", @@ -101459,9 +103765,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "confidence_score": 1.0 }, { "relation": "method", @@ -101470,9 +103776,9 @@ "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" + "target": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "confidence_score": 1.0 }, { "relation": "method", @@ -101481,9 +103787,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101492,9 +103798,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_getherobanners", + "confidence_score": 1.0 }, { "relation": "method", @@ -101503,9 +103809,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_createherobanner", + "confidence_score": 1.0 }, { "relation": "method", @@ -101514,9 +103820,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_updateherobanner", + "confidence_score": 1.0 }, { "relation": "method", @@ -101525,9 +103831,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_deleteherobanner", + "confidence_score": 1.0 }, { "relation": "method", @@ -101536,9 +103842,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_getvettestimonials", + "confidence_score": 1.0 }, { "relation": "method", @@ -101547,9 +103853,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "confidence_score": 1.0 }, { "relation": "method", @@ -101558,9 +103864,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "confidence_score": 1.0 }, { "relation": "method", @@ -101569,9 +103875,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_deletevettestimonial", + "confidence_score": 1.0 }, { "relation": "method", @@ -101580,9 +103886,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules", + "confidence_score": 1.0 }, { "relation": "method", @@ -101591,9 +103897,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "confidence_score": 1.0 }, { "relation": "method", @@ -101602,9 +103908,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "confidence_score": 1.0 }, { "relation": "method", @@ -101613,9 +103919,9 @@ "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" + "target": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule", + "confidence_score": 1.0 }, { "relation": "method", @@ -101624,9 +103930,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "confidence_score": 1.0 }, { "relation": "method", @@ -101635,9 +103941,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "confidence_score": 1.0 }, { "relation": "method", @@ -101646,9 +103952,9 @@ "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" + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "confidence_score": 1.0 }, { "relation": "method", @@ -101657,9 +103963,9 @@ "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" + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch", + "confidence_score": 1.0 }, { "relation": "method", @@ -101668,9 +103974,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101679,9 +103985,9 @@ "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" + "target": "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "confidence_score": 1.0 }, { "relation": "method", @@ -101690,9 +103996,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept", + "confidence_score": 1.0 }, { "relation": "method", @@ -101701,9 +104007,9 @@ "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" + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "confidence_score": 1.0 }, { "relation": "method", @@ -101712,9 +104018,9 @@ "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" + "target": "backend_src_common_metrics_controller_metricscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101723,9 +104029,9 @@ "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" + "target": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "confidence_score": 1.0 }, { "relation": "method", @@ -101734,9 +104040,9 @@ "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" + "target": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "confidence_score": 1.0 }, { "relation": "method", @@ -101745,9 +104051,9 @@ "source_location": "L123", "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_postasmx" + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "confidence_score": 1.0 }, { "relation": "method", @@ -101756,9 +104062,9 @@ "source_location": "L159", "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_recordlog" + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "confidence_score": 1.0 }, { "relation": "method", @@ -101767,9 +104073,9 @@ "source_location": "L191", "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_getsmslogs" + "target": "backend_src_common_services_sms_service_smsservice_getsmslogs", + "confidence_score": 1.0 }, { "relation": "method", @@ -101778,9 +104084,9 @@ "source_location": "L248", "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_deletesmslog" + "target": "backend_src_common_services_sms_service_smsservice_deletesmslog", + "confidence_score": 1.0 }, { "relation": "method", @@ -101789,9 +104095,9 @@ "source_location": "L255", "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_clearallsmslogs" + "target": "backend_src_common_services_sms_service_smsservice_clearallsmslogs", + "confidence_score": 1.0 }, { "relation": "method", @@ -101800,9 +104106,9 @@ "source_location": "L262", "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_parsepatternsxml" + "target": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "confidence_score": 1.0 }, { "relation": "method", @@ -101811,9 +104117,9 @@ "source_location": "L300", "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_getpatterns" + "target": "backend_src_common_services_sms_service_smsservice_getpatterns", + "confidence_score": 1.0 }, { "relation": "method", @@ -101822,9 +104128,9 @@ "source_location": "L407", "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_addpattern" + "target": "backend_src_common_services_sms_service_smsservice_addpattern", + "confidence_score": 1.0 }, { "relation": "method", @@ -101833,9 +104139,9 @@ "source_location": "L486", "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_editpattern" + "target": "backend_src_common_services_sms_service_smsservice_editpattern", + "confidence_score": 1.0 }, { "relation": "method", @@ -101844,9 +104150,9 @@ "source_location": "L54", "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_constructor" + "target": "backend_src_common_services_sms_service_smsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101855,9 +104161,9 @@ "source_location": "L541", "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_savelocalpattern" + "target": "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "confidence_score": 1.0 }, { "relation": "method", @@ -101866,9 +104172,9 @@ "source_location": "L569", "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_updatelocalpattern" + "target": "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "confidence_score": 1.0 }, { "relation": "method", @@ -101877,9 +104183,9 @@ "source_location": "L59", "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_getsmsconfig" + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 }, { "relation": "method", @@ -101888,9 +104194,9 @@ "source_location": "L609", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 }, { "relation": "method", @@ -101899,9 +104205,9 @@ "source_location": "L737", "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_testsms" + "target": "backend_src_common_services_sms_service_smsservice_testsms", + "confidence_score": 1.0 }, { "relation": "method", @@ -101910,9 +104216,9 @@ "source_location": "L862", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendotp", + "confidence_score": 1.0 }, { "relation": "method", @@ -101921,9 +104227,9 @@ "source_location": "L875", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "confidence_score": 1.0 }, { "relation": "method", @@ -101932,9 +104238,9 @@ "source_location": "L894", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "confidence_score": 1.0 }, { "relation": "method", @@ -101943,9 +104249,9 @@ "source_location": "L911", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "confidence_score": 1.0 }, { "relation": "method", @@ -101954,9 +104260,9 @@ "source_location": "L927", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "confidence_score": 1.0 }, { "relation": "method", @@ -101965,9 +104271,9 @@ "source_location": "L945", "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" + "target": "backend_src_common_services_sms_service_smsservice_sendsms", + "confidence_score": 1.0 }, { "relation": "method", @@ -101976,9 +104282,9 @@ "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" + "target": "backend_src_contact_contact_controller_contactcontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -101987,9 +104293,9 @@ "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" + "target": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "confidence_score": 1.0 }, { "relation": "method", @@ -101998,9 +104304,9 @@ "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" + "target": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "confidence_score": 1.0 }, { "relation": "method", @@ -102009,9 +104315,9 @@ "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" + "target": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "confidence_score": 1.0 }, { "relation": "method", @@ -102020,9 +104326,9 @@ "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" + "target": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -102031,9 +104337,9 @@ "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" + "target": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "confidence_score": 1.0 }, { "relation": "method", @@ -102042,9 +104348,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice_getallsubmissions", + "confidence_score": 1.0 }, { "relation": "method", @@ -102053,9 +104359,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -102064,9 +104370,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", + "confidence_score": 1.0 }, { "relation": "method", @@ -102075,9 +104381,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102086,9 +104392,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice_submitcontactform", + "confidence_score": 1.0 }, { "relation": "method", @@ -102097,9 +104403,9 @@ "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" + "target": "backend_src_contact_contact_service_contactservice_getcontactinfo", + "confidence_score": 1.0 }, { "relation": "method", @@ -102108,9 +104414,9 @@ "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" + "target": "backend_src_home_home_controller_homecontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102119,9 +104425,9 @@ "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" + "target": "backend_src_home_home_controller_homecontroller_gethomedata", + "confidence_score": 1.0 }, { "relation": "method", @@ -102130,9 +104436,9 @@ "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" + "target": "backend_src_home_home_service_homeservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102141,9 +104447,9 @@ "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" + "target": "backend_src_home_home_service_homeservice_gethomedata", + "confidence_score": 1.0 }, { "relation": "method", @@ -102152,9 +104458,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102163,9 +104469,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -102174,9 +104480,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -102185,9 +104491,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -102196,9 +104502,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -102207,9 +104513,9 @@ "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" + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -102218,9 +104524,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -102229,9 +104535,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -102240,9 +104546,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -102251,9 +104557,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -102262,9 +104568,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102273,9 +104579,9 @@ "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" + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -102284,9 +104590,9 @@ "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" + "target": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -102295,9 +104601,9 @@ "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" + "target": "backend_src_orders_orders_controller_orderscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -102306,9 +104612,9 @@ "source_location": "L194", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller", - "target": "backend_src_orders_orders_controller_orderscontroller_retrypayment" + "target": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102317,9 +104623,9 @@ "source_location": "L202", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_controller_orderscontroller", - "target": "backend_src_orders_orders_controller_orderscontroller_findone" + "target": "backend_src_orders_orders_controller_orderscontroller_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -102328,9 +104634,9 @@ "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" + "target": "backend_src_orders_orders_controller_orderscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102339,9 +104645,9 @@ "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" + "target": "backend_src_orders_orders_controller_orderscontroller_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -102350,9 +104656,9 @@ "source_location": "L101", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_create" + "target": "backend_src_orders_orders_service_ordersservice_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -102361,9 +104667,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_constructor" + "target": "backend_src_orders_orders_service_ordersservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102372,9 +104678,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber" + "target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "confidence_score": 1.0 }, { "relation": "method", @@ -102383,9 +104689,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_validatecoupon" + "target": "backend_src_orders_orders_service_ordersservice_validatecoupon", + "confidence_score": 1.0 }, { "relation": "method", @@ -102394,9 +104700,9 @@ "source_location": "L317", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_updatestatus" + "target": "backend_src_orders_orders_service_ordersservice_updatestatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -102405,9 +104711,9 @@ "source_location": "L348", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_findallbyuser" + "target": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "confidence_score": 1.0 }, { "relation": "method", @@ -102416,9 +104722,9 @@ "source_location": "L381", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_findone" + "target": "backend_src_orders_orders_service_ordersservice_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -102427,9 +104733,9 @@ "source_location": "L395", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders" + "target": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "confidence_score": 1.0 }, { "relation": "method", @@ -102438,9 +104744,9 @@ "source_location": "L425", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations" + "target": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", + "confidence_score": 1.0 }, { "relation": "method", @@ -102449,9 +104755,9 @@ "source_location": "L446", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_orders_orders_service_ordersservice", - "target": "backend_src_orders_orders_service_ordersservice_retrypayment" + "target": "backend_src_orders_orders_service_ordersservice_retrypayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102460,9 +104766,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname", + "confidence_score": 1.0 }, { "relation": "method", @@ -102471,9 +104777,9 @@ "source_location": "L50", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102482,9 +104788,9 @@ "source_location": "L51", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102493,9 +104799,9 @@ "source_location": "L52", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102504,9 +104810,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl", + "confidence_score": 1.0 }, { "relation": "method", @@ -102515,9 +104821,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", - "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth" + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth", + "confidence_score": 1.0 }, { "relation": "method", @@ -102526,9 +104832,9 @@ "source_location": "L144", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect" + "target": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "confidence_score": 1.0 }, { "relation": "method", @@ -102537,9 +104843,9 @@ "source_location": "L163", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback" + "target": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "confidence_score": 1.0 }, { "relation": "method", @@ -102548,9 +104854,9 @@ "source_location": "L193", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus" + "target": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -102559,9 +104865,9 @@ "source_location": "L204", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions" + "target": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "confidence_score": 1.0 }, { "relation": "method", @@ -102570,9 +104876,9 @@ "source_location": "L213", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getadminstats" + "target": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "confidence_score": 1.0 }, { "relation": "method", @@ -102581,9 +104887,9 @@ "source_location": "L222", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending" + "target": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "confidence_score": 1.0 }, { "relation": "method", @@ -102592,9 +104898,9 @@ "source_location": "L231", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry" + "target": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "confidence_score": 1.0 }, { "relation": "method", @@ -102603,9 +104909,9 @@ "source_location": "L240", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_manualverify" + "target": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "confidence_score": 1.0 }, { "relation": "method", @@ -102614,9 +104920,9 @@ "source_location": "L252", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_manualreject" + "target": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "confidence_score": 1.0 }, { "relation": "method", @@ -102625,9 +104931,9 @@ "source_location": "L264", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_gethealth" + "target": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "confidence_score": 1.0 }, { "relation": "method", @@ -102636,9 +104942,9 @@ "source_location": "L39", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_constructor" + "target": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102647,9 +104953,9 @@ "source_location": "L54", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment" + "target": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102658,9 +104964,9 @@ "source_location": "L75", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup" + "target": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "confidence_score": 1.0 }, { "relation": "method", @@ -102669,9 +104975,9 @@ "source_location": "L93", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback" + "target": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "confidence_score": 1.0 }, { "relation": "method", @@ -102680,9 +104986,9 @@ "source_location": "L138", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_initiatewallettopup" + "target": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "confidence_score": 1.0 }, { "relation": "method", @@ -102691,9 +104997,9 @@ "source_location": "L22", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_constructor" + "target": "backend_src_payment_payment_service_paymentservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102702,9 +105008,9 @@ "source_location": "L225", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "confidence_score": 1.0 }, { "relation": "method", @@ -102713,9 +105019,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_initiateorderpayment" + "target": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102724,9 +105030,9 @@ "source_location": "L539", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions" + "target": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "confidence_score": 1.0 }, { "relation": "method", @@ -102735,9 +105041,9 @@ "source_location": "L621", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_gettransaction" + "target": "backend_src_payment_payment_service_paymentservice_gettransaction", + "confidence_score": 1.0 }, { "relation": "method", @@ -102746,9 +105052,9 @@ "source_location": "L669", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_getadmintransactions" + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactions", + "confidence_score": 1.0 }, { "relation": "method", @@ -102757,9 +105063,9 @@ "source_location": "L780", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats" + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", + "confidence_score": 1.0 }, { "relation": "method", @@ -102768,9 +105074,9 @@ "source_location": "L827", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry" + "target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "confidence_score": 1.0 }, { "relation": "method", @@ -102779,9 +105085,9 @@ "source_location": "L875", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_adminmanualverify" + "target": "backend_src_payment_payment_service_paymentservice_adminmanualverify", + "confidence_score": 1.0 }, { "relation": "method", @@ -102790,9 +105096,9 @@ "source_location": "L933", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_adminmanualreject" + "target": "backend_src_payment_payment_service_paymentservice_adminmanualreject", + "confidence_score": 1.0 }, { "relation": "method", @@ -102801,9 +105107,9 @@ "source_location": "L956", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_payment_service_paymentservice", - "target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth" + "target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", + "confidence_score": 1.0 }, { "relation": "method", @@ -102812,9 +105118,9 @@ "source_location": "L109", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl" + "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "confidence_score": 1.0 }, { "relation": "method", @@ -102823,9 +105129,9 @@ "source_location": "L128", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getbackendurl" + "target": "backend_src_payment_zibal_service_zibalservice_getbackendurl", + "confidence_score": 1.0 }, { "relation": "method", @@ -102834,9 +105140,9 @@ "source_location": "L154", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_requestpayment" + "target": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102845,9 +105151,9 @@ "source_location": "L205", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getstarturl" + "target": "backend_src_payment_zibal_service_zibalservice_getstarturl", + "confidence_score": 1.0 }, { "relation": "method", @@ -102856,9 +105162,9 @@ "source_location": "L212", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_verifypayment" + "target": "backend_src_payment_zibal_service_zibalservice_verifypayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102867,9 +105173,9 @@ "source_location": "L252", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment" + "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "confidence_score": 1.0 }, { "relation": "method", @@ -102878,9 +105184,9 @@ "source_location": "L292", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_checkhealth" + "target": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "confidence_score": 1.0 }, { "relation": "method", @@ -102889,9 +105195,9 @@ "source_location": "L349", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage" + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage", + "confidence_score": 1.0 }, { "relation": "method", @@ -102900,9 +105206,9 @@ "source_location": "L372", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage" + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", + "confidence_score": 1.0 }, { "relation": "method", @@ -102911,9 +105217,9 @@ "source_location": "L47", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_constructor" + "target": "backend_src_payment_zibal_service_zibalservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -102922,9 +105228,9 @@ "source_location": "L49", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getgatewayname" + "target": "backend_src_payment_zibal_service_zibalservice_getgatewayname", + "confidence_score": 1.0 }, { "relation": "method", @@ -102933,9 +105239,9 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_callwithretry" + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "confidence_score": 1.0 }, { "relation": "method", @@ -102944,9 +105250,9 @@ "source_location": "L91", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant" + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 }, { "relation": "method", @@ -102955,9 +105261,9 @@ "source_location": "L111", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_uploadpetimage" + "target": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "confidence_score": 1.0 }, { "relation": "method", @@ -102966,9 +105272,9 @@ "source_location": "L119", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_create" + "target": "backend_src_pets_pets_controller_petscontroller_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -102977,9 +105283,9 @@ "source_location": "L155", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_findall" + "target": "backend_src_pets_pets_controller_petscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -102988,9 +105294,9 @@ "source_location": "L192", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_findone" + "target": "backend_src_pets_pets_controller_petscontroller_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -102999,9 +105305,9 @@ "source_location": "L223", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_update" + "target": "backend_src_pets_pets_controller_petscontroller_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -103010,9 +105316,9 @@ "source_location": "L253", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_remove" + "target": "backend_src_pets_pets_controller_petscontroller_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -103021,9 +105327,9 @@ "source_location": "L259", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_addreminder" + "target": "backend_src_pets_pets_controller_petscontroller_addreminder", + "confidence_score": 1.0 }, { "relation": "method", @@ -103032,9 +105338,9 @@ "source_location": "L269", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_togglereminder" + "target": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "confidence_score": 1.0 }, { "relation": "method", @@ -103043,9 +105349,9 @@ "source_location": "L285", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_addhealthlog" + "target": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "confidence_score": 1.0 }, { "relation": "method", @@ -103054,9 +105360,9 @@ "source_location": "L56", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_pets_pets_controller_petscontroller", - "target": "backend_src_pets_pets_controller_petscontroller_constructor" + "target": "backend_src_pets_pets_controller_petscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103065,9 +105371,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_findallbyuser", + "confidence_score": 1.0 }, { "relation": "method", @@ -103076,9 +105382,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -103087,9 +105393,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -103098,9 +105404,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -103109,9 +105415,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_addreminder", + "confidence_score": 1.0 }, { "relation": "method", @@ -103120,9 +105426,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_togglereminder", + "confidence_score": 1.0 }, { "relation": "method", @@ -103131,9 +105437,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103142,9 +105448,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -103153,9 +105459,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_addhealthlog", + "confidence_score": 1.0 }, { "relation": "method", @@ -103164,9 +105470,9 @@ "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" + "target": "backend_src_pets_pets_service_petsservice_findalladmin", + "confidence_score": 1.0 }, { "relation": "method", @@ -103175,9 +105481,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103186,9 +105492,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -103197,9 +105503,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -103208,9 +105514,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -103219,9 +105525,9 @@ "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" + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "confidence_score": 1.0 }, { "relation": "method", @@ -103230,9 +105536,9 @@ "source_location": "L108", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", - "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -103241,9 +105547,9 @@ "source_location": "L125", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", - "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "confidence_score": 1.0 }, { "relation": "method", @@ -103252,9 +105558,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", - "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103263,9 +105569,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", - "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -103274,9 +105580,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", - "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall" + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -103285,9 +105591,9 @@ "source_location": "L14", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prisma_prisma_service_prismaservice", - "target": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist" + "target": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "confidence_score": 1.0 }, { "relation": "method", @@ -103296,9 +105602,9 @@ "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" + "target": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "confidence_score": 1.0 }, { "relation": "method", @@ -103307,9 +105613,9 @@ "source_location": "L91", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_prisma_prisma_service_prismaservice", - "target": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy" + "target": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", + "confidence_score": 1.0 }, { "relation": "method", @@ -103318,9 +105624,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103329,9 +105635,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -103340,9 +105646,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller_getactivefilters", + "confidence_score": 1.0 }, { "relation": "method", @@ -103351,9 +105657,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "confidence_score": 1.0 }, { "relation": "method", @@ -103362,9 +105668,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "confidence_score": 1.0 }, { "relation": "method", @@ -103373,9 +105679,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "confidence_score": 1.0 }, { "relation": "method", @@ -103384,9 +105690,9 @@ "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" + "target": "backend_src_products_products_controller_productscontroller_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -103395,9 +105701,9 @@ "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" + "target": "backend_src_products_products_service_productsservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -103406,9 +105712,9 @@ "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" + "target": "backend_src_products_products_service_productsservice_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -103417,9 +105723,9 @@ "source_location": "L177", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_products_products_service_productsservice", - "target": "backend_src_products_products_service_productsservice_getactivefilters" + "target": "backend_src_products_products_service_productsservice_getactivefilters", + "confidence_score": 1.0 }, { "relation": "method", @@ -103428,9 +105734,9 @@ "source_location": "L212", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_products_products_service_productsservice", - "target": "backend_src_products_products_service_productsservice_getnavigationfilters" + "target": "backend_src_products_products_service_productsservice_getnavigationfilters", + "confidence_score": 1.0 }, { "relation": "method", @@ -103439,9 +105745,9 @@ "source_location": "L247", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_products_products_service_productsservice", - "target": "backend_src_products_products_service_productsservice_getdosageconfig" + "target": "backend_src_products_products_service_productsservice_getdosageconfig", + "confidence_score": 1.0 }, { "relation": "method", @@ -103450,9 +105756,9 @@ "source_location": "L258", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_products_products_service_productsservice", - "target": "backend_src_products_products_service_productsservice_updatedosageconfig" + "target": "backend_src_products_products_service_productsservice_updatedosageconfig", + "confidence_score": 1.0 }, { "relation": "method", @@ -103461,9 +105767,9 @@ "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" + "target": "backend_src_products_products_service_productsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103472,9 +105778,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice_onmoduledestroy", + "confidence_score": 1.0 }, { "relation": "method", @@ -103483,9 +105789,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice_set", + "confidence_score": 1.0 }, { "relation": "method", @@ -103494,9 +105800,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice_get", + "confidence_score": 1.0 }, { "relation": "method", @@ -103505,9 +105811,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice_del", + "confidence_score": 1.0 }, { "relation": "method", @@ -103516,9 +105822,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice_incr", + "confidence_score": 1.0 }, { "relation": "method", @@ -103527,9 +105833,9 @@ "source_location": "L44", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_redis_redis_service_redisservice", - "target": "backend_src_redis_redis_service_redisservice_ttl" + "target": "backend_src_redis_redis_service_redisservice_ttl", + "confidence_score": 1.0 }, { "relation": "method", @@ -103538,9 +105844,9 @@ "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" + "target": "backend_src_redis_redis_service_redisservice_onmoduleinit", + "confidence_score": 1.0 }, { "relation": "method", @@ -103549,9 +105855,9 @@ "source_location": "L104", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller", - "target": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview" + "target": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "confidence_score": 1.0 }, { "relation": "method", @@ -103560,9 +105866,9 @@ "source_location": "L24", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller", - "target": "backend_src_reviews_reviews_controller_reviewscontroller_constructor" + "target": "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103571,9 +105877,9 @@ "source_location": "L31", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller", - "target": "backend_src_reviews_reviews_controller_reviewscontroller_createreview" + "target": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "confidence_score": 1.0 }, { "relation": "method", @@ -103582,9 +105888,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller", - "target": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews" + "target": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "confidence_score": 1.0 }, { "relation": "method", @@ -103593,9 +105899,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller", - "target": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews" + "target": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "confidence_score": 1.0 }, { "relation": "method", @@ -103604,9 +105910,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_controller_reviewscontroller", - "target": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus" + "target": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -103615,9 +105921,9 @@ "source_location": "L10", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice", - "target": "backend_src_reviews_reviews_service_reviewsservice_constructor" + "target": "backend_src_reviews_reviews_service_reviewsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103626,9 +105932,9 @@ "source_location": "L121", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice", - "target": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews" + "target": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", + "confidence_score": 1.0 }, { "relation": "method", @@ -103637,9 +105943,9 @@ "source_location": "L15", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice", - "target": "backend_src_reviews_reviews_service_reviewsservice_createreview" + "target": "backend_src_reviews_reviews_service_reviewsservice_createreview", + "confidence_score": 1.0 }, { "relation": "method", @@ -103648,9 +105954,9 @@ "source_location": "L185", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice", - "target": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus" + "target": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -103659,9 +105965,9 @@ "source_location": "L212", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice", - "target": "backend_src_reviews_reviews_service_reviewsservice_deletereview" + "target": "backend_src_reviews_reviews_service_reviewsservice_deletereview", + "confidence_score": 1.0 }, { "relation": "method", @@ -103670,9 +105976,9 @@ "source_location": "L69", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_reviews_reviews_service_reviewsservice", - "target": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews" + "target": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", + "confidence_score": 1.0 }, { "relation": "method", @@ -103681,9 +105987,9 @@ "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" + "target": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "confidence_score": 1.0 }, { "relation": "method", @@ -103692,9 +105998,9 @@ "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" + "target": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "confidence_score": 1.0 }, { "relation": "method", @@ -103703,9 +106009,9 @@ "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" + "target": "backend_src_seo_seo_controller_seocontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103714,9 +106020,9 @@ "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" + "target": "backend_src_seo_seo_service_seoservice_getproductschema", + "confidence_score": 1.0 }, { "relation": "method", @@ -103725,9 +106031,9 @@ "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" + "target": "backend_src_seo_seo_service_seoservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103736,9 +106042,9 @@ "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" + "target": "backend_src_seo_seo_service_seoservice_getsitemapurls", + "confidence_score": 1.0 }, { "relation": "method", @@ -103747,9 +106053,9 @@ "source_location": "L107", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm" + "target": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -103758,9 +106064,9 @@ "source_location": "L119", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm" + "target": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -103769,9 +106075,9 @@ "source_location": "L126", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getseosettings" + "target": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -103780,9 +106086,9 @@ "source_location": "L135", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_updateseosettings" + "target": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -103791,9 +106097,9 @@ "source_location": "L145", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings" + "target": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -103802,9 +106108,9 @@ "source_location": "L154", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings" + "target": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -103813,9 +106119,9 @@ "source_location": "L164", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings" + "target": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -103824,9 +106130,9 @@ "source_location": "L173", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings" + "target": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -103835,9 +106141,9 @@ "source_location": "L183", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getsmssettings" + "target": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -103846,9 +106152,9 @@ "source_location": "L192", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings" + "target": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -103857,9 +106163,9 @@ "source_location": "L201", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_testsms" + "target": "backend_src_settings_settings_controller_settingscontroller_testsms", + "confidence_score": 1.0 }, { "relation": "method", @@ -103868,9 +106174,9 @@ "source_location": "L216", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getpatterns" + "target": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "confidence_score": 1.0 }, { "relation": "method", @@ -103879,9 +106185,9 @@ "source_location": "L225", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_addpattern" + "target": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "confidence_score": 1.0 }, { "relation": "method", @@ -103890,9 +106196,9 @@ "source_location": "L240", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_editpattern" + "target": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "confidence_score": 1.0 }, { "relation": "method", @@ -103901,9 +106207,9 @@ "source_location": "L252", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getsmslogs" + "target": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "confidence_score": 1.0 }, { "relation": "method", @@ -103912,9 +106218,9 @@ "source_location": "L261", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_deletesmslog" + "target": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "confidence_score": 1.0 }, { "relation": "method", @@ -103923,9 +106229,9 @@ "source_location": "L270", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs" + "target": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "confidence_score": 1.0 }, { "relation": "method", @@ -103934,9 +106240,9 @@ "source_location": "L29", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_constructor" + "target": "backend_src_settings_settings_controller_settingscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -103945,9 +106251,9 @@ "source_location": "L37", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getuitexts" + "target": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "confidence_score": 1.0 }, { "relation": "method", @@ -103956,9 +106262,9 @@ "source_location": "L46", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_putuitext" + "target": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "confidence_score": 1.0 }, { "relation": "method", @@ -103967,9 +106273,9 @@ "source_location": "L61", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_patchuitext" + "target": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "confidence_score": 1.0 }, { "relation": "method", @@ -103978,9 +106284,9 @@ "source_location": "L76", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts" + "target": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "confidence_score": 1.0 }, { "relation": "method", @@ -103989,9 +106295,9 @@ "source_location": "L82", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getfinancial" + "target": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "confidence_score": 1.0 }, { "relation": "method", @@ -104000,9 +106306,9 @@ "source_location": "L92", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_updatefinancial" + "target": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "confidence_score": 1.0 }, { "relation": "method", @@ -104011,9 +106317,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_controller_settingscontroller", - "target": "backend_src_settings_settings_controller_settingscontroller_getscientificterms" + "target": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "confidence_score": 1.0 }, { "relation": "method", @@ -104022,9 +106328,9 @@ "source_location": "L119", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_getuitexts" + "target": "backend_src_settings_settings_service_settingsservice_getuitexts", + "confidence_score": 1.0 }, { "relation": "method", @@ -104033,9 +106339,9 @@ "source_location": "L164", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_updateuitext" + "target": "backend_src_settings_settings_service_settingsservice_updateuitext", + "confidence_score": 1.0 }, { "relation": "method", @@ -104044,9 +106350,9 @@ "source_location": "L191", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts" + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "confidence_score": 1.0 }, { "relation": "method", @@ -104055,9 +106361,9 @@ "source_location": "L200", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings" + "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -104066,9 +106372,9 @@ "source_location": "L225", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings" + "target": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -104077,9 +106383,9 @@ "source_location": "L271", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_getscientificterms" + "target": "backend_src_settings_settings_service_settingsservice_getscientificterms", + "confidence_score": 1.0 }, { "relation": "method", @@ -104088,9 +106394,9 @@ "source_location": "L275", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_upsertscientificterm" + "target": "backend_src_settings_settings_service_settingsservice_upsertscientificterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -104099,9 +106405,9 @@ "source_location": "L296", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_deletescientificterm" + "target": "backend_src_settings_settings_service_settingsservice_deletescientificterm", + "confidence_score": 1.0 }, { "relation": "method", @@ -104110,9 +106416,9 @@ "source_location": "L302", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting" + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting", + "confidence_score": 1.0 }, { "relation": "method", @@ -104121,9 +106427,9 @@ "source_location": "L327", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting" + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", + "confidence_score": 1.0 }, { "relation": "method", @@ -104132,9 +106438,9 @@ "source_location": "L366", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_getsmssettings" + "target": "backend_src_settings_settings_service_settingsservice_getsmssettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -104143,9 +106449,9 @@ "source_location": "L370", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_updatesmssettings" + "target": "backend_src_settings_settings_service_settingsservice_updatesmssettings", + "confidence_score": 1.0 }, { "relation": "method", @@ -104154,9 +106460,9 @@ "source_location": "L379", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_testsms" + "target": "backend_src_settings_settings_service_settingsservice_testsms", + "confidence_score": 1.0 }, { "relation": "method", @@ -104165,9 +106471,9 @@ "source_location": "L383", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_getpatterns" + "target": "backend_src_settings_settings_service_settingsservice_getpatterns", + "confidence_score": 1.0 }, { "relation": "method", @@ -104176,9 +106482,9 @@ "source_location": "L387", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_addpattern" + "target": "backend_src_settings_settings_service_settingsservice_addpattern", + "confidence_score": 1.0 }, { "relation": "method", @@ -104187,9 +106493,9 @@ "source_location": "L391", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_editpattern" + "target": "backend_src_settings_settings_service_settingsservice_editpattern", + "confidence_score": 1.0 }, { "relation": "method", @@ -104198,9 +106504,9 @@ "source_location": "L395", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_getsmslogs" + "target": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "confidence_score": 1.0 }, { "relation": "method", @@ -104209,9 +106515,9 @@ "source_location": "L399", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_deletesmslog" + "target": "backend_src_settings_settings_service_settingsservice_deletesmslog", + "confidence_score": 1.0 }, { "relation": "method", @@ -104220,9 +106526,9 @@ "source_location": "L403", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_clearallsmslogs" + "target": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "confidence_score": 1.0 }, { "relation": "method", @@ -104231,9 +106537,9 @@ "source_location": "L89", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_constructor" + "target": "backend_src_settings_settings_service_settingsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104242,9 +106548,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_onmoduleinit" + "target": "backend_src_settings_settings_service_settingsservice_onmoduleinit", + "confidence_score": 1.0 }, { "relation": "method", @@ -104253,9 +106559,9 @@ "source_location": "L98", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_settings_settings_service_settingsservice", - "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts" + "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "confidence_score": 1.0 }, { "relation": "method", @@ -104264,9 +106570,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104275,9 +106581,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -104286,9 +106592,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -104297,9 +106603,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -104308,9 +106614,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -104319,9 +106625,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -104330,9 +106636,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -104341,9 +106647,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -104352,9 +106658,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104363,9 +106669,9 @@ "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" + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -104374,9 +106680,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104385,9 +106691,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -104396,9 +106702,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -104407,9 +106713,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -104418,9 +106724,9 @@ "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" + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -104429,9 +106735,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -104440,9 +106746,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -104451,9 +106757,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -104462,9 +106768,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104473,9 +106779,9 @@ "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" + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -104484,9 +106790,9 @@ "source_location": "L28", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ticketscontroller_constructor" + "target": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104495,9 +106801,9 @@ "source_location": "L34", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ticketscontroller_createticket" + "target": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "confidence_score": 1.0 }, { "relation": "method", @@ -104506,9 +106812,9 @@ "source_location": "L45", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets" + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "confidence_score": 1.0 }, { "relation": "method", @@ -104517,9 +106823,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails" + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "confidence_score": 1.0 }, { "relation": "method", @@ -104528,9 +106834,9 @@ "source_location": "L65", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket" + "target": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "confidence_score": 1.0 }, { "relation": "method", @@ -104539,9 +106845,9 @@ "source_location": "L81", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets" + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "confidence_score": 1.0 }, { "relation": "method", @@ -104550,9 +106856,9 @@ "source_location": "L90", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_controller_ticketscontroller", - "target": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus" + "target": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -104561,9 +106867,9 @@ "source_location": "L132", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ticketsservice_replytoticket" + "target": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "confidence_score": 1.0 }, { "relation": "method", @@ -104572,9 +106878,9 @@ "source_location": "L17", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ticketsservice_constructor" + "target": "backend_src_tickets_tickets_service_ticketsservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104583,9 +106889,9 @@ "source_location": "L189", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets" + "target": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "confidence_score": 1.0 }, { "relation": "method", @@ -104594,9 +106900,9 @@ "source_location": "L19", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber" + "target": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "confidence_score": 1.0 }, { "relation": "method", @@ -104605,9 +106911,9 @@ "source_location": "L261", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus" + "target": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "confidence_score": 1.0 }, { "relation": "method", @@ -104616,9 +106922,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ticketsservice_createticket" + "target": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "confidence_score": 1.0 }, { "relation": "method", @@ -104627,9 +106933,9 @@ "source_location": "L73", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ticketsservice_getusertickets" + "target": "backend_src_tickets_tickets_service_ticketsservice_getusertickets", + "confidence_score": 1.0 }, { "relation": "method", @@ -104638,9 +106944,9 @@ "source_location": "L94", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_tickets_tickets_service_ticketsservice", - "target": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails" + "target": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails", + "confidence_score": 1.0 }, { "relation": "method", @@ -104649,9 +106955,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller_updateprofile", + "confidence_score": 1.0 }, { "relation": "method", @@ -104660,9 +106966,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller_addaddress", + "confidence_score": 1.0 }, { "relation": "method", @@ -104671,9 +106977,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller_updateaddress", + "confidence_score": 1.0 }, { "relation": "method", @@ -104682,9 +106988,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller_deleteaddress", + "confidence_score": 1.0 }, { "relation": "method", @@ -104693,9 +106999,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "confidence_score": 1.0 }, { "relation": "method", @@ -104704,9 +107010,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller_topupwallet", + "confidence_score": 1.0 }, { "relation": "method", @@ -104715,9 +107021,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104726,9 +107032,9 @@ "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" + "target": "backend_src_users_users_controller_userscontroller_getprofile", + "confidence_score": 1.0 }, { "relation": "method", @@ -104737,9 +107043,9 @@ "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_update" + "target": "backend_src_users_users_service_usersservice_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -104748,9 +107054,9 @@ "source_location": "L200", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice", - "target": "backend_src_users_users_service_usersservice_addaddress" + "target": "backend_src_users_users_service_usersservice_addaddress", + "confidence_score": 1.0 }, { "relation": "method", @@ -104759,9 +107065,9 @@ "source_location": "L222", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice", - "target": "backend_src_users_users_service_usersservice_updateaddress" + "target": "backend_src_users_users_service_usersservice_updateaddress", + "confidence_score": 1.0 }, { "relation": "method", @@ -104770,9 +107076,9 @@ "source_location": "L248", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice", - "target": "backend_src_users_users_service_usersservice_deleteaddress" + "target": "backend_src_users_users_service_usersservice_deleteaddress", + "confidence_score": 1.0 }, { "relation": "method", @@ -104781,9 +107087,9 @@ "source_location": "L25", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice", - "target": "backend_src_users_users_service_usersservice_constructor" + "target": "backend_src_users_users_service_usersservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104792,9 +107098,9 @@ "source_location": "L254", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice", - "target": "backend_src_users_users_service_usersservice_setdefaultaddress" + "target": "backend_src_users_users_service_usersservice_setdefaultaddress", + "confidence_score": 1.0 }, { "relation": "method", @@ -104803,9 +107109,9 @@ "source_location": "L265", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice", - "target": "backend_src_users_users_service_usersservice_topupwallet" + "target": "backend_src_users_users_service_usersservice_topupwallet", + "confidence_score": 1.0 }, { "relation": "method", @@ -104814,9 +107120,9 @@ "source_location": "L27", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice", - "target": "backend_src_users_users_service_usersservice_findbyid" + "target": "backend_src_users_users_service_usersservice_findbyid", + "confidence_score": 1.0 }, { "relation": "method", @@ -104825,9 +107131,9 @@ "source_location": "L289", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "backend_src_users_users_service_usersservice", - "target": "backend_src_users_users_service_usersservice_findbyphone" + "target": "backend_src_users_users_service_usersservice_findbyphone", + "confidence_score": 1.0 }, { "relation": "method", @@ -104836,9 +107142,9 @@ "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" + "target": "backend_src_videos_videos_controller_videoscontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104847,9 +107153,9 @@ "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" + "target": "backend_src_videos_videos_controller_videoscontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -104858,9 +107164,9 @@ "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" + "target": "backend_src_videos_videos_controller_videoscontroller_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -104869,9 +107175,9 @@ "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" + "target": "backend_src_videos_videos_controller_videoscontroller_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -104880,9 +107186,9 @@ "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" + "target": "backend_src_videos_videos_controller_videoscontroller_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -104891,9 +107197,9 @@ "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" + "target": "backend_src_videos_videos_controller_videoscontroller_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -104902,9 +107208,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104913,9 +107219,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -104924,9 +107230,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -104935,9 +107241,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice_create", + "confidence_score": 1.0 }, { "relation": "method", @@ -104946,9 +107252,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice_update", + "confidence_score": 1.0 }, { "relation": "method", @@ -104957,9 +107263,9 @@ "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" + "target": "backend_src_videos_videos_service_videosservice_remove", + "confidence_score": 1.0 }, { "relation": "method", @@ -104968,9 +107274,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -104979,9 +107285,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "confidence_score": 1.0 }, { "relation": "method", @@ -104990,9 +107296,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "confidence_score": 1.0 }, { "relation": "method", @@ -105001,9 +107307,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "confidence_score": 1.0 }, { "relation": "method", @@ -105012,9 +107318,9 @@ "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" + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "confidence_score": 1.0 }, { "relation": "method", @@ -105023,9 +107329,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "confidence_score": 1.0 }, { "relation": "method", @@ -105034,9 +107340,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "confidence_score": 1.0 }, { "relation": "method", @@ -105045,9 +107351,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "confidence_score": 1.0 }, { "relation": "method", @@ -105056,9 +107362,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest", + "confidence_score": 1.0 }, { "relation": "method", @@ -105067,9 +107373,9 @@ "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" + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -105078,9 +107384,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -105089,9 +107395,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -105100,9 +107406,9 @@ "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" + "target": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "confidence_score": 1.0 }, { "relation": "method", @@ -105111,9 +107417,9 @@ "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" + "target": "backend_src_wiki_wiki_service_wikiservice_findall", + "confidence_score": 1.0 }, { "relation": "method", @@ -105122,9 +107428,9 @@ "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" + "target": "backend_src_wiki_wiki_service_wikiservice_findonebykey", + "confidence_score": 1.0 }, { "relation": "method", @@ -105133,9 +107439,9 @@ "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" + "target": "backend_src_wiki_wiki_service_wikiservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -105144,9 +107450,9 @@ "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" + "target": "frontend_application_components_errorboundary_errorboundary_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -105155,9 +107461,9 @@ "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" + "target": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror", + "confidence_score": 1.0 }, { "relation": "method", @@ -105166,9 +107472,9 @@ "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" + "target": "frontend_application_components_errorboundary_errorboundary_componentdidcatch", + "confidence_score": 1.0 }, { "relation": "method", @@ -105177,9 +107483,9 @@ "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" + "target": "frontend_application_components_errorboundary_errorboundary_handleretry", + "confidence_score": 1.0 }, { "relation": "method", @@ -105188,9 +107494,9 @@ "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" + "target": "frontend_application_components_errorboundary_errorboundary_render", + "confidence_score": 1.0 }, { "relation": "method", @@ -105199,9 +107505,9 @@ "source_location": "L103", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_login" + "target": "frontend_application_lib_services_authservice_authservice_login", + "confidence_score": 1.0 }, { "relation": "method", @@ -105210,9 +107516,9 @@ "source_location": "L121", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_getprofile" + "target": "frontend_application_lib_services_authservice_authservice_getprofile", + "confidence_score": 1.0 }, { "relation": "method", @@ -105221,9 +107527,9 @@ "source_location": "L138", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_updateprofile" + "target": "frontend_application_lib_services_authservice_authservice_updateprofile", + "confidence_score": 1.0 }, { "relation": "method", @@ -105232,9 +107538,9 @@ "source_location": "L152", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_logout" + "target": "frontend_application_lib_services_authservice_authservice_logout", + "confidence_score": 1.0 }, { "relation": "method", @@ -105243,9 +107549,9 @@ "source_location": "L41", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_constructor" + "target": "frontend_application_lib_services_authservice_authservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -105254,9 +107560,9 @@ "source_location": "L43", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_getinstance" + "target": "frontend_application_lib_services_authservice_authservice_getinstance", + "confidence_score": 1.0 }, { "relation": "method", @@ -105265,9 +107571,9 @@ "source_location": "L53", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_sendotp" + "target": "frontend_application_lib_services_authservice_authservice_sendotp", + "confidence_score": 1.0 }, { "relation": "method", @@ -105276,9 +107582,9 @@ "source_location": "L67", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_verifyotp" + "target": "frontend_application_lib_services_authservice_authservice_verifyotp", + "confidence_score": 1.0 }, { "relation": "method", @@ -105287,9 +107593,9 @@ "source_location": "L85", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_authservice_authservice", - "target": "frontend_application_lib_services_authservice_authservice_register" + "target": "frontend_application_lib_services_authservice_authservice_register", + "confidence_score": 1.0 }, { "relation": "method", @@ -105298,9 +107604,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -105309,9 +107615,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderservice_getinstance", + "confidence_score": 1.0 }, { "relation": "method", @@ -105320,9 +107626,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderservice_createorder", + "confidence_score": 1.0 }, { "relation": "method", @@ -105331,9 +107637,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderservice_getuserorders", + "confidence_score": 1.0 }, { "relation": "method", @@ -105342,9 +107648,9 @@ "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" + "target": "frontend_application_lib_services_orderservice_orderservice_getorderbyid", + "confidence_score": 1.0 }, { "relation": "method", @@ -105353,9 +107659,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_getproducts", + "confidence_score": 1.0 }, { "relation": "method", @@ -105364,9 +107670,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "confidence_score": 1.0 }, { "relation": "method", @@ -105375,9 +107681,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "confidence_score": 1.0 }, { "relation": "method", @@ -105386,9 +107692,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "confidence_score": 1.0 }, { "relation": "method", @@ -105397,9 +107703,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_getactivefilters", + "confidence_score": 1.0 }, { "relation": "method", @@ -105408,9 +107714,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_getnavigationfilters", + "confidence_score": 1.0 }, { "relation": "method", @@ -105419,9 +107725,9 @@ "source_location": "L255", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "frontend_application_lib_services_productservice_productservice", - "target": "frontend_application_lib_services_productservice_productservice_getbanners" + "target": "frontend_application_lib_services_productservice_productservice_getbanners", + "confidence_score": 1.0 }, { "relation": "method", @@ -105430,9 +107736,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_constructor", + "confidence_score": 1.0 }, { "relation": "method", @@ -105441,9 +107747,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_getinstance", + "confidence_score": 1.0 }, { "relation": "method", @@ -105452,9 +107758,9 @@ "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" + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 }, { "relation": "references", @@ -105463,9 +107769,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_pets", + "confidence_score": 1.0 }, { "relation": "references", @@ -105474,9 +107780,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_orders", + "confidence_score": 1.0 }, { "relation": "references", @@ -105485,9 +107791,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 }, { "relation": "references", @@ -105496,9 +107802,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 }, { "relation": "references", @@ -105507,9 +107813,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_coupons", + "confidence_score": 1.0 }, { "relation": "references", @@ -105518,9 +107824,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_pets", + "confidence_score": 1.0 }, { "relation": "references", @@ -105529,9 +107835,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 }, { "relation": "references", @@ -105540,9 +107846,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 }, { "relation": "references", @@ -105551,9 +107857,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 }, { "relation": "references", @@ -105562,9 +107868,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_reminders", + "confidence_score": 1.0 }, { "relation": "references", @@ -105573,9 +107879,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_pets", + "confidence_score": 1.0 }, { "relation": "references", @@ -105584,9 +107890,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 }, { "relation": "references", @@ -105595,9 +107901,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 }, { "relation": "references", @@ -105606,9 +107912,9 @@ "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" + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 }, { "relation": "references", @@ -105617,9 +107923,9 @@ "source_location": "L20", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_readme", - "target": "docs_04_setup_and_deployment" + "target": "docs_04_setup_and_deployment", + "confidence_score": 1.0 }, { "relation": "references", @@ -105628,9 +107934,9 @@ "source_location": "L23", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_readme", - "target": "docs_05_devops_and_monitoring" + "target": "docs_05_devops_and_monitoring", + "confidence_score": 1.0 }, { "relation": "references", @@ -105639,9 +107945,9 @@ "source_location": "L26", "weight": 1.0, "_origin": "ast", - "confidence_score": 1.0, "source": "docs_readme", - "target": "docs_06_testing" + "target": "docs_06_testing", + "confidence_score": 1.0 }, { "relation": "indirect_call", @@ -105651,9 +107957,9 @@ "weight": 1.0, "_origin": "ast", "context": "argument", - "confidence_score": 0.5, "source": "frontend_application_components_header_header", - "target": "frontend_application_components_header_header_handleclickoutside" + "target": "frontend_application_components_header_header_handleclickoutside", + "confidence_score": 0.5 }, { "relation": "indirect_call", @@ -105663,9 +107969,9 @@ "weight": 1.0, "_origin": "ast", "context": "argument", - "confidence_score": 0.5, "source": "scripts_start_dev_waitforbackend", - "target": "scripts_start_dev_waitforbackend_check" + "target": "scripts_start_dev_waitforbackend_check", + "confidence_score": 0.5 }, { "relation": "indirect_call", @@ -105675,9 +107981,9 @@ "source_location": "L182", "weight": 1.0, "_origin": "ast", - "confidence_score": 0.5, "source": "ai_agency_orchestrate_main", - "target": "ai_agency_orchestrate_cmd_status" + "target": "ai_agency_orchestrate_cmd_status", + "confidence_score": 0.5 }, { "relation": "indirect_call", @@ -105687,9 +107993,9 @@ "source_location": "L183", "weight": 1.0, "_origin": "ast", - "confidence_score": 0.5, "source": "ai_agency_orchestrate_main", - "target": "ai_agency_orchestrate_cmd_progress" + "target": "ai_agency_orchestrate_cmd_progress", + "confidence_score": 0.5 }, { "relation": "indirect_call", @@ -105699,9 +108005,9 @@ "source_location": "L184", "weight": 1.0, "_origin": "ast", - "confidence_score": 0.5, "source": "ai_agency_orchestrate_main", - "target": "ai_agency_orchestrate_cmd_next_task" + "target": "ai_agency_orchestrate_cmd_next_task", + "confidence_score": 0.5 }, { "relation": "indirect_call", @@ -105711,9 +108017,9 @@ "source_location": "L185", "weight": 1.0, "_origin": "ast", - "confidence_score": 0.5, "source": "ai_agency_orchestrate_main", - "target": "ai_agency_orchestrate_cmd_unblock" + "target": "ai_agency_orchestrate_cmd_unblock", + "confidence_score": 0.5 }, { "relation": "indirect_call", @@ -105723,9 +108029,9 @@ "source_location": "L186", "weight": 1.0, "_origin": "ast", - "confidence_score": 0.5, "source": "ai_agency_orchestrate_main", - "target": "ai_agency_orchestrate_cmd_reset" + "target": "ai_agency_orchestrate_cmd_reset", + "confidence_score": 0.5 }, { "relation": "calls", @@ -108379,5 +110685,5 @@ "source_file": "scripts/compose.prod.yml" } ], - "built_at_commit": "c8f3ce0cdeac58484395da69d895aa4a96bb0252" + "built_at_commit": "23a31203e3e2514b8daff1988b5d9a0bb0560814" } \ No newline at end of file diff --git a/graphify-out/2026-08-17/manifest.json b/graphify-out/2026-08-17/manifest.json index 50f3825..aff9ef5 100644 --- a/graphify-out/2026-08-17/manifest.json +++ b/graphify-out/2026-08-17/manifest.json @@ -1,2167 +1,2167 @@ { ".ai_agency/orchestrate.py": { "mtime": 1785148022.0726626, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "43b4b40901868f1bdfd470cf58f40760", "semantic_hash": "43b4b40901868f1bdfd470cf58f40760" }, ".gitea/scripts/with-vpn.sh": { "mtime": 1786799852.1263163, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "451f307a9e42d2240949e7bf39de6667", "semantic_hash": "451f307a9e42d2240949e7bf39de6667" }, "backend/eslint.config.mjs": { "mtime": 1786799852.1343892, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f442cf2ef8ccf6398d424127422ae23f", "semantic_hash": "f442cf2ef8ccf6398d424127422ae23f" }, "backend/nest-cli.json": { "mtime": 1783764561.6027174, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b6c9c4b64b7092bea720263a47b574cf", "semantic_hash": "b6c9c4b64b7092bea720263a47b574cf" }, "backend/package.json": { "mtime": 1786799852.1419044, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "75fb7e1c2e31d365e0c695218dc746e1", "semantic_hash": "75fb7e1c2e31d365e0c695218dc746e1" }, "backend/prisma/migrations/20260526145407_init/migration.sql": { "mtime": 1783764561.6120076, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "12a9a675c12bc5ff2d2c3164f803f0ad", "semantic_hash": "12a9a675c12bc5ff2d2c3164f803f0ad" }, "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql": { "mtime": 1783764561.6134257, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "50977e705726df3fb0f30bd1d3af101b", "semantic_hash": "50977e705726df3fb0f30bd1d3af101b" }, "backend/prisma/scientificTerms.ts": { "mtime": 1785325924.6348126, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4c449cfeea573afd27cdfd1cdc72d4f3", "semantic_hash": "4c449cfeea573afd27cdfd1cdc72d4f3" }, "backend/prisma/seed-blogs.ts": { "mtime": 1786885876.777374, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "be491715958e8f9473913bdfe9cf5638", "semantic_hash": "be491715958e8f9473913bdfe9cf5638" }, "backend/prisma/seed-custom.ts": { "mtime": 1786799852.144902, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "23cefb1ea3fc60be141520fd50e3f9f9", "semantic_hash": "23cefb1ea3fc60be141520fd50e3f9f9" }, "backend/prisma/seed-home.ts": { "mtime": 1786885876.779371, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3fd438d66d0b1174b885a9065e43b569", "semantic_hash": "3fd438d66d0b1174b885a9065e43b569" }, "backend/prisma/seed-products.ts": { "mtime": 1786885876.7848883, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "176abaca9fd158b3c734facb72a7cd8b", "semantic_hash": "176abaca9fd158b3c734facb72a7cd8b" }, "backend/prisma/seed-ui-texts.ts": { "mtime": 1786885876.7878885, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "443deac60ac932f8de4cec228ad5f492", "semantic_hash": "443deac60ac932f8de4cec228ad5f492" }, "backend/prisma/seed-wiki.ts": { - "mtime": 1786961030.2677019, - "seen": 1786961122.6884992, + "mtime": 1786961195.297596, + "seen": 1786961277.649385, "ast_hash": "4734726498e97501b3f8c6c8bc022bb8", "semantic_hash": "4734726498e97501b3f8c6c8bc022bb8" }, "backend/prisma/seed.ts": { - "mtime": 1786961040.1287513, - "seen": 1786961122.6884992, + "mtime": 1786961195.2992272, + "seen": 1786961277.649385, "ast_hash": "770c7e43cd409299785475b4db6b146f", "semantic_hash": "770c7e43cd409299785475b4db6b146f" }, "backend/prisma/tsconfig.seed.json": { "mtime": 1786955870.751259, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27", "semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27" }, "backend/scripts/generate-openapi.ts": { "mtime": 1786799852.1563904, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d218cbaae6150ad3a35c162c1a3c02a3", "semantic_hash": "d218cbaae6150ad3a35c162c1a3c02a3" }, "backend/src/admin/admin.controller.spec.ts": { "mtime": 1786799852.1573997, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "05370741c60e581754191c00baf87596", "semantic_hash": "05370741c60e581754191c00baf87596" }, "backend/src/admin/admin.controller.ts": { "mtime": 1786883225.7823384, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "877cbf9619ab41d49ddb708ad0aeb33c", "semantic_hash": "877cbf9619ab41d49ddb708ad0aeb33c" }, "backend/src/admin/admin.module.ts": { "mtime": 1786877667.0050085, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "2c08f0bdcbeb87979024730e39c7a6ce", "semantic_hash": "2c08f0bdcbeb87979024730e39c7a6ce" }, "backend/src/admin/admin.service.spec.ts": { "mtime": 1786799852.1629112, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0c0360ca02380ad75b9e551cffe11a96", "semantic_hash": "0c0360ca02380ad75b9e551cffe11a96" }, "backend/src/admin/admin.service.ts": { "mtime": 1786948119.7646718, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a335724e6f5bc32c701d4eb4ffdc2e2a", "semantic_hash": "a335724e6f5bc32c701d4eb4ffdc2e2a" }, "backend/src/admin/blogs.controller.ts": { "mtime": 1786799852.1701918, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "27d72d1d471239afaba45fe45429b8ee", "semantic_hash": "27d72d1d471239afaba45fe45429b8ee" }, "backend/src/admin/blogs.service.ts": { "mtime": 1786799852.171191, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1b9fa7006c8ebfa19f2f34f7790a235a", "semantic_hash": "1b9fa7006c8ebfa19f2f34f7790a235a" }, "backend/src/admin/categories.controller.ts": { "mtime": 1786799852.1741924, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "e6322c19042382028966e6eb8dce7c62", "semantic_hash": "e6322c19042382028966e6eb8dce7c62" }, "backend/src/admin/categories.service.ts": { "mtime": 1786799852.1751943, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7c6b626454aa53d5a3458b5ca738a97c", "semantic_hash": "7c6b626454aa53d5a3458b5ca738a97c" }, "backend/src/admin/dto/admin-query.dto.ts": { "mtime": 1786799852.1787064, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9", "semantic_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9" }, "backend/src/admin/media.controller.ts": { "mtime": 1786876983.6488664, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "02fa16bdaf1363f117f7200f590b13c4", "semantic_hash": "02fa16bdaf1363f117f7200f590b13c4" }, "backend/src/admin/media.service.ts": { "mtime": 1786876983.6515346, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "96b4035f21c6c0a662585ed950cd6107", "semantic_hash": "96b4035f21c6c0a662585ed950cd6107" }, "backend/src/admin/pets.controller.ts": { "mtime": 1786799852.1862173, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8734d47651b112f7f1682f629dc4c7b1", "semantic_hash": "8734d47651b112f7f1682f629dc4c7b1" }, "backend/src/admin/pets.service.ts": { "mtime": 1786954681.814243, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "67ef020c49eb8334a2bac643941678ac", "semantic_hash": "67ef020c49eb8334a2bac643941678ac" }, "backend/src/admin/reports.controller.ts": { "mtime": 1783764561.642147, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bf74156968541f38f105fa01454b312a", "semantic_hash": "bf74156968541f38f105fa01454b312a" }, "backend/src/admin/reports.service.ts": { "mtime": 1786799852.189731, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4", "semantic_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4" }, "backend/src/admin/wiki.controller.ts": { "mtime": 1786799852.1917324, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1", "semantic_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1" }, "backend/src/admin/wiki.service.ts": { "mtime": 1786799852.193324, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ed627a21f3b767e9855511afefa5273c", "semantic_hash": "ed627a21f3b767e9855511afefa5273c" }, "backend/src/app.controller.spec.ts": { "mtime": 1783764561.6448398, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf", "semantic_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf" }, "backend/src/app.controller.ts": { "mtime": 1783764561.645849, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3ab0e83b7d93b85ea489ab994ec79ea1", "semantic_hash": "3ab0e83b7d93b85ea489ab994ec79ea1" }, "backend/src/app.module.ts": { "mtime": 1786944769.5061665, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ccf5c67d95f230f8fdf3d1059104d2b8", "semantic_hash": "ccf5c67d95f230f8fdf3d1059104d2b8" }, "backend/src/app.service.ts": { "mtime": 1783764561.6488404, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cd3fb7836f10de08a725ee1fd4ab36fe", "semantic_hash": "cd3fb7836f10de08a725ee1fd4ab36fe" }, "backend/src/auth/auth.controller.spec.ts": { "mtime": 1785327951.179468, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7531d00aaa85a80f27e175071ce21c89", "semantic_hash": "7531d00aaa85a80f27e175071ce21c89" }, "backend/src/auth/auth.controller.ts": { "mtime": 1786883225.788847, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "63e2bb8124366719cf6f69af6a7bedbb", "semantic_hash": "63e2bb8124366719cf6f69af6a7bedbb" }, "backend/src/auth/auth.module.ts": { "mtime": 1786883225.7908473, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "33cfbdb720370d9eade3198bc770fb43", "semantic_hash": "33cfbdb720370d9eade3198bc770fb43" }, "backend/src/auth/auth.service.spec.ts": { "mtime": 1786799852.2018433, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a67a2c622e438a8bbc4014657abc0558", "semantic_hash": "a67a2c622e438a8bbc4014657abc0558" }, "backend/src/auth/auth.service.ts": { "mtime": 1786895436.2085392, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "14994a5d46d159362562199532fb4dd2", "semantic_hash": "14994a5d46d159362562199532fb4dd2" }, "backend/src/auth/dto/admin-login.dto.ts": { "mtime": 1786799852.2053578, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "87c2d45e824b94fc06e1a86f433d0435", "semantic_hash": "87c2d45e824b94fc06e1a86f433d0435" }, "backend/src/auth/dto/login.dto.ts": { "mtime": 1783764561.659109, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9941767ad430851531a9f049c2b65ed5", "semantic_hash": "9941767ad430851531a9f049c2b65ed5" }, "backend/src/auth/dto/register.dto.ts": { "mtime": 1785327951.186477, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6165fdad9219dee4390732a7f6504e4a", "semantic_hash": "6165fdad9219dee4390732a7f6504e4a" }, "backend/src/auth/dto/send-otp.dto.ts": { "mtime": 1783764561.6611066, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a99015984cd1320cbd36719809f69d3b", "semantic_hash": "a99015984cd1320cbd36719809f69d3b" }, "backend/src/auth/dto/verify-otp.dto.ts": { "mtime": 1783764561.662112, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032", "semantic_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032" }, "backend/src/auth/jwt-auth.guard.ts": { "mtime": 1786799852.2058628, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f98f32eaf66499355a5e61632ac82aa5", "semantic_hash": "f98f32eaf66499355a5e61632ac82aa5" }, "backend/src/auth/jwt.strategy.ts": { "mtime": 1786883225.7943432, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f815b9f719678a154ebf50090b801c62", "semantic_hash": "f815b9f719678a154ebf50090b801c62" }, "backend/src/auth/roles.decorator.ts": { "mtime": 1786799852.2083795, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541", "semantic_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541" }, "backend/src/auth/roles.guard.ts": { "mtime": 1786799852.2090034, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "10b31496903f54383d35b90a55c3e84a", "semantic_hash": "10b31496903f54383d35b90a55c3e84a" }, "backend/src/b2b/b2b.controller.ts": { "mtime": 1786799852.2120132, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823", "semantic_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823" }, "backend/src/b2b/b2b.module.ts": { "mtime": 1786799852.2120132, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b1777d0004a54e8f89328879a20aa171", "semantic_hash": "b1777d0004a54e8f89328879a20aa171" }, "backend/src/b2b/b2b.service.ts": { "mtime": 1786799852.2140093, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d025e172746789d44802755b8bb441bf", "semantic_hash": "d025e172746789d44802755b8bb441bf" }, "backend/src/banners/banners.controller.ts": { "mtime": 1786799852.2150102, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "30e1fba8ef3e98e127cf400aac0f71e8", "semantic_hash": "30e1fba8ef3e98e127cf400aac0f71e8" }, "backend/src/banners/banners.module.ts": { "mtime": 1786799852.2160103, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3dca61f7cf64dfb5f827469c7f14c655", "semantic_hash": "3dca61f7cf64dfb5f827469c7f14c655" }, "backend/src/banners/banners.service.ts": { "mtime": 1786799852.2160103, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "777061ff84dc642fee69803ce9ac2de9", "semantic_hash": "777061ff84dc642fee69803ce9ac2de9" }, "backend/src/blogs/blogs.controller.ts": { "mtime": 1786799852.21801, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bf17d5731c6a433e3f119a001462dca6", "semantic_hash": "bf17d5731c6a433e3f119a001462dca6" }, "backend/src/blogs/blogs.module.ts": { "mtime": 1783764561.665678, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3fc38d55e03319844c6c8cbb3017364b", "semantic_hash": "3fc38d55e03319844c6c8cbb3017364b" }, "backend/src/blogs/blogs.service.ts": { "mtime": 1786799852.21901, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f5b5232ac11a40796b37224fe7de8454", "semantic_hash": "f5b5232ac11a40796b37224fe7de8454" }, "backend/src/blogs/dto/create-blog.dto.ts": { "mtime": 1783764561.671557, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a1938b347011dd71bfd99801b7453305", "semantic_hash": "a1938b347011dd71bfd99801b7453305" }, "backend/src/blogs/dto/update-blog.dto.ts": { "mtime": 1783764561.6737125, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "15612098d2a3cac84249518465104370", "semantic_hash": "15612098d2a3cac84249518465104370" }, "backend/src/blogs/entities/blog.entity.ts": { "mtime": 1783764561.675101, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7fadae161e6d38110bdc8ce71f9f1bdd", "semantic_hash": "7fadae161e6d38110bdc8ce71f9f1bdd" }, "backend/src/cms/cms.controller.ts": { "mtime": 1785327951.196913, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "72482ba30a017f8ed1ef26b423eb83d1", "semantic_hash": "72482ba30a017f8ed1ef26b423eb83d1" }, "backend/src/cms/cms.module.ts": { "mtime": 1785148022.206298, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "831ca7e3ee288322e05ddeeb1b02229d", "semantic_hash": "831ca7e3ee288322e05ddeeb1b02229d" }, "backend/src/cms/cms.service.ts": { "mtime": 1785327951.1979403, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f9da5085411e9fe60ab0c35fb852ef56", "semantic_hash": "f9da5085411e9fe60ab0c35fb852ef56" }, "backend/src/cms/dto/cms.dto.ts": { "mtime": 1785327951.1999955, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b91b502820b503e4ca63dd36028608d5", "semantic_hash": "b91b502820b503e4ca63dd36028608d5" }, "backend/src/common/decorators/roles.decorator.ts": { "mtime": 1786799852.2205224, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "155f61ea03e3ef7d3d5e2fee554f8428", "semantic_hash": "155f61ea03e3ef7d3d5e2fee554f8428" }, "backend/src/common/dto/pagination.dto.ts": { "mtime": 1785327951.201989, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6e66fdace411feba9d947fe0f678c900", "semantic_hash": "6e66fdace411feba9d947fe0f678c900" }, "backend/src/common/filters/http-exception.filter.ts": { "mtime": 1786883225.795858, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "81134c2bca373e51a05a75869f0fcb84", "semantic_hash": "81134c2bca373e51a05a75869f0fcb84" }, "backend/src/common/filters/prisma-exception.filter.ts": { "mtime": 1785330913.1437092, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ab7ab9b4007e538b6451777dbca63d23", "semantic_hash": "ab7ab9b4007e538b6451777dbca63d23" }, "backend/src/common/guards/roles.guard.spec.ts": { "mtime": 1786799852.2255569, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0ee2661808205a0bb03a45d4cbca4472", "semantic_hash": "0ee2661808205a0bb03a45d4cbca4472" }, "backend/src/common/guards/roles.guard.ts": { "mtime": 1786799852.2265651, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "72eadcd106153ccaad697234d8c0d281", "semantic_hash": "72eadcd106153ccaad697234d8c0d281" }, "backend/src/common/interceptors/decimal.interceptor.spec.ts": { "mtime": 1786799852.2275658, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bbf53de234b9963923c3163a10cd8e17", "semantic_hash": "bbf53de234b9963923c3163a10cd8e17" }, "backend/src/common/interceptors/decimal.interceptor.ts": { "mtime": 1786799852.2275658, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "71f8f0bfa748a8cbeb5f4627f972261d", "semantic_hash": "71f8f0bfa748a8cbeb5f4627f972261d" }, "backend/src/common/metrics.controller.ts": { "mtime": 1786799852.229073, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6380f2c18000ac46235e7adde60329dc", "semantic_hash": "6380f2c18000ac46235e7adde60329dc" }, "backend/src/common/schemas/error-response.schema.ts": { "mtime": 1785330913.1447015, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "e2d4a690aa006a63ad617d2c21c7d11d", "semantic_hash": "e2d4a690aa006a63ad617d2c21c7d11d" }, "backend/src/common/schemas/paginated-response.schema.ts": { "mtime": 1786799852.2300823, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19", "semantic_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19" }, "backend/src/common/services/sms.service.ts": { "mtime": 1786892646.031271, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "474e0f454dc16060fa67e9ad4fc598f8", "semantic_hash": "474e0f454dc16060fa67e9ad4fc598f8" }, "backend/src/common/sms.module.ts": { "mtime": 1785330750.996125, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c2621fbe872597ca7fbc23fc7e261665", "semantic_hash": "c2621fbe872597ca7fbc23fc7e261665" }, "backend/src/contact/contact.controller.ts": { "mtime": 1786799852.2345963, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f", "semantic_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f" }, "backend/src/contact/contact.module.ts": { "mtime": 1786799852.236599, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3522066b9bc0d12c79ee13138ec94a23", "semantic_hash": "3522066b9bc0d12c79ee13138ec94a23" }, "backend/src/contact/contact.service.ts": { "mtime": 1786885876.79542, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ceecffe2994700d1cf206f03bb8e2d97", "semantic_hash": "ceecffe2994700d1cf206f03bb8e2d97" }, "backend/src/home/dto/create-home.dto.ts": { "mtime": 1783764561.6823654, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b20293c0606e764e43e19412e8b94e58", "semantic_hash": "b20293c0606e764e43e19412e8b94e58" }, "backend/src/home/dto/update-home.dto.ts": { "mtime": 1783764561.6823654, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "fdbec5105f68e9ef5edca26c91c2a01b", "semantic_hash": "fdbec5105f68e9ef5edca26c91c2a01b" }, "backend/src/home/entities/home.entity.ts": { "mtime": 1783764561.6848848, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c", "semantic_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c" }, "backend/src/home/home.controller.ts": { "mtime": 1785327951.2120874, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3474997a729a3a47f1872f489c28e70e", "semantic_hash": "3474997a729a3a47f1872f489c28e70e" }, "backend/src/home/home.module.ts": { "mtime": 1783764561.687108, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b8671f0d293617cf95cc2e9aef8ab11a", "semantic_hash": "b8671f0d293617cf95cc2e9aef8ab11a" }, "backend/src/home/home.service.ts": { "mtime": 1785327951.2140872, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "20073496a83b447238b4e8ab793573ec", "semantic_hash": "20073496a83b447238b4e8ab793573ec" }, "backend/src/ingredients/ingredients.controller.ts": { "mtime": 1786799852.2375965, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b591e9eeddc544d5224bbf8dc747f71e", "semantic_hash": "b591e9eeddc544d5224bbf8dc747f71e" }, "backend/src/ingredients/ingredients.module.ts": { "mtime": 1786799852.2385964, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "928f762b562c624011ca6c7e72543d0d", "semantic_hash": "928f762b562c624011ca6c7e72543d0d" }, "backend/src/ingredients/ingredients.service.ts": { "mtime": 1786799852.2401083, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7d07a0fb1cdebe81d9ecef7604701bed", "semantic_hash": "7d07a0fb1cdebe81d9ecef7604701bed" }, "backend/src/main.ts": { "mtime": 1786891855.3428435, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1cf2a043c345e0a46193c71c73e69d62", "semantic_hash": "1cf2a043c345e0a46193c71c73e69d62" }, "backend/src/orders/dto/create-order.dto.ts": { "mtime": 1785327951.218626, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "de9e39544ff4cfbbc8233318b2b71c67", "semantic_hash": "de9e39544ff4cfbbc8233318b2b71c67" }, "backend/src/orders/orders.controller.spec.ts": { "mtime": 1785327951.2196276, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "03aae30c09648646afbd6f8862d2d12b", "semantic_hash": "03aae30c09648646afbd6f8862d2d12b" }, "backend/src/orders/orders.controller.ts": { "mtime": 1786944769.5071752, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a0973c1ef3b4870bd723e3a658e83489", "semantic_hash": "a0973c1ef3b4870bd723e3a658e83489" }, "backend/src/orders/orders.module.ts": { "mtime": 1783764561.6975982, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "10e4c03ae468f0412d882306bdb20401", "semantic_hash": "10e4c03ae468f0412d882306bdb20401" }, "backend/src/orders/orders.service.spec.ts": { "mtime": 1786799852.2461178, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "977cf4033204a7b27252a939aa57664f", "semantic_hash": "977cf4033204a7b27252a939aa57664f" }, "backend/src/orders/orders.service.ts": { "mtime": 1786944769.5092275, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c082d92da929ebb7c53855046d954c87", "semantic_hash": "c082d92da929ebb7c53855046d954c87" }, "backend/src/pets/dto/create-health-log.dto.ts": { "mtime": 1785327951.2294433, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "da823d24eecce83c17760374fbc99131", "semantic_hash": "da823d24eecce83c17760374fbc99131" }, "backend/src/pets/dto/create-pet.dto.ts": { "mtime": 1785327951.2309487, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "22e442118c4b4c44d887a9e72bf416e2", "semantic_hash": "22e442118c4b4c44d887a9e72bf416e2" }, "backend/src/pets/dto/create-reminder.dto.ts": { "mtime": 1785327951.2319582, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "61e74b013460e406bd10197b3d3a95df", "semantic_hash": "61e74b013460e406bd10197b3d3a95df" }, "backend/src/pets/dto/update-pet.dto.ts": { "mtime": 1783764561.7095575, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a2086bbebe7ca2718d4933b9828b456d", "semantic_hash": "a2086bbebe7ca2718d4933b9828b456d" }, "backend/src/pets/pets.controller.spec.ts": { "mtime": 1786799852.2481189, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ea25cbbc55569e44ea0ceaf8c7af5111", "semantic_hash": "ea25cbbc55569e44ea0ceaf8c7af5111" }, "backend/src/pets/pets.controller.ts": { "mtime": 1786894580.128858, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bc2a0ef119db7950b6d5738d550ddeb8", "semantic_hash": "bc2a0ef119db7950b6d5738d550ddeb8" }, "backend/src/pets/pets.module.ts": { "mtime": 1783764561.71447, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1e30ca9c5823c33d4f3266d5b48fee01", "semantic_hash": "1e30ca9c5823c33d4f3266d5b48fee01" }, "backend/src/pets/pets.service.spec.ts": { "mtime": 1785327951.238208, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "49e5e2df9d623a5510db8d9c3eefdbd5", "semantic_hash": "49e5e2df9d623a5510db8d9c3eefdbd5" }, "backend/src/pets/pets.service.ts": { "mtime": 1786799852.2501173, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f34775f4106e2ac19efff3a9b140db3f", "semantic_hash": "f34775f4106e2ac19efff3a9b140db3f" }, "backend/src/prescriptions/prescriptions.controller.ts": { "mtime": 1786799852.2537484, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3b657f5cac989600c165b8eac3a6a2af", "semantic_hash": "3b657f5cac989600c165b8eac3a6a2af" }, "backend/src/prescriptions/prescriptions.module.ts": { "mtime": 1786954681.8158092, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f", "semantic_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f" }, "backend/src/prescriptions/prescriptions.service.ts": { "mtime": 1786954681.8168607, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "2966b30cb023905f3f4c92200d9155ef", "semantic_hash": "2966b30cb023905f3f4c92200d9155ef" }, "backend/src/prisma/prisma.module.ts": { "mtime": 1783764561.7181997, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3505a1831c78f0a9475e4ce0f0092410", "semantic_hash": "3505a1831c78f0a9475e4ce0f0092410" }, "backend/src/prisma/prisma.service.ts": { "mtime": 1786944769.510794, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "15a556aba815c7b479a6d4965c95ced2", "semantic_hash": "15a556aba815c7b479a6d4965c95ced2" }, "backend/src/products/dto/get-products.dto.ts": { "mtime": 1786799852.2602715, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bed3d5bd69f866349bfc408bfea60e78", "semantic_hash": "bed3d5bd69f866349bfc408bfea60e78" }, "backend/src/products/products.controller.spec.ts": { "mtime": 1785327951.243281, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6fde28604e799d5c5c0d2c6c2fcb4372", "semantic_hash": "6fde28604e799d5c5c0d2c6c2fcb4372" }, "backend/src/products/products.controller.ts": { "mtime": 1786799852.2612817, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "db015311d34c7985c1c4ab818070b297", "semantic_hash": "db015311d34c7985c1c4ab818070b297" }, "backend/src/products/products.module.ts": { "mtime": 1783764561.7236724, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a70b434bb1a044adf542a78cd9461264", "semantic_hash": "a70b434bb1a044adf542a78cd9461264" }, "backend/src/products/products.service.spec.ts": { "mtime": 1786799852.2632794, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8a76d805cab28967eec85b1cd03d608c", "semantic_hash": "8a76d805cab28967eec85b1cd03d608c" }, "backend/src/products/products.service.ts": { "mtime": 1786954681.8188698, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1650e465bede84a518882dc41e498110", "semantic_hash": "1650e465bede84a518882dc41e498110" }, "backend/src/redis/redis.module.ts": { "mtime": 1783764561.727662, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0856864a521a862369a89de9b2d3c9f0", "semantic_hash": "0856864a521a862369a89de9b2d3c9f0" }, "backend/src/redis/redis.service.spec.ts": { "mtime": 1783764561.7286723, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c", "semantic_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c" }, "backend/src/redis/redis.service.ts": { "mtime": 1786895436.2118347, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4f5e58ffc36bbaed17ee669e5a7394b7", "semantic_hash": "4f5e58ffc36bbaed17ee669e5a7394b7" }, "backend/src/seo/seo.controller.ts": { "mtime": 1785327951.2472832, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4c11a3beaa94a769acf206bf9ff279b0", "semantic_hash": "4c11a3beaa94a769acf206bf9ff279b0" }, "backend/src/seo/seo.module.ts": { "mtime": 1785148022.268581, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4160982445b855a6406e8713e95bf91b", "semantic_hash": "4160982445b855a6406e8713e95bf91b" }, "backend/src/seo/seo.service.ts": { "mtime": 1785327951.2482803, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "37a024bc45689db9ba8b8f7f9cd540b0", "semantic_hash": "37a024bc45689db9ba8b8f7f9cd540b0" }, "backend/src/settings/settings.controller.spec.ts": { "mtime": 1786799852.2672803, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "91d945ac11e32d343e37c8c265e6dbc4", "semantic_hash": "91d945ac11e32d343e37c8c265e6dbc4" }, "backend/src/settings/settings.controller.ts": { "mtime": 1786948119.7670867, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "2c38d7c2bc4255ca5dc4322719889a44", "semantic_hash": "2c38d7c2bc4255ca5dc4322719889a44" }, "backend/src/settings/settings.module.ts": { "mtime": 1783764561.7355156, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b84a45f92537de41c7c3821847271004", "semantic_hash": "b84a45f92537de41c7c3821847271004" }, "backend/src/settings/settings.service.spec.ts": { "mtime": 1783764561.7368565, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "06de60c1699a6f72858da21e9c6bf45a", "semantic_hash": "06de60c1699a6f72858da21e9c6bf45a" }, "backend/src/settings/settings.service.ts": { "mtime": 1786954681.819869, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "505f435dc9924b400c07167e60c8a6cd", "semantic_hash": "505f435dc9924b400c07167e60c8a6cd" }, "backend/src/smart-advisor/smart-advisor.controller.ts": { "mtime": 1786799852.2754414, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3", "semantic_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3" }, "backend/src/smart-advisor/smart-advisor.module.ts": { "mtime": 1786799852.2764418, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "40d2882f5f8a0733c940c754631be24b", "semantic_hash": "40d2882f5f8a0733c940c754631be24b" }, "backend/src/smart-advisor/smart-advisor.service.ts": { "mtime": 1786799852.2774403, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1824f7151599e310cd2de7435e345afe", "semantic_hash": "1824f7151599e310cd2de7435e345afe" }, "backend/src/testimonials/testimonials.controller.ts": { "mtime": 1786799852.2794418, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "07d866d58d6cbba997122eaa38dcb36c", "semantic_hash": "07d866d58d6cbba997122eaa38dcb36c" }, "backend/src/testimonials/testimonials.module.ts": { "mtime": 1786799852.2794418, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "e2778d19b65d66f61d35f1a98333c873", "semantic_hash": "e2778d19b65d66f61d35f1a98333c873" }, "backend/src/testimonials/testimonials.service.ts": { "mtime": 1786799852.2814713, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c22a3a4af898925abe30968a54a906c7", "semantic_hash": "c22a3a4af898925abe30968a54a906c7" }, "backend/src/users/dto/address.dto.ts": { "mtime": 1783764561.7398715, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d42a8da106b862f8934b4268e5974025", "semantic_hash": "d42a8da106b862f8934b4268e5974025" }, "backend/src/users/dto/update-profile.dto.ts": { "mtime": 1786885876.8054721, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7c5b2601ea43f7045a5691ed1fde7840", "semantic_hash": "7c5b2601ea43f7045a5691ed1fde7840" }, "backend/src/users/users.controller.spec.ts": { "mtime": 1785327951.2537966, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8879233da361926bf496aa33fc24a0a4", "semantic_hash": "8879233da361926bf496aa33fc24a0a4" }, "backend/src/users/users.controller.ts": { "mtime": 1786799852.2824814, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0c14b005ce0dddc5c6be9fb33672c659", "semantic_hash": "0c14b005ce0dddc5c6be9fb33672c659" }, "backend/src/users/users.module.ts": { "mtime": 1783764561.7481544, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6a22d47a72af32e6726ff5025c1d6f0b", "semantic_hash": "6a22d47a72af32e6726ff5025c1d6f0b" }, "backend/src/users/users.service.spec.ts": { "mtime": 1786799852.2834806, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f94ef87eb1f8de11ecd622f47181dbb7", "semantic_hash": "f94ef87eb1f8de11ecd622f47181dbb7" }, "backend/src/users/users.service.ts": { "mtime": 1786885876.8074715, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a645960ec4a9153062b00515eba11614", "semantic_hash": "a645960ec4a9153062b00515eba11614" }, "backend/src/videos/dto/create-video.dto.ts": { "mtime": 1785327951.2638545, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "93c3df7389d26042b25983d869ea30e9", "semantic_hash": "93c3df7389d26042b25983d869ea30e9" }, "backend/src/videos/dto/get-videos-query.dto.ts": { "mtime": 1786799852.2876434, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "22029a395d4906dec82a0472af9827a2", "semantic_hash": "22029a395d4906dec82a0472af9827a2" }, "backend/src/videos/videos.controller.ts": { "mtime": 1786799852.2911532, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "64de50207aa54dc4d9866fb41a3cf11e", "semantic_hash": "64de50207aa54dc4d9866fb41a3cf11e" }, "backend/src/videos/videos.module.ts": { "mtime": 1785148022.3065836, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "79c989585f2c5da29199d914ca54abdf", "semantic_hash": "79c989585f2c5da29199d914ca54abdf" }, "backend/src/videos/videos.service.ts": { "mtime": 1786799852.292168, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "86691b11bb46d333ceb620030936b6dc", "semantic_hash": "86691b11bb46d333ceb620030936b6dc" }, "backend/src/wholesale/dto/wholesale-apply.dto.ts": { "mtime": 1785148022.3176222, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "dda43ea50daed66d9ddf56ff14c2ac31", "semantic_hash": "dda43ea50daed66d9ddf56ff14c2ac31" }, "backend/src/wholesale/wholesale.controller.ts": { "mtime": 1786799852.294177, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "85347767e9b0508aa27c8fc2ada57403", "semantic_hash": "85347767e9b0508aa27c8fc2ada57403" }, "backend/src/wholesale/wholesale.module.ts": { "mtime": 1785148022.3287463, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "431fcacfcaaf5ee3872869c796581db3", "semantic_hash": "431fcacfcaaf5ee3872869c796581db3" }, "backend/src/wholesale/wholesale.service.ts": { "mtime": 1785330913.1492333, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f17e69107c7ddb8baedfb9fa1177c8a0", "semantic_hash": "f17e69107c7ddb8baedfb9fa1177c8a0" }, "backend/src/wiki/dto/create-wiki.dto.ts": { "mtime": 1783764561.7529333, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bff0bff5978c808b3f6c7c0471ecc09f", "semantic_hash": "bff0bff5978c808b3f6c7c0471ecc09f" }, "backend/src/wiki/dto/update-wiki.dto.ts": { "mtime": 1783764561.753945, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "aafeafc832089a9d47f2b09c15f5166c", "semantic_hash": "aafeafc832089a9d47f2b09c15f5166c" }, "backend/src/wiki/entities/wiki.entity.ts": { "mtime": 1783764561.7550395, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0babba8c13baba4a2ad2fd70395060f2", "semantic_hash": "0babba8c13baba4a2ad2fd70395060f2" }, "backend/src/wiki/wiki.controller.ts": { "mtime": 1785327951.2728505, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ca3a7279ecce06e6747e4b5d1b83f042", "semantic_hash": "ca3a7279ecce06e6747e4b5d1b83f042" }, "backend/src/wiki/wiki.module.ts": { "mtime": 1783764561.756925, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "22c999c57982f13d0526d25d7990b745", "semantic_hash": "22c999c57982f13d0526d25d7990b745" }, "backend/src/wiki/wiki.service.ts": { "mtime": 1786799852.295173, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4f9a02a302512579c6eaed6e06da679e", "semantic_hash": "4f9a02a302512579c6eaed6e06da679e" }, "backend/test/app-audit-verification.e2e-spec.ts": { "mtime": 1786799852.2961748, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5df6593dd9fd1f88f2b1e13f44b7b350", "semantic_hash": "5df6593dd9fd1f88f2b1e13f44b7b350" }, "backend/test/app.e2e-spec.ts": { "mtime": 1786799852.297175, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8373bf2ee758abe47f5681e898cde506", "semantic_hash": "8373bf2ee758abe47f5681e898cde506" }, "backend/tsconfig.build.json": { "mtime": 1783764561.763447, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d3d6c627ed113034e4138ae830ca9221", "semantic_hash": "d3d6c627ed113034e4138ae830ca9221" }, "backend/tsconfig.json": { "mtime": 1786878091.972378, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b7b9a22bf35749e2fc21da4e7c10246d", "semantic_hash": "b7b9a22bf35749e2fc21da4e7c10246d" }, "docs/audit/build_manifest.js": { "mtime": 1786799852.3383932, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5865147d3b17e6ddad0be4f4b9dc00d0", "semantic_hash": "5865147d3b17e6ddad0be4f4b9dc00d0" }, "docs/audit/generate_classification.js": { "mtime": 1786799852.3393898, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9", "semantic_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9" }, "docs/audit/generate_evidence.js": { "mtime": 1786799852.3403902, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f31d1dafad3e771e9602776460c04761", "semantic_hash": "f31d1dafad3e771e9602776460c04761" }, "docs/audit/generate_ledger.js": { "mtime": 1786799852.3418972, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c502805af184c8efe08a66030ff0203b", "semantic_hash": "c502805af184c8efe08a66030ff0203b" }, "docs/audit/generate_manifest.js": { "mtime": 1786799852.3418972, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d9ead302d1023a72718e60261725e429", "semantic_hash": "d9ead302d1023a72718e60261725e429" }, "docs/audit/rebuild_honest_ledger.js": { "mtime": 1786799852.348953, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5a505fbc55dbabd0557377ce8de0643a", "semantic_hash": "5a505fbc55dbabd0557377ce8de0643a" }, "docs/audit/sync_honest_manifest.js": { "mtime": 1786799852.3499532, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0", "semantic_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0" }, "docs/audit/sync_manifest.js": { "mtime": 1786799852.3509533, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7315ba82c162ad4c2a0cec307966c580", "semantic_hash": "7315ba82c162ad4c2a0cec307966c580" }, "docs/audit/validate_evidence_grade.js": { "mtime": 1786799852.351954, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5f68ed3e8236ececf82e5da4ac47d93b", "semantic_hash": "5f68ed3e8236ececf82e5da4ac47d93b" }, "docs/audit/validate_integrity.js": { "mtime": 1786799852.3529525, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7bd05a71bd8c0c23db65db5201d3c030", "semantic_hash": "7bd05a71bd8c0c23db65db5201d3c030" }, "frontend/admin-panel/eslint.config.js": { "mtime": 1785651092.991237, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0355276bc79439afe3c53e3a2470ca1e", "semantic_hash": "0355276bc79439afe3c53e3a2470ca1e" }, "frontend/admin-panel/package.json": { "mtime": 1785570791.953119, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f9e35fdccbe93fd60b511f72bf414766", "semantic_hash": "f9e35fdccbe93fd60b511f72bf414766" }, "frontend/admin-panel/postcss.config.js": { "mtime": 1783764561.7962818, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c1ee9ce6a4fe04105dbf8e619390df5e", "semantic_hash": "c1ee9ce6a4fe04105dbf8e619390df5e" }, "frontend/admin-panel/src/App.tsx": { "mtime": 1786799852.3654811, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "140226fcd94080d00f56e2f8b65f95e5", "semantic_hash": "140226fcd94080d00f56e2f8b65f95e5" }, "frontend/admin-panel/src/components/Layout.tsx": { "mtime": 1784621786.9585948, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71", "semantic_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71" }, "frontend/admin-panel/src/components/ProtectedRoute.tsx": { "mtime": 1786799852.369164, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bcb0329847fb25e9fe1e990a30609210", "semantic_hash": "bcb0329847fb25e9fe1e990a30609210" }, "frontend/admin-panel/src/components/Sidebar.tsx": { "mtime": 1786946249.9649296, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1848aec718422ef53d221f609cce809d", "semantic_hash": "1848aec718422ef53d221f609cce809d" }, "frontend/admin-panel/src/components/Topbar.tsx": { "mtime": 1786954681.821386, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "27574509b4c280e0d24f9987f57a7a95", "semantic_hash": "27574509b4c280e0d24f9987f57a7a95" }, "frontend/admin-panel/src/components/ui/ConfirmModal.tsx": { "mtime": 1783856792.9765356, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7cca14d688e9951287951d99ed323c5e", "semantic_hash": "7cca14d688e9951287951d99ed323c5e" }, "frontend/admin-panel/src/components/ui/MediaSelector.tsx": { "mtime": 1786954681.8265362, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "edd9cf32d40f15632f17d166c914dcb8", "semantic_hash": "edd9cf32d40f15632f17d166c914dcb8" }, "frontend/admin-panel/src/components/ui/Pagination.tsx": { "mtime": 1786799852.387442, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8ab314264c858bcd6cb53fc4c9985cf0", "semantic_hash": "8ab314264c858bcd6cb53fc4c9985cf0" }, "frontend/admin-panel/src/components/ui/Skeleton.tsx": { "mtime": 1783856792.9775357, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "dd6a1fca8a8db341521aa315829143e0", "semantic_hash": "dd6a1fca8a8db341521aa315829143e0" }, "frontend/admin-panel/src/components/ui/Spinner.tsx": { "mtime": 1783856792.9790492, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "32a95c9dc25ac088596fdccd17d7284a", "semantic_hash": "32a95c9dc25ac088596fdccd17d7284a" }, "frontend/admin-panel/src/main.tsx": { "mtime": 1783764561.8293335, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c5ee78875221dca9ed6b4e4b41e63cea", "semantic_hash": "c5ee78875221dca9ed6b4e4b41e63cea" }, "frontend/admin-panel/src/pages/B2BManager.tsx": { "mtime": 1786799852.3914404, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6cbd7610d61fa9fc98b797fe2962d3ee", "semantic_hash": "6cbd7610d61fa9fc98b797fe2962d3ee" }, "frontend/admin-panel/src/pages/BannersManager.tsx": { "mtime": 1786946249.9659286, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7db510633d62b7278bc32e6ba83060b2", "semantic_hash": "7db510633d62b7278bc32e6ba83060b2" }, "frontend/admin-panel/src/pages/Blogs.tsx": { "mtime": 1786799852.3959572, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7e351212d40fc0308c460d6b1bc2a87c", "semantic_hash": "7e351212d40fc0308c460d6b1bc2a87c" }, "frontend/admin-panel/src/pages/CMS.tsx": { "mtime": 1786799852.4009578, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "85f86915c2f77799a2e628c3a5119b3d", "semantic_hash": "85f86915c2f77799a2e628c3a5119b3d" }, "frontend/admin-panel/src/pages/Categories.tsx": { "mtime": 1786799852.4049785, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6da24d6cce9446f65eca3c8111314b38", "semantic_hash": "6da24d6cce9446f65eca3c8111314b38" }, "frontend/admin-panel/src/pages/ContactSubmissions.tsx": { "mtime": 1786799852.405538, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "203da6d16abc779117c2f0492f7c0922", "semantic_hash": "203da6d16abc779117c2f0492f7c0922" }, "frontend/admin-panel/src/pages/Coupons.tsx": { "mtime": 1786948119.7731652, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1dc81681690acb8fcd96799b6645c872", "semantic_hash": "1dc81681690acb8fcd96799b6645c872" }, "frontend/admin-panel/src/pages/Dashboard.tsx": { "mtime": 1786885876.82951, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "025cbf432db0594426593332e01d5924", "semantic_hash": "025cbf432db0594426593332e01d5924" }, "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx": { "mtime": 1786948119.7741632, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b3c1e28ee251c668b7c99d0c654537af", "semantic_hash": "b3c1e28ee251c668b7c99d0c654537af" }, "frontend/admin-panel/src/pages/IngredientsManager.tsx": { "mtime": 1786885876.8335173, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "fb60a926230ea5605ad5620394cf0ab3", "semantic_hash": "fb60a926230ea5605ad5620394cf0ab3" }, "frontend/admin-panel/src/pages/Login.tsx": { "mtime": 1786885876.8370354, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "653588b1027c03ec37f10d6650759b10", "semantic_hash": "653588b1027c03ec37f10d6650759b10" }, "frontend/admin-panel/src/pages/Media.tsx": { "mtime": 1786954681.8320525, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d953982147aba7611b803a3fc7c8d4b8", "semantic_hash": "d953982147aba7611b803a3fc7c8d4b8" }, "frontend/admin-panel/src/pages/Orders.tsx": { "mtime": 1786944769.5223107, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "380cb9ec8398c0185caa0eb6f326c7f6", "semantic_hash": "380cb9ec8398c0185caa0eb6f326c7f6" }, "frontend/admin-panel/src/pages/Pets.tsx": { "mtime": 1786954681.8330536, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9cfc80ceaf68ca5e2d60bdd144342b63", "semantic_hash": "9cfc80ceaf68ca5e2d60bdd144342b63" }, "frontend/admin-panel/src/pages/PrescriptionsManager.tsx": { "mtime": 1786954681.8340557, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "775512112d9c82e4e78dd7ce82372780", "semantic_hash": "775512112d9c82e4e78dd7ce82372780" }, "frontend/admin-panel/src/pages/Products.tsx": { "mtime": 1786948119.7772563, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8c9b70c3533db70f577091fcc198b796", "semantic_hash": "8c9b70c3533db70f577091fcc198b796" }, "frontend/admin-panel/src/pages/Reports.tsx": { "mtime": 1786894580.141384, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8", "semantic_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8" }, "frontend/admin-panel/src/pages/SeoSettingsPage.tsx": { "mtime": 1786885876.8521178, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ab6912a5b919c8a3555107358f238187", "semantic_hash": "ab6912a5b919c8a3555107358f238187" }, "frontend/admin-panel/src/pages/Settings.tsx": { "mtime": 1786948119.7801008, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "99e3299a1230471047c2a9746f4fd067", "semantic_hash": "99e3299a1230471047c2a9746f4fd067" }, "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx": { "mtime": 1786799852.4430275, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f83cad6af9f529abd276d6a2e9e0d83e", "semantic_hash": "f83cad6af9f529abd276d6a2e9e0d83e" }, "frontend/admin-panel/src/pages/SystemSettingsPage.tsx": { "mtime": 1786799852.4440303, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c5cbadd42e577dd115ac2e11e9b42ae4", "semantic_hash": "c5cbadd42e577dd115ac2e11e9b42ae4" }, "frontend/admin-panel/src/pages/TestimonialsManager.tsx": { "mtime": 1786799852.445028, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "59b99aa7142d9bf249397834a7b5f5e6", "semantic_hash": "59b99aa7142d9bf249397834a7b5f5e6" }, "frontend/admin-panel/src/pages/UITexts.tsx": { "mtime": 1786954681.8350532, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b2938cad9102be2ef9950d108f0ee8ed", "semantic_hash": "b2938cad9102be2ef9950d108f0ee8ed" }, "frontend/admin-panel/src/pages/Users.tsx": { "mtime": 1786883225.8135712, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "93d3011585da89abe94e6fabc05f4c2c", "semantic_hash": "93d3011585da89abe94e6fabc05f4c2c" }, "frontend/admin-panel/src/pages/Videos.tsx": { "mtime": 1786885876.8658009, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bc52b684ca9f80de8e9fa6457ce4c9fc", "semantic_hash": "bc52b684ca9f80de8e9fa6457ce4c9fc" }, "frontend/admin-panel/src/pages/WholesaleApplications.tsx": { "mtime": 1786799852.4578054, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "45657e006d0c25fffc52b91d10f64271", "semantic_hash": "45657e006d0c25fffc52b91d10f64271" }, "frontend/admin-panel/src/pages/Wiki.tsx": { "mtime": 1786885876.8683088, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "2ac3805e4ff0e5399a52c663cf390dd3", "semantic_hash": "2ac3805e4ff0e5399a52c663cf390dd3" }, "frontend/admin-panel/src/routes/adminRoutes.tsx": { "mtime": 1786944769.5268228, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9542759791901eaa4e2cd093adb9dc84", "semantic_hash": "9542759791901eaa4e2cd093adb9dc84" }, "frontend/admin-panel/src/services/api.ts": { "mtime": 1786896758.433963, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "2bec645a6dc0218587030146034dbea0", "semantic_hash": "2bec645a6dc0218587030146034dbea0" }, "frontend/admin-panel/src/store/adminAuthStore.ts": { "mtime": 1786799852.469037, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a2ca7b287d2c7efe08802b6187d95d67", "semantic_hash": "a2ca7b287d2c7efe08802b6187d95d67" }, "frontend/admin-panel/src/types/admin.ts": { "mtime": 1786894580.1548424, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c98387fc9f2de314eb3a76e1dff27a61", "semantic_hash": "c98387fc9f2de314eb3a76e1dff27a61" }, "frontend/admin-panel/tailwind.config.js": { "mtime": 1783764561.8617213, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3346df3fd0a1ea3f84440703bf8fd2cb", "semantic_hash": "3346df3fd0a1ea3f84440703bf8fd2cb" }, "frontend/admin-panel/tsconfig.app.json": { "mtime": 1783764561.86286, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "136630b5accce1ca50663df229534a26", "semantic_hash": "136630b5accce1ca50663df229534a26" }, "frontend/admin-panel/tsconfig.json": { "mtime": 1783764561.8633935, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a3d39fa780ebff65444de257f291ce6c", "semantic_hash": "a3d39fa780ebff65444de257f291ce6c" }, "frontend/admin-panel/tsconfig.node.json": { "mtime": 1783764561.863923, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "70bdd0a673bcfc0e828080b306e7c680", "semantic_hash": "70bdd0a673bcfc0e828080b306e7c680" }, "frontend/admin-panel/vite.config.ts": { "mtime": 1783764561.864455, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "88439104b3c207f17d33ef3160e3b080", "semantic_hash": "88439104b3c207f17d33ef3160e3b080" }, "frontend/application/app/ClientLayout.tsx": { "mtime": 1786891855.3535714, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "e30fb0071790bf359f9134186a8dae9a", "semantic_hash": "e30fb0071790bf359f9134186a8dae9a" }, "frontend/application/app/HomeClient.tsx": { "mtime": 1786946249.96993, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cc745c6f32f12ab52de779bf182947e8", "semantic_hash": "cc745c6f32f12ab52de779bf182947e8" }, "frontend/application/app/about/page.tsx": { "mtime": 1786885876.874318, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "122071948b63532df9ea60427655428d", "semantic_hash": "122071948b63532df9ea60427655428d" }, "frontend/application/app/blog/[slug]/page.tsx": { "mtime": 1786885876.8773174, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a67f578515e0068f4da309c8dfa1588b", "semantic_hash": "a67f578515e0068f4da309c8dfa1588b" }, "frontend/application/app/blog/page.tsx": { "mtime": 1786885876.8788235, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "dfd96653af621f04c44963abc6ccaaff", "semantic_hash": "dfd96653af621f04c44963abc6ccaaff" }, "frontend/application/app/catalog/CatalogClient.tsx": { "mtime": 1786872121.5664852, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "32fa6454837b8cc0eabeec1f43f7208e", "semantic_hash": "32fa6454837b8cc0eabeec1f43f7208e" }, "frontend/application/app/catalog/page.tsx": { "mtime": 1786885876.8808322, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "43adccd5dc05e31efe6b31340c211979", "semantic_hash": "43adccd5dc05e31efe6b31340c211979" }, "frontend/application/app/checkout/page.tsx": { "mtime": 1783764561.876443, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "eefc348443a33f175f7de3c1687a3fff", "semantic_hash": "eefc348443a33f175f7de3c1687a3fff" }, "frontend/application/app/checkout/success/[id]/page.tsx": { "mtime": 1783764561.8786683, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0e0899f968c15078ee01116c3e34d4a4", "semantic_hash": "0e0899f968c15078ee01116c3e34d4a4" }, "frontend/application/app/contact/page.tsx": { "mtime": 1786885876.884353, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9f28014771c4e88ad8d744d5f2dc2ecd", "semantic_hash": "9f28014771c4e88ad8d744d5f2dc2ecd" }, "frontend/application/app/dashboard/page.tsx": { "mtime": 1783764561.880281, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "79abe02613f5ab312577b53db38168eb", "semantic_hash": "79abe02613f5ab312577b53db38168eb" }, "frontend/application/app/error.tsx": { "mtime": 1785148022.478709, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "aea86a6d5b21cbff7bb38f382d1dd82d", "semantic_hash": "aea86a6d5b21cbff7bb38f382d1dd82d" }, "frontend/application/app/layout.tsx": { "mtime": 1786885876.8863523, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bd0bca329b49f257f1d76284df031fd6", "semantic_hash": "bd0bca329b49f257f1d76284df031fd6" }, "frontend/application/app/loading.tsx": { "mtime": 1785148022.48765, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "daf62321fecabcbf8379d39f84a07c03", "semantic_hash": "daf62321fecabcbf8379d39f84a07c03" }, "frontend/application/app/not-found.tsx": { "mtime": 1783764561.8914113, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6cada341f40f65b06a39f2a3020d7b96", "semantic_hash": "6cada341f40f65b06a39f2a3020d7b96" }, "frontend/application/app/page.tsx": { "mtime": 1786885876.8888724, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "038c86777d82f23c2552ba7ad962ae25", "semantic_hash": "038c86777d82f23c2552ba7ad962ae25" }, "frontend/application/app/privacy/page.tsx": { "mtime": 1786885876.8928847, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d5b7e4467c3a9984342bdb88159f1107", "semantic_hash": "d5b7e4467c3a9984342bdb88159f1107" }, "frontend/application/app/profile/page.tsx": { "mtime": 1783764561.8952584, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "69a0aa446fc6e33ede049be8315b7fa8", "semantic_hash": "69a0aa446fc6e33ede049be8315b7fa8" }, "frontend/application/app/robots.ts": { "mtime": 1783764561.8964865, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f8b1a6952dcb85c5b806412bb696258f", "semantic_hash": "f8b1a6952dcb85c5b806412bb696258f" }, "frontend/application/app/search/page.tsx": { "mtime": 1786885876.894884, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "aa23505558bafcaec8810783b8fdd175", "semantic_hash": "aa23505558bafcaec8810783b8fdd175" }, "frontend/application/app/shop/[slug]/page.tsx": { "mtime": 1786885876.8968854, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7c3580938c111fa7e66662b51e691d0c", "semantic_hash": "7c3580938c111fa7e66662b51e691d0c" }, "frontend/application/app/shop/page.tsx": { "mtime": 1786885876.899396, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "98fde3145738f867778c68ef4358f7d0", "semantic_hash": "98fde3145738f867778c68ef4358f7d0" }, "frontend/application/app/sitemap.ts": { "mtime": 1786799852.5657444, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5c984a6dcdfd01aba2533b384b220911", "semantic_hash": "5c984a6dcdfd01aba2533b384b220911" }, "frontend/application/app/track/page.tsx": { "mtime": 1783764561.9019034, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b2f026b1789c0220ad7ee1ed7f128a52", "semantic_hash": "b2f026b1789c0220ad7ee1ed7f128a52" }, "frontend/application/app/trust-seals/page.tsx": { "mtime": 1786885876.9034047, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9a6eca4eaf2a94c9e737950a6981091a", "semantic_hash": "9a6eca4eaf2a94c9e737950a6981091a" }, "frontend/application/app/videos/page.tsx": { "mtime": 1783764561.9029868, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cb64705fc742c38d569402b4612ae099", "semantic_hash": "cb64705fc742c38d569402b4612ae099" }, "frontend/application/app/wiki/[slug]/page.tsx": { "mtime": 1784033954.808355, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "e59da3b5246bf697c0e43ba908328a9d", "semantic_hash": "e59da3b5246bf697c0e43ba908328a9d" }, "frontend/application/app/wiki/page.tsx": { "mtime": 1786885876.905476, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "fd34ad067a47fe841504bdc2e12b0359", "semantic_hash": "fd34ad067a47fe841504bdc2e12b0359" }, "frontend/application/components/AddressModal.tsx": { "mtime": 1786799852.5711784, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "34e9382058aac3b8ee1d4b3a4dea8be9", "semantic_hash": "34e9382058aac3b8ee1d4b3a4dea8be9" }, "frontend/application/components/ArchivePage.tsx": { "mtime": 1786946249.9709287, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "01b9917d6d51ee1798806e09a4366bbf", "semantic_hash": "01b9917d6d51ee1798806e09a4366bbf" }, "frontend/application/components/AuthModal.tsx": { "mtime": 1786891855.357692, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4eb81d742b697c063f6c82d4a3c20a76", "semantic_hash": "4eb81d742b697c063f6c82d4a3c20a76" }, "frontend/application/components/B2BPortal.tsx": { "mtime": 1786894580.1568575, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cd073e8a2de7b93496df2310de77f41a", "semantic_hash": "cd073e8a2de7b93496df2310de77f41a" }, "frontend/application/components/BackButton.tsx": { "mtime": 1786799852.5973413, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "15f686edeb2a6f99a172ec58e0bfa5c4", "semantic_hash": "15f686edeb2a6f99a172ec58e0bfa5c4" }, "frontend/application/components/BlogPage.tsx": { "mtime": 1786885876.9152284, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "74801754f27b1a9f837d4c23fe85de3b", "semantic_hash": "74801754f27b1a9f837d4c23fe85de3b" }, "frontend/application/components/CartDrawer.tsx": { "mtime": 1786799852.5993903, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f9e7671394cf4888bd196a80ef08b3e4", "semantic_hash": "f9e7671394cf4888bd196a80ef08b3e4" }, "frontend/application/components/CheckoutPage.tsx": { "mtime": 1786954681.8370538, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b1b7bed3daaa59b78c82e6b7aefddf89", "semantic_hash": "b1b7bed3daaa59b78c82e6b7aefddf89" }, "frontend/application/components/ContactFormClient.tsx": { "mtime": 1786885876.9182186, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "18b49560c69dc9c18fdc77ad817fbe24", "semantic_hash": "18b49560c69dc9c18fdc77ad817fbe24" }, "frontend/application/components/DeleteConfirmModal.tsx": { "mtime": 1786799852.6087523, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "831b2bddd3e6d156abdac216577e3c4c", "semantic_hash": "831b2bddd3e6d156abdac216577e3c4c" }, "frontend/application/components/EnamadBadge.tsx": { "mtime": 1786799852.612362, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "37c7d2eaa27905307e5b2b147849519c", "semantic_hash": "37c7d2eaa27905307e5b2b147849519c" }, "frontend/application/components/ErrorBoundary.tsx": { "mtime": 1786799852.6145496, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "21b1cf87a9176b9f7902e5fc4f8b6482", "semantic_hash": "21b1cf87a9176b9f7902e5fc4f8b6482" }, "frontend/application/components/ErrorPages.tsx": { "mtime": 1786885876.9207263, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d367c117edee2e91bfaa263a9514b93c", "semantic_hash": "d367c117edee2e91bfaa263a9514b93c" }, "frontend/application/components/FeaturedProducts.tsx": { "mtime": 1786799852.624407, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c292634313532d9ca35e6b5e56a95824", "semantic_hash": "c292634313532d9ca35e6b5e56a95824" }, "frontend/application/components/Footer.tsx": { "mtime": 1786946249.97695, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4a7bd817746a1a6d44b8d1364226ff84", "semantic_hash": "4a7bd817746a1a6d44b8d1364226ff84" }, "frontend/application/components/Header.tsx": { "mtime": 1786946249.97903, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5f12b82ad76341868527a7cff364fc20", "semantic_hash": "5f12b82ad76341868527a7cff364fc20" }, "frontend/application/components/HeaderButton.tsx": { "mtime": 1786799852.637156, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5e4679ee49ad04e753de83a405255e44", "semantic_hash": "5e4679ee49ad04e753de83a405255e44" }, "frontend/application/components/Hero.tsx": { "mtime": 1786954681.838055, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4faac85852365c782b0b9d041e104511", "semantic_hash": "4faac85852365c782b0b9d041e104511" }, "frontend/application/components/IngredientWiki.tsx": { "mtime": 1786958978.7394128, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f7cf6f52fec673e01d2678fef6014469", "semantic_hash": "f7cf6f52fec673e01d2678fef6014469" }, "frontend/application/components/LoginModal.tsx": { "mtime": 1786885876.9322674, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8e7bdd175df5e72f59814fac75ff6254", "semantic_hash": "8e7bdd175df5e72f59814fac75ff6254" }, "frontend/application/components/MaintenancePage.tsx": { "mtime": 1786946249.984693, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ddff8dfe25db6a3b4667f52a92ffbd12", "semantic_hash": "ddff8dfe25db6a3b4667f52a92ffbd12" }, "frontend/application/components/NetworkBanner.tsx": { "mtime": 1786799852.662139, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "17a159f769af90f446309ca321c86805", "semantic_hash": "17a159f769af90f446309ca321c86805" }, "frontend/application/components/OrderDetailsModal.tsx": { "mtime": 1786944769.5333402, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f2074ff3e0fd33cac5442ac503af4803", "semantic_hash": "f2074ff3e0fd33cac5442ac503af4803" }, "frontend/application/components/OrderSuccess.tsx": { "mtime": 1786799852.6655424, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "1af189b677cfa054b76f3a1b518113f8", "semantic_hash": "1af189b677cfa054b76f3a1b518113f8" }, "frontend/application/components/OrderTracking.tsx": { "mtime": 1786885876.938266, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "49d25965ea5f171ee58dbd39157cd699", "semantic_hash": "49d25965ea5f171ee58dbd39157cd699" }, "frontend/application/components/PetProfile.tsx": { "mtime": 1786954681.8402863, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "194f4d4446606dcefacc6df5929cef59", "semantic_hash": "194f4d4446606dcefacc6df5929cef59" }, "frontend/application/components/PrescriptionUploadModal.tsx": { "mtime": 1786954681.8422985, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3db8c9788e47d8959fd76095029691c0", "semantic_hash": "3db8c9788e47d8959fd76095029691c0" }, "frontend/application/components/ProductPage.tsx": { "mtime": 1786946249.9888144, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7e331db4309a7e3c3f05bf478d448f61", "semantic_hash": "7e331db4309a7e3c3f05bf478d448f61" }, "frontend/application/components/SafeImage.tsx": { "mtime": 1786885876.9495697, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "df18fce6cb2923a6ed12e6bcd2e9ea7a", "semantic_hash": "df18fce6cb2923a6ed12e6bcd2e9ea7a" }, "frontend/application/components/SearchResultsPage.tsx": { "mtime": 1786799852.7015781, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a5418e889a76fa054734277bd9a77a3d", "semantic_hash": "a5418e889a76fa054734277bd9a77a3d" }, "frontend/application/components/SearchableSelect.tsx": { "mtime": 1785575516.1555548, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9a5010afe35da7c9584bf60e69e47002", "semantic_hash": "9a5010afe35da7c9584bf60e69e47002" }, "frontend/application/components/Skeleton.tsx": { "mtime": 1783764561.943997, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5", "semantic_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5" }, "frontend/application/components/SmartAdvisor.tsx": { "mtime": 1786894580.1679084, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d4a1912ce8201584d13c24a75b12b688", "semantic_hash": "d4a1912ce8201584d13c24a75b12b688" }, "frontend/application/components/TickerBanner.tsx": { "mtime": 1786885876.9608357, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "e00022d0f2300ac98510a6f8c040598b", "semantic_hash": "e00022d0f2300ac98510a6f8c040598b" }, "frontend/application/components/Tooltip.tsx": { "mtime": 1786885876.9641032, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cd556c004e25bf31fc7955015e1be6c2", "semantic_hash": "cd556c004e25bf31fc7955015e1be6c2" }, "frontend/application/components/TopUpModal.tsx": { "mtime": 1786890779.336881, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "17b848b63d7422d62703538a62996077", "semantic_hash": "17b848b63d7422d62703538a62996077" }, "frontend/application/components/UserDashboard.tsx": { "mtime": 1786954681.8432968, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "951440a4f08c73e40445b120acf1d11e", "semantic_hash": "951440a4f08c73e40445b120acf1d11e" }, "frontend/application/components/VetGallery.tsx": { "mtime": 1786885876.9703689, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7a8fad9a3444a58eb9345eed2a8551b0", "semantic_hash": "7a8fad9a3444a58eb9345eed2a8551b0" }, "frontend/application/components/VideosPage.tsx": { "mtime": 1786885876.974175, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6bf62d530ba5c61a54f292f27155dad4", "semantic_hash": "6bf62d530ba5c61a54f292f27155dad4" }, "frontend/application/components/__tests__/CartDrawer.test.tsx": { "mtime": 1786799852.7618258, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6840b24eb0f28d8120a320f0fd466154", "semantic_hash": "6840b24eb0f28d8120a320f0fd466154" }, "frontend/application/components/__tests__/FeaturedProducts.test.tsx": { "mtime": 1786799852.7656322, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4059af6498e993d64024592623b58a2b", "semantic_hash": "4059af6498e993d64024592623b58a2b" }, "frontend/application/components/__tests__/Footer.test.tsx": { "mtime": 1786885876.9765952, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a258662661bb7865fe657b76abc97003", "semantic_hash": "a258662661bb7865fe657b76abc97003" }, "frontend/application/components/__tests__/Header.test.tsx": { "mtime": 1786799852.770019, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af", "semantic_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af" }, "frontend/application/components/__tests__/Hero.test.tsx": { "mtime": 1786799852.7760108, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cba126955eaf2edc40fe24ce0c42d850", "semantic_hash": "cba126955eaf2edc40fe24ce0c42d850" }, "frontend/application/components/__tests__/Tooltip.test.tsx": { "mtime": 1786799852.784349, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a43df52896070e694d06a2d1ae89a99a", "semantic_hash": "a43df52896070e694d06a2d1ae89a99a" }, "frontend/application/eslint.config.mjs": { "mtime": 1785651092.9934845, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "dfa1f5f6a7037bf39dc510f30b180002", "semantic_hash": "dfa1f5f6a7037bf39dc510f30b180002" }, "frontend/application/lib/data/products.ts": { "mtime": 1786958978.7415156, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "16f2448937ee3a7b071c45642d2a15e1", "semantic_hash": "16f2448937ee3a7b071c45642d2a15e1" }, "frontend/application/lib/data/provinces.ts": { "mtime": 1785571725.610676, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cd814c89c40909d1da24ac1e01fd99c0", "semantic_hash": "cd814c89c40909d1da24ac1e01fd99c0" }, "frontend/application/lib/data/scientificTerms.ts": { "mtime": 1786958978.7430973, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b469da9f5c2d6e81279c853211bc197f", "semantic_hash": "b469da9f5c2d6e81279c853211bc197f" }, "frontend/application/lib/hooks/useNetworkStatus.ts": { "mtime": 1786799852.793488, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d6ece33f5f0149a299c49366f0e314d0", "semantic_hash": "d6ece33f5f0149a299c49366f0e314d0" }, "frontend/application/lib/services/api.ts": { "mtime": 1786954681.8442974, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ae46ef7c44f6cbfe689fb6807c23b26b", "semantic_hash": "ae46ef7c44f6cbfe689fb6807c23b26b" }, "frontend/application/lib/services/authService.ts": { "mtime": 1786885876.9861848, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "497045bd75576ee0cb6f37fc0ad831da", "semantic_hash": "497045bd75576ee0cb6f37fc0ad831da" }, "frontend/application/lib/services/orderService.ts": { "mtime": 1786799852.8107264, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5", "semantic_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5" }, "frontend/application/lib/services/productService.ts": { "mtime": 1786946249.9909275, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0658615c29d5ebb2e3345c5b4a01818b", "semantic_hash": "0658615c29d5ebb2e3345c5b4a01818b" }, "frontend/application/lib/services/videoService.ts": { "mtime": 1786799852.818516, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "166f65a9d380ec5e087e1bc53972344b", "semantic_hash": "166f65a9d380ec5e087e1bc53972344b" }, "frontend/application/lib/store/__tests__/cartStore.test.ts": { "mtime": 1786799852.822037, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "741d154ab7044aa24c39b1694dbd9a32", "semantic_hash": "741d154ab7044aa24c39b1694dbd9a32" }, "frontend/application/lib/store/__tests__/settingsStore.test.ts": { "mtime": 1783856793.0438032, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9ca2a69a162e64abce0658a348454d97", "semantic_hash": "9ca2a69a162e64abce0658a348454d97" }, "frontend/application/lib/store/__tests__/userStore.test.ts": { "mtime": 1786799852.8255477, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9133574a4b0a49423dadbdc1d8d373b6", "semantic_hash": "9133574a4b0a49423dadbdc1d8d373b6" }, "frontend/application/lib/store/cartStore.ts": { "mtime": 1786895436.2356844, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bca90351f647e0cbd364a37d7e193d8e", "semantic_hash": "bca90351f647e0cbd364a37d7e193d8e" }, "frontend/application/lib/store/settingsStore.ts": { "mtime": 1786948119.7870967, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ad4252536324b30028b5e4844fbd959b", "semantic_hash": "ad4252536324b30028b5e4844fbd959b" }, "frontend/application/lib/store/uiStore.ts": { "mtime": 1786799852.833588, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5b78ec13363f2456a9efa6189473f93b", "semantic_hash": "5b78ec13363f2456a9efa6189473f93b" }, "frontend/application/lib/store/usePetStore.ts": { "mtime": 1786954681.8453007, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ad7e988e8e7561ed1c39db9964710806", "semantic_hash": "ad7e988e8e7561ed1c39db9964710806" }, "frontend/application/lib/store/userStore.ts": { "mtime": 1786885876.9946983, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8b78aa320dffed6f73df4e7da060b79d", "semantic_hash": "8b78aa320dffed6f73df4e7da060b79d" }, "frontend/application/lib/types.ts": { "mtime": 1786799852.8401117, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "d4375ccb9e1067339601af5cb0f1ae07", "semantic_hash": "d4375ccb9e1067339601af5cb0f1ae07" }, "frontend/application/lib/utils.ts": { "mtime": 1786799852.847284, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "13d70256fc31437c6a1d3c3450c0d5c6", "semantic_hash": "13d70256fc31437c6a1d3c3450c0d5c6" }, "frontend/application/next.config.ts": { "mtime": 1786870552.8987696, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "edcb26aa9da0f8549c0a46449b2ba92c", "semantic_hash": "edcb26aa9da0f8549c0a46449b2ba92c" }, "frontend/application/package.json": { "mtime": 1786799852.8631322, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6e05083120e9bf19ace443112d6b54ab", "semantic_hash": "6e05083120e9bf19ace443112d6b54ab" }, "frontend/application/postcss.config.mjs": { "mtime": 1783764561.9882522, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "239f3ebf717465dc636818a1a619398d", "semantic_hash": "239f3ebf717465dc636818a1a619398d" }, "frontend/application/tsconfig.json": { "mtime": 1786799852.86564, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "09df7544350f3ee3b4fe33841d294a86", "semantic_hash": "09df7544350f3ee3b4fe33841d294a86" }, "frontend/application/vitest.config.ts": { "mtime": 1786799852.8686528, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ee482d93c3e5c516e021b7a68c5fb60b", "semantic_hash": "ee482d93c3e5c516e021b7a68c5fb60b" }, "frontend/application/vitest.setup.ts": { "mtime": 1786799852.8706508, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "4dcc5d7d1d80795a12623d48fc61e3e5", "semantic_hash": "4dcc5d7d1d80795a12623d48fc61e3e5" }, "package.json": { "mtime": 1783856793.674106, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "fcb100aa3caf90be6b494c35499e0049", "semantic_hash": "fcb100aa3caf90be6b494c35499e0049" }, "scripts/backup_db.sh": { "mtime": 1786799852.8767846, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "82cb31279bdfacde5efe978a55256436", "semantic_hash": "82cb31279bdfacde5efe978a55256436" }, "scripts/deploy.sh": { "mtime": 1786870553.126345, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "eda4f35605687f8babd6e35db28ce2d8", "semantic_hash": "eda4f35605687f8babd6e35db28ce2d8" }, "scripts/open-browsers.js": { "mtime": 1783764562.0287807, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "efcd36af516d969f068285a5d0b81ae3", "semantic_hash": "efcd36af516d969f068285a5d0b81ae3" }, "scripts/start-dev.js": { "mtime": 1783766217.3195245, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "edf922e3c4b62dbe39c6f14fa9285426", "semantic_hash": "edf922e3c4b62dbe39c6f14fa9285426" }, "start.sh": { "mtime": 1784033954.8130803, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "de3176806eab0abd69c6a8ea420b2095", "semantic_hash": "de3176806eab0abd69c6a8ea420b2095" }, "BACKEND_INTEGRATION.md": { "mtime": 1786885876.7688253, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "e1f23cc23d23159b32a35acc9fadc689", "semantic_hash": "" }, "DATABASE_SCHEMA.md": { "mtime": 1786885876.7713423, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "ca5ded565172da98231f6cf54af4843d", "semantic_hash": "" }, "README.md": { "mtime": 1786885876.7753718, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "830c27760b856f621e2498eb762743fa", "semantic_hash": "" }, "canina.md": { "mtime": 1786885876.8094723, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9dd630592bc7905abc25f844ff134305", "semantic_hash": "" }, "docker-compose.yml": { "mtime": 1786883225.8115642, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "a78a74898646cdf374c4d83e43cfa854", "semantic_hash": "" }, "docs/01-introduction.md": { "mtime": 1786885876.812475, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "4089d3e4da9e473cd14c984e646abe93", "semantic_hash": "" }, "docs/02-user-guide.md": { "mtime": 1786885876.8139858, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "96bf8f4516994e99012a5b6c710835cd", "semantic_hash": "" }, "docs/03-developer-guide.md": { "mtime": 1783764561.7716606, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "14f25993a3a77357739f6cd082c1e566", "semantic_hash": "14f25993a3a77357739f6cd082c1e566" }, "docs/audit/05-architectural-audit.md": { "mtime": 1786799852.3026898, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "ab18a41271f0f845054f52f4dfa715eb", "semantic_hash": "ab18a41271f0f845054f52f4dfa715eb" }, "docs/audit/10-security-audit.md": { "mtime": 1786799852.3079526, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "125471bb12e468a0ddcd9a1dccca1001", "semantic_hash": "125471bb12e468a0ddcd9a1dccca1001" }, "docs/audit/ADR-AUTH-001.md": { "mtime": 1786799852.3326428, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "2616cbbcbbc3d461d3b6ca00195902a9", "semantic_hash": "2616cbbcbbc3d461d3b6ca00195902a9" }, "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md": { "mtime": 1786799852.3326428, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "6d851d9e754115841a5accab7efcf0dc", "semantic_hash": "6d851d9e754115841a5accab7efcf0dc" }, "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md": { "mtime": 1786885876.820986, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "0a279d01c2a2f617460517bbe7767b60", "semantic_hash": "" }, "docs/audit/MASTER-TASK-BACKLOG.md": { "mtime": 1786799852.3354702, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "0efc4759c15a04ca934ec32bb6b6fa6b", "semantic_hash": "0efc4759c15a04ca934ec32bb6b6fa6b" }, "docs/audit/frontend-route-map.md": { "mtime": 1786799852.3393898, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "88fdef86c48b2164cdcced3e502c073f", "semantic_hash": "88fdef86c48b2164cdcced3e502c073f" }, "docs/audit/phase3-execution-plan.md": { "mtime": 1786799852.3439524, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "15babdd91198793f5b6b791d7a5edd22", "semantic_hash": "15babdd91198793f5b6b791d7a5edd22" }, "docs/backlog.md": { "mtime": 1786799852.3560216, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "cf6eb1a9c1daef121cfb40f1a7771808", "semantic_hash": "cf6eb1a9c1daef121cfb40f1a7771808" }, "frontend/application/AGENTS.md": { "mtime": 1786885876.870317, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "c9031a87b1851796ac690e31f3342c0b", "semantic_hash": "" }, "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md": { "mtime": 1783856793.2301185, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "eeaf2bb0943a16d43493f706d0867d1f", "semantic_hash": "eeaf2bb0943a16d43493f706d0867d1f" }, "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md": { "mtime": 1783856793.2795427, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "5f851eefeeb4bffff8c5427a289f934d", "semantic_hash": "5f851eefeeb4bffff8c5427a289f934d" }, "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt": { "mtime": 1783856793.3161557, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "a5c1ec085d5dae2319c659151ffce3f0", "semantic_hash": "a5c1ec085d5dae2319c659151ffce3f0" }, "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md": { "mtime": 1783856793.3176901, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "e7227ba84ca88111166000065d1bdacb", "semantic_hash": "e7227ba84ca88111166000065d1bdacb" }, "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt": { "mtime": 1783856793.319422, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "88985b4355a8a44627dde041f10aba75", "semantic_hash": "88985b4355a8a44627dde041f10aba75" }, "frontend/application/public/fonts/vazirmatn-v33.003/README.md": { "mtime": 1783856793.320489, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "e9d11601fc4c77fe3d8d1961d9c5d420", "semantic_hash": "e9d11601fc4c77fe3d8d1961d9c5d420" }, "scripts/compose.prod.yml": { "mtime": 1786877667.0235276, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "73c642d4b23d82017092214b9f4817d0", "semantic_hash": "" }, "scripts/compose.stage.yml": { "mtime": 1786883225.890948, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "6c73208772ec3c18181da2fbc745c2ba", "semantic_hash": "" }, "backend/uploads/1781288429353-508765350.jpg": { "mtime": 1783764561.766257, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "ebf86506731de8ec10f2c4ea0ba14609", "semantic_hash": "ebf86506731de8ec10f2c4ea0ba14609" }, "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif": { "mtime": 1783856792.5464964, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "9d0c1a4764b2b06807578b33c40838ca", "semantic_hash": "9d0c1a4764b2b06807578b33c40838ca" }, "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png": { "mtime": 1783856792.6456678, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "8bca253cfb55f954622145010756efa9", "semantic_hash": "8bca253cfb55f954622145010756efa9" }, "frontend/application/public/assets/images/regenerated_image_1779109861747.png": { "mtime": 1783764562.0141103, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "47111b66c208d1fa0c74877dfc0ee2a5", "semantic_hash": "47111b66c208d1fa0c74877dfc0ee2a5" }, "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif": { "mtime": 1783856793.2291198, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "9d0c1a4764b2b06807578b33c40838ca", "semantic_hash": "9d0c1a4764b2b06807578b33c40838ca" }, "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png": { "mtime": 1783856793.3151467, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "8bca253cfb55f954622145010756efa9", "semantic_hash": "8bca253cfb55f954622145010756efa9" }, @@ -2275,655 +2275,655 @@ }, ".ai_agency/AGENCY.md": { "mtime": 1785148021.9796073, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9a615cfac3d434770f0fa036a32b71f9", "semantic_hash": "" }, ".ai_agency/agents/00_intake.md": { "mtime": 1785148021.984319, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "f1b0d3a7e74c834af83cd068a97bc240", "semantic_hash": "" }, ".ai_agency/agents/01_auditor.md": { "mtime": 1785148021.9877827, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "a41d382a1269c2d6432522485e1b3301", "semantic_hash": "" }, ".ai_agency/agents/02_ceo.md": { "mtime": 1785148021.9983747, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "caf2825294f63004fa58a8b3775f10dc", "semantic_hash": "" }, ".ai_agency/agents/03_product_manager.md": { "mtime": 1785148022.0019681, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "d5a7823925324506c4c0f91534c713cc", "semantic_hash": "" }, ".ai_agency/agents/04_architect.md": { "mtime": 1785148022.004966, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "fa9c501ee0e0f13da21dd138ed9116b3", "semantic_hash": "" }, ".ai_agency/agents/05_dev_backend.md": { "mtime": 1785148022.0124812, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9753813406d32d60a4f82b62ffc3f00f", "semantic_hash": "" }, ".ai_agency/agents/06_dev_frontend.md": { "mtime": 1785148022.01702, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "061855c65baa90ab44d77285cf1475f2", "semantic_hash": "" }, ".ai_agency/agents/07_qa_engineer.md": { "mtime": 1785148022.0200446, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "fe33c91f65cbfa2a4e9e9e007cd03370", "semantic_hash": "" }, ".ai_agency/agents/08_visual_qa.md": { "mtime": 1785148022.0300832, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "7e8b5e90bb7c668ce961bb1c117d4291", "semantic_hash": "" }, ".ai_agency/agents/09_devops_security.md": { "mtime": 1785148022.0340874, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "f4ce074e72eade7153ee4785ae9a89c6", "semantic_hash": "" }, ".ai_agency/agents/10_tech_writer.md": { "mtime": 1785148022.0370827, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9315ddc6c2960907d7dda7804c1debac", "semantic_hash": "" }, ".ai_agency/agents/11_deploy.md": { "mtime": 1785148022.0406027, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "0f644be55161acf799ccc0b89ebfaa03", "semantic_hash": "" }, ".ai_agency/agents/12_seo_content.md": { "mtime": 1785148022.048604, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "a053bac412fb66749c22ddfc58882766", "semantic_hash": "" }, ".ai_agency/memory/agent_outputs/README.txt": { "mtime": 1785148022.0521505, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "7b3064fbf48b53032a8d4bfb73ca9ca7", "semantic_hash": "" }, ".ai_agency/memory/scratchpad.md": { "mtime": 1785148022.0651145, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "04648e7db23c144f89cdf78d071a32a0", "semantic_hash": "" }, ".ai_agency/specs/api_contract.md": { "mtime": 1785148022.0776649, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "2641fc7a31d9fe4761dad3ae7c944cb0", "semantic_hash": "" }, ".ai_agency/specs/architecture_spec.md": { "mtime": 1785148022.0822608, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "8763e7670f9cd0281273e139b484e701", "semantic_hash": "" }, ".ai_agency/specs/prd.md": { "mtime": 1785148022.0872517, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "a030931c59700809b29fa5e2dcbaaf18", "semantic_hash": "" }, ".ai_agency/specs/project_health.md": { "mtime": 1785148022.0983145, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "063e14c4ad0f62b79e412580319d6e6a", "semantic_hash": "" }, ".ai_agency/specs/reviews/README.md": { "mtime": 1785148022.105835, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "e68ba8a85edcd2394cb46d8f03fa09b7", "semantic_hash": "" }, ".ai_agency/specs/reviews/backend_review.md": { "mtime": 1785148022.1103623, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "34de73a13f5917bee531b6c2036e6fd6", "semantic_hash": "" }, ".ai_agency/specs/reviews/code_health_review.md": { "mtime": 1785148022.1143596, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "6ac531c22e5d025f50e6375323a52ed7", "semantic_hash": "" }, ".ai_agency/specs/reviews/frontend_review.md": { "mtime": 1785148022.118487, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "0fd2a25383bafe358068544b4fd5e5f9", "semantic_hash": "" }, ".ai_agency/specs/reviews/security_review.md": { "mtime": 1785148022.1214871, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "ed5139209a62a8a4a461b8a0eff9ac02", "semantic_hash": "" }, ".ai_agency/specs/reviews/seo_content_review.md": { "mtime": 1785148022.1315339, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "4cd7283f78877c1a14ff5b682c762702", "semantic_hash": "" }, ".ai_agency/specs/reviews/ux_review.md": { "mtime": 1785148022.1365507, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "4edeb2b914b36277d8381de722df56ef", "semantic_hash": "" }, ".antigravity/instructions.md": { "mtime": 1786870552.8334057, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9b31786b637be3c13978bec4c2330752", "semantic_hash": "" }, ".antigravity/workflows/graphify.md": { "mtime": 1786870552.8379214, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "3953c31b4ef6d89d3b1cb43f0110817d", "semantic_hash": "" }, ".claude/CLAUDE.md": { "mtime": 1786870552.83892, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9b31786b637be3c13978bec4c2330752", "semantic_hash": "" }, ".claude/skills/graphify/SKILL.md": { "mtime": 1786870552.845041, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "3953c31b4ef6d89d3b1cb43f0110817d", "semantic_hash": "" }, ".claude/skills/graphify/references/add-watch.md": { "mtime": 1786870552.848102, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "d59d027fe449f06aa03905a01184e779", "semantic_hash": "" }, ".claude/skills/graphify/references/exports.md": { "mtime": 1786870552.849102, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9da2a2152e60a22f07f05fed5158f287", "semantic_hash": "" }, ".claude/skills/graphify/references/extraction-spec.md": { "mtime": 1786870552.850102, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "42fef56a01698118f7fd722acdadea34", "semantic_hash": "" }, ".claude/skills/graphify/references/github-and-merge.md": { "mtime": 1786870552.853101, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "cde13df085e4c492aeb7ba298a996d0d", "semantic_hash": "" }, ".claude/skills/graphify/references/hooks.md": { "mtime": 1786870552.8550987, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "3f545db6ce646650bb9de588f5512a27", "semantic_hash": "" }, ".claude/skills/graphify/references/query.md": { "mtime": 1786870552.857703, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "3c46f8ad006874260614ed8657d02307", "semantic_hash": "" }, ".claude/skills/graphify/references/transcribe.md": { "mtime": 1786870552.8587108, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "67b6a5fa6c0974e18f60db9f8932fbd8", "semantic_hash": "" }, ".claude/skills/graphify/references/update.md": { "mtime": 1786870552.86071, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9378bd03d56baaf78bd738ab3848f142", "semantic_hash": "" }, ".gitea/workflows/deploy.yml": { "mtime": 1786799852.129315, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "e953545448e6cd9015ec9d0bba637d7c", "semantic_hash": "" }, "CLAUDE.md": { "mtime": 1786870552.8637102, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "82efb97a359f5c7290bf2513d14686be", "semantic_hash": "" }, "backend/README.md": { "mtime": 1783764561.6013825, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "f9b30a57e215bc0b63868065fc71a1ac", "semantic_hash": "" }, "docs/04-setup-and-deployment.md": { "mtime": 1783764561.773295, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "140bba5a1f9e94796ca3dd70fa900ace", "semantic_hash": "" }, "docs/05-devops-and-monitoring.md": { "mtime": 1783764561.774446, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "7dade1c1d477d70ced55a7580b812127", "semantic_hash": "" }, "docs/06-testing.md": { "mtime": 1783764561.7749674, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "2ed3cd7f39157774928e65d5cc0588d0", "semantic_hash": "" }, "docs/README.md": { "mtime": 1786885876.8169968, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "64dfe035bc8fdb4b42f7af8336bf4ab3", "semantic_hash": "" }, "docs/audit/00-repository-map.md": { "mtime": 1786799852.2981741, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "5343b55148ced4eed7f13aa32b689936", "semantic_hash": "" }, "docs/audit/01-system-discovery.md": { "mtime": 1786799852.2991743, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "5fcfb853f894f8697b6badb692dfe249", "semantic_hash": "" }, "docs/audit/02-audit-plan.md": { "mtime": 1786799852.3001754, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "d6a5dbf5ddc5fc174e8a041e835481db", "semantic_hash": "" }, "docs/audit/03-baseline-command-plan.md": { "mtime": 1786799852.3001754, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "7d40f368e9ed0f27fa2ef5ad01249ad2", "semantic_hash": "" }, "docs/audit/04-open-questions.md": { "mtime": 1786799852.301682, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "773b455bb84b5df87cfbaa76dfa951f0", "semantic_hash": "" }, "docs/audit/06-storefront-audit.md": { "mtime": 1786799852.3036914, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "7c3aff371cdb919bb885bf4a6f625780", "semantic_hash": "" }, "docs/audit/07-backend-audit.md": { "mtime": 1786799852.30469, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "53927123ba5acca71e57780ca9bd34f9", "semantic_hash": "" }, "docs/audit/08-admin-features-audit.md": { "mtime": 1786799852.3059514, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "d4da7eb2396ad939251ccc541f1fd165", "semantic_hash": "" }, "docs/audit/09-database-audit.md": { "mtime": 1786799852.3069694, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "bdd7e4c3b4723b2006053563ac345819", "semantic_hash": "" }, "docs/audit/11-code-quality-audit.md": { "mtime": 1786799852.308957, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "c48e39113f2334fae743488668ecf618", "semantic_hash": "" }, "docs/audit/12-testing-audit.md": { "mtime": 1786799852.3099525, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "0d1570f5138328d090a43edc1f7bc4f0", "semantic_hash": "" }, "docs/audit/13-devops-audit.md": { "mtime": 1786799852.3109539, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "986acddf4e09ccbe2b8b8f6806bc01d5", "semantic_hash": "" }, "docs/audit/14-documentation-audit.md": { "mtime": 1786799852.311952, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "d1f8496a0dae10993495691dc58098ef", "semantic_hash": "" }, "docs/audit/16-deep-audit-summary.md": { "mtime": 1786799852.313067, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "f17a01bf7b59276d28c6948fd14eafd2", "semantic_hash": "" }, "docs/audit/18-compiler-diagnostic-dispositions.md": { "mtime": 1786799852.315065, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "5b402b064300709c7723a63885894c29", "semantic_hash": "" }, "docs/audit/19-finding-verification-report.md": { "mtime": 1786799852.3160648, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "c3363af4c68792722ebadddc10319f14", "semantic_hash": "" }, "docs/audit/21-phase2-quality-gate-summary.md": { "mtime": 1786799852.318066, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "c336937acd576ee2efc36d67dbaf69e2", "semantic_hash": "" }, "docs/audit/22-tracked-first-party-files.txt": { "mtime": 1786799852.319066, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "3f66b26b7f4217a065ed3d3403fe40fd", "semantic_hash": "" }, "docs/audit/23-untracked-first-party-files.txt": { "mtime": 1786799852.319066, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9fe0a15ea45d03f8e4ccd0ad786dd9fb", "semantic_hash": "" }, "docs/audit/24-omitted-file-inspection-report.md": { "mtime": 1786799852.3200657, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "6fb068c98fefc544e9ff687c1b3c0351", "semantic_hash": "" }, "docs/audit/26-phase2-integrity-repair-report.md": { "mtime": 1786799852.3220918, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "aecc17ca01002edfbdf472cf4f4aaa4c", "semantic_hash": "" }, "docs/audit/27-all-tracked-repository-files.txt": { "mtime": 1786799852.3230999, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "f35e68d28e4c31002698e68cc18242e3", "semantic_hash": "" }, "docs/audit/31-module-audit-closure.md": { "mtime": 1786799852.3276167, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "b66f589f8c3bd0b53b7d61626eec0985", "semantic_hash": "" }, "docs/audit/33-final-phase2-audit-closure.md": { "mtime": 1786799852.3286169, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "ca898e1caffc2764de11b6a10e84d1ea", "semantic_hash": "" }, "docs/audit/phase3-traceability-matrix.md": { "mtime": 1786799852.3449528, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "40cd32ed7fa433342aa547fa5aa21d86", "semantic_hash": "" }, "docs/audit/phase3.1-backlog-review.md": { "mtime": 1786799852.3459527, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "78810767668f7d90e980648ec8c17869", "semantic_hash": "" }, "docs/audit/phase3.1-change-log.md": { "mtime": 1786799852.3469548, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "eed1734c4a6d1d8464dd63f6cbc33e9f", "semantic_hash": "" }, "docs/audit/phase3.2-change-log.md": { "mtime": 1786799852.3479521, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "b13460f1fa8aaecd88bc007a2c5e2ecb", "semantic_hash": "" }, "docs/audit/phase3.2-implementation-readiness.md": { "mtime": 1786799852.3479521, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "ffe4bce7401d65f9d44e8740d3c2ccf6", "semantic_hash": "" }, "frontend/admin-panel/README.md": { "mtime": 1783764561.7789528, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "f6e3faf55d738cf2affe1b44195f27cf", "semantic_hash": "" }, "frontend/admin-panel/index.html": { "mtime": 1783764561.7805586, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "d836c7a6b7be6d5b04a925b7ad32e539", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt": { "mtime": 1783856792.435855, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "607f9ca43b12868e8880a0d85831a878", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt": { "mtime": 1783856792.445365, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "607f9ca43b12868e8880a0d85831a878", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md": { "mtime": 1783856792.4546044, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "eaa55e166ec4a6b2ee875b746ef049a0", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md": { "mtime": 1783856792.5025032, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "0e4c260ce354bad51a6a184b5e236424", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md": { "mtime": 1783856792.5480056, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "eeaf2bb0943a16d43493f706d0867d1f", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md": { "mtime": 1783856792.5951552, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "5f851eefeeb4bffff8c5427a289f934d", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt": { "mtime": 1783856792.646666, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "a5c1ec085d5dae2319c659151ffce3f0", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md": { "mtime": 1783856792.6476717, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "e7227ba84ca88111166000065d1bdacb", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt": { "mtime": 1783856792.6486697, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "88985b4355a8a44627dde041f10aba75", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md": { "mtime": 1783856792.6486697, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "e9d11601fc4c77fe3d8d1961d9c5d420", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt": { "mtime": 1783856792.971535, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "975634eaf84a797674b29e99c311f54a", "semantic_hash": "" }, "frontend/application/CLAUDE.md": { "mtime": 1783764561.8667445, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "5c27369b226fcf2be8a6cfe52224e767", "semantic_hash": "" }, "frontend/application/README.md": { "mtime": 1783764561.8673544, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "f15aaa42d5d299d091b1171097ea56ad", "semantic_hash": "" }, "frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt": { "mtime": 1783856793.098052, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "607f9ca43b12868e8880a0d85831a878", "semantic_hash": "" }, "frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt": { "mtime": 1783856793.1076603, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "607f9ca43b12868e8880a0d85831a878", "semantic_hash": "" }, "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md": { "mtime": 1783856793.1136606, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "eaa55e166ec4a6b2ee875b746ef049a0", "semantic_hash": "" }, "frontend/application/public/fonts/sahel-font-v3.4.0/README.md": { "mtime": 1783856793.1562517, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "0e4c260ce354bad51a6a184b5e236424", "semantic_hash": "" }, "frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt": { "mtime": 1783856793.6680968, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "975634eaf84a797674b29e99c311f54a", "semantic_hash": "" }, "prometheus.yml": { "mtime": 1783764562.0277793, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "45dc28cd8d9656e7141713ece5a7aa2c", "semantic_hash": "" }, "swagger.yml": { "mtime": 1786799852.8920915, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "34b5e7e5e1b19e6e3596ef669f8a0d0d", "semantic_hash": "" }, "canina.pdf": { "mtime": 1785148022.3708115, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "900fb024ec3b91912a512a96c2a0c0a0", "semantic_hash": "" }, "frontend/admin-panel/public/favicon.svg": { "mtime": 1783764561.7978015, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "7e840862161341271697daa99a40d76b", "semantic_hash": "" }, "frontend/admin-panel/public/icons.svg": { "mtime": 1783764561.7993202, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "3b4fcfcf393eca4d264dca4a4663bc37", "semantic_hash": "" }, "frontend/admin-panel/src/assets/hero.png": { "mtime": 1783764561.812863, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "aead493361b27e7510691c5d7072dfc1", "semantic_hash": "" }, "frontend/admin-panel/src/assets/react.svg": { "mtime": 1783764561.8139248, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "f0402b67b6ce880f65666bb49e841696", "semantic_hash": "" }, "frontend/admin-panel/src/assets/vite.svg": { "mtime": 1783764561.8149958, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "9960a24288958394ac50e57ff638b036", "semantic_hash": "" }, "frontend/application/public/assets/images/hero-section-image.png": { "mtime": 1783856793.0950441, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "a9f359cce82a5ab0a24830ed59a33047", "semantic_hash": "" }, "frontend/application/public/file.svg": { "mtime": 1783764562.0162137, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "d09f95206c3fa0bb9bd9fefabfd0ea71", "semantic_hash": "" }, "frontend/application/public/globe.svg": { "mtime": 1783764562.0167208, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "2aaafa6a49b6563925fe440891e32717", "semantic_hash": "" }, "frontend/application/public/next.svg": { "mtime": 1783764562.0182388, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "8e061864f388b47f33a1c3780831193e", "semantic_hash": "" }, "frontend/application/public/vercel.svg": { "mtime": 1783764562.019253, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "c0af2f507b369b085b35ef4bbe3bcf1e", "semantic_hash": "" }, "frontend/application/public/window.svg": { "mtime": 1783764562.019253, - "seen": 1786946160.5864978, + "seen": 1786961277.650385, "ast_hash": "a2760511c65806022ad20adf74370ff3", "semantic_hash": "" }, @@ -2935,313 +2935,313 @@ }, ".agents/rules/graphify.md": { "mtime": 1786870552.830271, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "f1e53ecc9194573d3c28fc116c743a2e", "semantic_hash": "" }, ".agents/workflows/graphify.md": { "mtime": 1786870552.8323984, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "6d73634a678cf1e1c71930adf80bd1f0", "semantic_hash": "" }, "backend/src/payment/dto/initiate-payment.dto.ts": { "mtime": 1786870552.8742464, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a097fcbb5846e7cd00e7cb2cefc060bb", "semantic_hash": "a097fcbb5846e7cd00e7cb2cefc060bb" }, "backend/src/payment/dto/verify-payment.dto.ts": { "mtime": 1786894580.126858, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f6db4b79ca261e36334ef84f39b8e87c", "semantic_hash": "f6db4b79ca261e36334ef84f39b8e87c" }, "backend/src/payment/payment.controller.ts": { "mtime": 1786891855.3438442, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "9fd84400d5182ccac226eba14f9e64ed", "semantic_hash": "9fd84400d5182ccac226eba14f9e64ed" }, "backend/src/payment/payment.module.ts": { "mtime": 1786870552.8777573, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "662492e920bf40b388a81951a720680f", "semantic_hash": "662492e920bf40b388a81951a720680f" }, "backend/src/payment/payment.service.ts": { "mtime": 1786892646.0367486, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "3e8f87f412cd79638962d0391c9d0760", "semantic_hash": "3e8f87f412cd79638962d0391c9d0760" }, "backend/src/payment/zibal.service.ts": { "mtime": 1786891855.3500419, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cb4a2c5211a9e36dd3530ea3c7c92a00", "semantic_hash": "cb4a2c5211a9e36dd3530ea3c7c92a00" }, "frontend/application/app/payment/verify/page.tsx": { "mtime": 1786891855.3560786, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "68d1923f04a3300b7b6dca6023ab357e", "semantic_hash": "68d1923f04a3300b7b6dca6023ab357e" }, "frontend/admin-panel/src/pages/SmsSettingsPage.tsx": { "mtime": 1786892646.04375, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "63fa1af3663205792fafa0895e0aa132", "semantic_hash": "63fa1af3663205792fafa0895e0aa132" }, "AGENTS.md": { "mtime": 1786870552.8627086, - "seen": 1786946160.5864978, + "seen": 1786961277.649385, "ast_hash": "9b31786b637be3c13978bec4c2330752", "semantic_hash": "" }, "backend/src/payment/dto/admin-transaction-filter.dto.ts": { "mtime": 1786870552.873241, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "2ff5b8eb7f19cf5f6df0415011993b48", "semantic_hash": "2ff5b8eb7f19cf5f6df0415011993b48" }, "frontend/admin-panel/src/pages/Transactions.tsx": { "mtime": 1786894580.1501417, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5dad685df48f819d8046ec8f03af2ad7", "semantic_hash": "5dad685df48f819d8046ec8f03af2ad7" }, "backend/src/payment/interfaces/payment-gateway.interface.ts": { "mtime": 1786870552.8767512, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "930a5f06cdec431d842bf9b12618eed5", "semantic_hash": "930a5f06cdec431d842bf9b12618eed5" }, "frontend/application/components/catalog/CatalogPageSpread.tsx": { "mtime": 1786885876.9791617, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2", "semantic_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2" }, "frontend/application/components/catalog/FlipbookCatalog.tsx": { "mtime": 1786885876.982162, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "eb46a7868a6b96139ca06b0ef4174dfb", "semantic_hash": "eb46a7868a6b96139ca06b0ef4174dfb" }, "frontend/application/components/catalog/ProductDetailModal.tsx": { "mtime": 1786872121.572482, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c95d3b01c3b379a6b3fce75788e96e21", "semantic_hash": "c95d3b01c3b379a6b3fce75788e96e21" }, "backend/scripts/generate-openapi.d.ts": { "mtime": 1786883225.7774837, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "e2ebd7ddedcadeeadbf819c35985c768", "semantic_hash": "e2ebd7ddedcadeeadbf819c35985c768" }, "backend/scripts/generate-openapi.js": { "mtime": 1786883225.77912, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f7c2607fc067b04e7cb7716490ea1169", "semantic_hash": "f7c2607fc067b04e7cb7716490ea1169" }, "backend/src/admin/dto/user.dto.ts": { "mtime": 1786883225.7858465, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "5d8704e9131ff0454131ba7893fb4750", "semantic_hash": "5d8704e9131ff0454131ba7893fb4750" }, "backend/src/admin/ssl.controller.ts": { "mtime": 1786877667.007048, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f1a968f6a6014c2c28aa5a7b74082068", "semantic_hash": "f1a968f6a6014c2c28aa5a7b74082068" }, "backend/src/admin/ssl.service.ts": { "mtime": 1786877667.0090635, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "55bee4587be36c0aa59bba43d70adcf3", "semantic_hash": "55bee4587be36c0aa59bba43d70adcf3" }, "backend/src/auth/auth.constants.ts": { "mtime": 1786883225.7878554, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "43d939e02d6478415c027585d1e0c7fd", "semantic_hash": "43d939e02d6478415c027585d1e0c7fd" }, "backend/src/common/utils/phone.utils.ts": { "mtime": 1786883225.801396, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a4c682b767823a624163b9430f1db7d1", "semantic_hash": "a4c682b767823a624163b9430f1db7d1" }, "backend/src/reviews/dto/create-review.dto.ts": { "mtime": 1786944769.513302, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "641d10cd957bc32ec94ac70f67920ce7", "semantic_hash": "641d10cd957bc32ec94ac70f67920ce7" }, "backend/src/reviews/dto/update-review.dto.ts": { "mtime": 1786944769.5153143, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "fdde33c52225e747421e70adce5e47fd", "semantic_hash": "fdde33c52225e747421e70adce5e47fd" }, "backend/src/reviews/reviews.controller.ts": { "mtime": 1786944769.516312, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "25538b0ceb81aa984f9da7ae7cc6d404", "semantic_hash": "25538b0ceb81aa984f9da7ae7cc6d404" }, "backend/src/reviews/reviews.module.ts": { "mtime": 1786944769.5173109, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "7f5cb88dda0a902c24c48edb34647428", "semantic_hash": "7f5cb88dda0a902c24c48edb34647428" }, "backend/src/reviews/reviews.service.ts": { "mtime": 1786944769.518311, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "fb2b6e040095a6c5be85f90ecedfa3e5", "semantic_hash": "fb2b6e040095a6c5be85f90ecedfa3e5" }, "backend/src/settings/default-ui-texts.ts": { "mtime": 1786946249.9614189, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "00a99e61910189d6e6ffd3ffd9177378", "semantic_hash": "00a99e61910189d6e6ffd3ffd9177378" }, "backend/src/settings/dto/sms-log-query.dto.ts": { "mtime": 1786883225.8054564, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a83913527d36178a2ea1959bafa1056e", "semantic_hash": "a83913527d36178a2ea1959bafa1056e" }, "backend/src/tickets/dto/create-ticket.dto.ts": { "mtime": 1786890779.3192952, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "8176cf810b4908d89c8d1c5b911ebf5f", "semantic_hash": "8176cf810b4908d89c8d1c5b911ebf5f" }, "backend/src/tickets/dto/ticket-query.dto.ts": { "mtime": 1786890779.3192952, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "216462a3e762431ea607ba1ea9188eb3", "semantic_hash": "216462a3e762431ea607ba1ea9188eb3" }, "backend/src/tickets/tickets.controller.ts": { "mtime": 1786890779.3212986, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "c500da7cf819cd122178e64bc08d9c99", "semantic_hash": "c500da7cf819cd122178e64bc08d9c99" }, "backend/src/tickets/tickets.module.ts": { "mtime": 1786890779.3222969, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0b3e226a18679b4bf37016c27b874ae9", "semantic_hash": "0b3e226a18679b4bf37016c27b874ae9" }, "backend/src/tickets/tickets.service.ts": { "mtime": 1786890779.3232956, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "98c52a5c182544c16c8df166b7d17533", "semantic_hash": "98c52a5c182544c16c8df166b7d17533" }, "frontend/admin-panel/src/pages/Reviews.tsx": { "mtime": 1786944769.5238168, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "df5fdf55da3249b951ca10a8f39e5dd3", "semantic_hash": "df5fdf55da3249b951ca10a8f39e5dd3" }, "frontend/admin-panel/src/pages/SslSettingsPage.tsx": { "mtime": 1786877667.0190136, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6e48e726f4b6d450e414c3a3b2e9319f", "semantic_hash": "6e48e726f4b6d450e414c3a3b2e9319f" }, "frontend/admin-panel/src/pages/Tickets.tsx": { "mtime": 1786890779.3272989, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "cb9fe819e626f65531d02e58fedeeb18", "semantic_hash": "cb9fe819e626f65531d02e58fedeeb18" }, "frontend/application/components/BannerPlacement.tsx": { "mtime": 1786946249.9719338, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ee89459c3156c726321a7b1eeeb06ddb", "semantic_hash": "ee89459c3156c726321a7b1eeeb06ddb" }, "frontend/application/components/BrandLogo.tsx": { "mtime": 1786946249.972931, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "87a073812481acdc9c6f6eb771ec53c2", "semantic_hash": "87a073812481acdc9c6f6eb771ec53c2" }, "frontend/application/components/ProductReviews.tsx": { "mtime": 1786944769.5358548, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "0061c976c07201a6e7607cd80d5a1881", "semantic_hash": "0061c976c07201a6e7607cd80d5a1881" }, "frontend/application/lib/services/ticketService.ts": { "mtime": 1786890779.3409019, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "6fcf9ed78ca9194e01333602a1989947", "semantic_hash": "6fcf9ed78ca9194e01333602a1989947" }, "frontend/admin-panel/src/components/ui/PriceInput.tsx": { "mtime": 1786948119.7711625, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "09a84a9f29f735448d05e4327c0304b3", "semantic_hash": "09a84a9f29f735448d05e4327c0304b3" }, "frontend/admin-panel/src/components/ui/Badge.tsx": { "mtime": 1786954681.8228974, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "de496b3f7b795cbe4c782d8d1204f170", "semantic_hash": "de496b3f7b795cbe4c782d8d1204f170" }, "frontend/admin-panel/src/components/ui/FormField.tsx": { "mtime": 1786954681.823527, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "265c887af876e10153f2ac32844194c2", "semantic_hash": "265c887af876e10153f2ac32844194c2" }, "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx": { "mtime": 1786954681.824535, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "ada78d41f18a3dcce5e806a2ab252d30", "semantic_hash": "ada78d41f18a3dcce5e806a2ab252d30" }, "frontend/admin-panel/src/components/ui/Input.tsx": { "mtime": 1786954681.825536, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "b3c0b6ae3bec10c6ac070ae60e804e28", "semantic_hash": "b3c0b6ae3bec10c6ac070ae60e804e28" }, "frontend/admin-panel/src/components/ui/Select.tsx": { "mtime": 1786954681.8285375, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "a06e97672e210fdff460252966d2ab09", "semantic_hash": "a06e97672e210fdff460252966d2ab09" }, "frontend/admin-panel/src/components/ui/Textarea.tsx": { "mtime": 1786954681.8285375, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "bbbdbaa3a2aeb68e7e406d555129fb79", "semantic_hash": "bbbdbaa3a2aeb68e7e406d555129fb79" }, "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx": { "mtime": 1786954681.830045, - "seen": 1786961122.6884992, + "seen": 1786961277.649385, "ast_hash": "f212eaa6017ac07b37356612883b2884", "semantic_hash": "f212eaa6017ac07b37356612883b2884" }, "backend/prisma/tsconfig.json": { - "mtime": 1786961085.4483466, - "seen": 1786961122.6884992, + "mtime": 1786961195.3002362, + "seen": 1786961277.649385, "ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27", "semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27" } diff --git a/graphify-out/GRAPH_REPORT.md b/graphify-out/GRAPH_REPORT.md index 79f4d67..95ca810 100644 --- a/graphify-out/GRAPH_REPORT.md +++ b/graphify-out/GRAPH_REPORT.md @@ -1,299 +1,303 @@ # Graph Report - canina (2026-08-17) ## Corpus Check -- 493 files · ~709,356 words +- 502 files · ~721,351 words - Verdict: corpus is large enough that graph structure adds value. ## Summary -- 3516 nodes · 5922 edges · 287 communities (192 shown, 95 thin omitted) -- Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 217 edges (avg confidence: 0.79) +- 3568 nodes · 6028 edges · 291 communities (190 shown, 101 thin omitted) +- Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 220 edges (avg confidence: 0.79) - Token cost: 0 input · 0 output ## Graph Freshness -- Built from commit: `2fca7789` +- Built from commit: `23a31203` - Run `git rev-parse HEAD` and compare to check if the graph is stale. - Run `graphify update .` after code changes (no API cost). ## Community Hubs (Navigation) -- AdminService -- pets/pets.controller.ts -- Roles +- SettingsService +- AdminController - UsersService -- CmsController -- SmsService -- AuthController -- app.module.ts -- CreateVideoDto - ProductService -- ContactService -- compilerOptions -- UserDashboard.tsx -- auth.controller.ts -- ProductsService -- lib/services/api.ts -- tickets.controller.ts -- ArchivePage.tsx -- MetricsController -- B2BService -- CategoriesController -- RedisService -- MediaController -- Ingredient Management Controller -- adminRoutes.tsx - admin.module.ts -- Coupons.tsx -- Prescription Review Controller -- Smart Advisor Controller -- Testimonials Management Controller -- src/services/api.ts -- Spinner.tsx -- PetProfile.tsx -- ZibalService -- main.ts -- admin.ts -- compilerOptions -- compilerOptions -- Transactions.tsx -- dependencies -- Node TypeScript Config -- Admin Blog Controller -- WholesaleApplyDto -- devDependencies -- Generic CRUD Controller -- seo.module.ts -- PaginationDto -- Project Build Scripts -- Home Data Module -- devDependencies -- Database Seeding Logic -- Prisma Database Migrations -- dependencies -- Orders.tsx - auth.service.ts -- BE-001 -- VetGallery.tsx -- NPM Lifecycle Scripts -- PetsController -- PrismaService -- Jest Testing Config -- CreateReviewDto -- BannersService -- FE-001 -- VerifyOtpDto -- rules/graphify.md -- App Health Controller -- dependencies - OrdersService -- Integrity Validation Scripts -- Admin Panel Package Config -- Analytics and Report Charts -- Task Orchestration Scripts -- Backend Package Config +- app.module.ts +- CmsController +- tickets.controller.ts - useSettingsStore -- React Error Boundary -- Application Package Config -- WikiController -- Error and Not Found Pages -- VPN Utility Scripts -- NestJS CLI Config -- Seed TypeScript Config -- ADM-001 -- Browser Utility Scripts -- Dev Server Startup -- Architectural Audit Findings -- Pagination API Schemas -- Font Assets and Licenses -- Ledger Rebuild Scripts -- Evidence Validation Scripts -- SslController -- Blog Post Detail Page -- @types/node +- UserDashboard.tsx +- CreateVideoDto +- compilerOptions +- CreateReviewDto +- ProductsService +- PrismaService +- lib/services/api.ts - devDependencies -- UI Text Seeding -- Wiki Terms Seeding -- Blog Management DTOs -- Home Management DTOs -- Wiki Management DTOs -- Wiki Page Routing -- toPersian -- Docker Deployment Scripts +- JwtAuthGuard +- BE-001 +- src/services/api.ts +- RedisService +- WholesaleApplyDto +- FE-001 +- ADM-001 - DB-001 -- BlogsService -- Database Migration Scripts -- Scientific Terms Schema -- Blog Data Seeding -- Custom Data Seeding -- Products Table -- Auth Architecture and Planning -- Build Manifest Generation -- Classification Data Generation -- Evidence Data Generation -- Ledger Data Generation -- Manifest Data Generation -- Honest Manifest Synchronization -- Manifest Entry Synchronization -- PaymentController - TS-001 - TEST-001 -- AdminTransactionFilterDto -- UITexts.tsx -- Admin Panel TSConfig -- About Page Component -- Privacy Page Component -- Next.js Security Configuration -- Typography and Font Assets - DEVOPS-001 - DOC-001 -- What You Must Do When Invoked -- JwtAuthGuard +- adminRoutes.tsx +- userStore.ts +- Spinner.tsx +- PetProfile.tsx +- main.ts +- B2BService +- ZibalService - راهنمای تست سیستم (Software Testing) -- Role & Core Objective -- Required Review Group Closures -- Operational Rules & Boundaries -- Operational Rules & Boundaries -- 🏢 AI Software Agency — Master Orchestration Protocol v3 -- @nestjs/cli -- Operational Rules & Boundaries -- Operational Rules & Boundaries -- Bcrypt Type Definitions -- SettingsService -- .update -- Blog Entity Model -- Home Entity Model -- Wiki Entity Model -- User Profile Management -- Pets Table -- User Database and Infrastructure -- API and Frontend Specifications -- Brand and Agent Guidelines -- Application ESLint Config -- PostCSS Configuration -- Vitest Test Setup -- Database Backup Script -- Application Startup Script +- CategoriesController +- MediaController - What You Must Do When Invoked -- User Logout Endpoint -- Company Profile -- Project Introduction -- Architecture Route Map -- Project Task Backlog -- Sahel Font Samples -- Shabnam Font History -- Vazirmatn Font History -- Variable Font Samples -- Shabnam Font Preview -- Production Docker Setup -- Staging Docker Setup -- .agents/workflows/graphify.md +- SslController +- BannersService +- What You Must Do When Invoked +- UITexts.tsx +- IngredientsService +- .update +- HomeClient.tsx +- SmartAdvisorService +- TestimonialsService - Role & Core Objective -- graphify reference: extra exports and benchmark -- graphify reference: query, path, explain -- graphify reference: add a URL and watch a folder -- graphify reference: commit hook and native CLAUDE.md integration -- graphify reference: incremental update and cluster-only -- graphify reference: GitHub clone and cross-repo merge -- graphify reference: transcribe video and audio -- Reconciled Audit Roles & Assignments -- instructions.md -- Phase 3.1 — Human Review Preparation and Master Backlog Critique -- CLAUDE.md -- .claude/CLAUDE.md -- extraction-spec.md -- User Login API -- Developer Standards and Architecture -- Deep Audit Summary Report +- PaginationDto +- ContactService +- compilerOptions +- Reports.tsx +- compilerOptions +- dependencies +- PrescriptionsService +- BlogsController +- Required Review Group Closures +- devDependencies +- Coupons.tsx - Operational Rules & Boundaries +- Operational Rules & Boundaries +- WikiController +- PaymentController +- pets/pets.controller.ts +- seo.module.ts +- admin.service.ts +- 🏢 AI Software Agency — Master Orchestration Protocol v3 +- Operational Rules & Boundaries +- Operational Rules & Boundaries +- HomeController +- scripts +- Role & Core Objective +- .handleZibalCallback +- zibal.service.ts +- Orders.tsx +- devDependencies +- exclude +- seed-products.ts +- Reconciled Audit Roles & Assignments +- 20260526145407_init/migration.sql +- Phase 3.1 — Human Review Preparation and Master Backlog Critique +- dependencies +- SmsService +- SafeImage.tsx +- compilerOptions +- scripts +- AdminService +- Deep Audit Summary Report +- dependencies +- Operational Rules & Boundaries +- jest +- PetsController - Comprehensive Change Log - Operational Rules & Boundaries +- BlogsController +- PetsService - 1. Summary of Integrity Repairs Performed - Operational Rules & Boundaries - Operational Rules & Boundaries - Operational Rules & Boundaries +- AppService +- AdminTransactionFilterDto - Vazirmatn Changelog - Vazirmatn Font فونت وزیرمتن - Operational Rules & Boundaries - backend/README.md - Repository Map +- validate_integrity.js +- admin-panel/package.json - Sahel-Font -- zibal.service.ts - Sahel-Font - Role & Core Objective -- exclude +- orchestrate.py +- backend/package.json +- graphify reference: extra exports and benchmark - Phase 2 Final Quality Gate Summary Report - Task Modifications Log - Install -- BlogsController +- ErrorBoundary +- application/package.json +- generate-openapi.js +- InitiatePaymentDto +- SmsLogQueryDto +- AuthService - System Discovery - Product Requirement Document (PRD) +- videos.controller.ts +- CreateHealthLogDto +- CreateReminderDto +- reviews.controller.ts - Baseline Command Plan & Reconciled Command History +- SmsSettingsPage.tsx +- ErrorPages.tsx +- compilerOptions +- with-vpn.sh - Architecture Specification - Project Health Audit Report +- nest-cli.json +- graphify reference: query, path, explain - Open Questions - Final Phase 2 Audit Closure Report +- Transactions.tsx +- open-browsers.js +- start-dev.js - 📝 Active Agent Working Scratchpad - 🔍 Code Health Audit Review (01_auditor) +- paginated-response.schema.ts +- PetsController +- Vazirmatn Font README - Omitted File Inspection Report - Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report - Phase 3 Audit Traceability Matrix +- rebuild_honest_ledger.js +- validate_evidence_grade.js +- api +- Reviews.tsx +- compilerOptions +- blog/[slug]/page.tsx +- WikiService - API Contract Specification - ⚙️ Backend Technical Review (05_dev_backend) - 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) - 🚀 SEO & Content Strategy Review (12_seo_content) +- @types/node +- typescript +- seed-ui-texts.ts +- seed-wiki.ts +- update-blog.dto.ts +- update-home.dto.ts +- update-wiki.dto.ts +- graphify reference: add a URL and watch a folder +- graphify reference: commit hook and native CLAUDE.md integration +- graphify reference: incremental update and cluster-only - Raw Finding Verification & Disposition Report - React + TypeScript + Vite +- Select.tsx +- wiki/[slug]/page.tsx - application/README.md +- NetworkBanner.tsx +- deploy.sh - 🔒 Security & Performance Review (09_devops_security) - 👁️ UX & Persona Interface Review (08_visual_qa) +- @eslint/eslintrc +- typescript-eslint +- 20260526160916_add_ui_texts_and_scientific_terms/migration.sql +- prisma/scientificTerms.ts +- seed-blogs.ts +- seed-custom.ts +- graphify reference: GitHub clone and cross-repo merge +- graphify reference: transcribe video and audio - Compiler Diagnostic Dispositions -- useCartStore -- ProductPage.tsx +- Master Task Backlog (Phase 3.3) +- build_manifest.js +- generate_classification.js +- generate_evidence.js +- generate_ledger.js +- generate_manifest.js +- sync_honest_manifest.js +- sync_manifest.js +- eslint-plugin-prettier - globals +- tailwindcss +- @nestjs/cli +- FormField.tsx +- Input.tsx +- Textarea.tsx +- admin-panel/tsconfig.json +- about/page.tsx +- privacy/page.tsx +- next.config.ts +- Shabnam Font README +- AGENTS.md +- rules/graphify.md +- .agents/workflows/graphify.md +- instructions.md - prettier - prisma - supertest -- ts-loader - ts-node - @types/express - @types/jest - @types/js-yaml - @types/multer +- @types/passport-jwt +- eslint-config-next - eslint-plugin-react-hooks - eslint-plugin-react-refresh -- tailwindcss +- ts-loader +- @tailwindcss/postcss +- @types/bcrypt +- @types/supertest +- blog.entity.ts +- home.entity.ts +- wiki.entity.ts +- User Profile Photo +- CLAUDE.md +- .claude/CLAUDE.md +- extraction-spec.md +- Products Table +- Users Table +- Architectural Audit Findings +- Cross Boundary Dependencies & Backend Architecture Specification +- Next.js Agent Rules & Brand Guidelines +- application/eslint.config.mjs +- postcss.config.mjs +- vitest.setup.ts +- backup_db.sh +- start.sh +- User Login API +- User Logout API +- ApiOperation - typescript - @testing-library/jest-dom - @testing-library/react - @types/react - typescript +- Roles +- Get - vitest -- typescript-eslint -- .handleZibalCallback -- PetsService -- PetsController -- generate-openapi.js -- InitiatePaymentDto -- SmsLogQueryDto -- CreateHealthLogDto -- AGENTS.md -- eslint-config-prettier -- CreateReminderDto -- Reviews.tsx -- Tickets.tsx -- Videos.tsx -- @types/passport-jwt -- @types/supertest -- typescript -- @types/react-dom -- eslint-plugin-prettier -- SmsSettingsPage.tsx -- @tailwindcss/postcss +- Canina Pharma GmbH +- Pets Table +- Canina Iran Project Introduction +- Developer Standards and Architecture +- Frontend & Admin Architecture Route Map Specification +- Project Backlog and Tasks +- Sahel Font Sample +- Shabnam Font Changelog +- Vazirmatn Changelog +- Sahel Font Variable Sample +- Shabnam Font Sample +- Production Docker Compose +- Staging Docker Compose ## God Nodes (most connected - your core abstractions) 1. `PrismaService` - 79 edges -2. `Roles()` - 73 edges +2. `Roles()` - 74 edges 3. `useSettingsStore` - 43 edges -4. `PaginationDto` - 39 edges -5. `SmsService` - 38 edges +4. `SmsService` - 41 edges +5. `PaginationDto` - 39 edges 6. `api` - 37 edges 7. `AdminService` - 34 edges 8. `AdminController` - 33 edges @@ -321,735 +325,727 @@ - **Rastikerdar Font Ecosystem** — frontend_application_public_fonts_shabnam_font_v5_0_1_readme, frontend_application_public_fonts_vazirmatn_v33_003_readme, vazir_font [EXTRACTED 0.95] - **Canina Deployment Stack** — scripts_compose_prod, scripts_compose_stage [EXTRACTED 1.00] -## Communities (287 total, 95 thin omitted) +## Communities (291 total, 101 thin omitted) -### Community 0 - "AdminService" +### Community 1 - "AdminController" +Cohesion: 0.12 +Nodes (9): AdminController, ApiBearerAuth, ApiTags, Body, Controller, Post, Put, UseGuards (+1 more) + +### Community 2 - "UsersService" Cohesion: 0.05 -Nodes (34): AdminController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+26 more) +Nodes (42): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+34 more) -### Community 1 - "pets/pets.controller.ts" -Cohesion: 0.16 -Nodes (13): CreatePetDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional, IsString (+5 more) - -### Community 2 - "Roles" -Cohesion: 0.18 -Nodes (16): Roles(), SettingsController, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+8 more) - -### Community 3 - "UsersService" +### Community 3 - "ProductService" Cohesion: 0.06 -Nodes (41): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+33 more) +Nodes (36): Blog(), getBlogs(), metadata, CatalogClient(), metadata, metadata, metadata, BlogPage() (+28 more) -### Community 4 - "CmsController" -Cohesion: 0.08 -Nodes (26): CmsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+18 more) - -### Community 6 - "AuthController" -Cohesion: 0.27 -Nodes (12): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+4 more) - -### Community 7 - "app.module.ts" -Cohesion: 0.09 -Nodes (28): B2BModule, Module, BannersModule, Module, SmsModule, Global, Module, ContactModule (+20 more) - -### Community 8 - "CreateVideoDto" +### Community 4 - "admin.module.ts" Cohesion: 0.07 -Nodes (32): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+24 more) +Nodes (18): AdminModule, Module, BlogQuery, BlogsService, Injectable, CategoryQuery, MediaService, Injectable (+10 more) -### Community 9 - "ProductService" +### Community 5 - "auth.service.ts" Cohesion: 0.06 -Nodes (34): Blog(), getBlogs(), metadata, CatalogClient(), metadata, metadata, metadata, BlogPage() (+26 more) +Nodes (45): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+37 more) -### Community 10 - "ContactService" -Cohesion: 0.13 -Nodes (11): ContactController, Body, Controller, Get, Param, Post, Put, Query (+3 more) - -### Community 11 - "compilerOptions" -Cohesion: 0.06 -Nodes (32): compilerOptions, allowJs, esModuleInterop, incremental, isolatedModules, jsx, lib, module (+24 more) - -### Community 12 - "UserDashboard.tsx" -Cohesion: 0.12 -Nodes (17): AddressModal(), AddressModalProps, CheckoutPage(), DeleteConfirmModal(), DeleteConfirmModalProps, SearchableSelect(), SearchableSelectProps, PRESET_AMOUNTS (+9 more) - -### Community 13 - "auth.controller.ts" -Cohesion: 0.10 -Nodes (19): AdminLoginDto, ApiProperty, IsEmail, IsNotEmpty, IsString, MinLength, LoginDto, ApiProperty (+11 more) - -### Community 14 - "ProductsService" -Cohesion: 0.09 -Nodes (19): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, ProductsController, ApiOperation, ApiTags (+11 more) - -### Community 15 - "lib/services/api.ts" -Cohesion: 0.08 -Nodes (16): metadata, ContactFormClient(), ContactInfoItem, PrescriptionUploadModal(), PrescriptionUploadModalProps, api, ApiErrorPayload, baseURL (+8 more) - -### Community 16 - "tickets.controller.ts" -Cohesion: 0.09 -Nodes (31): AdminUpdateTicketDto, CreateTicketDto, ReplyTicketDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString (+23 more) - -### Community 17 - "ArchivePage.tsx" -Cohesion: 0.09 -Nodes (26): HomeClient(), HomeClientProps, getHomeData(), Home(), metadata, metadata, ArchivePage(), CATEGORY_MAP (+18 more) - -### Community 18 - "MetricsController" -Cohesion: 0.29 -Nodes (5): ApiExcludeController, MetricsController, Controller, Get, Res - -### Community 19 - "B2BService" -Cohesion: 0.14 -Nodes (14): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) - -### Community 20 - "CategoriesController" -Cohesion: 0.10 -Nodes (16): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+8 more) - -### Community 21 - "RedisService" -Cohesion: 0.12 -Nodes (4): AppModule, Module, RedisService, Injectable - -### Community 22 - "MediaController" -Cohesion: 0.11 -Nodes (14): MediaController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 23 - "Ingredient Management Controller" -Cohesion: 0.13 -Nodes (14): IngredientsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 24 - "adminRoutes.tsx" -Cohesion: 0.06 -Nodes (22): App(), HeroBanner, VetTestimonial, ContactInfoItem, ContactSubmission, CategoryDist, DashboardData, SslStatus (+14 more) - -### Community 25 - "admin.module.ts" -Cohesion: 0.07 -Nodes (20): AdminModule, Module, MediaService, Injectable, ReportsController, ApiBearerAuth, ApiOperation, ApiTags (+12 more) - -### Community 26 - "Coupons.tsx" -Cohesion: 0.25 -Nodes (5): Coupon, CouponFormData, CouponModalProps, CouponTarget, Coupons - -### Community 27 - "Prescription Review Controller" -Cohesion: 0.14 -Nodes (14): PrescriptionsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) - -### Community 28 - "Smart Advisor Controller" -Cohesion: 0.13 -Nodes (14): SmartAdvisorController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 29 - "Testimonials Management Controller" -Cohesion: 0.13 -Nodes (14): TestimonialsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 30 - "src/services/api.ts" -Cohesion: 0.14 -Nodes (18): Layout(), ProtectedRoute(), MenuGroup, Sidebar(), SidebarProps, SubMenuItem, SEARCHABLE_PAGES, Topbar() (+10 more) - -### Community 31 - "Spinner.tsx" -Cohesion: 0.12 -Nodes (21): ConfirmModal(), ConfirmModalProps, Media, MediaSelector(), MediaSelectorProps, Pagination(), PaginationProps, Spinner() (+13 more) - -### Community 32 - "PetProfile.tsx" -Cohesion: 0.15 -Nodes (15): BackButton(), BackButtonProps, PetProfile(), SafeImage(), SafeImageProps, CURRENT_SYMPTOMS, MEDICAL_HISTORIES, SmartAdvisor() (+7 more) - -### Community 33 - "ZibalService" -Cohesion: 0.14 -Nodes (4): PaymentService, Injectable, Injectable, ZibalService - -### Community 34 - "main.ts" -Cohesion: 0.14 -Nodes (9): CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable, ApiErrorResponse, ErrorDetailField (+1 more) - -### Community 35 - "admin.ts" -Cohesion: 0.08 -Nodes (20): B2BManager, FinancialSettingsPage, PrescriptionsManager, SeoSettingsPage, SmartAdvisorManager, SystemSettingsPage, AdminLoginPayload, B2BInquiry (+12 more) - -### Community 36 - "compilerOptions" -Cohesion: 0.06 -Nodes (31): compilerOptions, allowSyntheticDefaultImports, baseUrl, declaration, emitDecoratorMetadata, esModuleInterop, experimentalDecorators, forceConsistentCasingInFileNames (+23 more) - -### Community 37 - "compilerOptions" -Cohesion: 0.09 -Nodes (22): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, jsx, lib, module, moduleDetection, moduleResolution (+14 more) - -### Community 38 - "Transactions.tsx" -Cohesion: 0.33 -Nodes (4): GatewayHealth, Stats, Transaction, Transactions - -### Community 39 - "dependencies" -Cohesion: 0.05 -Nodes (41): dependencies, bcrypt, bcryptjs, class-transformer, class-validator, helmet, ioredis, js-yaml (+33 more) - -### Community 40 - "Node TypeScript Config" -Cohesion: 0.10 -Nodes (20): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, lib, module, moduleDetection, moduleResolution, noEmit (+12 more) - -### Community 41 - "Admin Blog Controller" -Cohesion: 0.13 -Nodes (15): BlogsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+7 more) - -### Community 42 - "WholesaleApplyDto" -Cohesion: 0.10 -Nodes (20): ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, WholesaleApplyDto, ApiBearerAuth, ApiOperation (+12 more) - -### Community 43 - "devDependencies" -Cohesion: 0.13 -Nodes (15): eslint-config-next, devDependencies, eslint, eslint-config-next, jsdom, tailwindcss, @tailwindcss/postcss, @types/node (+7 more) - -### Community 44 - "Generic CRUD Controller" -Cohesion: 0.13 -Nodes (14): ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 45 - "seo.module.ts" -Cohesion: 0.16 -Nodes (10): SeoController, ApiOperation, ApiTags, Controller, Get, Param, SeoModule, Module (+2 more) - -### Community 46 - "PaginationDto" -Cohesion: 0.07 -Nodes (24): CategoryQuery, BlogsModule, Module, BlogsService, Injectable, PaginationDto, SortOrder, ApiPropertyOptional (+16 more) - -### Community 47 - "Project Build Scripts" -Cohesion: 0.11 -Nodes (17): concurrently, devDependencies, concurrently, name, private, scripts, build, build:admin (+9 more) - -### Community 48 - "Home Data Module" -Cohesion: 0.16 -Nodes (10): HomeController, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, HomeModule, Module (+2 more) - -### Community 49 - "devDependencies" -Cohesion: 0.11 -Nodes (19): autoprefixer, devDependencies, autoprefixer, eslint, @eslint/js, globals, postcss, @types/node (+11 more) - -### Community 50 - "Database Seeding Logic" -Cohesion: 0.17 -Nodes (12): prisma, main(), prisma, determineSuitableFor(), findOrCreateCategory(), getProductImageUrl(), main(), parseSize() (+4 more) - -### Community 51 - "Prisma Database Migrations" -Cohesion: 0.27 -Nodes (14): "coupons", "health_logs", "order_items", "orders", "pet_medical_conditions", "pets", "product_ingredients", "product_symptoms" (+6 more) - -### Community 52 - "dependencies" -Cohesion: 0.10 -Nodes (21): dependencies, axios, lucide-react, react, react-dom, react-hot-toast, react-router-dom, recharts (+13 more) - -### Community 53 - "Orders.tsx" -Cohesion: 0.16 -Nodes (13): Skeleton(), getPaymentMethodLabel(), Order, OrderItem, Orders(), PaymentTx, statusStyles, toPersianDigits() (+5 more) - -### Community 54 - "auth.service.ts" -Cohesion: 0.12 -Nodes (11): AdminLoginInput, AuthService, LoginInput, RegisterInput, Injectable, SendOtpDto, ApiProperty, IsNotEmpty (+3 more) - -### Community 55 - "BE-001" -Cohesion: 0.06 -Nodes (32): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, BE-001, Category, Completion Statement, Confidence (+24 more) - -### Community 56 - "VetGallery.tsx" -Cohesion: 0.22 -Nodes (8): DisplayVideoItem, FALLBACK_VIDEOS, TestimonialItem, VetGallery(), FALLBACK_VIDEOS, VideosPage(), Video, videoService - -### Community 57 - "NPM Lifecycle Scripts" -Cohesion: 0.14 -Nodes (14): scripts, build, docs:generate, format, lint, start, start:debug, start:dev (+6 more) - -### Community 58 - "PetsController" -Cohesion: 0.10 -Nodes (14): PetsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Controller, Delete, Get (+6 more) - -### Community 59 - "PrismaService" -Cohesion: 0.08 -Nodes (14): B2BWholesaleOrderItem, MeliPayamakPattern, MeliPayamakResponse, SendPatternSmsOptions, SmsConfig, SmsLogQuery, CreateContactSubmissionDto, UpdateContactInfoItemDto (+6 more) - -### Community 60 - "Jest Testing Config" -Cohesion: 0.15 -Nodes (13): jest, collectCoverageFrom, coverageDirectory, moduleFileExtensions, rootDir, testEnvironment, testRegex, transform (+5 more) - -### Community 61 - "CreateReviewDto" -Cohesion: 0.07 -Nodes (29): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+21 more) - -### Community 62 - "BannersService" -Cohesion: 0.13 -Nodes (15): BannersController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) - -### Community 63 - "FE-001" -Cohesion: 0.06 -Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Architecture Overview & Confirmed Strengths, Category, Completion Statement, Confidence (+23 more) - -### Community 64 - "VerifyOtpDto" -Cohesion: 0.29 -Nodes (6): ApiProperty, IsNotEmpty, IsString, Matches, VerifyOtpDto, Length - -### Community 66 - "App Health Controller" -Cohesion: 0.29 -Nodes (5): AppController, Controller, Get, AppService, Injectable - -### Community 67 - "dependencies" -Cohesion: 0.12 -Nodes (17): dependencies, axios, lucide-react, motion, next, react, react-dom, sonner (+9 more) - -### Community 68 - "OrdersService" +### Community 6 - "OrdersService" Cohesion: 0.07 Nodes (29): CreateOrderDto, OrderItemDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional (+21 more) -### Community 69 - "Integrity Validation Scripts" -Cohesion: 0.20 -Nodes (9): dispSum, errors, invalidNewIds, manifest, report, trackedFiles, uninspected, verifiedIndex (+1 more) +### Community 7 - "app.module.ts" +Cohesion: 0.08 +Nodes (28): B2BModule, Module, BannersModule, Module, CmsModule, Module, SmsModule, Global (+20 more) -### Community 70 - "Admin Panel Package Config" -Cohesion: 0.20 -Nodes (9): name, private, scripts, build, dev, lint, preview, type (+1 more) +### Community 8 - "CmsController" +Cohesion: 0.09 +Nodes (24): CmsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+16 more) -### Community 71 - "Analytics and Report Charts" -Cohesion: 0.20 -Nodes (7): BestSellerItem, CategoryDistItem, COLORS, CustomTooltipProps, ReportData, TopCouponItem, Reports +### Community 9 - "tickets.controller.ts" +Cohesion: 0.09 +Nodes (29): AdminUpdateTicketDto, CreateTicketDto, ReplyTicketDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString (+21 more) -### Community 72 - "Task Orchestration Scripts" -Cohesion: 0.53 -Nodes (8): cmd_next_task(), cmd_progress(), cmd_reset(), cmd_status(), cmd_unblock(), load_json(), main(), save_json() +### Community 10 - "useSettingsStore" +Cohesion: 0.09 +Nodes (23): metadata, BrandLogo(), BrandLogoProps, EnamadBadge(), Footer(), Hero(), StatCounter(), MaintenancePage() (+15 more) -### Community 73 - "Backend Package Config" -Cohesion: 0.22 -Nodes (8): author, description, license, name, prisma, seed, private, version +### Community 11 - "UserDashboard.tsx" +Cohesion: 0.09 +Nodes (29): AddressModal(), AddressModalProps, BackButton(), BackButtonProps, CheckoutPage(), DeleteConfirmModal(), DeleteConfirmModalProps, HeaderButton() (+21 more) -### Community 74 - "useSettingsStore" -Cohesion: 0.15 -Nodes (14): metadata, BrandLogo(), BrandLogoProps, EnamadBadge(), Footer(), MENU_ICONS, MaintenancePage(), TickerBanner() (+6 more) +### Community 12 - "CreateVideoDto" +Cohesion: 0.09 +Nodes (24): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+16 more) -### Community 75 - "React Error Boundary" -Cohesion: 0.22 -Nodes (3): ErrorBoundary, Props, State +### Community 13 - "compilerOptions" +Cohesion: 0.10 +Nodes (20): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, lib, module, moduleDetection, moduleResolution, noEmit (+12 more) -### Community 76 - "Application Package Config" -Cohesion: 0.22 -Nodes (8): name, private, scripts, build, dev, lint, start, version +### Community 14 - "CreateReviewDto" +Cohesion: 0.07 +Nodes (29): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+21 more) -### Community 77 - "WikiController" +### Community 15 - "ProductsService" +Cohesion: 0.09 +Nodes (19): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, ProductsController, ApiOperation, ApiTags (+11 more) + +### Community 16 - "PrismaService" +Cohesion: 0.08 +Nodes (20): ApiExcludeController, B2BWholesaleOrderItem, MetricsController, Controller, Get, Res, MeliPayamakPattern, MeliPayamakResponse (+12 more) + +### Community 17 - "lib/services/api.ts" +Cohesion: 0.06 +Nodes (15): metadata, ContactFormClient(), ContactInfoItem, api, ApiErrorPayload, BASE_DOMAIN, baseURL, ApiErr (+7 more) + +### Community 18 - "devDependencies" +Cohesion: 0.09 +Nodes (23): devDependencies, eslint, eslint-config-prettier, @eslint/js, jest, @nestjs/schematics, @nestjs/testing, source-map-support (+15 more) + +### Community 19 - "JwtAuthGuard" Cohesion: 0.21 -Nodes (9): ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param, Query (+1 more) +Nodes (7): JwtAuthGuard, Injectable, ROLES_KEY, RequestWithUser, RolesGuard, Injectable, UserReqPayload -### Community 79 - "VPN Utility Scripts" -Cohesion: 0.62 -Nodes (6): cleanup(), log(), with-vpn.sh script, start_vpn(), stop_vpn(), vpn_is_up() +### Community 20 - "BE-001" +Cohesion: 0.06 +Nodes (32): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, BE-001, Category, Completion Statement, Confidence (+24 more) -### Community 80 - "NestJS CLI Config" -Cohesion: 0.33 -Nodes (5): collection, compilerOptions, deleteOutDir, $schema, sourceRoot +### Community 21 - "src/services/api.ts" +Cohesion: 0.11 +Nodes (22): ProtectedRoute(), Login(), B2BManager, SmartAdvisorManager, SystemSettingsPage, ApiErrorPayload, failedQueue, useAdminAuthStore (+14 more) -### Community 81 - "Seed TypeScript Config" -Cohesion: 0.33 -Nodes (5): compilerOptions, esModuleInterop, module, moduleResolution, skipLibCheck +### Community 22 - "RedisService" +Cohesion: 0.10 +Nodes (7): AppModule, Module, RedisModule, Global, Module, RedisService, Injectable -### Community 82 - "ADM-001" +### Community 23 - "WholesaleApplyDto" +Cohesion: 0.10 +Nodes (20): ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, WholesaleApplyDto, ApiBearerAuth, ApiOperation (+12 more) + +### Community 24 - "FE-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Architecture Overview & Confirmed Strengths, Category, Completion Statement, Confidence (+23 more) + +### Community 25 - "ADM-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, ADM-001, Admin Features Audit Report, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement (+23 more) -### Community 83 - "Browser Utility Scripts" -Cohesion: 0.40 -Nodes (5): checkAndOpen(), { exec }, http, openUrl(), URLS - -### Community 84 - "Dev Server Startup" -Cohesion: 0.33 -Nodes (4): backend, http, { spawn }, waitForBackend() - -### Community 86 - "Pagination API Schemas" -Cohesion: 0.50 -Nodes (3): PaginatedResponse, PaginationMeta, ApiProperty - -### Community 87 - "Font Assets and Licenses" -Cohesion: 0.40 -Nodes (5): DejaVu Sans Font, Vazirmatn Authors, SIL Open Font License (OFL), Vazirmatn Font README, Roboto Font - -### Community 88 - "Ledger Rebuild Scripts" -Cohesion: 0.40 -Nodes (4): evidenceList, ledger, mandatoryMap, mandatoryScope - -### Community 89 - "Evidence Validation Scripts" -Cohesion: 0.40 -Nodes (4): activeFiles, errors, validationOutput, warnings - -### Community 90 - "SslController" -Cohesion: 0.13 -Nodes (14): SslController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Post (+6 more) - -### Community 91 - "Blog Post Detail Page" -Cohesion: 0.60 -Nodes (4): BlogPostPage(), generateMetadata(), getBlog(), revalidate - -### Community 93 - "devDependencies" -Cohesion: 0.09 -Nodes (23): devDependencies, eslint, @eslint/eslintrc, @eslint/js, jest, @nestjs/schematics, @nestjs/testing, source-map-support (+15 more) - -### Community 99 - "Wiki Page Routing" -Cohesion: 0.83 -Nodes (3): generateMetadata(), getWikiTerm(), WikiTermPage() - -### Community 100 - "toPersian" -Cohesion: 0.11 -Nodes (21): ClientLayout(), VerifyContent(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), CartDrawer(), HeaderButton() (+13 more) - -### Community 101 - "Docker Deployment Scripts" -Cohesion: 0.50 -Nodes (3): COMPOSE_DOCKER_CLI_BUILD, DOCKER_BUILDKIT, deploy.sh script - -### Community 102 - "DB-001" +### Community 26 - "DB-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Database and Data Integrity Audit Report (+23 more) -### Community 103 - "BlogsService" -Cohesion: 0.22 -Nodes (3): BlogQuery, BlogsService, Injectable - -### Community 109 - "Auth Architecture and Planning" -Cohesion: 0.67 -Nodes (3): ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management, Master Task Backlog (Phase 3.3), Phase 3 Master Execution Plan - -### Community 117 - "PaymentController" -Cohesion: 0.25 -Nodes (13): PaymentController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+5 more) - -### Community 118 - "TS-001" +### Community 27 - "TS-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 119 - "TEST-001" +### Community 28 - "TEST-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 120 - "AdminTransactionFilterDto" -Cohesion: 0.25 -Nodes (7): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type - -### Community 121 - "UITexts.tsx" -Cohesion: 0.29 -Nodes (5): GROUP_PAGE_MAP, GROUPS, KEY_LABELS_FA, PAGE_TABS, UITexts - -### Community 126 - "Typography and Font Assets" -Cohesion: 0.67 -Nodes (3): Shabnam Font README, Shabnam Font Sample, Vazir Font - -### Community 127 - "DEVOPS-001" +### Community 29 - "DEVOPS-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 128 - "DOC-001" +### Community 30 - "DOC-001" Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 129 - "What You Must Do When Invoked" -Cohesion: 0.07 -Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) +### Community 31 - "adminRoutes.tsx" +Cohesion: 0.06 +Nodes (26): App(), ContactInfoItem, ContactSubmission, CategoryDist, DashboardData, SslStatus, Ticket, TicketMessage (+18 more) -### Community 130 - "JwtAuthGuard" -Cohesion: 0.18 -Nodes (7): JwtAuthGuard, Injectable, ROLES_KEY, RequestWithUser, RolesGuard, Injectable, UserReqPayload +### Community 32 - "userStore.ts" +Cohesion: 0.11 +Nodes (23): ClientLayout(), VerifyContent(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), CartDrawer(), Header() (+15 more) -### Community 131 - "راهنمای تست سیستم (Software Testing)" +### Community 33 - "Spinner.tsx" +Cohesion: 0.10 +Nodes (23): ConfirmModal(), ConfirmModalProps, Media, MediaSelector(), MediaSelectorProps, Pagination(), PaginationProps, Spinner() (+15 more) + +### Community 34 - "PetProfile.tsx" +Cohesion: 0.08 +Nodes (26): metadata, ArchivePage(), ArchiveProductCard(), CATEGORY_MAP, ICON_MAP, FeaturedProducts(), ProductCard(), OrderSuccess() (+18 more) + +### Community 35 - "main.ts" +Cohesion: 0.14 +Nodes (9): CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable, ApiErrorResponse, ErrorDetailField (+1 more) + +### Community 36 - "B2BService" +Cohesion: 0.14 +Nodes (14): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) + +### Community 37 - "ZibalService" +Cohesion: 0.14 +Nodes (4): PaymentService, Injectable, Injectable, ZibalService + +### Community 38 - "راهنمای تست سیستم (Software Testing)" Cohesion: 0.07 Nodes (25): اجرای بک‌اند, اجرای فرانت‌اند, اجرای پروژه در سرور با PM2, برای راه‌اندازی بک‌اند:, برای راه‌اندازی فرانت‌اند Next.js:, بیلد کردن پروژه (Building), ذخیره پروسه‌ها تا پس از ری‌استارت سرور قطع نشوند:, راه‌اندازی و انتشار سیستم (Setup & Deployment) (+17 more) -### Community 132 - "Role & Core Objective" -Cohesion: 0.09 -Nodes (22): CREATE MODE — Normal Operation, Expected JSON Output Schema, File Scope Boundary, Forbidden Actions, MODE 1: REVIEW (called during Review Phase), MODE 2: CONTENT CREATION (standalone task from backlog), Operating Modes, Operational Rules & Boundaries (+14 more) - -### Community 133 - "Required Review Group Closures" +### Community 39 - "CategoriesController" Cohesion: 0.10 -Nodes (19): 10. Orders Backend, 11. Settings & Administrative Backend, 12. Prisma Schema, Migrations & Seed, 13. Redis & Temporary Auth State, 14. Unit & E2E Tests, 15. Docker, NGINX, Prometheus & Deployment Config, 16. Documentation & OpenAPI Artifacts, 1. Storefront Shell & Routing (+11 more) +Nodes (16): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+8 more) -### Community 134 - "Operational Rules & Boundaries" +### Community 40 - "MediaController" Cohesion: 0.11 -Nodes (18): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. API Mocking Requirement, 4. Modular Component Architecture, 5. Responsive Design (Mandatory), 6. File Scope Boundary, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) +Nodes (14): MediaController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) -### Community 135 - "Operational Rules & Boundaries" -Cohesion: 0.11 -Nodes (18): 1. Framework-Aware Analysis, 2. DOM & Semantic Structure Analysis, 3. Accessibility Compliance, 4. Responsive Layout Verification, 5. Fallback Inspection Mode, 6. Defect Routing Protocol, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) - -### Community 136 - "🏢 AI Software Agency — Master Orchestration Protocol v3" -Cohesion: 0.11 -Nodes (17): Activation, Agent Directory Reference, 🏢 AI Software Agency — Master Orchestration Protocol v3, Phase 1: Specialist Review (All agents read, none write code yet), Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode), Phase 3: Execution (Same as always), PIPELINE A — New Project (GREENFIELD), PIPELINE B — Review & Improve Existing Project (REVIEW_AND_PLAN) ★ (+9 more) - -### Community 138 - "Operational Rules & Boundaries" -Cohesion: 0.11 -Nodes (17): 1. Hierarchical Decomposition Algorithm (3-Tier), 2. Sub-step Definition (Required for all tasks), 3. Brownfield Completeness Rule, 4. Role Assignment Rules, 5. Dependency Tracking (Strict), 6. Priority Assignment, 7. Forbidden Actions, DECOMPOSE MODE — Normal Operation (New Projects) (+9 more) - -### Community 139 - "Operational Rules & Boundaries" -Cohesion: 0.11 -Nodes (17): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. Mandatory Test Authoring, 4. Code Quality Standards, 5. File Scope Boundary, 6. Forbidden Actions, Expected JSON Output Schema, IMPLEMENT MODE — Normal Operation (+9 more) - -### Community 142 - ".update" -Cohesion: 0.24 -Nodes (11): ApiNotFoundResponse, ApiOkResponse, ApiOperation, Body, Delete, Get, Param, Patch (+3 more) - -### Community 157 - "What You Must Do When Invoked" +### Community 41 - "What You Must Do When Invoked" Cohesion: 0.07 Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) -### Community 177 - "Role & Core Objective" +### Community 42 - "SslController" +Cohesion: 0.13 +Nodes (14): SslController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Post (+6 more) + +### Community 43 - "BannersService" +Cohesion: 0.13 +Nodes (15): BannersController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) + +### Community 44 - "What You Must Do When Invoked" +Cohesion: 0.07 +Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) + +### Community 45 - "UITexts.tsx" +Cohesion: 0.10 +Nodes (16): Badge(), BadgeProps, BadgeVariant, variantStyles, ImagePreviewModal(), ImagePreviewModalProps, ToggleSwitch(), ToggleSwitchProps (+8 more) + +### Community 46 - "IngredientsService" +Cohesion: 0.13 +Nodes (14): IngredientsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 47 - ".update" +Cohesion: 0.24 +Nodes (11): ApiNotFoundResponse, ApiOkResponse, ApiOperation, Body, Delete, Get, Param, Patch (+3 more) + +### Community 48 - "HomeClient.tsx" +Cohesion: 0.16 +Nodes (17): HomeClient(), HomeClientProps, getHomeData(), Home(), metadata, BannerPlacement(), BannerPlacementProps, VetGallery() (+9 more) + +### Community 49 - "SmartAdvisorService" +Cohesion: 0.13 +Nodes (14): SmartAdvisorController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 50 - "TestimonialsService" +Cohesion: 0.13 +Nodes (14): TestimonialsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 51 - "Role & Core Objective" +Cohesion: 0.09 +Nodes (22): CREATE MODE — Normal Operation, Expected JSON Output Schema, File Scope Boundary, Forbidden Actions, MODE 1: REVIEW (called during Review Phase), MODE 2: CONTENT CREATION (standalone task from backlog), Operating Modes, Operational Rules & Boundaries (+14 more) + +### Community 52 - "PaginationDto" +Cohesion: 0.06 +Nodes (32): BlogsModule, Module, BlogsService, Injectable, PaginationDto, SortOrder, ApiPropertyOptional, IsEnum (+24 more) + +### Community 53 - "ContactService" +Cohesion: 0.13 +Nodes (11): ContactController, Body, Controller, Get, Param, Post, Put, Query (+3 more) + +### Community 54 - "compilerOptions" +Cohesion: 0.06 +Nodes (31): compilerOptions, allowSyntheticDefaultImports, baseUrl, declaration, emitDecoratorMetadata, esModuleInterop, experimentalDecorators, forceConsistentCasingInFileNames (+23 more) + +### Community 55 - "Reports.tsx" +Cohesion: 0.20 +Nodes (7): BestSellerItem, CategoryDistItem, COLORS, CustomTooltipProps, ReportData, TopCouponItem, Reports + +### Community 56 - "compilerOptions" +Cohesion: 0.09 +Nodes (22): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, jsx, lib, module, moduleDetection, moduleResolution (+14 more) + +### Community 57 - "dependencies" +Cohesion: 0.05 +Nodes (41): dependencies, bcrypt, bcryptjs, class-transformer, class-validator, helmet, ioredis, js-yaml (+33 more) + +### Community 58 - "PrescriptionsService" +Cohesion: 0.14 +Nodes (14): PrescriptionsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) + +### Community 59 - "BlogsController" +Cohesion: 0.13 +Nodes (15): BlogsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+7 more) + +### Community 60 - "Required Review Group Closures" +Cohesion: 0.10 +Nodes (19): 10. Orders Backend, 11. Settings & Administrative Backend, 12. Prisma Schema, Migrations & Seed, 13. Redis & Temporary Auth State, 14. Unit & E2E Tests, 15. Docker, NGINX, Prometheus & Deployment Config, 16. Documentation & OpenAPI Artifacts, 1. Storefront Shell & Routing (+11 more) + +### Community 61 - "devDependencies" +Cohesion: 0.13 +Nodes (15): devDependencies, eslint, jsdom, tailwindcss, @tailwindcss/postcss, @types/node, @types/react-dom, @vitejs/plugin-react (+7 more) + +### Community 62 - "Coupons.tsx" +Cohesion: 0.13 +Nodes (12): formatPriceWithCommas(), PriceInput(), PriceInputProps, toEnglishDigits(), Coupon, CouponFormData, CouponModalProps, CouponTarget (+4 more) + +### Community 63 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (18): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. API Mocking Requirement, 4. Modular Component Architecture, 5. Responsive Design (Mandatory), 6. File Scope Boundary, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) + +### Community 64 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (18): 1. Framework-Aware Analysis, 2. DOM & Semantic Structure Analysis, 3. Accessibility Compliance, 4. Responsive Layout Verification, 5. Fallback Inspection Mode, 6. Defect Routing Protocol, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) + +### Community 65 - "WikiController" +Cohesion: 0.13 +Nodes (14): ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 66 - "PaymentController" +Cohesion: 0.25 +Nodes (13): PaymentController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+5 more) + +### Community 67 - "pets/pets.controller.ts" +Cohesion: 0.16 +Nodes (13): CreatePetDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional, IsString (+5 more) + +### Community 68 - "seo.module.ts" +Cohesion: 0.16 +Nodes (10): SeoController, ApiOperation, ApiTags, Controller, Get, Param, SeoModule, Module (+2 more) + +### Community 69 - "admin.service.ts" +Cohesion: 0.14 +Nodes (14): CouponTargetInput, PaginationQuery, ProductInput, CreateUserDto, ApiProperty, ApiPropertyOptional, IsEmail, IsNotEmpty (+6 more) + +### Community 70 - "🏢 AI Software Agency — Master Orchestration Protocol v3" +Cohesion: 0.11 +Nodes (17): Activation, Agent Directory Reference, 🏢 AI Software Agency — Master Orchestration Protocol v3, Phase 1: Specialist Review (All agents read, none write code yet), Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode), Phase 3: Execution (Same as always), PIPELINE A — New Project (GREENFIELD), PIPELINE B — Review & Improve Existing Project (REVIEW_AND_PLAN) ★ (+9 more) + +### Community 71 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (17): 1. Hierarchical Decomposition Algorithm (3-Tier), 2. Sub-step Definition (Required for all tasks), 3. Brownfield Completeness Rule, 4. Role Assignment Rules, 5. Dependency Tracking (Strict), 6. Priority Assignment, 7. Forbidden Actions, DECOMPOSE MODE — Normal Operation (New Projects) (+9 more) + +### Community 72 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (17): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. Mandatory Test Authoring, 4. Code Quality Standards, 5. File Scope Boundary, 6. Forbidden Actions, Expected JSON Output Schema, IMPLEMENT MODE — Normal Operation (+9 more) + +### Community 73 - "HomeController" +Cohesion: 0.16 +Nodes (10): HomeController, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, HomeModule, Module (+2 more) + +### Community 74 - "scripts" +Cohesion: 0.11 +Nodes (17): concurrently, devDependencies, concurrently, name, private, scripts, build, build:admin (+9 more) + +### Community 75 - "Role & Core Objective" Cohesion: 0.12 Nodes (16): 1. Active Secret Scanning (All Modified Files), 2. Docker Container Verification (if Dockerfile exists), 3. CI/CD Basic Check (if `.github/workflows/` exists), 4. Failure Routing Protocol, 5. Forbidden Actions, ENFORCE MODE — Normal Operation, Expected JSON Output Schema, Operational Rules & Boundaries (+8 more) -### Community 178 - "graphify reference: extra exports and benchmark" -Cohesion: 0.22 -Nodes (8): graphify reference: extra exports and benchmark, Step 6b - Wiki (only if --wiki flag), Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag), Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag), Step 7b - SVG export (only if --svg flag), Step 7c - GraphML export (only if --graphml flag), Step 7d - MCP server (only if --mcp flag), Step 8 - Token reduction benchmark (only if total_words > 5000) - -### Community 179 - "graphify reference: query, path, explain" -Cohesion: 0.33 -Nodes (5): For /graphify explain, For /graphify path, graphify reference: query, path, explain, Step 0 — Constrained query expansion (REQUIRED before traversal), Step 1 — Traversal - -### Community 180 - "graphify reference: add a URL and watch a folder" -Cohesion: 0.50 -Nodes (3): For /graphify add, For --watch, graphify reference: add a URL and watch a folder - -### Community 181 - "graphify reference: commit hook and native CLAUDE.md integration" -Cohesion: 0.50 -Nodes (3): For git commit hook, For native CLAUDE.md integration, graphify reference: commit hook and native CLAUDE.md integration - -### Community 182 - "graphify reference: incremental update and cluster-only" -Cohesion: 0.50 -Nodes (3): For --cluster-only, For --update (incremental re-extraction), graphify reference: incremental update and cluster-only - -### Community 185 - "Reconciled Audit Roles & Assignments" -Cohesion: 0.12 -Nodes (15): 10. Documentation Engineer, 1. Lead Architect / Orchestrator, 2. React / Vite Storefront Auditor, 3. NestJS Backend Auditor, 4. Admin Features Auditor, 5. Database & Data Integrity Auditor, 6. Security Auditor, 7. TypeScript & Code Quality Auditor (+7 more) - -### Community 187 - "Phase 3.1 — Human Review Preparation and Master Backlog Critique" -Cohesion: 0.13 -Nodes (14): 10. Dependency & Wave Adjustments, 11. Acceptance Criteria Refinements, 12. Business and Product Decision Classification, 13. Final Recommended Backlog Summary, 1. Executive Assessment, 2. Findings That Require No Change, 3. Findings Requiring Task Refinements, 4. Tasks Requiring Splitting (+6 more) - -### Community 193 - "Deep Audit Summary Report" -Cohesion: 0.14 -Nodes (13): 1. Audit Overview, 2. Findings Metrics, 3. Inspected Scope & Command Log, 4. Key Business & Integration Questions, 5. Audit Limitations & Integrity Confirmation, 6. Exact Next Recommended Phase, Blocked Commands & Reasons, By Confidence (+5 more) - -### Community 194 - "Operational Rules & Boundaries" -Cohesion: 0.15 -Nodes (12): 1. Stack Detection (Brownfield), 2. Stack Selection (Greenfield), 3. Single Non-Negotiable Stack Choice, 4. Tech Stack Must Be Written to state.json, 5. Directory Layout, 6. OpenAPI / API Contract, 7. Forbidden Actions, Expected JSON Output Schema (+4 more) - -### Community 195 - "Comprehensive Change Log" -Cohesion: 0.15 -Nodes (12): 10. `TASK-VERIFY-001`, 1. `TASK-SEC-001`, 2. `TASK-SEC-002`, 3. `TASK-SEC-003`, 4. `TASK-FIN-001`, 5. `TASK-BUILD-001`, 6. `TASK-AUTH-001`, 7. `TASK-FE-001` (+4 more) - -### Community 196 - "Operational Rules & Boundaries" -Cohesion: 0.17 -Nodes (11): 1. Detect Test Runner from Tech Stack, 2. Execution Output Capture (Mandatory), 3. Acceptance Criteria Verification, 4. Failure Routing Protocol, 5. Success Routing Protocol, 6. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries (+3 more) - -### Community 197 - "1. Summary of Integrity Repairs Performed" -Cohesion: 0.17 -Nodes (11): 1.1 Authoritative Source File Inventory Rebuilt, 1.2 Raw Finding Dispositions Reconciled, 1.3 Finding Identifier Normalization, 1.4 Rejected Finding Cleanup, 1. Summary of Integrity Repairs Performed, 2. Final Verified Finding Metrics, 3. Reference and Compiler Integrity Results, 4. Quality Gate Conclusion (+3 more) - -### Community 198 - "Operational Rules & Boundaries" -Cohesion: 0.18 -Nodes (10): 1. Detect Tech Stack First (Universal), 2. Explicit Scoring Methodology (Universal), 3. Code Coverage Ratio Rule, 4. Deep Directory Scanning, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) - -### Community 199 - "Operational Rules & Boundaries" -Cohesion: 0.18 -Nodes (10): 1. Mark Active Task as Complete, 2. Documentation Updates, 3. Dynamic Routing Protocol (CRITICAL), 4. Backlog Insufficiency Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) - -### Community 200 - "Operational Rules & Boundaries" -Cohesion: 0.18 -Nodes (10): 1. Pre-Deployment Checklist, 2. Build Verification, 3. Deployment Strategy (Based on Target), 4. Post-Deployment Health Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) - -### Community 201 - "Vazirmatn Changelog" -Cohesion: 0.18 -Nodes (10): 32.0.0, 32.1, 32.101, 32.102, 33.000, 33.001, 33.002, 33.003 (+2 more) - -### Community 202 - "Vazirmatn Font فونت وزیرمتن" -Cohesion: 0.18 -Nodes (10): Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts)), Authors, Build, CDN, Download, Install, License, [npm](https://www.npmjs.com/package/vazirmatn) (+2 more) - -### Community 203 - "Operational Rules & Boundaries" -Cohesion: 0.20 -Nodes (9): 1. Mode & Direction Decision, 2. Brownfield Strategic Evaluation, 3. Risk Assessment, 4. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective (+1 more) - -### Community 204 - "backend/README.md" -Cohesion: 0.20 -Nodes (9): Compile and run the project, Deployment, Description, License, Project setup, Resources, Run tests, Stay in touch (+1 more) - -### Community 205 - "Repository Map" -Cohesion: 0.20 -Nodes (9): 1. Active Customer Storefront: React 19 + Vite Application, 2. Active Backend Service: NestJS Application, 3. Excluded Placeholder / Non-Auditable Directories, Active Applications & Non-Auditable Scopes, Documentation Governance, Important Configuration & Infrastructure Files, Mandatory Global Audit Exclusions, Repository Map (+1 more) - -### Community 206 - "Sahel-Font" -Cohesion: 0.20 -Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) - -### Community 207 - "zibal.service.ts" -Cohesion: 0.16 -Nodes (9): GatewayHealthResult, IPaymentGateway, PaymentInquiryResult, PaymentRequestOptions, PaymentRequestResult, PaymentVerifyResult, ZibalInquiryResponse, ZibalRequestResponse (+1 more) - -### Community 208 - "Sahel-Font" -Cohesion: 0.20 -Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) - -### Community 209 - "Role & Core Objective" -Cohesion: 0.22 -Nodes (8): 1. Ask — Don't Assume, 2. Forbidden Actions, Brownfield Detection, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective, Strict Input Specifications (What files to read) - -### Community 210 - "exclude" -Cohesion: 0.22 -Nodes (8): exclude, extends, dist, node_modules, prisma, **/*spec.ts, test, ./tsconfig.json - -### Community 211 - "Phase 2 Final Quality Gate Summary Report" -Cohesion: 0.22 -Nodes (8): 1. Executive Summary, 2. Final Verified Finding Breakdown, 3. Source Coverage & Diagnostic Metrics, 4. Integrity Check & Quality Gate Status, 5. Exact Next Recommended Phase, By Confidence, By Severity, Phase 2 Final Quality Gate Summary Report - -### Community 212 - "Task Modifications Log" -Cohesion: 0.22 -Nodes (8): 1. `TASK-AUTH-001`, 2. `TASK-FIN-001`, 3. `DECISION-002`, 4. `TASK-VERIFY-001`, 5. `TASK-SEC-001` & `TASK-SEC-002`, 6. `TASK-BUILD-001` & Execution Waves, Phase 3.1 — Master Task Backlog Change Log, Task Modifications Log - -### Community 213 - "Install" -Cohesion: 0.22 -Nodes (8): Arch Linux, bower, Install, npm, Shabnam Font, yarn, طریقه استفاده در صفحات وب:, نمونه متن Sample: - -### Community 214 - "BlogsController" -Cohesion: 0.21 -Nodes (9): BlogsController, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param (+1 more) - -### Community 215 - "System Discovery" -Cohesion: 0.25 -Nodes (7): Active Core Applications, Current Architecture, Evidence-Based Status Matrix, Excluded / Non-Auditable Artifacts, Major Business Domains Discovered, System Discovery, Technical Architecture Summary - -### Community 216 - "Product Requirement Document (PRD)" -Cohesion: 0.29 -Nodes (6): 1. Executive Vision, 2. Target Audience, 3. Functional Requirements, 4. Non-Functional Requirements (Performance, Security), 5. Epic / Feature Breakdown, Product Requirement Document (PRD) - -### Community 217 - "Baseline Command Plan & Reconciled Command History" -Cohesion: 0.29 -Nodes (6): Attempted Command Execution Log, Backend `backend/package.json` Scripts, Baseline Command Plan & Reconciled Command History, Package Scripts Safety Analysis, Permitted Safe Checks for Phase 2, Root `package.json` Scripts - -### Community 218 - "Architecture Specification" -Cohesion: 0.33 -Nodes (5): 1. Single Non-Negotiable Tech Stack, 2. Directory Structure Tree, 3. State Management Strategy, 4. Deployment / Docker Architecture, Architecture Specification - -### Community 219 - "Project Health Audit Report" -Cohesion: 0.33 -Nodes (5): 1. Audit Score Summary, 2. Technical Debt Inventory, 3. Outdated Dependencies List, 4. Security Risks (.env leaks, unprotected ports), Project Health Audit Report - -### Community 220 - "Open Questions" -Cohesion: 0.33 -Nodes (5): 1. Storefront Migration Roadmap (`frontend/application`), 2. Payment Gateway Integration Provider, 3. Deployment & CI/CD Pipeline Specifications, 4. SMS / OTP Service Provider, Open Questions - -### Community 221 - "Final Phase 2 Audit Closure Report" -Cohesion: 0.33 -Nodes (5): 1. Executive Summary & Honest Review-Tier Metrics, 2. Reconciled Findings & Canonical Identifier Normalization, 3. Validation & Integrity Verification, 4. Final Quality Gate Conclusion, Final Phase 2 Audit Closure Report - -### Community 222 - "📝 Active Agent Working Scratchpad" -Cohesion: 0.40 -Nodes (4): 📝 Active Agent Working Scratchpad, 🏗️ Execution Target, Project: Canina Veterinary E-Commerce System, 📋 Requirements & Persona Mandates (Intake & User Request) - -### Community 223 - "🔍 Code Health Audit Review (01_auditor)" -Cohesion: 0.40 -Nodes (4): 🔍 Code Health Audit Review (01_auditor), Executive Summary, Key Findings, Recommendations - -### Community 224 - "Omitted File Inspection Report" -Cohesion: 0.40 -Nodes (4): Conclusion, Key Domain Findings from Omitted File Audit, Omitted File Inspection Report, Overview of Omitted File Inspections - -### Community 225 - "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report" -Cohesion: 0.40 -Nodes (4): 1. Executive Summary & Architecture Decisions, 2. Updated Task Specifications Overview, 3. Final Readiness Statement, Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report - -### Community 226 - "Phase 3 Audit Traceability Matrix" -Cohesion: 0.40 -Nodes (4): Complete Finding-to-Task Traceability Matrix, Finding Disposition & Accounting Verification, Phase 3 Audit Traceability Matrix, Special Task Traceability (Non-Finding Tasks) - -### Community 227 - "API Contract Specification" -Cohesion: 0.50 -Nodes (3): 1. OpenAPI 3.0 (Swagger) Specification, 2. Endpoint Definitions & Data Types, API Contract Specification - -### Community 228 - "⚙️ Backend Technical Review (05_dev_backend)" -Cohesion: 0.50 -Nodes (3): Architectural Overview, ⚙️ Backend Technical Review (05_dev_backend), Critical Review Findings & Required Enhancements - -### Community 229 - "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)" -Cohesion: 0.50 -Nodes (3): Architectural Overview, Critical Review Findings & Required Enhancements, 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) - -### Community 230 - "🚀 SEO & Content Strategy Review (12_seo_content)" -Cohesion: 0.50 -Nodes (3): Overview & Content Foundation, SEO & Content Requirements, 🚀 SEO & Content Strategy Review (12_seo_content) - -### Community 231 - "Raw Finding Verification & Disposition Report" -Cohesion: 0.50 -Nodes (3): 1. Executive Summary & Verification Reconciliation Table, 2. Newly Discovered & Split Findings (Canonical IDs), Raw Finding Verification & Disposition Report - -### Community 232 - "React + TypeScript + Vite" -Cohesion: 0.50 -Nodes (3): Expanding the ESLint configuration, React Compiler, React + TypeScript + Vite - -### Community 233 - "application/README.md" -Cohesion: 0.50 -Nodes (3): Deploy on Vercel, Getting Started, Learn More - -### Community 237 - "useCartStore" -Cohesion: 0.10 -Nodes (16): ArchiveProductCard(), FeaturedProducts(), ProductCard(), Header(), OrderSuccess(), OrderTracking(), mockProduct, mockProducts (+8 more) - -### Community 238 - "ProductPage.tsx" -Cohesion: 0.16 -Nodes (10): CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore, ProductReviews(), ProductReviewsProps, ReviewItem, SCIENTIFIC_TERMS (+2 more) - -### Community 266 - ".handleZibalCallback" +### Community 76 - ".handleZibalCallback" Cohesion: 0.24 Nodes (8): ApiPropertyOptional, IsOptional, IsString, ZibalCallbackQueryDto, Query, Res, Headers, Ip -### Community 268 - "PetsController" -Cohesion: 0.18 -Nodes (9): PetsController, ApiBadRequestResponse, ApiBearerAuth, ApiCreatedResponse, ApiTags, Controller, UploadedFile, UseGuards (+1 more) +### Community 77 - "zibal.service.ts" +Cohesion: 0.16 +Nodes (9): GatewayHealthResult, IPaymentGateway, PaymentInquiryResult, PaymentRequestOptions, PaymentRequestResult, PaymentVerifyResult, ZibalInquiryResponse, ZibalRequestResponse (+1 more) -### Community 269 - "generate-openapi.js" +### Community 78 - "Orders.tsx" +Cohesion: 0.16 +Nodes (13): Skeleton(), getPaymentMethodLabel(), Order, OrderItem, Orders(), PaymentTx, statusStyles, toPersianDigits() (+5 more) + +### Community 79 - "devDependencies" +Cohesion: 0.11 +Nodes (19): autoprefixer, devDependencies, autoprefixer, eslint, @eslint/js, globals, postcss, @types/node (+11 more) + +### Community 80 - "exclude" +Cohesion: 0.22 +Nodes (8): exclude, extends, dist, node_modules, prisma, **/*spec.ts, test, ./tsconfig.json + +### Community 81 - "seed-products.ts" +Cohesion: 0.17 +Nodes (12): prisma, main(), prisma, determineSuitableFor(), findOrCreateCategory(), getProductImageUrl(), main(), parseSize() (+4 more) + +### Community 82 - "Reconciled Audit Roles & Assignments" +Cohesion: 0.12 +Nodes (15): 10. Documentation Engineer, 1. Lead Architect / Orchestrator, 2. React / Vite Storefront Auditor, 3. NestJS Backend Auditor, 4. Admin Features Auditor, 5. Database & Data Integrity Auditor, 6. Security Auditor, 7. TypeScript & Code Quality Auditor (+7 more) + +### Community 83 - "20260526145407_init/migration.sql" +Cohesion: 0.27 +Nodes (14): "coupons", "health_logs", "order_items", "orders", "pet_medical_conditions", "pets", "product_ingredients", "product_symptoms" (+6 more) + +### Community 84 - "Phase 3.1 — Human Review Preparation and Master Backlog Critique" +Cohesion: 0.13 +Nodes (14): 10. Dependency & Wave Adjustments, 11. Acceptance Criteria Refinements, 12. Business and Product Decision Classification, 13. Final Recommended Backlog Summary, 1. Executive Assessment, 2. Findings That Require No Change, 3. Findings Requiring Task Refinements, 4. Tasks Requiring Splitting (+6 more) + +### Community 85 - "dependencies" +Cohesion: 0.10 +Nodes (21): dependencies, axios, lucide-react, react, react-dom, react-hot-toast, react-router-dom, recharts (+13 more) + +### Community 87 - "SafeImage.tsx" +Cohesion: 0.21 +Nodes (9): SafeImage(), SafeImageProps, DisplayVideoItem, FALLBACK_VIDEOS, TestimonialItem, FALLBACK_VIDEOS, VideosPage(), Video (+1 more) + +### Community 88 - "compilerOptions" +Cohesion: 0.06 +Nodes (32): compilerOptions, allowJs, esModuleInterop, incremental, isolatedModules, jsx, lib, module (+24 more) + +### Community 89 - "scripts" +Cohesion: 0.14 +Nodes (14): scripts, build, docs:generate, format, lint, start, start:debug, start:dev (+6 more) + +### Community 90 - "AdminService" +Cohesion: 0.18 +Nodes (4): Delete, Param, AdminService, Injectable + +### Community 91 - "Deep Audit Summary Report" +Cohesion: 0.14 +Nodes (13): 1. Audit Overview, 2. Findings Metrics, 3. Inspected Scope & Command Log, 4. Key Business & Integration Questions, 5. Audit Limitations & Integrity Confirmation, 6. Exact Next Recommended Phase, Blocked Commands & Reasons, By Confidence (+5 more) + +### Community 92 - "dependencies" +Cohesion: 0.12 +Nodes (17): dependencies, axios, lucide-react, motion, next, react, react-dom, sonner (+9 more) + +### Community 93 - "Operational Rules & Boundaries" +Cohesion: 0.15 +Nodes (12): 1. Stack Detection (Brownfield), 2. Stack Selection (Greenfield), 3. Single Non-Negotiable Stack Choice, 4. Tech Stack Must Be Written to state.json, 5. Directory Layout, 6. OpenAPI / API Contract, 7. Forbidden Actions, Expected JSON Output Schema (+4 more) + +### Community 94 - "jest" +Cohesion: 0.15 +Nodes (13): jest, collectCoverageFrom, coverageDirectory, moduleFileExtensions, rootDir, testEnvironment, testRegex, transform (+5 more) + +### Community 95 - "PetsController" +Cohesion: 0.10 +Nodes (14): PetsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Controller, Delete, Get (+6 more) + +### Community 96 - "Comprehensive Change Log" +Cohesion: 0.15 +Nodes (12): 10. `TASK-VERIFY-001`, 1. `TASK-SEC-001`, 2. `TASK-SEC-002`, 3. `TASK-SEC-003`, 4. `TASK-FIN-001`, 5. `TASK-BUILD-001`, 6. `TASK-AUTH-001`, 7. `TASK-FE-001` (+4 more) + +### Community 97 - "Operational Rules & Boundaries" +Cohesion: 0.17 +Nodes (11): 1. Detect Test Runner from Tech Stack, 2. Execution Output Capture (Mandatory), 3. Acceptance Criteria Verification, 4. Failure Routing Protocol, 5. Success Routing Protocol, 6. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries (+3 more) + +### Community 98 - "BlogsController" +Cohesion: 0.21 +Nodes (9): BlogsController, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param (+1 more) + +### Community 100 - "1. Summary of Integrity Repairs Performed" +Cohesion: 0.17 +Nodes (11): 1.1 Authoritative Source File Inventory Rebuilt, 1.2 Raw Finding Dispositions Reconciled, 1.3 Finding Identifier Normalization, 1.4 Rejected Finding Cleanup, 1. Summary of Integrity Repairs Performed, 2. Final Verified Finding Metrics, 3. Reference and Compiler Integrity Results, 4. Quality Gate Conclusion (+3 more) + +### Community 101 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Detect Tech Stack First (Universal), 2. Explicit Scoring Methodology (Universal), 3. Code Coverage Ratio Rule, 4. Deep Directory Scanning, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 102 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Mark Active Task as Complete, 2. Documentation Updates, 3. Dynamic Routing Protocol (CRITICAL), 4. Backlog Insufficiency Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 103 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Pre-Deployment Checklist, 2. Build Verification, 3. Deployment Strategy (Based on Target), 4. Post-Deployment Health Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 104 - "AppService" +Cohesion: 0.29 +Nodes (5): AppController, Controller, Get, AppService, Injectable + +### Community 105 - "AdminTransactionFilterDto" +Cohesion: 0.25 +Nodes (7): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type + +### Community 106 - "Vazirmatn Changelog" +Cohesion: 0.18 +Nodes (10): 32.0.0, 32.1, 32.101, 32.102, 33.000, 33.001, 33.002, 33.003 (+2 more) + +### Community 107 - "Vazirmatn Font فونت وزیرمتن" +Cohesion: 0.18 +Nodes (10): Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts)), Authors, Build, CDN, Download, Install, License, [npm](https://www.npmjs.com/package/vazirmatn) (+2 more) + +### Community 108 - "Operational Rules & Boundaries" +Cohesion: 0.20 +Nodes (9): 1. Mode & Direction Decision, 2. Brownfield Strategic Evaluation, 3. Risk Assessment, 4. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective (+1 more) + +### Community 109 - "backend/README.md" +Cohesion: 0.20 +Nodes (9): Compile and run the project, Deployment, Description, License, Project setup, Resources, Run tests, Stay in touch (+1 more) + +### Community 110 - "Repository Map" +Cohesion: 0.20 +Nodes (9): 1. Active Customer Storefront: React 19 + Vite Application, 2. Active Backend Service: NestJS Application, 3. Excluded Placeholder / Non-Auditable Directories, Active Applications & Non-Auditable Scopes, Documentation Governance, Important Configuration & Infrastructure Files, Mandatory Global Audit Exclusions, Repository Map (+1 more) + +### Community 111 - "validate_integrity.js" +Cohesion: 0.20 +Nodes (9): dispSum, errors, invalidNewIds, manifest, report, trackedFiles, uninspected, verifiedIndex (+1 more) + +### Community 112 - "admin-panel/package.json" +Cohesion: 0.20 +Nodes (9): name, private, scripts, build, dev, lint, preview, type (+1 more) + +### Community 113 - "Sahel-Font" +Cohesion: 0.20 +Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) + +### Community 114 - "Sahel-Font" +Cohesion: 0.20 +Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) + +### Community 115 - "Role & Core Objective" +Cohesion: 0.22 +Nodes (8): 1. Ask — Don't Assume, 2. Forbidden Actions, Brownfield Detection, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective, Strict Input Specifications (What files to read) + +### Community 116 - "orchestrate.py" +Cohesion: 0.53 +Nodes (8): cmd_next_task(), cmd_progress(), cmd_reset(), cmd_status(), cmd_unblock(), load_json(), main(), save_json() + +### Community 117 - "backend/package.json" +Cohesion: 0.22 +Nodes (8): author, description, license, name, prisma, seed, private, version + +### Community 118 - "graphify reference: extra exports and benchmark" +Cohesion: 0.22 +Nodes (8): graphify reference: extra exports and benchmark, Step 6b - Wiki (only if --wiki flag), Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag), Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag), Step 7b - SVG export (only if --svg flag), Step 7c - GraphML export (only if --graphml flag), Step 7d - MCP server (only if --mcp flag), Step 8 - Token reduction benchmark (only if total_words > 5000) + +### Community 119 - "Phase 2 Final Quality Gate Summary Report" +Cohesion: 0.22 +Nodes (8): 1. Executive Summary, 2. Final Verified Finding Breakdown, 3. Source Coverage & Diagnostic Metrics, 4. Integrity Check & Quality Gate Status, 5. Exact Next Recommended Phase, By Confidence, By Severity, Phase 2 Final Quality Gate Summary Report + +### Community 120 - "Task Modifications Log" +Cohesion: 0.22 +Nodes (8): 1. `TASK-AUTH-001`, 2. `TASK-FIN-001`, 3. `DECISION-002`, 4. `TASK-VERIFY-001`, 5. `TASK-SEC-001` & `TASK-SEC-002`, 6. `TASK-BUILD-001` & Execution Waves, Phase 3.1 — Master Task Backlog Change Log, Task Modifications Log + +### Community 121 - "Install" +Cohesion: 0.22 +Nodes (8): Arch Linux, bower, Install, npm, Shabnam Font, yarn, طریقه استفاده در صفحات وب:, نمونه متن Sample: + +### Community 122 - "ErrorBoundary" +Cohesion: 0.22 +Nodes (3): ErrorBoundary, Props, State + +### Community 123 - "application/package.json" +Cohesion: 0.22 +Nodes (8): name, private, scripts, build, dev, lint, start, version + +### Community 124 - "generate-openapi.js" Cohesion: 0.25 Nodes (6): app_module_1, core_1, fs, path, swagger_1, yaml -### Community 270 - "InitiatePaymentDto" +### Community 125 - "InitiatePaymentDto" Cohesion: 0.43 Nodes (7): InitiatePaymentDto, InitiateWalletTopupDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString -### Community 271 - "SmsLogQueryDto" -Cohesion: 0.25 -Nodes (7): SmsLogQueryDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type +### Community 126 - "SmsLogQueryDto" +Cohesion: 0.17 +Nodes (8): SmsLogQueryDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type, Query -### Community 272 - "CreateHealthLogDto" +### Community 127 - "AuthService" +Cohesion: 0.24 +Nodes (3): AuthService, Injectable, normalizeMobile() + +### Community 128 - "System Discovery" +Cohesion: 0.25 +Nodes (7): Active Core Applications, Current Architecture, Evidence-Based Status Matrix, Excluded / Non-Auditable Artifacts, Major Business Domains Discovered, System Discovery, Technical Architecture Summary + +### Community 129 - "Product Requirement Document (PRD)" +Cohesion: 0.29 +Nodes (6): 1. Executive Vision, 2. Target Audience, 3. Functional Requirements, 4. Non-Functional Requirements (Performance, Security), 5. Epic / Feature Breakdown, Product Requirement Document (PRD) + +### Community 130 - "videos.controller.ts" +Cohesion: 0.20 +Nodes (8): GetVideosQueryDto, ApiPropertyOptional, IsBoolean, IsOptional, Module, VideosModule, VideoQuery, Transform + +### Community 131 - "CreateHealthLogDto" Cohesion: 0.29 Nodes (6): CreateHealthLogDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString -### Community 275 - "CreateReminderDto" +### Community 132 - "CreateReminderDto" Cohesion: 0.29 Nodes (6): CreateReminderDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString -### Community 276 - "Reviews.tsx" -Cohesion: 0.50 -Nodes (4): ProductReview, Reviews(), toPersianDigits(), Reviews +### Community 134 - "Baseline Command Plan & Reconciled Command History" +Cohesion: 0.29 +Nodes (6): Attempted Command Execution Log, Backend `backend/package.json` Scripts, Baseline Command Plan & Reconciled Command History, Package Scripts Safety Analysis, Permitted Safe Checks for Phase 2, Root `package.json` Scripts -### Community 277 - "Tickets.tsx" -Cohesion: 0.40 -Nodes (3): Ticket, TicketMessage, Tickets - -### Community 278 - "Videos.tsx" -Cohesion: 0.50 -Nodes (4): fetchVideosList(), Video, Videos(), Videos - -### Community 288 - "SmsSettingsPage.tsx" +### Community 135 - "SmsSettingsPage.tsx" Cohesion: 0.29 Nodes (5): PatternItem, SmsConfigState, SmsLogItem, SmsLogStats, SmsSettingsPage +### Community 137 - "compilerOptions" +Cohesion: 0.20 +Nodes (9): compilerOptions, esModuleInterop, module, moduleResolution, skipLibCheck, types, include, node (+1 more) + +### Community 138 - "with-vpn.sh" +Cohesion: 0.62 +Nodes (6): cleanup(), log(), with-vpn.sh script, start_vpn(), stop_vpn(), vpn_is_up() + +### Community 139 - "Architecture Specification" +Cohesion: 0.33 +Nodes (5): 1. Single Non-Negotiable Tech Stack, 2. Directory Structure Tree, 3. State Management Strategy, 4. Deployment / Docker Architecture, Architecture Specification + +### Community 140 - "Project Health Audit Report" +Cohesion: 0.33 +Nodes (5): 1. Audit Score Summary, 2. Technical Debt Inventory, 3. Outdated Dependencies List, 4. Security Risks (.env leaks, unprotected ports), Project Health Audit Report + +### Community 141 - "nest-cli.json" +Cohesion: 0.33 +Nodes (5): collection, compilerOptions, deleteOutDir, $schema, sourceRoot + +### Community 142 - "graphify reference: query, path, explain" +Cohesion: 0.33 +Nodes (5): For /graphify explain, For /graphify path, graphify reference: query, path, explain, Step 0 — Constrained query expansion (REQUIRED before traversal), Step 1 — Traversal + +### Community 143 - "Open Questions" +Cohesion: 0.33 +Nodes (5): 1. Storefront Migration Roadmap (`frontend/application`), 2. Payment Gateway Integration Provider, 3. Deployment & CI/CD Pipeline Specifications, 4. SMS / OTP Service Provider, Open Questions + +### Community 144 - "Final Phase 2 Audit Closure Report" +Cohesion: 0.33 +Nodes (5): 1. Executive Summary & Honest Review-Tier Metrics, 2. Reconciled Findings & Canonical Identifier Normalization, 3. Validation & Integrity Verification, 4. Final Quality Gate Conclusion, Final Phase 2 Audit Closure Report + +### Community 145 - "Transactions.tsx" +Cohesion: 0.33 +Nodes (4): GatewayHealth, Stats, Transaction, Transactions + +### Community 146 - "open-browsers.js" +Cohesion: 0.40 +Nodes (5): checkAndOpen(), { exec }, http, openUrl(), URLS + +### Community 147 - "start-dev.js" +Cohesion: 0.33 +Nodes (4): backend, http, { spawn }, waitForBackend() + +### Community 148 - "📝 Active Agent Working Scratchpad" +Cohesion: 0.40 +Nodes (4): 📝 Active Agent Working Scratchpad, 🏗️ Execution Target, Project: Canina Veterinary E-Commerce System, 📋 Requirements & Persona Mandates (Intake & User Request) + +### Community 149 - "🔍 Code Health Audit Review (01_auditor)" +Cohesion: 0.40 +Nodes (4): 🔍 Code Health Audit Review (01_auditor), Executive Summary, Key Findings, Recommendations + +### Community 150 - "paginated-response.schema.ts" +Cohesion: 0.50 +Nodes (3): PaginatedResponse, PaginationMeta, ApiProperty + +### Community 151 - "PetsController" +Cohesion: 0.18 +Nodes (9): PetsController, ApiBadRequestResponse, ApiBearerAuth, ApiCreatedResponse, ApiTags, Controller, UploadedFile, UseGuards (+1 more) + +### Community 152 - "Vazirmatn Font README" +Cohesion: 0.40 +Nodes (5): DejaVu Sans Font, Vazirmatn Authors, SIL Open Font License (OFL), Vazirmatn Font README, Roboto Font + +### Community 153 - "Omitted File Inspection Report" +Cohesion: 0.40 +Nodes (4): Conclusion, Key Domain Findings from Omitted File Audit, Omitted File Inspection Report, Overview of Omitted File Inspections + +### Community 154 - "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report" +Cohesion: 0.40 +Nodes (4): 1. Executive Summary & Architecture Decisions, 2. Updated Task Specifications Overview, 3. Final Readiness Statement, Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report + +### Community 155 - "Phase 3 Audit Traceability Matrix" +Cohesion: 0.40 +Nodes (4): Complete Finding-to-Task Traceability Matrix, Finding Disposition & Accounting Verification, Phase 3 Audit Traceability Matrix, Special Task Traceability (Non-Finding Tasks) + +### Community 156 - "rebuild_honest_ledger.js" +Cohesion: 0.40 +Nodes (4): evidenceList, ledger, mandatoryMap, mandatoryScope + +### Community 157 - "validate_evidence_grade.js" +Cohesion: 0.40 +Nodes (4): activeFiles, errors, validationOutput, warnings + +### Community 158 - "api" +Cohesion: 0.14 +Nodes (12): Layout(), MenuGroup, Sidebar(), SidebarProps, SubMenuItem, SEARCHABLE_PAGES, Topbar(), TopbarProps (+4 more) + +### Community 159 - "Reviews.tsx" +Cohesion: 0.50 +Nodes (4): ProductReview, Reviews(), toPersianDigits(), Reviews + +### Community 160 - "compilerOptions" +Cohesion: 0.20 +Nodes (9): compilerOptions, esModuleInterop, module, moduleResolution, skipLibCheck, types, include, node (+1 more) + +### Community 161 - "blog/[slug]/page.tsx" +Cohesion: 0.60 +Nodes (4): BlogPostPage(), generateMetadata(), getBlog(), revalidate + +### Community 162 - "WikiService" +Cohesion: 0.22 +Nodes (3): Injectable, WikiQuery, WikiService + +### Community 163 - "API Contract Specification" +Cohesion: 0.50 +Nodes (3): 1. OpenAPI 3.0 (Swagger) Specification, 2. Endpoint Definitions & Data Types, API Contract Specification + +### Community 164 - "⚙️ Backend Technical Review (05_dev_backend)" +Cohesion: 0.50 +Nodes (3): Architectural Overview, ⚙️ Backend Technical Review (05_dev_backend), Critical Review Findings & Required Enhancements + +### Community 165 - "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)" +Cohesion: 0.50 +Nodes (3): Architectural Overview, Critical Review Findings & Required Enhancements, 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) + +### Community 166 - "🚀 SEO & Content Strategy Review (12_seo_content)" +Cohesion: 0.50 +Nodes (3): Overview & Content Foundation, SEO & Content Requirements, 🚀 SEO & Content Strategy Review (12_seo_content) + +### Community 174 - "graphify reference: add a URL and watch a folder" +Cohesion: 0.50 +Nodes (3): For /graphify add, For --watch, graphify reference: add a URL and watch a folder + +### Community 175 - "graphify reference: commit hook and native CLAUDE.md integration" +Cohesion: 0.50 +Nodes (3): For git commit hook, For native CLAUDE.md integration, graphify reference: commit hook and native CLAUDE.md integration + +### Community 176 - "graphify reference: incremental update and cluster-only" +Cohesion: 0.50 +Nodes (3): For --cluster-only, For --update (incremental re-extraction), graphify reference: incremental update and cluster-only + +### Community 177 - "Raw Finding Verification & Disposition Report" +Cohesion: 0.50 +Nodes (3): 1. Executive Summary & Verification Reconciliation Table, 2. Newly Discovered & Split Findings (Canonical IDs), Raw Finding Verification & Disposition Report + +### Community 178 - "React + TypeScript + Vite" +Cohesion: 0.50 +Nodes (3): Expanding the ESLint configuration, React Compiler, React + TypeScript + Vite + +### Community 179 - "Select.tsx" +Cohesion: 0.50 +Nodes (3): Select, SelectOption, SelectProps + +### Community 180 - "wiki/[slug]/page.tsx" +Cohesion: 0.83 +Nodes (3): generateMetadata(), getWikiTerm(), WikiTermPage() + +### Community 181 - "application/README.md" +Cohesion: 0.50 +Nodes (3): Deploy on Vercel, Getting Started, Learn More + +### Community 183 - "deploy.sh" +Cohesion: 0.50 +Nodes (3): COMPOSE_DOCKER_CLI_BUILD, DOCKER_BUILDKIT, deploy.sh script + +### Community 195 - "Master Task Backlog (Phase 3.3)" +Cohesion: 0.67 +Nodes (3): ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management, Master Task Backlog (Phase 3.3), Phase 3 Master Execution Plan + +### Community 214 - "Shabnam Font README" +Cohesion: 0.67 +Nodes (3): Shabnam Font README, Shabnam Font Sample, Vazir Font + +### Community 258 - "ApiOperation" +Cohesion: 0.15 +Nodes (8): ApiOperation, ApiQuery, Get, Query, AdminQueryDto, ApiPropertyOptional, IsOptional, IsString + +### Community 264 - "Roles" +Cohesion: 0.26 +Nodes (13): Roles(), SettingsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete (+5 more) + ## Knowledge Gaps -- **1208 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1203 more) +- **1231 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1226 more) These have ≤1 connection - possible missing edges or undocumented components. -- **95 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. +- **101 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. ## Suggested Questions _Questions this graph is uniquely positioned to answer:_ -- **Why does `Roles()` connect `Roles` to `JwtAuthGuard`, `CmsController`, `ContactService`, `WholesaleApplyDto`, `ProductsService`, `tickets.controller.ts`, `Testimonials Management Controller`, `B2BService`, `PaymentController`, `Ingredient Management Controller`, `SslController`, `Prescription Review Controller`, `Smart Advisor Controller`, `CreateReviewDto`, `BannersService`?** - _High betweenness centrality (0.044) - this node is a cross-community bridge._ -- **Why does `ApiResponse` connect `src/services/api.ts` to `UsersService`, `OrdersService`, `admin.ts`, `AuthController`, `PetsController`, `WikiController`, `ProductsService`, `Home Data Module`, `BlogsController`?** - _High betweenness centrality (0.039) - this node is a cross-community bridge._ -- **Why does `PrismaService` connect `PrismaService` to `AdminService`, `pets/pets.controller.ts`, `JwtAuthGuard`, `UsersService`, `CmsController`, `SmsService`, `app.module.ts`, `CreateVideoDto`, `ContactService`, `PetsService`, `SettingsService`, `ProductsService`, `tickets.controller.ts`, `MetricsController`, `B2BService`, `CategoriesController`, `RedisService`, `Ingredient Management Controller`, `admin.module.ts`, `Prescription Review Controller`, `Smart Advisor Controller`, `Testimonials Management Controller`, `ZibalService`, `WholesaleApplyDto`, `seo.module.ts`, `PaginationDto`, `Home Data Module`, `auth.service.ts`, `PetsController`, `CreateReviewDto`, `BannersService`, `OrdersService`, `zibal.service.ts`, `BlogsService`?** - _High betweenness centrality (0.026) - this node is a cross-community bridge._ +- **Why does `Roles()` connect `Roles` to `PaymentController`, `B2BService`, `reviews.controller.ts`, `CmsController`, `tickets.controller.ts`, `SslController`, `BannersService`, `IngredientsService`, `ProductsService`, `CreateReviewDto`, `SmartAdvisorService`, `TestimonialsService`, `JwtAuthGuard`, `ContactService`, `WholesaleApplyDto`, `PrescriptionsService`, `SmsLogQueryDto`?** + _High betweenness centrality (0.051) - this node is a cross-community bridge._ +- **Why does `ApiResponse` connect `src/services/api.ts` to `BlogsController`, `UsersService`, `auth.service.ts`, `OrdersService`, `HomeController`, `ProductsService`, `PaginationDto`, `PetsController`?** + _High betweenness centrality (0.037) - this node is a cross-community bridge._ +- **Why does `JwtAuthGuard` connect `JwtAuthGuard` to `WikiService`, `pets/pets.controller.ts`, `admin.module.ts`, `auth.service.ts`, `admin.service.ts`, `reviews.controller.ts`, `CmsController`, `tickets.controller.ts`, `UsersService`, `videos.controller.ts`, `ProductsService`, `PaginationDto`, `PetsController`?** + _High betweenness centrality (0.023) - this node is a cross-community bridge._ - **What connects `$schema`, `collection`, `sourceRoot` to the rest of the system?** - _1208 weakly-connected nodes found - possible documentation gaps or missing edges._ -- **Should `AdminService` be split into smaller, more focused modules?** - _Cohesion score 0.05396825396825397 - nodes in this community are weakly interconnected._ + _1231 weakly-connected nodes found - possible documentation gaps or missing edges._ +- **Should `SettingsService` be split into smaller, more focused modules?** + _Cohesion score 0.10153846153846154 - nodes in this community are weakly interconnected._ +- **Should `AdminController` be split into smaller, more focused modules?** + _Cohesion score 0.11965811965811966 - nodes in this community are weakly interconnected._ - **Should `UsersService` be split into smaller, more focused modules?** - _Cohesion score 0.05547785547785548 - nodes in this community are weakly interconnected._ -- **Should `CmsController` be split into smaller, more focused modules?** - _Cohesion score 0.08441558441558442 - nodes in this community are weakly interconnected._ \ No newline at end of file + _Cohesion score 0.05438184663536776 - nodes in this community are weakly interconnected._ \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.9.44/bbcf546782eef354f807268a7c3e28cfb179bb29352c23d9f2e86e8e45d6f685.json b/graphify-out/cache/ast/v0.9.44/bbcf546782eef354f807268a7c3e28cfb179bb29352c23d9f2e86e8e45d6f685.json new file mode 100644 index 0000000..35f7ecf --- /dev/null +++ b/graphify-out/cache/ast/v0.9.44/bbcf546782eef354f807268a7c3e28cfb179bb29352c23d9f2e86e8e45d6f685.json @@ -0,0 +1 @@ +{"nodes": [{"id": "$graphify-root$_scripts_deploy_sh", "label": "deploy.sh", "file_type": "code", "source_file": "scripts/deploy.sh", "source_location": "L1", "metadata": {"language": "bash", "kind": "file"}}, {"id": "$graphify-root$_scripts_deploy_sh__entry", "label": "deploy.sh script", "file_type": "code", "source_file": "scripts/deploy.sh", "source_location": "L1", "metadata": {"language": "bash", "kind": "bash_entrypoint"}}, {"id": "$graphify-root$_scripts_deploy_docker_buildkit", "label": "DOCKER_BUILDKIT", "file_type": "code", "source_file": "scripts/deploy.sh", "source_location": "L4", "metadata": {"language": "bash", "kind": "code"}}, {"id": "$graphify-root$_scripts_deploy_compose_docker_cli_build", "label": "COMPOSE_DOCKER_CLI_BUILD", "file_type": "code", "source_file": "scripts/deploy.sh", "source_location": "L5", "metadata": {"language": "bash", "kind": "code"}}], "edges": [{"source": "$graphify-root$_scripts_deploy_sh", "target": "$graphify-root$_scripts_deploy_sh__entry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "scripts/deploy.sh", "source_location": "L1", "weight": 1.0}, {"source": "$graphify-root$_scripts_deploy_sh", "target": "$graphify-root$_scripts_deploy_docker_buildkit", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/deploy.sh", "source_location": "L4", "weight": 1.0}, {"source": "$graphify-root$_scripts_deploy_sh", "target": "$graphify-root$_scripts_deploy_compose_docker_cli_build", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/deploy.sh", "source_location": "L5", "weight": 1.0}], "raw_calls": [{"language": "bash", "callee": "set", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L2"}, {"language": "bash", "callee": "docker", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L8"}, {"language": "bash", "callee": "true", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L8"}, {"language": "bash", "callee": "echo", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L18"}, {"language": "bash", "callee": "mkdir", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L38"}, {"language": "bash", "callee": "git", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L42"}, {"language": "bash", "callee": "cd", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L45"}, {"language": "bash", "callee": "cp", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L55"}, {"language": "bash", "callee": "sed", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L56"}, {"language": "bash", "callee": "sleep", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L76"}], "bash_sources": []} \ No newline at end of file diff --git a/graphify-out/cache/stat-index.json b/graphify-out/cache/stat-index.json index 306e51f..cab0d68 100644 --- a/graphify-out/cache/stat-index.json +++ b/graphify-out/cache/stat-index.json @@ -1 +1 @@ -{".ai_agency/AGENCY.md":{"size":8757,"mtime_ns":1785148021979607300,"indexed_at_ns":1786863693890454700,"word_count":1161,"hashes":{".ai_agency/agency.md":"88c7c13583a91fc7e41ce055fede9dce20f181e8d264557808989965e83a9030"}},".ai_agency/agents/00_intake.md":{"size":3819,"mtime_ns":1785148021984319000,"indexed_at_ns":1786863693892455200,"word_count":500,"hashes":{".ai_agency/agents/00_intake.md":"9dc8d7eeda0655717dc5b9d2f8572c47567b88ca88de7e4e5bf59869077ff407"}},".ai_agency/agents/01_auditor.md":{"size":3643,"mtime_ns":1785148021987782800,"indexed_at_ns":1786863693894964400,"word_count":467,"hashes":{".ai_agency/agents/01_auditor.md":"37ae09614034d9b5c855e0132b59a5e3cfd2fc38c54d1a5386fa43ba488c4d4d"}},".ai_agency/agents/02_ceo.md":{"size":2341,"mtime_ns":1785148021998374800,"indexed_at_ns":1786863693896964700,"word_count":294,"hashes":{".ai_agency/agents/02_ceo.md":"b4a76df6483fd52e1b9f1e70765b3f7b6d134dc003ef2ad0cb86b952c869c4a5"}},".ai_agency/agents/03_product_manager.md":{"size":8422,"mtime_ns":1785148022001968200,"indexed_at_ns":1786863693898470300,"word_count":1076,"hashes":{".ai_agency/agents/03_product_manager.md":"1927827474b1dd6fd4976af45b51f1ad3128fe3305c3af22639ab2584e8f0b55"}},".ai_agency/agents/04_architect.md":{"size":3603,"mtime_ns":1785148022004966000,"indexed_at_ns":1786863693899999300,"word_count":448,"hashes":{".ai_agency/agents/04_architect.md":"c96b04d5af093f455fa3c64ae177a69421e8150eb38c70bb8587b5a14e7d3ca8"}},".ai_agency/agents/05_dev_backend.md":{"size":7142,"mtime_ns":1785148022012481200,"indexed_at_ns":1786863693901997700,"word_count":953,"hashes":{".ai_agency/agents/05_dev_backend.md":"143a7c8a6fbedcd837d647efddb9f6b49074583502bd77f24c955bd86a6f3df8"}},".ai_agency/agents/06_dev_frontend.md":{"size":7518,"mtime_ns":1785148022017020100,"indexed_at_ns":1786863693902997800,"word_count":1011,"hashes":{".ai_agency/agents/06_dev_frontend.md":"e69679636d42dd626c7c76ddc96e1ddb656ab5b9ee912b89adcc7a9338f34a0b"}},".ai_agency/agents/07_qa_engineer.md":{"size":3764,"mtime_ns":1785148022020044600,"indexed_at_ns":1786863693905070800,"word_count":507,"hashes":{".ai_agency/agents/07_qa_engineer.md":"2616ef2b3ac39ded45fc669d5b5b140e72953fe61a819966fb040382e9b47d45"}},".ai_agency/agents/08_visual_qa.md":{"size":7910,"mtime_ns":1785148022030083200,"indexed_at_ns":1786863693907111900,"word_count":1121,"hashes":{".ai_agency/agents/08_visual_qa.md":"17a5a74039e8a9d7cb40c5bc3c616c7c92d53401efd92d0675d4bbe5e90572a8"}},".ai_agency/agents/09_devops_security.md":{"size":6825,"mtime_ns":1785148022034087400,"indexed_at_ns":1786863693908113400,"word_count":908,"hashes":{".ai_agency/agents/09_devops_security.md":"315bd3cee954ac3496da8db1b1718b75ab3822ec3a90f99bc77767ca99482edf"}},".ai_agency/agents/10_tech_writer.md":{"size":3119,"mtime_ns":1785148022037082600,"indexed_at_ns":1786863693910113400,"word_count":408,"hashes":{".ai_agency/agents/10_tech_writer.md":"3527b44265fec2472cc20ca4641667e1fa3d38cbc9b2fbf9a946ee1e531e9e37"}},".ai_agency/agents/11_deploy.md":{"size":3956,"mtime_ns":1785148022040602600,"indexed_at_ns":1786863693912113300,"word_count":537,"hashes":{".ai_agency/agents/11_deploy.md":"8169bc98b249cd83ba21551dea082f69dfa6deca5f5e4a7f2739a28746c143f9"}},".ai_agency/agents/12_seo_content.md":{"size":10963,"mtime_ns":1785148022048603900,"indexed_at_ns":1786863693913112900,"word_count":1539,"hashes":{".ai_agency/agents/12_seo_content.md":"2f50eb9db8bf1ad7bc23c7d8c3a4f167a2daafb73f095db9237c5bdb20e7a5f4"}},".ai_agency/memory/agent_outputs/README.txt":{"size":290,"mtime_ns":1785148022052150400,"indexed_at_ns":1786863693914617900,"word_count":34,"hashes":{".ai_agency/memory/agent_outputs/readme.txt":"49b19b781e865081a74a0a87282e6c266e373f443a79e0758ef60a6e644c6e04"}},".ai_agency/memory/backlog.json":{"size":10711,"mtime_ns":1785330750958890900,"indexed_at_ns":1786863680433252400,"word_count":981,"hashes":{".ai_agency/memory/backlog.json":"6bf3150a1877d03d03b368df21b84071381b1bb8cd03e3721fa9f8e6c38355be"}},".ai_agency/memory/scratchpad.md":{"size":1879,"mtime_ns":1785148022065114400,"indexed_at_ns":1786863693916623700,"word_count":249,"hashes":{".ai_agency/memory/scratchpad.md":"9d0f687cf8e95c6335f1efb070da8029878417c28117e3b89aa8536ad70a5b95"}},".ai_agency/memory/state.json":{"size":3654,"mtime_ns":1785330750963913800,"indexed_at_ns":1786863680437228800,"word_count":254,"hashes":{".ai_agency/memory/state.json":"1204676f8f295d89733888bb87936061b7a700df0cc936fbf08fd5269b534e8d"}},".ai_agency/orchestrate.py":{"size":6800,"mtime_ns":1785148022072662500,"indexed_at_ns":1786863680437736800,"word_count":644,"hashes":{".ai_agency/orchestrate.py":"90ec787fdd4c71f5203c56b6899aadcc26e6e0bad0cc576d2f982aa42eed42e1"}},".ai_agency/specs/api_contract.md":{"size":1515,"mtime_ns":1785148022077664900,"indexed_at_ns":1786863693918623100,"word_count":139,"hashes":{".ai_agency/specs/api_contract.md":"ea0911b6a5ad6a908ab707f7553f5f24712c1e198fd79255fa85e3249150e8b4"}},".ai_agency/specs/architecture_spec.md":{"size":790,"mtime_ns":1785148022082260900,"indexed_at_ns":1786863693919623000,"word_count":99,"hashes":{".ai_agency/specs/architecture_spec.md":"6269043f6a144e8ac86ff1db7e014075185e5675a4a0ee23e99e70d88253b8af"}},".ai_agency/specs/prd.md":{"size":724,"mtime_ns":1785148022087251600,"indexed_at_ns":1786863693921188600,"word_count":96,"hashes":{".ai_agency/specs/prd.md":"1c6d5a0ec8a709a2b3aed28225f5fe148ad2d75851d45699187678d055947b11"}},".ai_agency/specs/project_health.md":{"size":444,"mtime_ns":1785148022098314600,"indexed_at_ns":1786863693923194300,"word_count":65,"hashes":{".ai_agency/specs/project_health.md":"677c2f1d35c31d75d935766f154683e0483b08c696117ee612bee1528705c598"}},".ai_agency/specs/reviews/README.md":{"size":1029,"mtime_ns":1785148022105834900,"indexed_at_ns":1786863693924698200,"word_count":117,"hashes":{".ai_agency/specs/reviews/readme.md":"8ceb4cae1ad4c0f660557d827ced970cda8f7d020f8124b624b228174b1b65ab"}},".ai_agency/specs/reviews/backend_review.md":{"size":1430,"mtime_ns":1785148022110362400,"indexed_at_ns":1786863693926808400,"word_count":172,"hashes":{".ai_agency/specs/reviews/backend_review.md":"fca1f8d59c2eab255f7aba246b26731fe53f208e737ccf46035389591900a150"}},".ai_agency/specs/reviews/code_health_review.md":{"size":2193,"mtime_ns":1785148022114359700,"indexed_at_ns":1786863693927808600,"word_count":279,"hashes":{".ai_agency/specs/reviews/code_health_review.md":"532e04465e125183d6dd8f8af61bfc8735a514b3fbbc49069f5f0884155ed93f"}},".ai_agency/specs/reviews/frontend_review.md":{"size":1452,"mtime_ns":1785148022118486900,"indexed_at_ns":1786863693929808600,"word_count":183,"hashes":{".ai_agency/specs/reviews/frontend_review.md":"9f826c0267cad8bd5d342b1f908c927976d9be7da3f75b175331381ef8c8b680"}},".ai_agency/specs/reviews/security_review.md":{"size":874,"mtime_ns":1785148022121487200,"indexed_at_ns":1786863693931808300,"word_count":110,"hashes":{".ai_agency/specs/reviews/security_review.md":"51363e62e919d6772c2b3b9a1a3f3870a5892dae6d408217ed3fb475f72d3f0b"}},".ai_agency/specs/reviews/seo_content_review.md":{"size":1238,"mtime_ns":1785148022131533800,"indexed_at_ns":1786863693932808200,"word_count":156,"hashes":{".ai_agency/specs/reviews/seo_content_review.md":"bc8401649a86585b4061b3ec0f584910c54aad25bc9943392179bc070c07a434"}},".ai_agency/specs/reviews/ux_review.md":{"size":1131,"mtime_ns":1785148022136550700,"indexed_at_ns":1786863693934808700,"word_count":150,"hashes":{".ai_agency/specs/reviews/ux_review.md":"b8a52f324e36fcc2d046cc903a05903057098a67a397ae6442d6c825091f4513"}},".claude/CLAUDE.md":{"size":226,"mtime_ns":1786870552838920200,"indexed_at_ns":1786877281839080500,"word_count":29,"hashes":{".claude/claude.md":"c6f7fc2f062904d246b700d446ba3ad03e77f41809b12eccfb5e090a11f4fad2"}},".claude/settings.json":{"size":479,"mtime_ns":1786870552841922800,"indexed_at_ns":1786877281619276700,"word_count":38,"hashes":{".claude/settings.json":"0aaafba2cbd7dd67f7d69fa2f01b747c9a72f56ee421a40825521f937caec82b"}},".claude/skills/graphify/SKILL.md":{"size":43292,"mtime_ns":1786870552845041000,"indexed_at_ns":1786877281840080600,"word_count":5442,"hashes":{".claude/skills/graphify/skill.md":"5b24d39cbbb662ea1cd672839f64b50823e1b7de9b113f542248eac38c70cdf1"}},".claude/skills/graphify/references/add-watch.md":{"size":2486,"mtime_ns":1786870552848102000,"indexed_at_ns":1786877281845602600,"word_count":366,"hashes":{".claude/skills/graphify/references/add-watch.md":"cb5e2f3284265c08c88c08f445b96958b13a9115c0afc0a33206c293d1b1c187"}},".claude/skills/graphify/references/exports.md":{"size":3362,"mtime_ns":1786870552849102100,"indexed_at_ns":1786877281848603000,"word_count":470,"hashes":{".claude/skills/graphify/references/exports.md":"7aa8b606e5c19334b6c9fe62a12fc30eb46c0320d1dbb5726cfda0becdd04a5a"}},".claude/skills/graphify/references/extraction-spec.md":{"size":7960,"mtime_ns":1786870552850101900,"indexed_at_ns":1786877281853109000,"word_count":1038,"hashes":{".claude/skills/graphify/references/extraction-spec.md":"9cf5d515d0d8584aeef36708df34f560078772a568ed599cac5ba20b089e563d"}},".claude/skills/graphify/references/github-and-merge.md":{"size":2177,"mtime_ns":1786870552853101000,"indexed_at_ns":1786877281857115900,"word_count":271,"hashes":{".claude/skills/graphify/references/github-and-merge.md":"609de4b1331ddb2f8c80e97aac0a5de782a373d6f5af858e10a731c20b35c0e2"}},".claude/skills/graphify/references/hooks.md":{"size":1267,"mtime_ns":1786870552855098700,"indexed_at_ns":1786877281861116300,"word_count":193,"hashes":{".claude/skills/graphify/references/hooks.md":"7c7827f2f29d6e2cb6cc6902558dac08380f60c414b4968f83e1bc4e61b3e268"}},".claude/skills/graphify/references/query.md":{"size":13456,"mtime_ns":1786870552857702900,"indexed_at_ns":1786877281864628400,"word_count":1763,"hashes":{".claude/skills/graphify/references/query.md":"54526cc3e2392922d344f14767f09037ef85fb7ec5cc7911b749b35bcb004fbf"}},".claude/skills/graphify/references/transcribe.md":{"size":3173,"mtime_ns":1786870552858710700,"indexed_at_ns":1786877281868248500,"word_count":418,"hashes":{".claude/skills/graphify/references/transcribe.md":"1d5afbaccf36e952e71082591edfc9e4fbd9946eb85b01855a1d0bd810b7623d"}},".claude/skills/graphify/references/update.md":{"size":10425,"mtime_ns":1786870552860709800,"indexed_at_ns":1786877281872254900,"word_count":1196,"hashes":{".claude/skills/graphify/references/update.md":"0249cd6ceae6effdfc7371b51d00c462f51d95700101dcedd36255bab1b4ce7a"}},".gitea/scripts/with-vpn.sh":{"size":1794,"mtime_ns":1786799852126316200,"indexed_at_ns":1786863680441317700,"word_count":208,"hashes":{".gitea/scripts/with-vpn.sh":"9ec013d142e3cf5d7e5f09778fcb06b4b8ea7b394688f9f40b5e74298c76bcf0"}},".gitea/workflows/deploy.yml":{"size":705,"mtime_ns":1786799852129314900,"indexed_at_ns":1786863693953204100,"word_count":66,"hashes":{".gitea/workflows/deploy.yml":"16db5d3c44a232a7d06f48cd831f0029888fe09d01e077f8baa6179418de97c9"}},"BACKEND_INTEGRATION.md":{"size":15568,"mtime_ns":1786885876768825200,"indexed_at_ns":1786946194589947100,"word_count":1521,"hashes":{"backend_integration.md":"e2c5f48210f3f73ee2e2cbf9ac4bc2c487139573cbdc21a6c67cd13b2e8bd099"}},"CLAUDE.md":{"size":772,"mtime_ns":1786870552863710100,"indexed_at_ns":1786877281878765800,"word_count":106,"hashes":{"claude.md":"3612256e7473a2e5f67ef4778d4edeefb44794ef22bac5529bee9c87dc5d8f3d"}},"DATABASE_SCHEMA.md":{"size":15399,"mtime_ns":1786885876771342200,"indexed_at_ns":1786946194590946100,"word_count":1566,"hashes":{"database_schema.md":"60b4b0f4fd1468ab0eb26e4313c138c480f6f280b5c96ff4c0ee89f43ec531b8"}},"README.md":{"size":13117,"mtime_ns":1786885876775371800,"indexed_at_ns":1786946194591944700,"word_count":1310,"hashes":{"readme.md":"f6f40be609ed2adbc246437841b7b90d5506064a7f7a6babbf8195efdad3597d"}},"backend/README.md":{"size":5028,"mtime_ns":1783764561601382400,"indexed_at_ns":1786863693961627700,"word_count":472,"hashes":{"backend/readme.md":"c3edfd26252566ef2ddee12c91a874b59e03a1656894d3db25209a0e4031010a"}},"backend/eslint.config.mjs":{"size":1301,"mtime_ns":1786799852134389200,"indexed_at_ns":1786863534431014600,"word_count":86},"backend/nest-cli.json":{"size":171,"mtime_ns":1783764561602717300,"indexed_at_ns":1786863680442315200,"word_count":13,"hashes":{"backend/nest-cli.json":"bc5d809c5959501544235473a6c264c5f3ab1100522e852d0a06034f5f00cd6f"}},"backend/package.json":{"size":2799,"mtime_ns":1786799852141904400,"indexed_at_ns":1786863680444315800,"word_count":208,"hashes":{"backend/package.json":"21912a365ea8843084de1956d6e2b9648f640d87071d5fc5eff61c80a61232c0"}},"backend/prisma/migrations/20260526145407_init/migration.sql":{"size":8963,"mtime_ns":1783764561612007600,"indexed_at_ns":1786863680445315600,"word_count":936,"hashes":{"backend/prisma/migrations/20260526145407_init/migration.sql":"d6cc5e861e43bf82dcffe1ad7121fcbe9f74db7901cf204b5058da3132d3c1d2"}},"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":{"size":404,"mtime_ns":1783764561613425800,"indexed_at_ns":1786863680446319100,"word_count":48,"hashes":{"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":"c564f4aba35d32a733a5837c33664c68c8912277ad9645310f7e8116fbcba741"}},"backend/prisma/scientificTerms.ts":{"size":24298,"mtime_ns":1785325924634812500,"indexed_at_ns":1786863534471369900,"word_count":2294},"backend/prisma/seed-blogs.ts":{"size":6950,"mtime_ns":1786885876777374000,"indexed_at_ns":1786946085670717300,"word_count":620},"backend/prisma/seed-custom.ts":{"size":3836,"mtime_ns":1786799852144902000,"indexed_at_ns":1786863534484541000,"word_count":371},"backend/prisma/seed-home.ts":{"size":3870,"mtime_ns":1786885876779371100,"indexed_at_ns":1786946085682250800,"word_count":374},"backend/prisma/seed-products-data.json":{"size":59220,"mtime_ns":1786885876782371300,"indexed_at_ns":1786946139466262600,"word_count":5730,"hashes":{"backend/prisma/seed-products-data.json":"9d1262f8264478eb43ec48f073f817d46fc193d666cd9364f3bb95c1629f25c7"}},"backend/prisma/seed-products.ts":{"size":28274,"mtime_ns":1786885876784888200,"indexed_at_ns":1786946085695895900,"word_count":2063},"backend/prisma/seed-ui-texts.ts":{"size":9197,"mtime_ns":1786885876787888600,"indexed_at_ns":1786946085704003400,"word_count":755},"backend/prisma/seed-wiki.ts":{"size":24019,"mtime_ns":1786961195297596000,"indexed_at_ns":1786961213057541000,"word_count":2292},"backend/prisma/seed.ts":{"size":30492,"mtime_ns":1786961195299227200,"indexed_at_ns":1786961213063052900,"word_count":2636},"backend/prisma/tsconfig.seed.json":{"size":194,"mtime_ns":1786955870751259200,"indexed_at_ns":1786958888361637000,"word_count":17},"backend/scripts/generate-openapi.ts":{"size":1385,"mtime_ns":1786799852156390500,"indexed_at_ns":1786863534537298000,"word_count":128},"backend/src/admin/admin.controller.spec.ts":{"size":593,"mtime_ns":1786799852157399700,"indexed_at_ns":1786863534543362400,"word_count":59},"backend/src/admin/admin.controller.ts":{"size":8973,"mtime_ns":1786883225782338500,"indexed_at_ns":1786946085760003300,"word_count":893},"backend/src/admin/admin.module.ts":{"size":1420,"mtime_ns":1786877667005008400,"indexed_at_ns":1786946085768035200,"word_count":145},"backend/src/admin/admin.service.spec.ts":{"size":682,"mtime_ns":1786799852162911100,"indexed_at_ns":1786863534564065100,"word_count":72},"backend/src/admin/admin.service.ts":{"size":23034,"mtime_ns":1786948119764671900,"indexed_at_ns":1786954585203157600,"word_count":2384},"backend/src/admin/blogs.controller.ts":{"size":1840,"mtime_ns":1786799852170191700,"indexed_at_ns":1786863534578222000,"word_count":190},"backend/src/admin/blogs.service.ts":{"size":1810,"mtime_ns":1786799852171191000,"indexed_at_ns":1786863534584725500,"word_count":221},"backend/src/admin/categories.controller.ts":{"size":2187,"mtime_ns":1786799852174192500,"indexed_at_ns":1786863534590311100,"word_count":204},"backend/src/admin/categories.service.ts":{"size":2005,"mtime_ns":1786799852175194300,"indexed_at_ns":1786863534595817200,"word_count":223},"backend/src/admin/dto/admin-query.dto.ts":{"size":634,"mtime_ns":1786799852178706400,"indexed_at_ns":1786863534603325400,"word_count":60},"backend/src/admin/media.controller.ts":{"size":2339,"mtime_ns":1786876983648866300,"indexed_at_ns":1786877270905179000,"word_count":226},"backend/src/admin/media.service.ts":{"size":2713,"mtime_ns":1786876983651534500,"indexed_at_ns":1786877270914160400,"word_count":283},"backend/src/admin/pets.controller.ts":{"size":1195,"mtime_ns":1786799852186217200,"indexed_at_ns":1786863534621612800,"word_count":117},"backend/src/admin/pets.service.ts":{"size":1731,"mtime_ns":1786954681814243000,"indexed_at_ns":1786955470006205300,"word_count":193},"backend/src/admin/reports.controller.ts":{"size":664,"mtime_ns":1783764561642147000,"indexed_at_ns":1786863534634255100,"word_count":66},"backend/src/admin/reports.service.ts":{"size":3399,"mtime_ns":1786799852189730800,"indexed_at_ns":1786863534640768500,"word_count":388},"backend/src/admin/wiki.controller.ts":{"size":1814,"mtime_ns":1786799852191732300,"indexed_at_ns":1786863534647913700,"word_count":179},"backend/src/admin/wiki.service.ts":{"size":1767,"mtime_ns":1786799852193324200,"indexed_at_ns":1786863534654035100,"word_count":195},"backend/src/app.controller.spec.ts":{"size":617,"mtime_ns":1783764561644839700,"indexed_at_ns":1786863534660738600,"word_count":61},"backend/src/app.controller.ts":{"size":274,"mtime_ns":1783764561645849100,"indexed_at_ns":1786863534667244700,"word_count":31},"backend/src/app.module.ts":{"size":3745,"mtime_ns":1786944769506166500,"indexed_at_ns":1786946085898538900,"word_count":354},"backend/src/app.service.ts":{"size":142,"mtime_ns":1783764561648840500,"indexed_at_ns":1786863534680950600,"word_count":19},"backend/src/auth/auth.controller.spec.ts":{"size":1528,"mtime_ns":1785327951179468000,"indexed_at_ns":1786863534687029500,"word_count":149},"backend/src/auth/auth.controller.ts":{"size":4116,"mtime_ns":1786883225788847000,"indexed_at_ns":1786946085924796800,"word_count":384},"backend/src/auth/auth.module.ts":{"size":725,"mtime_ns":1786883225790847200,"indexed_at_ns":1786946085938388700,"word_count":80},"backend/src/auth/auth.service.spec.ts":{"size":4264,"mtime_ns":1786799852201843300,"indexed_at_ns":1786863534705627700,"word_count":379},"backend/src/auth/auth.service.ts":{"size":9662,"mtime_ns":1786895436208539300,"indexed_at_ns":1786946085966787500,"word_count":934},"backend/src/auth/dto/admin-login.dto.ts":{"size":772,"mtime_ns":1786799852205357700,"indexed_at_ns":1786863534720212600,"word_count":82},"backend/src/auth/dto/login.dto.ts":{"size":587,"mtime_ns":1783764561659109000,"indexed_at_ns":1786863534727735200,"word_count":63},"backend/src/auth/dto/register.dto.ts":{"size":1197,"mtime_ns":1785327951186476900,"indexed_at_ns":1786863534732751200,"word_count":115},"backend/src/auth/dto/send-otp.dto.ts":{"size":374,"mtime_ns":1783764561661106500,"indexed_at_ns":1786863534739271500,"word_count":39},"backend/src/auth/dto/verify-otp.dto.ts":{"size":594,"mtime_ns":1783764561662112100,"indexed_at_ns":1786863534745843500,"word_count":64},"backend/src/auth/jwt-auth.guard.ts":{"size":494,"mtime_ns":1786799852205862700,"indexed_at_ns":1786863534751350400,"word_count":58},"backend/src/auth/jwt.strategy.ts":{"size":1122,"mtime_ns":1786883225794343300,"indexed_at_ns":1786946086014858100,"word_count":116},"backend/src/auth/roles.decorator.ts":{"size":54,"mtime_ns":1786799852208379600,"indexed_at_ns":1786863534764578800,"word_count":4},"backend/src/auth/roles.guard.ts":{"size":46,"mtime_ns":1786799852209003400,"indexed_at_ns":1786863534770087500,"word_count":4},"backend/src/b2b/b2b.controller.ts":{"size":2684,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534777707900,"word_count":246},"backend/src/b2b/b2b.module.ts":{"size":342,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534783641300,"word_count":38},"backend/src/b2b/b2b.service.ts":{"size":2379,"mtime_ns":1786799852214009300,"indexed_at_ns":1786863534792157000,"word_count":243},"backend/src/banners/banners.controller.ts":{"size":1923,"mtime_ns":1786799852215010200,"indexed_at_ns":1786863534797707700,"word_count":169},"backend/src/banners/banners.module.ts":{"size":374,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534807022900,"word_count":38},"backend/src/banners/banners.service.ts":{"size":1394,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534813112700,"word_count":160},"backend/src/blogs/blogs.controller.ts":{"size":1197,"mtime_ns":1786799852218009900,"indexed_at_ns":1786863534819206600,"word_count":108},"backend/src/blogs/blogs.module.ts":{"size":248,"mtime_ns":1783764561665678100,"indexed_at_ns":1786863534825741600,"word_count":28},"backend/src/blogs/blogs.service.ts":{"size":1674,"mtime_ns":1786799852219010000,"indexed_at_ns":1786863534831743000,"word_count":191},"backend/src/blogs/dto/create-blog.dto.ts":{"size":30,"mtime_ns":1783764561671557000,"indexed_at_ns":1786863534838708700,"word_count":4},"backend/src/blogs/dto/update-blog.dto.ts":{"size":164,"mtime_ns":1783764561673712400,"indexed_at_ns":1786863534844735300,"word_count":18},"backend/src/blogs/entities/blog.entity.ts":{"size":21,"mtime_ns":1783764561675101100,"indexed_at_ns":1786863534850735400,"word_count":4},"backend/src/cms/cms.controller.ts":{"size":3521,"mtime_ns":1785327951196913100,"indexed_at_ns":1786863534858244500,"word_count":280},"backend/src/cms/cms.module.ts":{"size":342,"mtime_ns":1785148022206298000,"indexed_at_ns":1786863534864244300,"word_count":38},"backend/src/cms/cms.service.ts":{"size":2501,"mtime_ns":1785327951197940400,"indexed_at_ns":1786863534870502100,"word_count":256},"backend/src/cms/dto/cms.dto.ts":{"size":2357,"mtime_ns":1785327951199995500,"indexed_at_ns":1786863534877728700,"word_count":203},"backend/src/common/decorators/roles.decorator.ts":{"size":157,"mtime_ns":1786799852220522400,"indexed_at_ns":1786863534882729600,"word_count":20},"backend/src/common/dto/pagination.dto.ts":{"size":1188,"mtime_ns":1785327951201988900,"indexed_at_ns":1786863534889612500,"word_count":121},"backend/src/common/filters/http-exception.filter.ts":{"size":4924,"mtime_ns":1786883225795857800,"indexed_at_ns":1786946086136912900,"word_count":490},"backend/src/common/filters/prisma-exception.filter.ts":{"size":2412,"mtime_ns":1785330913143709100,"indexed_at_ns":1786863534903118900,"word_count":228},"backend/src/common/guards/roles.guard.spec.ts":{"size":2426,"mtime_ns":1786799852225556800,"indexed_at_ns":1786863534909695400,"word_count":223},"backend/src/common/guards/roles.guard.ts":{"size":1285,"mtime_ns":1786799852226565200,"indexed_at_ns":1786863534916198700,"word_count":120},"backend/src/common/interceptors/decimal.interceptor.spec.ts":{"size":1677,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534923711900,"word_count":164},"backend/src/common/interceptors/decimal.interceptor.ts":{"size":1094,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534929913300,"word_count":118},"backend/src/common/metrics.controller.ts":{"size":2093,"mtime_ns":1786799852229073100,"indexed_at_ns":1786863534936006600,"word_count":206},"backend/src/common/schemas/error-response.schema.ts":{"size":1680,"mtime_ns":1785330913144701500,"indexed_at_ns":1786863534942170300,"word_count":162},"backend/src/common/schemas/paginated-response.schema.ts":{"size":1108,"mtime_ns":1786799852230082200,"indexed_at_ns":1786863534949353300,"word_count":110},"backend/src/common/services/sms.service.ts":{"size":29943,"mtime_ns":1786892646031271000,"indexed_at_ns":1786946086190039500,"word_count":2841},"backend/src/common/sms.module.ts":{"size":204,"mtime_ns":1785330750996125100,"indexed_at_ns":1786863534962381000,"word_count":24},"backend/src/contact/contact.controller.ts":{"size":1990,"mtime_ns":1786799852234596200,"indexed_at_ns":1786863534967884500,"word_count":177},"backend/src/contact/contact.module.ts":{"size":365,"mtime_ns":1786799852236599000,"indexed_at_ns":1786863534974401800,"word_count":38},"backend/src/contact/contact.service.ts":{"size":4696,"mtime_ns":1786885876795420000,"indexed_at_ns":1786946086219243500,"word_count":451},"backend/src/home/dto/create-home.dto.ts":{"size":30,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534987087100,"word_count":4},"backend/src/home/dto/update-home.dto.ts":{"size":164,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534992600800,"word_count":18},"backend/src/home/entities/home.entity.ts":{"size":21,"mtime_ns":1783764561684884800,"indexed_at_ns":1786863534999171300,"word_count":4},"backend/src/home/home.controller.ts":{"size":757,"mtime_ns":1785327951212087300,"indexed_at_ns":1786863535004176100,"word_count":69},"backend/src/home/home.module.ts":{"size":241,"mtime_ns":1783764561687108000,"indexed_at_ns":1786863535011491500,"word_count":28},"backend/src/home/home.service.ts":{"size":1372,"mtime_ns":1785327951214087300,"indexed_at_ns":1786863535016491700,"word_count":144},"backend/src/ingredients/ingredients.controller.ts":{"size":1952,"mtime_ns":1786799852237596500,"indexed_at_ns":1786863535024117600,"word_count":165},"backend/src/ingredients/ingredients.module.ts":{"size":406,"mtime_ns":1786799852238596500,"indexed_at_ns":1786863535030195600,"word_count":38},"backend/src/ingredients/ingredients.service.ts":{"size":1526,"mtime_ns":1786799852240108300,"indexed_at_ns":1786863535035320500,"word_count":162},"backend/src/main.ts":{"size":3395,"mtime_ns":1786891855342843500,"indexed_at_ns":1786946086274891100,"word_count":294},"backend/src/orders/dto/create-order.dto.ts":{"size":1899,"mtime_ns":1785327951218626100,"indexed_at_ns":1786863535048494100,"word_count":162},"backend/src/orders/orders.controller.spec.ts":{"size":1910,"mtime_ns":1785327951219627700,"indexed_at_ns":1786863535055560000,"word_count":194},"backend/src/orders/orders.controller.ts":{"size":5898,"mtime_ns":1786944769507175300,"indexed_at_ns":1786946086292892000,"word_count":515},"backend/src/orders/orders.module.ts":{"size":255,"mtime_ns":1783764561697598200,"indexed_at_ns":1786863535066790700,"word_count":28},"backend/src/orders/orders.service.spec.ts":{"size":4974,"mtime_ns":1786799852246117900,"indexed_at_ns":1786863535074585400,"word_count":483},"backend/src/orders/orders.service.ts":{"size":17104,"mtime_ns":1786944769509227400,"indexed_at_ns":1786946086310565200,"word_count":1611},"backend/src/pets/dto/create-health-log.dto.ts":{"size":761,"mtime_ns":1785327951229443300,"indexed_at_ns":1786863535087660400,"word_count":69},"backend/src/pets/dto/create-pet.dto.ts":{"size":1143,"mtime_ns":1785327951230948800,"indexed_at_ns":1786863535094172300,"word_count":104},"backend/src/pets/dto/create-reminder.dto.ts":{"size":810,"mtime_ns":1785327951231958200,"indexed_at_ns":1786863535101315600,"word_count":71},"backend/src/pets/dto/update-pet.dto.ts":{"size":160,"mtime_ns":1783764561709557500,"indexed_at_ns":1786863535107396200,"word_count":18},"backend/src/pets/pets.controller.spec.ts":{"size":2544,"mtime_ns":1786799852248118800,"indexed_at_ns":1786863535113902500,"word_count":269},"backend/src/pets/pets.controller.ts":{"size":8427,"mtime_ns":1786894580128858000,"indexed_at_ns":1786946086395923600,"word_count":781},"backend/src/pets/pets.module.ts":{"size":241,"mtime_ns":1783764561714469800,"indexed_at_ns":1786863535125397200,"word_count":28},"backend/src/pets/pets.service.spec.ts":{"size":2961,"mtime_ns":1785327951238208000,"indexed_at_ns":1786863535132005000,"word_count":272},"backend/src/pets/pets.service.ts":{"size":6978,"mtime_ns":1786799852250117400,"indexed_at_ns":1786863535137713400,"word_count":710},"backend/src/prescriptions/prescriptions.controller.ts":{"size":2356,"mtime_ns":1786799852253748300,"indexed_at_ns":1786863535145222600,"word_count":232},"backend/src/prescriptions/prescriptions.module.ts":{"size":495,"mtime_ns":1786954681815809200,"indexed_at_ns":1786955470495218500,"word_count":45},"backend/src/prescriptions/prescriptions.service.ts":{"size":4635,"mtime_ns":1786954681816860600,"indexed_at_ns":1786955470500213500,"word_count":496},"backend/src/prisma/prisma.module.ts":{"size":210,"mtime_ns":1783764561718199800,"indexed_at_ns":1786863535164330600,"word_count":24},"backend/src/prisma/prisma.service.ts":{"size":4078,"mtime_ns":1786944769510794000,"indexed_at_ns":1786946086440649600,"word_count":411},"backend/src/products/dto/get-products.dto.ts":{"size":1320,"mtime_ns":1786799852260271600,"indexed_at_ns":1786863535176492100,"word_count":115},"backend/src/products/products.controller.spec.ts":{"size":1863,"mtime_ns":1785327951243280800,"indexed_at_ns":1786863535183613400,"word_count":166},"backend/src/products/products.controller.ts":{"size":2445,"mtime_ns":1786799852261281700,"indexed_at_ns":1786863535190428600,"word_count":209},"backend/src/products/products.module.ts":{"size":269,"mtime_ns":1783764561723672400,"indexed_at_ns":1786863535197280400,"word_count":28},"backend/src/products/products.service.spec.ts":{"size":1597,"mtime_ns":1786799852263279400,"indexed_at_ns":1786863535202917700,"word_count":154},"backend/src/products/products.service.ts":{"size":6906,"mtime_ns":1786954681818869900,"indexed_at_ns":1786955470543762900,"word_count":713},"backend/src/redis/redis.module.ts":{"size":205,"mtime_ns":1783764561727662100,"indexed_at_ns":1786863535217462500,"word_count":24},"backend/src/redis/redis.service.spec.ts":{"size":1525,"mtime_ns":1783764561728672300,"indexed_at_ns":1786863535222986600,"word_count":145},"backend/src/redis/redis.service.ts":{"size":1202,"mtime_ns":1786895436211834600,"indexed_at_ns":1786946086488155600,"word_count":132},"backend/src/seo/seo.controller.ts":{"size":904,"mtime_ns":1785327951247283200,"indexed_at_ns":1786863535236090400,"word_count":85},"backend/src/seo/seo.module.ts":{"size":342,"mtime_ns":1785148022268580900,"indexed_at_ns":1786863535243640100,"word_count":38},"backend/src/seo/seo.service.ts":{"size":2029,"mtime_ns":1785327951248280300,"indexed_at_ns":1786863535249760000,"word_count":182},"backend/src/settings/settings.controller.spec.ts":{"size":2977,"mtime_ns":1786799852267280300,"indexed_at_ns":1786863535257859100,"word_count":246},"backend/src/settings/settings.controller.ts":{"size":8665,"mtime_ns":1786948119767086700,"indexed_at_ns":1786954585863158900,"word_count":687},"backend/src/settings/settings.module.ts":{"size":382,"mtime_ns":1783764561735515700,"indexed_at_ns":1786863535272121400,"word_count":38},"backend/src/settings/settings.service.spec.ts":{"size":2728,"mtime_ns":1783764561736856500,"indexed_at_ns":1786863535278254000,"word_count":251},"backend/src/settings/settings.service.ts":{"size":14845,"mtime_ns":1786954681819869000,"indexed_at_ns":1786955470640710000,"word_count":1197},"backend/src/smart-advisor/smart-advisor.controller.ts":{"size":1821,"mtime_ns":1786799852275441500,"indexed_at_ns":1786863535292219400,"word_count":152},"backend/src/smart-advisor/smart-advisor.module.ts":{"size":416,"mtime_ns":1786799852276441700,"indexed_at_ns":1786863535298401600,"word_count":38},"backend/src/smart-advisor/smart-advisor.service.ts":{"size":1241,"mtime_ns":1786799852277440400,"indexed_at_ns":1786863535304944400,"word_count":131},"backend/src/testimonials/testimonials.controller.ts":{"size":1702,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535310995900,"word_count":143},"backend/src/testimonials/testimonials.module.ts":{"size":414,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535317805000,"word_count":38},"backend/src/testimonials/testimonials.service.ts":{"size":1100,"mtime_ns":1786799852281471300,"indexed_at_ns":1786863535324923000,"word_count":121},"backend/src/users/dto/address.dto.ts":{"size":1098,"mtime_ns":1783764561739871500,"indexed_at_ns":1786863535331380200,"word_count":99},"backend/src/users/dto/update-profile.dto.ts":{"size":1068,"mtime_ns":1786885876805472100,"indexed_at_ns":1786946086647803400,"word_count":98},"backend/src/users/users.controller.spec.ts":{"size":3333,"mtime_ns":1785327951253796500,"indexed_at_ns":1786863535346781600,"word_count":322},"backend/src/users/users.controller.ts":{"size":6854,"mtime_ns":1786799852282481500,"indexed_at_ns":1786863535353416500,"word_count":590},"backend/src/users/users.module.ts":{"size":275,"mtime_ns":1783764561748154400,"indexed_at_ns":1786863535360908700,"word_count":30},"backend/src/users/users.service.spec.ts":{"size":3817,"mtime_ns":1786799852283480600,"indexed_at_ns":1786863535367156600,"word_count":316},"backend/src/users/users.service.ts":{"size":8101,"mtime_ns":1786885876807471600,"indexed_at_ns":1786946086675276300,"word_count":774},"backend/src/videos/dto/create-video.dto.ts":{"size":1424,"mtime_ns":1785327951263854600,"indexed_at_ns":1786863535381108500,"word_count":115},"backend/src/videos/dto/get-videos-query.dto.ts":{"size":643,"mtime_ns":1786799852287643500,"indexed_at_ns":1786863535387813200,"word_count":77},"backend/src/videos/videos.controller.ts":{"size":1924,"mtime_ns":1786799852291153100,"indexed_at_ns":1786863535393635000,"word_count":173},"backend/src/videos/videos.module.ts":{"size":283,"mtime_ns":1785148022306583700,"indexed_at_ns":1786863535400714100,"word_count":30},"backend/src/videos/videos.service.ts":{"size":2471,"mtime_ns":1786799852292167900,"indexed_at_ns":1786863535407503100,"word_count":266},"backend/src/wholesale/dto/wholesale-apply.dto.ts":{"size":739,"mtime_ns":1785148022317622300,"indexed_at_ns":1786863535413220000,"word_count":66},"backend/src/wholesale/wholesale.controller.ts":{"size":2037,"mtime_ns":1786799852294177000,"indexed_at_ns":1786863535418912100,"word_count":160},"backend/src/wholesale/wholesale.module.ts":{"size":390,"mtime_ns":1785148022328746300,"indexed_at_ns":1786863535425686500,"word_count":38},"backend/src/wholesale/wholesale.service.ts":{"size":2627,"mtime_ns":1785330913149233300,"indexed_at_ns":1786863535431718700,"word_count":266},"backend/src/wiki/dto/create-wiki.dto.ts":{"size":30,"mtime_ns":1783764561752933200,"indexed_at_ns":1786863535439031200,"word_count":4},"backend/src/wiki/dto/update-wiki.dto.ts":{"size":164,"mtime_ns":1783764561753945200,"indexed_at_ns":1786863535446428400,"word_count":18},"backend/src/wiki/entities/wiki.entity.ts":{"size":21,"mtime_ns":1783764561755039400,"indexed_at_ns":1786863535452455400,"word_count":4},"backend/src/wiki/wiki.controller.ts":{"size":1219,"mtime_ns":1785327951272850400,"indexed_at_ns":1786863535458333000,"word_count":110},"backend/src/wiki/wiki.module.ts":{"size":241,"mtime_ns":1783764561756925000,"indexed_at_ns":1786863535464948400,"word_count":28},"backend/src/wiki/wiki.service.ts":{"size":1562,"mtime_ns":1786799852295173000,"indexed_at_ns":1786863535471010700,"word_count":174},"backend/test/app-audit-verification.e2e-spec.ts":{"size":6464,"mtime_ns":1786799852296174700,"indexed_at_ns":1786863535478067000,"word_count":569},"backend/test/app.e2e-spec.ts":{"size":981,"mtime_ns":1786799852297175000,"indexed_at_ns":1786863535484496000,"word_count":83},"backend/test/jest-e2e.json":{"size":183,"mtime_ns":1783764561762911800,"indexed_at_ns":1786863680450825300,"word_count":17,"hashes":{"backend/test/jest-e2e.json":"94091f560937212ad7027afcb77e62e6ac79e3e4cb401c3a16a56e7be4cac721"}},"backend/tsconfig.build.json":{"size":107,"mtime_ns":1783764561763447000,"indexed_at_ns":1786863680451826600,"word_count":10,"hashes":{"backend/tsconfig.build.json":"1f47c7dc3c8b5a15558654f45f21e0f553acc1680046f09dc24428e8538c4f9d"}},"backend/tsconfig.json":{"size":801,"mtime_ns":1786878091972378100,"indexed_at_ns":1786946139476821100,"word_count":57,"hashes":{"backend/tsconfig.json":"f545dfd832cb16f1a3cfc4f43f2f179c0a37dd473b3b433507957fbd964e28ce"}},"backend/uploads/1781288429353-508765350.jpg":{"size":110246,"mtime_ns":1783764561766257000,"indexed_at_ns":1786863694120021300,"word_count":3882,"hashes":{"backend/uploads/1781288429353-508765350.jpg":"c9e532f0482584a2edf76404b86ef82679e5387079d73c59f10234de24ad5074"}},"canina.md":{"size":21919,"mtime_ns":1786885876809472400,"indexed_at_ns":1786946194592944400,"word_count":1983,"hashes":{"canina.md":"a8967d10e744c46846c8bfc6cc7f9a0aae8c2175dfbe49ff9de75bc5dce87850"}},"canina.pdf":{"size":2858373,"mtime_ns":1785148022370811500,"indexed_at_ns":1786863694095027500,"word_count":0,"hashes":{"canina.pdf":"a52d90e6dffb96dae468ba96f76239762b341751a6455734d75fadd22f30c87c"}},"docker-compose.yml":{"size":2193,"mtime_ns":1786883225811564200,"indexed_at_ns":1786946194593946400,"word_count":127,"hashes":{"docker-compose.yml":"6e0091c4f1b3868a5e2321678c549f6c95cbf5fd266da06a144976295d8a2c64"}},"docs/01-introduction.md":{"size":5537,"mtime_ns":1786885876812474900,"indexed_at_ns":1786946194594944700,"word_count":523,"hashes":{"docs/01-introduction.md":"18176d1abd1352f12e1ccfa2c2cc84d4673b22b682b2aeb91b1a6bf4a607ae05"}},"docs/02-user-guide.md":{"size":4303,"mtime_ns":1786885876813985900,"indexed_at_ns":1786946194595944800,"word_count":422,"hashes":{"docs/02-user-guide.md":"a7842a7ac89eb8872028f50e9c907a0f2e7968c419a5f157c10c62dad8e85b00"}},"docs/03-developer-guide.md":{"size":6717,"mtime_ns":1783764561771660500,"indexed_at_ns":1786863693969714100,"word_count":678,"hashes":{"docs/03-developer-guide.md":"84a16e17d0433edd8631789bdec3bbd7e6f716059cd064843ed8087eea9e2eeb"}},"docs/04-setup-and-deployment.md":{"size":4023,"mtime_ns":1783764561773294900,"indexed_at_ns":1786863693970713900,"word_count":425,"hashes":{"docs/04-setup-and-deployment.md":"723c6016b1bb499fee2b9f63b2c06a9b12f8e4c664b36ea1431181c333bc814e"}},"docs/05-devops-and-monitoring.md":{"size":3590,"mtime_ns":1783764561774446100,"indexed_at_ns":1786863693972714000,"word_count":374,"hashes":{"docs/05-devops-and-monitoring.md":"53f1f45bbbdd3cf81cb4bc082ef4e49f506627f10f581d3c4b835028d02b5421"}},"docs/06-testing.md":{"size":4214,"mtime_ns":1783764561774967500,"indexed_at_ns":1786863693973713900,"word_count":457,"hashes":{"docs/06-testing.md":"69d50bd5e233f030d8076b55b69599cee201e1c393b7ee1beeb495c304fd4bd3"}},"docs/README.md":{"size":2740,"mtime_ns":1786885876816996700,"indexed_at_ns":1786946139726247300,"word_count":253,"hashes":{"docs/readme.md":"1b7ffde4b290e742802fc554f2dd2f7a2316fe25bd1cd328421ffa823b36f40f"}},"docs/audit/00-repository-map.md":{"size":3171,"mtime_ns":1786799852298174200,"indexed_at_ns":1786863693977222500,"word_count":351,"hashes":{"docs/audit/00-repository-map.md":"dde4a63c991d0f469086a147df03b97d8370cd75fa19cc83af1199f267d7bc55"}},"docs/audit/01-system-discovery.md":{"size":3790,"mtime_ns":1786799852299174400,"indexed_at_ns":1786863693979222500,"word_count":467,"hashes":{"docs/audit/01-system-discovery.md":"6c91253cac025506db71adea33a054f88f4c367ba81fc3cb1b85c2bdcfec5c70"}},"docs/audit/02-audit-plan.md":{"size":5058,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693980222600,"word_count":530,"hashes":{"docs/audit/02-audit-plan.md":"b623d8f8c2b8a14c1ddca1ad956cd8afc9203f7a94eda8e63fd608bc8e9164d1"}},"docs/audit/03-baseline-command-plan.md":{"size":4904,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693982222800,"word_count":735,"hashes":{"docs/audit/03-baseline-command-plan.md":"fcf49beae52c69d7e9cf85967f028052fa1a78eaae5a2bb9b18072b0273e80e1"}},"docs/audit/04-open-questions.md":{"size":1690,"mtime_ns":1786799852301682100,"indexed_at_ns":1786863693983784800,"word_count":224,"hashes":{"docs/audit/04-open-questions.md":"02fbd51a9131da0b12122a5280cc6f842c299b436a72b117e2263f011b9ebf9c"}},"docs/audit/05-architectural-audit.md":{"size":4884,"mtime_ns":1786799852302689800,"indexed_at_ns":1786863693984790400,"word_count":560,"hashes":{"docs/audit/05-architectural-audit.md":"8977a5c304b3fe86636579d498a459ac98359c34f1062bf731b02f4602c0e94f"}},"docs/audit/06-storefront-audit.md":{"size":4191,"mtime_ns":1786799852303691400,"indexed_at_ns":1786863693987299500,"word_count":520,"hashes":{"docs/audit/06-storefront-audit.md":"1e2f2d9d867dc553f503ef91b3bd60310202225da12bc7d324e192f4e15d8c38"}},"docs/audit/07-backend-audit.md":{"size":5037,"mtime_ns":1786799852304689900,"indexed_at_ns":1786863693989301000,"word_count":581,"hashes":{"docs/audit/07-backend-audit.md":"0436a967b82026334bf45c9ca677d1e79ce688681bea4dc06a7fd19e2d5a2129"}},"docs/audit/08-admin-features-audit.md":{"size":4222,"mtime_ns":1786799852305951400,"indexed_at_ns":1786863693990300000,"word_count":479,"hashes":{"docs/audit/08-admin-features-audit.md":"dda5b0bae4f843a51274269dcb91d8b65db2f2917d336d511790da4718b05b8d"}},"docs/audit/09-database-audit.md":{"size":4126,"mtime_ns":1786799852306969500,"indexed_at_ns":1786863693992299700,"word_count":521,"hashes":{"docs/audit/09-database-audit.md":"d4f82b84ae6c1899ab4da1310414d993d9c23dcd2759120fbe551f5b8da95a08"}},"docs/audit/10-security-audit.md":{"size":5560,"mtime_ns":1786799852307952600,"indexed_at_ns":1786863693994299500,"word_count":678,"hashes":{"docs/audit/10-security-audit.md":"574df31423bd28b3cd58134e7c7e8780f4e2e46c760a372e0e2592c1e83bba4e"}},"docs/audit/11-code-quality-audit.md":{"size":3379,"mtime_ns":1786799852308957000,"indexed_at_ns":1786863693995299500,"word_count":419,"hashes":{"docs/audit/11-code-quality-audit.md":"b6b9a4845e0bd5674d897c08f5451f8cab4df22722826f7c9d55ca19b94d88da"}},"docs/audit/12-testing-audit.md":{"size":4106,"mtime_ns":1786799852309952600,"indexed_at_ns":1786863693997807500,"word_count":486,"hashes":{"docs/audit/12-testing-audit.md":"8bdf2058520a88de4d08c0635999de8f79fdab83055ef560ca3a865026b6450a"}},"docs/audit/13-devops-audit.md":{"size":3435,"mtime_ns":1786799852310953800,"indexed_at_ns":1786863693999375100,"word_count":440,"hashes":{"docs/audit/13-devops-audit.md":"d21daac201fcfc3a0e27c27348806f3f5d2790071578dcb98e7869cd6e9ec8a9"}},"docs/audit/14-documentation-audit.md":{"size":3311,"mtime_ns":1786799852311952200,"indexed_at_ns":1786863694001567900,"word_count":379,"hashes":{"docs/audit/14-documentation-audit.md":"e64be175bd632a05e37be823621eb8a8f13bdb74887d10f5f20887d41cef5c62"}},"docs/audit/15-raw-findings-index.json":{"size":9909,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863680454829500,"word_count":817,"hashes":{"docs/audit/15-raw-findings-index.json":"3c1e582431f5f25edd2c38285c9d59f83c83d5348eaf0ced91d6e7c94a9afb6d"}},"docs/audit/16-deep-audit-summary.md":{"size":3111,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863694003567300,"word_count":393,"hashes":{"docs/audit/16-deep-audit-summary.md":"8ea08de6ac54dddd9da6de934bc850bb31ab7e3c5470059d02d7f84dd120a0e4"}},"docs/audit/17-source-coverage-manifest.json":{"size":128714,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863680455826100,"word_count":7827,"hashes":{"docs/audit/17-source-coverage-manifest.json":"834e6c341db760439d2e7a9c17531b03c17151ab0f2f16b92aac8a350bcae51d"}},"docs/audit/18-compiler-diagnostic-dispositions.md":{"size":1961,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863694005566900,"word_count":285,"hashes":{"docs/audit/18-compiler-diagnostic-dispositions.md":"246b9164725e89c67c76f2305cd128f0c0f9bfdba46e45e0e958fe92ccdcda53"}},"docs/audit/19-finding-verification-report.md":{"size":5464,"mtime_ns":1786799852316064800,"indexed_at_ns":1786863694007070200,"word_count":753,"hashes":{"docs/audit/19-finding-verification-report.md":"1cd1bc37f9e76ba7e4d4ef82b8565def786abfeb159bc4d822e364e3f2ea694f"}},"docs/audit/20-verified-findings-index.json":{"size":21797,"mtime_ns":1786799852317071400,"indexed_at_ns":1786863680457826600,"word_count":1903,"hashes":{"docs/audit/20-verified-findings-index.json":"b20d0b140bd727faefde9f29aa4d787199dd386464030eecdf58e5a8ab629442"}},"docs/audit/21-phase2-quality-gate-summary.md":{"size":1706,"mtime_ns":1786799852318066000,"indexed_at_ns":1786863694009077900,"word_count":211,"hashes":{"docs/audit/21-phase2-quality-gate-summary.md":"1b117f866e73cd17c43e3a4e856584f03997a3c897d1de9afbd128ff8a86d09e"}},"docs/audit/22-tracked-first-party-files.txt":{"size":4452,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694010075200,"word_count":139,"hashes":{"docs/audit/22-tracked-first-party-files.txt":"ef7fc17de970cd3f397eea961bcaf76abff15589c0fa13f92b47d42e637231c6"}},"docs/audit/23-untracked-first-party-files.txt":{"size":59,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694012075400,"word_count":7,"hashes":{"docs/audit/23-untracked-first-party-files.txt":"ffa5caec5c75b4013f7c136efed9e944c705e756f4f26e53da73e871a02d704c"}},"docs/audit/24-omitted-file-inspection-report.md":{"size":2462,"mtime_ns":1786799852320065700,"indexed_at_ns":1786863694014075600,"word_count":227,"hashes":{"docs/audit/24-omitted-file-inspection-report.md":"d4484eea65f1861b9b6a30813d2c233d947c2965a13ed5b399462b80ca9c1513"}},"docs/audit/25-reference-integrity-validation.json":{"size":1002,"mtime_ns":1786799852321571600,"indexed_at_ns":1786863680458826600,"word_count":82,"hashes":{"docs/audit/25-reference-integrity-validation.json":"31b900ed297325cabee3e0804809ecd4229f4427283e449f5d82951bb5ed7fde"}},"docs/audit/26-phase2-integrity-repair-report.md":{"size":3191,"mtime_ns":1786799852322091800,"indexed_at_ns":1786863694015640600,"word_count":385,"hashes":{"docs/audit/26-phase2-integrity-repair-report.md":"2b2f385705db6729fccedc63db0f5709afa23e08a80fc859fe0138b416356cd9"}},"docs/audit/27-all-tracked-repository-files.txt":{"size":4631,"mtime_ns":1786799852323099900,"indexed_at_ns":1786863694017145600,"word_count":148,"hashes":{"docs/audit/27-all-tracked-repository-files.txt":"3f312a5c642e6a27446dc35a6c50dacd10e43c1cc9eeb637a49ba61343ce2b69"}},"docs/audit/28-full-repository-classification.json":{"size":27913,"mtime_ns":1786799852324099500,"indexed_at_ns":1786863680460331400,"word_count":1782,"hashes":{"docs/audit/28-full-repository-classification.json":"bcb50229ceddb267c8839ee69c05f5e5c8c4460485c92849532bcf163c37faa8"}},"docs/audit/29-file-content-evidence.json":{"size":109095,"mtime_ns":1786799852325608100,"indexed_at_ns":1786863680462336500,"word_count":9098,"hashes":{"docs/audit/29-file-content-evidence.json":"c4696525e8ab3c252ff9b6b38d5882225e0a9016698111df28064edbe7bf5124"}},"docs/audit/30-compiler-diagnostics-index.json":{"size":3707,"mtime_ns":1786799852326617100,"indexed_at_ns":1786863680463336700,"word_count":324,"hashes":{"docs/audit/30-compiler-diagnostics-index.json":"85bd1a964e41cc5e615c7260be2beb54b49dd444da40d96ae31e2a33c1c6bc24"}},"docs/audit/31-module-audit-closure.md":{"size":7587,"mtime_ns":1786799852327616800,"indexed_at_ns":1786863694019150200,"word_count":709,"hashes":{"docs/audit/31-module-audit-closure.md":"a1c9d7902131d71cf87a072876cc309ac8dfc7cd6e1f33e9619ac12d99f685ba"}},"docs/audit/32-evidence-grade-validation.json":{"size":1613,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863680464337900,"word_count":123,"hashes":{"docs/audit/32-evidence-grade-validation.json":"12ddcc21ff65a2aa76845935ebc0d8313c39991335356fbe3ae7cdd201251af5"}},"docs/audit/33-final-phase2-audit-closure.md":{"size":2535,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863694020149300,"word_count":271,"hashes":{"docs/audit/33-final-phase2-audit-closure.md":"217cadb664c7f7d27f8f849ea1249dfd88d5398fd2af154fd385c80e4d559bb1"}},"docs/audit/34-repository-observations.json":{"size":594,"mtime_ns":1786799852329618700,"indexed_at_ns":1786863680466336600,"word_count":49,"hashes":{"docs/audit/34-repository-observations.json":"28ce67ed3f5bcc3e5c3c80d73a16a34d8053d570be0af62be8afaffbc9318a27"}},"docs/audit/35-semantic-review-ledger.json":{"size":99353,"mtime_ns":1786799852330616000,"indexed_at_ns":1786863680467338400,"word_count":6011,"hashes":{"docs/audit/35-semantic-review-ledger.json":"ac0529050e87efc9e2b5a6c5b3a2ce6379186b4b07f23d8ec9cebf214ff885ef"}},"docs/audit/36-mandatory-semantic-scope.json":{"size":7960,"mtime_ns":1786799852331617100,"indexed_at_ns":1786863680468337900,"word_count":638,"hashes":{"docs/audit/36-mandatory-semantic-scope.json":"af62db825dd527009b8d79a6edab6ab627fe55303d3f7fd1c2d8e5fab9a8760b"}},"docs/audit/ADR-AUTH-001.md":{"size":3274,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694022417300,"word_count":398,"hashes":{"docs/audit/adr-auth-001.md":"fd6a6e524d66c57e3f114899323509082af11aa30197a015e1255057c5c3ed98"}},"docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md":{"size":2146,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694023417200,"word_count":239,"hashes":{"docs/audit/cross_boundary_dependencies.md":"56de72c42fdadf710e0837e0d330dfe36c772602d8f094d0a55dbc5bb16906f3"}},"docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md":{"size":15322,"mtime_ns":1786885876820986100,"indexed_at_ns":1786946194617583300,"word_count":1579,"hashes":{"docs/audit/frontend_integration_requirements.md":"79bab062fc3587cffd0a9932b8615d4b822dba2ea24533531f258a0dac5f701f"}},"docs/audit/MASTER-TASK-BACKLOG.md":{"size":30107,"mtime_ns":1786799852335470200,"indexed_at_ns":1786863694026492300,"word_count":3510,"hashes":{"docs/audit/master-task-backlog.md":"6df14e8ae8eca2a7f1d9829a6e9891a89a8565eb5a7362186644208fe8454cdc"}},"docs/audit/audit-state.json":{"size":4135,"mtime_ns":1786799852337382200,"indexed_at_ns":1786863680470337000,"word_count":267,"hashes":{"docs/audit/audit-state.json":"4b804494570a2812170cb8dab35d15da659f57d6e637652328725e956f7d98aa"}},"docs/audit/build_manifest.js":{"size":4060,"mtime_ns":1786799852338393200,"indexed_at_ns":1786863535890477600,"word_count":348},"docs/audit/frontend-route-map.md":{"size":2558,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863694027491500,"word_count":329,"hashes":{"docs/audit/frontend-route-map.md":"e9bf92a931f0727c8054230578943f0fd59cc3ef8f6ac5020155ca42edc93622"}},"docs/audit/generate_classification.js":{"size":2186,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863535904305800,"word_count":204},"docs/audit/generate_evidence.js":{"size":3098,"mtime_ns":1786799852340390100,"indexed_at_ns":1786863535911173400,"word_count":253},"docs/audit/generate_ledger.js":{"size":7648,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535916686900,"word_count":620},"docs/audit/generate_manifest.js":{"size":6357,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535923771900,"word_count":489},"docs/audit/master-task-backlog.json":{"size":22336,"mtime_ns":1786799852342906700,"indexed_at_ns":1786863680470841000,"word_count":2071,"hashes":{"docs/audit/master-task-backlog.json":"f1c994d971b4e58165ab9f74f8b69b97c07fe74005f64dc11badf5e287b5fd28"}},"docs/audit/phase3-execution-plan.md":{"size":6007,"mtime_ns":1786799852343952400,"indexed_at_ns":1786863694030823300,"word_count":736,"hashes":{"docs/audit/phase3-execution-plan.md":"ab3bc489bde4c86046d35f87c3fb1320acb4fb15d6a3de2e100b05b510aa23b8"}},"docs/audit/phase3-traceability-matrix.md":{"size":5237,"mtime_ns":1786799852344952800,"indexed_at_ns":1786863694031820000,"word_count":692,"hashes":{"docs/audit/phase3-traceability-matrix.md":"c46b1b09c5f6be7f54ba888652e69698b26d955a8e7c8e4fa19cda8729ee2f7b"}},"docs/audit/phase3.1-backlog-review.md":{"size":9737,"mtime_ns":1786799852345952800,"indexed_at_ns":1786863694033821400,"word_count":1202,"hashes":{"docs/audit/phase3.1-backlog-review.md":"021895bb0b90dd75935ebe0317d3198a2c448ccdd6861b1302cc29735f48da82"}},"docs/audit/phase3.1-change-log.md":{"size":3756,"mtime_ns":1786799852346954800,"indexed_at_ns":1786863694035819500,"word_count":451,"hashes":{"docs/audit/phase3.1-change-log.md":"093d244c2788ead47c69e3068ccf66930ba52e04430bdba87020cb4a4edcb817"}},"docs/audit/phase3.2-change-log.md":{"size":8272,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694036820300,"word_count":930,"hashes":{"docs/audit/phase3.2-change-log.md":"00bff98e2ae2ef50c4daf265d5f34469f21c244b6dca88b70e1f9ffa17a71d83"}},"docs/audit/phase3.2-implementation-readiness.md":{"size":4694,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694039141500,"word_count":517,"hashes":{"docs/audit/phase3.2-implementation-readiness.md":"9f1e0335fdc0fa2db0fd5ceaa97e50be85d04bc1ad5d3db1ef74e85de97f71a6"}},"docs/audit/rebuild_honest_ledger.js":{"size":6113,"mtime_ns":1786799852348952900,"indexed_at_ns":1786863535983025100,"word_count":559},"docs/audit/sync_honest_manifest.js":{"size":1213,"mtime_ns":1786799852349953100,"indexed_at_ns":1786863535988627700,"word_count":75},"docs/audit/sync_manifest.js":{"size":997,"mtime_ns":1786799852350953300,"indexed_at_ns":1786863535995415600,"word_count":62},"docs/audit/validate_evidence_grade.js":{"size":6141,"mtime_ns":1786799852351954100,"indexed_at_ns":1786863536001204900,"word_count":526},"docs/audit/validate_integrity.js":{"size":3408,"mtime_ns":1786799852352952400,"indexed_at_ns":1786863536007942000,"word_count":284},"docs/backlog.md":{"size":26175,"mtime_ns":1786799852356021600,"indexed_at_ns":1786863694040141700,"word_count":2834,"hashes":{"docs/backlog.md":"ce0d907773d5af5539aa04f7035555e47424d396ea6e3a821771ad00f813ccd6"}},"frontend/admin-panel/README.md":{"size":2425,"mtime_ns":1783764561778952800,"indexed_at_ns":1786863694042141900,"word_count":212,"hashes":{"frontend/admin-panel/readme.md":"3945c052249ebd020b013303d5921815b52d847bd36c748a03bfdc8eb2a390b8"}},"frontend/admin-panel/eslint.config.js":{"size":591,"mtime_ns":1785651092991236900,"indexed_at_ns":1786863536031757200,"word_count":48},"frontend/admin-panel/index.html":{"size":363,"mtime_ns":1783764561780558500,"indexed_at_ns":1786863694044141700,"word_count":28,"hashes":{"frontend/admin-panel/index.html":"ecdac8ac0b565720712afa18490bdfad1a643a6c50c1d0b93d12b7acbcf5e3c0"}},"frontend/admin-panel/package.json":{"size":1072,"mtime_ns":1785570791953119000,"indexed_at_ns":1786863680472845200,"word_count":84,"hashes":{"frontend/admin-panel/package.json":"6d61fb108392e86320c75b42e69ba7138bdc47bba4883fafbeb6e661cc5f51e4"}},"frontend/admin-panel/postcss.config.js":{"size":91,"mtime_ns":1783764561796281900,"indexed_at_ns":1786863536049792000,"word_count":11},"frontend/admin-panel/public/favicon.svg":{"size":9522,"mtime_ns":1783764561797801500,"indexed_at_ns":1786863694122123200,"word_count":491,"hashes":{"frontend/admin-panel/public/favicon.svg":"57a824acf3d4ba0b152537d3c0e79795502d3589ca99556a2155c81b6dea663a"}},"frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856792435855000,"indexed_at_ns":1786863694045693300,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"06bcb5a03a381d231568aa217f4bfc1a4446a7cf6574daf93ee6de8830063c67"}},"frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856792445365000,"indexed_at_ns":1786863694046698100,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/irannastaliq/irannastaliq/read me!.txt":"1653ec43d0db64c9a2d88dd8e064a64e83eee53a97b423ea7a40a865792b38c9"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856792454604400,"indexed_at_ns":1786863694048714800,"word_count":1077,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md":"4003fe6a71221e735897cfe03ac11bd59ef9951572007763151bf95663256a3d"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856792502503100,"indexed_at_ns":1786863694050719800,"word_count":366,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/readme.md":"880beb9c92fd527a098de27bc779b6891a36af98ae994f506a64be199ed50392"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856792546496500,"indexed_at_ns":1786863694123122700,"word_count":10881,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"38008ccacda40353e4f29e912e844ee659cde19dd209dfc1d5c3356e291293f5"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856792548005600,"indexed_at_ns":1786863694052719700,"word_count":951,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/changelog.md":"a735e1b29ad9d3361a0d1ecfd5c1f2f78c200a272918606decc377c469944321"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856792595155200,"indexed_at_ns":1786863694054719200,"word_count":283,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/readme.md":"3b6e2d78372a72b67e339bfd7331d408f43245840749d2f46df5c356a208fbfd"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856792645667900,"indexed_at_ns":1786863694125692200,"word_count":2615,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":"9cefee026dc2387d3c887064f2419098a4c9aadd466a42184e90fa30be5e15a7"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856792646666000,"indexed_at_ns":1786863694055720100,"word_count":55,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/authors.txt":"e22592748c440a3169adec38d57aecfd813b4b98531bbe14df59076e177a452c"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856792647671700,"indexed_at_ns":1786863694057719800,"word_count":5086,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/changelog.md":"5207a2a148ccfd0338342325a39d9b5b2d39514429c93e0aedf68b21f23fd71e"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694060176900,"word_count":671,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/ofl.txt":"8e7ede02bc5fcd7aa4d98a7692cd6f37ea85249c2a1a59574575f7ff57b2c984"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694061738100,"word_count":270,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/readme.md":"0d736c7dd11e89622e7105e6a5958fc3d83ec827b8a00debc0943bc8e3a3d201"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856792971535000,"indexed_at_ns":1786863694063234100,"word_count":14,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"3c26934ce909cddcd30f32691eac2429205e97f4851b76e0b706da0eb7812c66"}},"frontend/admin-panel/public/icons.svg":{"size":5031,"mtime_ns":1783764561799320300,"indexed_at_ns":1786863694127749600,"word_count":382,"hashes":{"frontend/admin-panel/public/icons.svg":"561374a6f3ff39c2881fc8ab6159875671b9acbaab617f4668819f5a24aa0a85"}},"frontend/admin-panel/src/App.tsx":{"size":1088,"mtime_ns":1786799852365481100,"indexed_at_ns":1786863539542562100,"word_count":99},"frontend/admin-panel/src/assets/hero.png":{"size":13057,"mtime_ns":1783764561812863000,"indexed_at_ns":1786863694128748000,"word_count":437,"hashes":{"frontend/admin-panel/src/assets/hero.png":"9350dcf76831435179214888056799d21b9ec6461f03bcad2fca68fb27dcccd9"}},"frontend/admin-panel/src/assets/react.svg":{"size":4126,"mtime_ns":1783764561813924700,"indexed_at_ns":1786863694131258000,"word_count":366,"hashes":{"frontend/admin-panel/src/assets/react.svg":"3ce66cfff5bb1ef0bc54b14d87fc434fdaa60e3e67406ca0475c8e355daf42c9"}},"frontend/admin-panel/src/assets/vite.svg":{"size":8709,"mtime_ns":1783764561814995700,"indexed_at_ns":1786863694133259500,"word_count":439,"hashes":{"frontend/admin-panel/src/assets/vite.svg":"a3813bb88b8e782e5a04d9d628d2540c4ca7719878f24c62bb3b655861178b41"}},"frontend/admin-panel/src/components/Layout.tsx":{"size":726,"mtime_ns":1784621786958594800,"indexed_at_ns":1786863539569270500,"word_count":69},"frontend/admin-panel/src/components/ProtectedRoute.tsx":{"size":2336,"mtime_ns":1786799852369164100,"indexed_at_ns":1786863539575600400,"word_count":210},"frontend/admin-panel/src/components/Sidebar.tsx":{"size":10827,"mtime_ns":1786946249964929600,"indexed_at_ns":1786948020180405800,"word_count":961},"frontend/admin-panel/src/components/Topbar.tsx":{"size":14971,"mtime_ns":1786954681821386200,"indexed_at_ns":1786955474679895700,"word_count":1219},"frontend/admin-panel/src/components/ui/ConfirmModal.tsx":{"size":2076,"mtime_ns":1783856792976535500,"indexed_at_ns":1786863539596831200,"word_count":174},"frontend/admin-panel/src/components/ui/MediaSelector.tsx":{"size":15969,"mtime_ns":1786954681826536100,"indexed_at_ns":1786955474721008300,"word_count":1243},"frontend/admin-panel/src/components/ui/Pagination.tsx":{"size":5510,"mtime_ns":1786799852387442100,"indexed_at_ns":1786863539611144600,"word_count":447},"frontend/admin-panel/src/components/ui/Skeleton.tsx":{"size":178,"mtime_ns":1783856792977535800,"indexed_at_ns":1786863539617717100,"word_count":22},"frontend/admin-panel/src/components/ui/Spinner.tsx":{"size":650,"mtime_ns":1783856792979049200,"indexed_at_ns":1786863539624368900,"word_count":67},"frontend/admin-panel/src/main.tsx":{"size":161,"mtime_ns":1783764561829333600,"indexed_at_ns":1786863539634800100,"word_count":16},"frontend/admin-panel/src/pages/B2BManager.tsx":{"size":25576,"mtime_ns":1786799852391440500,"indexed_at_ns":1786863539640800000,"word_count":1789},"frontend/admin-panel/src/pages/BannersManager.tsx":{"size":20315,"mtime_ns":1786946249965928600,"indexed_at_ns":1786948020244413900,"word_count":1492},"frontend/admin-panel/src/pages/Blogs.tsx":{"size":15530,"mtime_ns":1786799852395957300,"indexed_at_ns":1786863539656035900,"word_count":1186},"frontend/admin-panel/src/pages/CMS.tsx":{"size":10072,"mtime_ns":1786799852400957800,"indexed_at_ns":1786863539663141300,"word_count":805},"frontend/admin-panel/src/pages/Categories.tsx":{"size":15807,"mtime_ns":1786799852404978500,"indexed_at_ns":1786863539670140300,"word_count":1115},"frontend/admin-panel/src/pages/ContactSubmissions.tsx":{"size":12435,"mtime_ns":1786799852405538100,"indexed_at_ns":1786863539677731600,"word_count":859},"frontend/admin-panel/src/pages/Coupons.tsx":{"size":27717,"mtime_ns":1786948119773165300,"indexed_at_ns":1786954590024152800,"word_count":2106},"frontend/admin-panel/src/pages/Dashboard.tsx":{"size":6006,"mtime_ns":1786885876829510000,"indexed_at_ns":1786946090882930200,"word_count":534},"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx":{"size":9238,"mtime_ns":1786948119774163200,"indexed_at_ns":1786954590036697800,"word_count":674},"frontend/admin-panel/src/pages/IngredientsManager.tsx":{"size":18511,"mtime_ns":1786885876833517400,"indexed_at_ns":1786946090899595600,"word_count":1338},"frontend/admin-panel/src/pages/Login.tsx":{"size":11551,"mtime_ns":1786885876837035500,"indexed_at_ns":1786946090906108900,"word_count":838},"frontend/admin-panel/src/pages/Media.tsx":{"size":24026,"mtime_ns":1786954681832052400,"indexed_at_ns":1786955474849815900,"word_count":1850},"frontend/admin-panel/src/pages/Orders.tsx":{"size":41362,"mtime_ns":1786944769522310700,"indexed_at_ns":1786946090923825000,"word_count":3048},"frontend/admin-panel/src/pages/Pets.tsx":{"size":17485,"mtime_ns":1786954681833053600,"indexed_at_ns":1786955474865216500,"word_count":1264},"frontend/admin-panel/src/pages/PrescriptionsManager.tsx":{"size":20134,"mtime_ns":1786954681834055700,"indexed_at_ns":1786955474871873100,"word_count":1503},"frontend/admin-panel/src/pages/Products.tsx":{"size":75867,"mtime_ns":1786948119777256200,"indexed_at_ns":1786954590079918400,"word_count":5070},"frontend/admin-panel/src/pages/Reports.tsx":{"size":13073,"mtime_ns":1786894580141383900,"indexed_at_ns":1786946090950888800,"word_count":972},"frontend/admin-panel/src/pages/SeoSettingsPage.tsx":{"size":7361,"mtime_ns":1786885876852117800,"indexed_at_ns":1786946090964021800,"word_count":549},"frontend/admin-panel/src/pages/Settings.tsx":{"size":41127,"mtime_ns":1786948119780100900,"indexed_at_ns":1786954590114257900,"word_count":2650},"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx":{"size":14321,"mtime_ns":1786799852443027400,"indexed_at_ns":1786863539783943500,"word_count":1073},"frontend/admin-panel/src/pages/SystemSettingsPage.tsx":{"size":7931,"mtime_ns":1786799852444030300,"indexed_at_ns":1786863539790462300,"word_count":575},"frontend/admin-panel/src/pages/TestimonialsManager.tsx":{"size":18160,"mtime_ns":1786799852445028000,"indexed_at_ns":1786863539796971000,"word_count":1311},"frontend/admin-panel/src/pages/UITexts.tsx":{"size":21687,"mtime_ns":1786954681835053100,"indexed_at_ns":1786955474947729800,"word_count":1702},"frontend/admin-panel/src/pages/Users.tsx":{"size":42561,"mtime_ns":1786883225813571300,"indexed_at_ns":1786946091025818600,"word_count":2830},"frontend/admin-panel/src/pages/Videos.tsx":{"size":19944,"mtime_ns":1786885876865800800,"indexed_at_ns":1786946091033029300,"word_count":1419},"frontend/admin-panel/src/pages/WholesaleApplications.tsx":{"size":6505,"mtime_ns":1786799852457805400,"indexed_at_ns":1786863539828590300,"word_count":503},"frontend/admin-panel/src/pages/Wiki.tsx":{"size":14792,"mtime_ns":1786885876868308700,"indexed_at_ns":1786946091044162500,"word_count":1144},"frontend/admin-panel/src/routes/adminRoutes.tsx":{"size":4643,"mtime_ns":1786944769526822700,"indexed_at_ns":1786946091050164400,"word_count":495},"frontend/admin-panel/src/services/api.ts":{"size":5190,"mtime_ns":1786896758433963000,"indexed_at_ns":1786946091056675900,"word_count":479},"frontend/admin-panel/src/store/adminAuthStore.ts":{"size":666,"mtime_ns":1786799852469037000,"indexed_at_ns":1786863539858627200,"word_count":65},"frontend/admin-panel/src/types/admin.ts":{"size":3773,"mtime_ns":1786894580154842300,"indexed_at_ns":1786946091067718500,"word_count":414},"frontend/admin-panel/tailwind.config.js":{"size":182,"mtime_ns":1783764561861721300,"indexed_at_ns":1786863539871727500,"word_count":20},"frontend/admin-panel/tsconfig.app.json":{"size":617,"mtime_ns":1783764561862859900,"indexed_at_ns":1786863680473847600,"word_count":47,"hashes":{"frontend/admin-panel/tsconfig.app.json":"b15d934d372b42fef3c150b90ab9dec888deeed53159fb9ebaf3ece2bc6896e9"}},"frontend/admin-panel/tsconfig.json":{"size":119,"mtime_ns":1783764561863393600,"indexed_at_ns":1786863680475351500,"word_count":15,"hashes":{"frontend/admin-panel/tsconfig.json":"7a6c2e21b6eaa2355b4e2ed29db2a767499a88498bde745cdccf3ba8c7f64f2b"}},"frontend/admin-panel/tsconfig.node.json":{"size":591,"mtime_ns":1783764561863923100,"indexed_at_ns":1786863680476356300,"word_count":44,"hashes":{"frontend/admin-panel/tsconfig.node.json":"035a8143cff9651dbb67885756a07cc3f8ed1c5dcbf04a6e2042600b7989d525"}},"frontend/admin-panel/vite.config.ts":{"size":161,"mtime_ns":1783764561864454900,"indexed_at_ns":1786863539894474200,"word_count":18},"frontend/application/AGENTS.md":{"size":760,"mtime_ns":1786885876870317000,"indexed_at_ns":1786946194631269100,"word_count":91,"hashes":{"frontend/application/agents.md":"26c7594b16f52dcd1085a81ac2dd55a924bf9badc3d339789c5a52657ad86ea7"}},"frontend/application/CLAUDE.md":{"size":11,"mtime_ns":1783764561866744500,"indexed_at_ns":1786863694066612200,"word_count":1,"hashes":{"frontend/application/claude.md":"0776fbbe8c29c6dc861efa70683090a370ab56dc77c22cb9de74895b4c783320"}},"frontend/application/README.md":{"size":1450,"mtime_ns":1783764561867354300,"indexed_at_ns":1786863694067611900,"word_count":155,"hashes":{"frontend/application/readme.md":"dd829cdf325092d859080ac1db3cbf2cca3198e72834f0f228495ef3c49a2240"}},"frontend/application/app/ClientLayout.tsx":{"size":5386,"mtime_ns":1786891855353571400,"indexed_at_ns":1786946091118817200,"word_count":486},"frontend/application/app/HomeClient.tsx":{"size":12981,"mtime_ns":1786946249969930000,"indexed_at_ns":1786948020492659800,"word_count":833},"frontend/application/app/about/page.tsx":{"size":6019,"mtime_ns":1786885876874317800,"indexed_at_ns":1786946091130517900,"word_count":507},"frontend/application/app/blog/[slug]/page.tsx":{"size":6663,"mtime_ns":1786885876877317400,"indexed_at_ns":1786946091138538500,"word_count":521},"frontend/application/app/blog/page.tsx":{"size":2058,"mtime_ns":1786885876878823400,"indexed_at_ns":1786946091144595700,"word_count":214},"frontend/application/app/catalog/CatalogClient.tsx":{"size":1389,"mtime_ns":1786872121566485100,"indexed_at_ns":1786877276794688700,"word_count":129},"frontend/application/app/catalog/page.tsx":{"size":1000,"mtime_ns":1786885876880832300,"indexed_at_ns":1786946091157620100,"word_count":99},"frontend/application/app/checkout/page.tsx":{"size":125,"mtime_ns":1783764561876442900,"indexed_at_ns":1786863539973147200,"word_count":13},"frontend/application/app/checkout/success/[id]/page.tsx":{"size":231,"mtime_ns":1783764561878668300,"indexed_at_ns":1786863539980152400,"word_count":31},"frontend/application/app/contact/page.tsx":{"size":1923,"mtime_ns":1786885876884352900,"indexed_at_ns":1786946091174222400,"word_count":169},"frontend/application/app/dashboard/page.tsx":{"size":133,"mtime_ns":1783764561880281000,"indexed_at_ns":1786863539993347900,"word_count":13},"frontend/application/app/error.tsx":{"size":383,"mtime_ns":1785148022478709000,"indexed_at_ns":1786863539998855700,"word_count":50},"frontend/application/app/layout.tsx":{"size":4001,"mtime_ns":1786885876886352200,"indexed_at_ns":1786946091201905500,"word_count":353},"frontend/application/app/loading.tsx":{"size":1373,"mtime_ns":1785148022487650000,"indexed_at_ns":1786863540025491400,"word_count":122},"frontend/application/app/not-found.tsx":{"size":124,"mtime_ns":1783764561891411400,"indexed_at_ns":1786863540032490900,"word_count":15},"frontend/application/app/page.tsx":{"size":2357,"mtime_ns":1786885876888872400,"indexed_at_ns":1786946091217128300,"word_count":224},"frontend/application/app/privacy/page.tsx":{"size":4367,"mtime_ns":1786885876892884700,"indexed_at_ns":1786946091229212900,"word_count":361},"frontend/application/app/profile/page.tsx":{"size":122,"mtime_ns":1783764561895258400,"indexed_at_ns":1786863540054231400,"word_count":13},"frontend/application/app/robots.ts":{"size":404,"mtime_ns":1783764561896486600,"indexed_at_ns":1786863540060459100,"word_count":38},"frontend/application/app/search/page.tsx":{"size":569,"mtime_ns":1786885876894884000,"indexed_at_ns":1786946091253347100,"word_count":65},"frontend/application/app/shop/[slug]/page.tsx":{"size":4439,"mtime_ns":1786885876896885400,"indexed_at_ns":1786946091261392900,"word_count":388},"frontend/application/app/shop/page.tsx":{"size":2025,"mtime_ns":1786885876899395900,"indexed_at_ns":1786946091268392700,"word_count":211},"frontend/application/app/sitemap.ts":{"size":2040,"mtime_ns":1786799852565744400,"indexed_at_ns":1786863540085699800,"word_count":191},"frontend/application/app/track/page.tsx":{"size":129,"mtime_ns":1783764561901903300,"indexed_at_ns":1786863540091699600,"word_count":13},"frontend/application/app/trust-seals/page.tsx":{"size":6722,"mtime_ns":1786885876903404600,"indexed_at_ns":1786946091292478900,"word_count":528},"frontend/application/app/videos/page.tsx":{"size":117,"mtime_ns":1783764561902986700,"indexed_at_ns":1786863540105289000,"word_count":13},"frontend/application/app/wiki/[slug]/page.tsx":{"size":2325,"mtime_ns":1784033954808355000,"indexed_at_ns":1786863540118520300,"word_count":234},"frontend/application/app/wiki/page.tsx":{"size":1242,"mtime_ns":1786885876905476200,"indexed_at_ns":1786946091316862200,"word_count":122},"frontend/application/components/AddressModal.tsx":{"size":16148,"mtime_ns":1786799852571178400,"indexed_at_ns":1786863540130732600,"word_count":1109},"frontend/application/components/ArchivePage.tsx":{"size":34996,"mtime_ns":1786946249970928600,"indexed_at_ns":1786948020661873800,"word_count":2734},"frontend/application/components/AuthModal.tsx":{"size":44845,"mtime_ns":1786891855357691900,"indexed_at_ns":1786946091341971300,"word_count":2978},"frontend/application/components/B2BPortal.tsx":{"size":14014,"mtime_ns":1786894580156857600,"indexed_at_ns":1786946091352003200,"word_count":1094},"frontend/application/components/BackButton.tsx":{"size":1105,"mtime_ns":1786799852597341400,"indexed_at_ns":1786863540159500900,"word_count":116},"frontend/application/components/BlogPage.tsx":{"size":24606,"mtime_ns":1786885876915228400,"indexed_at_ns":1786946091379813700,"word_count":1509},"frontend/application/components/CartDrawer.tsx":{"size":20230,"mtime_ns":1786799852599390300,"indexed_at_ns":1786863540173272000,"word_count":1339},"frontend/application/components/CheckoutPage.tsx":{"size":49167,"mtime_ns":1786954681837053700,"indexed_at_ns":1786955475260251400,"word_count":3305},"frontend/application/components/ContactFormClient.tsx":{"size":10541,"mtime_ns":1786885876918218600,"indexed_at_ns":1786946091414963400,"word_count":775},"frontend/application/components/DeleteConfirmModal.tsx":{"size":2328,"mtime_ns":1786799852608752300,"indexed_at_ns":1786863540195843400,"word_count":195},"frontend/application/components/EnamadBadge.tsx":{"size":1516,"mtime_ns":1786799852612361900,"indexed_at_ns":1786863540202352600,"word_count":114},"frontend/application/components/ErrorBoundary.tsx":{"size":2617,"mtime_ns":1786799852614549600,"indexed_at_ns":1786863540208609600,"word_count":235},"frontend/application/components/ErrorPages.tsx":{"size":2809,"mtime_ns":1786885876920726400,"indexed_at_ns":1786946091441576800,"word_count":243},"frontend/application/components/FeaturedProducts.tsx":{"size":9923,"mtime_ns":1786799852624407000,"indexed_at_ns":1786863540221425100,"word_count":840},"frontend/application/components/Footer.tsx":{"size":12503,"mtime_ns":1786946249976949900,"indexed_at_ns":1786948020743638300,"word_count":843},"frontend/application/components/Header.tsx":{"size":28516,"mtime_ns":1786946249979030000,"indexed_at_ns":1786948020750142300,"word_count":2014},"frontend/application/components/HeaderButton.tsx":{"size":2242,"mtime_ns":1786799852637156100,"indexed_at_ns":1786863540242057800,"word_count":208},"frontend/application/components/Hero.tsx":{"size":18439,"mtime_ns":1786954681838055000,"indexed_at_ns":1786955475315416600,"word_count":1541},"frontend/application/components/IngredientWiki.tsx":{"size":19123,"mtime_ns":1786958978739412900,"indexed_at_ns":1786960870025239000,"word_count":1454},"frontend/application/components/LoginModal.tsx":{"size":13846,"mtime_ns":1786885876932267500,"indexed_at_ns":1786946091505536900,"word_count":1121},"frontend/application/components/MaintenancePage.tsx":{"size":3686,"mtime_ns":1786946249984693000,"indexed_at_ns":1786948020776802400,"word_count":313},"frontend/application/components/NetworkBanner.tsx":{"size":2350,"mtime_ns":1786799852662138900,"indexed_at_ns":1786863540279146900,"word_count":214},"frontend/application/components/OrderDetailsModal.tsx":{"size":33085,"mtime_ns":1786944769533340100,"indexed_at_ns":1786946091537915100,"word_count":2354},"frontend/application/components/OrderSuccess.tsx":{"size":6396,"mtime_ns":1786799852665542300,"indexed_at_ns":1786863540291787200,"word_count":521},"frontend/application/components/OrderTracking.tsx":{"size":9105,"mtime_ns":1786885876938266000,"indexed_at_ns":1786946091555171900,"word_count":663},"frontend/application/components/PetProfile.tsx":{"size":77128,"mtime_ns":1786954681840286300,"indexed_at_ns":1786955475359709700,"word_count":5484},"frontend/application/components/PrescriptionUploadModal.tsx":{"size":18235,"mtime_ns":1786954681842298400,"indexed_at_ns":1786955475367584500,"word_count":1302},"frontend/application/components/ProductPage.tsx":{"size":56515,"mtime_ns":1786946249988814300,"indexed_at_ns":1786948020812227700,"word_count":4070},"frontend/application/components/SafeImage.tsx":{"size":2054,"mtime_ns":1786885876949569800,"indexed_at_ns":1786946091605553100,"word_count":187},"frontend/application/components/SearchResultsPage.tsx":{"size":8335,"mtime_ns":1786799852701578200,"indexed_at_ns":1786863540335701600,"word_count":594},"frontend/application/components/SearchableSelect.tsx":{"size":4375,"mtime_ns":1785575516155554800,"indexed_at_ns":1786863540342211100,"word_count":336},"frontend/application/components/Skeleton.tsx":{"size":3084,"mtime_ns":1783764561943996900,"indexed_at_ns":1786863540349888700,"word_count":291},"frontend/application/components/SmartAdvisor.tsx":{"size":33571,"mtime_ns":1786894580167908400,"indexed_at_ns":1786946091629542000,"word_count":2534},"frontend/application/components/TickerBanner.tsx":{"size":1605,"mtime_ns":1786885876960835800,"indexed_at_ns":1786946091635653200,"word_count":140},"frontend/application/components/Tooltip.tsx":{"size":2771,"mtime_ns":1786885876964103200,"indexed_at_ns":1786946091641165300,"word_count":227},"frontend/application/components/TopUpModal.tsx":{"size":9142,"mtime_ns":1786890779336880900,"indexed_at_ns":1786946091647541000,"word_count":717},"frontend/application/components/UserDashboard.tsx":{"size":90847,"mtime_ns":1786954681843296800,"indexed_at_ns":1786955475425357400,"word_count":5771},"frontend/application/components/VetGallery.tsx":{"size":9590,"mtime_ns":1786885876970368900,"indexed_at_ns":1786946091663117600,"word_count":759},"frontend/application/components/VideosPage.tsx":{"size":9404,"mtime_ns":1786885876974175000,"indexed_at_ns":1786946091669350600,"word_count":681},"frontend/application/components/__tests__/CartDrawer.test.tsx":{"size":3197,"mtime_ns":1786799852761825800,"indexed_at_ns":1786863540412200800,"word_count":285},"frontend/application/components/__tests__/FeaturedProducts.test.tsx":{"size":3115,"mtime_ns":1786799852765632100,"indexed_at_ns":1786863540419710400,"word_count":242},"frontend/application/components/__tests__/Footer.test.tsx":{"size":1649,"mtime_ns":1786885876976595100,"indexed_at_ns":1786946091695116800,"word_count":139},"frontend/application/components/__tests__/Header.test.tsx":{"size":3277,"mtime_ns":1786799852770019100,"indexed_at_ns":1786863540434730400,"word_count":261},"frontend/application/components/__tests__/Hero.test.tsx":{"size":1980,"mtime_ns":1786799852776010800,"indexed_at_ns":1786863540442340400,"word_count":192},"frontend/application/components/__tests__/Tooltip.test.tsx":{"size":1508,"mtime_ns":1786799852784348900,"indexed_at_ns":1786863540450854900,"word_count":137},"frontend/application/eslint.config.mjs":{"size":465,"mtime_ns":1785651092993484500,"indexed_at_ns":1786863540456944500,"word_count":42},"frontend/application/lib/data/products.ts":{"size":103445,"mtime_ns":1786958978741515600,"indexed_at_ns":1786960870207201300,"word_count":9675},"frontend/application/lib/data/provinces.ts":{"size":2993,"mtime_ns":1785571725610676000,"indexed_at_ns":1786863540475337300,"word_count":203},"frontend/application/lib/data/scientificTerms.ts":{"size":18042,"mtime_ns":1786958978743097300,"indexed_at_ns":1786960870219714000,"word_count":1756},"frontend/application/lib/hooks/useNetworkStatus.ts":{"size":610,"mtime_ns":1786799852793488000,"indexed_at_ns":1786863540490904900,"word_count":59},"frontend/application/lib/services/api.ts":{"size":3694,"mtime_ns":1786954681844297300,"indexed_at_ns":1786955475523413700,"word_count":391},"frontend/application/lib/services/authService.ts":{"size":4524,"mtime_ns":1786885876986184800,"indexed_at_ns":1786946091788097500,"word_count":509},"frontend/application/lib/services/orderService.ts":{"size":2428,"mtime_ns":1786799852810726500,"indexed_at_ns":1786863540512358400,"word_count":279},"frontend/application/lib/services/productService.ts":{"size":9733,"mtime_ns":1786946249990927500,"indexed_at_ns":1786948020972782900,"word_count":918},"frontend/application/lib/services/videoService.ts":{"size":1015,"mtime_ns":1786799852818516100,"indexed_at_ns":1786863540526453400,"word_count":128},"frontend/application/lib/store/__tests__/cartStore.test.ts":{"size":4430,"mtime_ns":1786799852822036900,"indexed_at_ns":1786863540533965000,"word_count":386},"frontend/application/lib/store/__tests__/settingsStore.test.ts":{"size":1949,"mtime_ns":1783856793043803200,"indexed_at_ns":1786863540540796300,"word_count":194},"frontend/application/lib/store/__tests__/userStore.test.ts":{"size":3639,"mtime_ns":1786799852825547700,"indexed_at_ns":1786863540547305500,"word_count":289},"frontend/application/lib/store/cartStore.ts":{"size":6972,"mtime_ns":1786895436235684300,"indexed_at_ns":1786946091844031100,"word_count":697},"frontend/application/lib/store/settingsStore.ts":{"size":3630,"mtime_ns":1786948119787096800,"indexed_at_ns":1786954590768008200,"word_count":371},"frontend/application/lib/store/uiStore.ts":{"size":872,"mtime_ns":1786799852833588000,"indexed_at_ns":1786863540568531000,"word_count":100},"frontend/application/lib/store/usePetStore.ts":{"size":8680,"mtime_ns":1786954681845300600,"indexed_at_ns":1786955475589806900,"word_count":850},"frontend/application/lib/store/userStore.ts":{"size":10236,"mtime_ns":1786885876994698300,"indexed_at_ns":1786946091871573500,"word_count":883},"frontend/application/lib/types.ts":{"size":2194,"mtime_ns":1786799852840111800,"indexed_at_ns":1786863540590778900,"word_count":237},"frontend/application/lib/utils.ts":{"size":478,"mtime_ns":1786799852847284000,"indexed_at_ns":1786863540596780000,"word_count":61},"frontend/application/next.config.ts":{"size":1764,"mtime_ns":1786870552898769500,"indexed_at_ns":1786877277293787300,"word_count":169},"frontend/application/package.json":{"size":844,"mtime_ns":1786799852863132300,"indexed_at_ns":1786863680477356100,"word_count":72,"hashes":{"frontend/application/package.json":"3ffd8078128454f22679add155e8304ffb9476e630e847cd895ffb1422db1b5f"}},"frontend/application/postcss.config.mjs":{"size":94,"mtime_ns":1783764561988252100,"indexed_at_ns":1786863540617596000,"word_count":13},"frontend/application/public/assets/images/hero-section-image.png":{"size":6990105,"mtime_ns":1783856793095044200,"indexed_at_ns":1786863694135258700,"word_count":267685,"hashes":{"frontend/application/public/assets/images/hero-section-image.png":"13c3a8c4b520c0f0500833b266f6e4755a2c0e86904dc89c1d0243136cd9e090"}},"frontend/application/public/assets/images/regenerated_image_1779109861747.png":{"size":2269101,"mtime_ns":1783764562014110300,"indexed_at_ns":1786863694155060900,"word_count":84979,"hashes":{"frontend/application/public/assets/images/regenerated_image_1779109861747.png":"1dad8a2330655c9068cefc35c7e69370d06305219d6a38d82630043805ac39a9"}},"frontend/application/public/file.svg":{"size":391,"mtime_ns":1783764562016213600,"indexed_at_ns":1786863694164180800,"word_count":50,"hashes":{"frontend/application/public/file.svg":"1119e2ef995a10263472a09138d843b9f5924e1f4b6f84d2168226327ace0be1"}},"frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856793098052000,"indexed_at_ns":1786863694070120000,"word_count":15,"hashes":{"frontend/application/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"6c2a924fd200fa301020be822d33307191d295b2c6b7e731785c02929b6a0fb1"}},"frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856793107660400,"indexed_at_ns":1786863694072123000,"word_count":15,"hashes":{"frontend/application/public/fonts/irannastaliq/irannastaliq/read me!.txt":"79166364479f09a129d20f508898f5a23d90937b337db1d2c2a64c2cda022e1f"}},"frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856793113660500,"indexed_at_ns":1786863694073120500,"word_count":1077,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/changelog.md":"be9b046e69dc5442c30d61cca51a69e4238f861da265d1ce8cd0192bafce40a9"}},"frontend/application/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856793156251700,"indexed_at_ns":1786863694075624200,"word_count":366,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/readme.md":"9b0e689f6474b487d70db0ecb05321072f15df92266522497b60aaa47579aac5"}},"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856793229119700,"indexed_at_ns":1786863694169221500,"word_count":10881,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"0825bc4a5adf33cea89ddbb0754a9951481f92beed22cc4ae9be5c59c8847c7f"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856793230118600,"indexed_at_ns":1786863694077307600,"word_count":951,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/changelog.md":"575542fd432a1b489570fce6eead03ca964b61d038ee9f3bd9181d6c07fec8b2"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856793279542700,"indexed_at_ns":1786863694079312500,"word_count":283,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/readme.md":"f9e5953869832730d4169ced95c5b978ef4d156f0114de6b27f37025fd5e7054"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856793315146800,"indexed_at_ns":1786863694176105400,"word_count":2615,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":"01816e4165a20a19dbd7c57390bc7d06119e51479c968568396df53bd3116fec"}},"frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856793316155600,"indexed_at_ns":1786863694080379500,"word_count":55,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/authors.txt":"0c05de46944017b09527017814eae25279495af7920f59181720a034e84ab759"}},"frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856793317690100,"indexed_at_ns":1786863694082379200,"word_count":5086,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/changelog.md":"323e095d50626f73023efa85133687134ad8808333e908c41b9a3e61f225edbf"}},"frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856793319422000,"indexed_at_ns":1786863694084379300,"word_count":671,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/ofl.txt":"756a84fec3f8eaf480849631710c21e3d503b11e50081b84fb4d31a4d970208a"}},"frontend/application/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856793320489000,"indexed_at_ns":1786863694085379400,"word_count":270,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/readme.md":"cee7881a2b9d08b4fe358b683fdde88fa7f8fafb7f53852216a080d291460ca0"}},"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856793668096800,"indexed_at_ns":1786863694087379500,"word_count":14,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"aa327615c816569057ced5f2c9993f791a1521e2bd4eab0ab992baf173159217"}},"frontend/application/public/globe.svg":{"size":1035,"mtime_ns":1783764562016720700,"indexed_at_ns":1786863694180121600,"word_count":154,"hashes":{"frontend/application/public/globe.svg":"93cd319cc2847a02f77034690697e90991e4e520dddb486c49db6d157f61a410"}},"frontend/application/public/next.svg":{"size":1375,"mtime_ns":1783764562018238900,"indexed_at_ns":1786863694181884500,"word_count":183,"hashes":{"frontend/application/public/next.svg":"b30f61c9863dba2a8d332f310e20fbca37330c1c68612d0f0b453a0b202e836a"}},"frontend/application/public/vercel.svg":{"size":128,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694184891200,"word_count":12,"hashes":{"frontend/application/public/vercel.svg":"c88132dfd92b424991c922c4121ed83833f9a07d7046def18dd3ccd44ac25e84"}},"frontend/application/public/window.svg":{"size":385,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694190022700,"word_count":63,"hashes":{"frontend/application/public/window.svg":"20a1be5f2149ff9ae12c5facdd302bc535ba215694bf31eea01cd014322d20fa"}},"frontend/application/tsconfig.json":{"size":750,"mtime_ns":1786799852865640000,"indexed_at_ns":1786863680478356000,"word_count":61,"hashes":{"frontend/application/tsconfig.json":"adcade0f962ec5888be99b4b1402d98812cfd570b0c5669bda73142b2cb9210d"}},"frontend/application/vitest.config.ts":{"size":244,"mtime_ns":1786799852868652900,"indexed_at_ns":1786863544320193300,"word_count":25},"frontend/application/vitest.setup.ts":{"size":532,"mtime_ns":1786799852870650700,"indexed_at_ns":1786863544326240200,"word_count":58},"metadata.json":{"size":334,"mtime_ns":1783856793672137200,"indexed_at_ns":1786863680479357400,"word_count":35,"hashes":{"metadata.json":"c44b4c4ba60752554ceae65e2f22bddb756cbeb25a4a31ee79160b6eb182255a"}},"package.json":{"size":992,"mtime_ns":1783856793674105800,"indexed_at_ns":1786863680481374200,"word_count":118,"hashes":{"package.json":"0157b70b08d4db87730d29b1da6749d719cc3f815c2c01d0c5cd29042f4d0bcf"}},"prometheus.yml":{"size":164,"mtime_ns":1783764562027779300,"indexed_at_ns":1786863694089379300,"word_count":13,"hashes":{"prometheus.yml":"6efadd3eaf7bcdf8e425488e92b4262447caba278f55a179b9bd4a12d5dfc721"}},"scripts/backup_db.sh":{"size":1362,"mtime_ns":1786799852876784600,"indexed_at_ns":1786863680482378900,"word_count":134,"hashes":{"scripts/backup_db.sh":"f90cf2d0c954f3eaca83566ccb365bff62fd97a2af0225816c19902ee4dfdd6c"}},"scripts/compose.prod.yml":{"size":2090,"mtime_ns":1786877667023527700,"indexed_at_ns":1786946194640744100,"word_count":117,"hashes":{"scripts/compose.prod.yml":"ec4c7444d425a241f744073f8c860282daa97a899b67b302bef2c2d0d92062f5"}},"scripts/compose.stage.yml":{"size":2481,"mtime_ns":1786883225890948000,"indexed_at_ns":1786946194641744700,"word_count":134,"hashes":{"scripts/compose.stage.yml":"84cdc3265d9a75ab71d28d033b18c0edc7738d768b01b1e5f4c6bd3dba3e020b"}},"scripts/deploy.sh":{"size":3099,"mtime_ns":1786870553126345000,"indexed_at_ns":1786877281716813800,"word_count":309,"hashes":{"scripts/deploy.sh":"c6caeffd50f1035595e5733fb61f62e55d6f2f7a5b17e649b7a256182cb004d6"}},"scripts/open-browsers.js":{"size":1551,"mtime_ns":1783764562028780800,"indexed_at_ns":1786863544379330800,"word_count":202},"scripts/start-dev.js":{"size":1332,"mtime_ns":1783766217319524600,"indexed_at_ns":1786863544385074200,"word_count":148},"start.sh":{"size":26,"mtime_ns":1784033954813080300,"indexed_at_ns":1786863680484972600,"word_count":4,"hashes":{"start.sh":"694c258b963c309734a3316c770f5fef29703bc6f24754b04155fd8db94cf862"}},"swagger.yml":{"size":95785,"mtime_ns":1786799852892091600,"indexed_at_ns":1786863694094028500,"word_count":7031,"hashes":{"swagger.yml":"9ee34edd53820461e0a043109976532a305cb26a4ff9e265eb8a5883dd42dd53"}},".antigravity/instructions.md":{"size":226,"mtime_ns":1786870552833405800,"indexed_at_ns":1786877281836081000,"word_count":29,"hashes":{".antigravity/instructions.md":"8d8f5c1bbdbb7b8045e02b06a50e68d3fcfabfb2d65f8ac1cd86168dc8a8cc96"}},".antigravity/workflows/graphify.md":{"size":43292,"mtime_ns":1786870552837921500,"indexed_at_ns":1786877281837081200,"word_count":5442,"hashes":{".antigravity/workflows/graphify.md":"0c16b701a50d64f741f6de107c49584012a8dd7f5e922af9f79754540629e2fe"}},".agents/rules/graphify.md":{"size":933,"mtime_ns":1786870552830271100,"indexed_at_ns":1786877281724557600,"word_count":127,"hashes":{".agents/rules/graphify.md":"26f2577a68d808f7f33ec3e418b95b635aec180d93b22b975e9ae67c47e361c8"}},".agents/workflows/graphify.md":{"size":229,"mtime_ns":1786870552832398300,"indexed_at_ns":1786877281726150800,"word_count":37,"hashes":{".agents/workflows/graphify.md":"a81e2d017e0669c71099362b20854e4d9ed68753f1c240d0682120bdb9aa3c72"}},"backend/src/payment/dto/initiate-payment.dto.ts":{"size":775,"mtime_ns":1786870552874246400,"indexed_at_ns":1786877271375657600,"word_count":69},"backend/src/payment/dto/verify-payment.dto.ts":{"size":1421,"mtime_ns":1786894580126857900,"indexed_at_ns":1786946086330048800,"word_count":126},"backend/src/payment/payment.controller.ts":{"size":8567,"mtime_ns":1786891855343844100,"indexed_at_ns":1786946086341392100,"word_count":738},"backend/src/payment/payment.module.ts":{"size":511,"mtime_ns":1786870552877757300,"indexed_at_ns":1786877271399883800,"word_count":53},"backend/src/payment/payment.service.ts":{"size":29807,"mtime_ns":1786892646036748700,"indexed_at_ns":1786946086353461100,"word_count":2694},"backend/src/payment/zibal.service.ts":{"size":12238,"mtime_ns":1786891855350041800,"indexed_at_ns":1786946086361175000,"word_count":1211},"frontend/application/app/payment/verify/page.tsx":{"size":14338,"mtime_ns":1786891855356078600,"indexed_at_ns":1786946091223701800,"word_count":1094},"AGENTS.md":{"size":226,"mtime_ns":1786870552862708600,"indexed_at_ns":1786877281874765400,"word_count":29,"hashes":{"agents.md":"b664c2bb6d85e009d7495bcd9c3d52c419176473cd4e19362fd4256616076151"}},"frontend/admin-panel/src/pages/SmsSettingsPage.tsx":{"size":74343,"mtime_ns":1786892646043750000,"indexed_at_ns":1786946090982076100,"word_count":5104},"backend/src/payment/dto/admin-transaction-filter.dto.ts":{"size":2028,"mtime_ns":1786870552873240900,"indexed_at_ns":1786877271369346300,"word_count":191},"frontend/admin-panel/src/pages/Transactions.tsx":{"size":38091,"mtime_ns":1786894580150141800,"indexed_at_ns":1786946091012227900,"word_count":2640},"backend/src/payment/interfaces/payment-gateway.interface.ts":{"size":1330,"mtime_ns":1786870552876751100,"indexed_at_ns":1786877271387776900,"word_count":128},"frontend/application/components/catalog/CatalogPageSpread.tsx":{"size":24099,"mtime_ns":1786885876979161800,"indexed_at_ns":1786946091728992400,"word_count":1912},"frontend/application/components/catalog/FlipbookCatalog.tsx":{"size":32968,"mtime_ns":1786885876982161900,"indexed_at_ns":1786946091735990100,"word_count":2807},"frontend/application/components/catalog/ProductDetailModal.tsx":{"size":7763,"mtime_ns":1786872121572482100,"indexed_at_ns":1786877277178724400,"word_count":557},"backend/scripts/generate-openapi.d.ts":{"size":11,"mtime_ns":1786883225777483700,"indexed_at_ns":1786946085729741600,"word_count":2},"backend/scripts/generate-openapi.js":{"size":2965,"mtime_ns":1786883225779120000,"indexed_at_ns":1786946085735928200,"word_count":309},"backend/src/admin/dto/user.dto.ts":{"size":2793,"mtime_ns":1786883225785846400,"indexed_at_ns":1786946085817544400,"word_count":259},"backend/src/admin/ssl.controller.ts":{"size":3357,"mtime_ns":1786877667007047900,"indexed_at_ns":1786946085862558800,"word_count":296},"backend/src/admin/ssl.service.ts":{"size":6366,"mtime_ns":1786877667009063600,"indexed_at_ns":1786946085870189500,"word_count":595},"backend/src/auth/auth.constants.ts":{"size":462,"mtime_ns":1786883225787855500,"indexed_at_ns":1786946085910556000,"word_count":32},"backend/src/common/utils/phone.utils.ts":{"size":1089,"mtime_ns":1786883225801396000,"indexed_at_ns":1786946086201654400,"word_count":149},"backend/src/reviews/dto/create-review.dto.ts":{"size":895,"mtime_ns":1786944769513302000,"indexed_at_ns":1786946086494267400,"word_count":92},"backend/src/reviews/dto/update-review.dto.ts":{"size":519,"mtime_ns":1786944769515314300,"indexed_at_ns":1786946086499267300,"word_count":53},"backend/src/reviews/reviews.controller.ts":{"size":3221,"mtime_ns":1786944769516312000,"indexed_at_ns":1786946086504447100,"word_count":314},"backend/src/reviews/reviews.module.ts":{"size":374,"mtime_ns":1786944769517310800,"indexed_at_ns":1786946086510019800,"word_count":38},"backend/src/reviews/reviews.service.ts":{"size":6255,"mtime_ns":1786944769518311000,"indexed_at_ns":1786946086514718600,"word_count":684},"backend/src/settings/default-ui-texts.ts":{"size":10275,"mtime_ns":1786946249961418900,"indexed_at_ns":1786948015970729400,"word_count":819},"backend/src/settings/dto/sms-log-query.dto.ts":{"size":1306,"mtime_ns":1786883225805456300,"indexed_at_ns":1786946086541006400,"word_count":125},"backend/src/tickets/dto/create-ticket.dto.ts":{"size":2256,"mtime_ns":1786890779319295100,"indexed_at_ns":1786946086613116500,"word_count":201},"backend/src/tickets/dto/ticket-query.dto.ts":{"size":1074,"mtime_ns":1786890779319295100,"indexed_at_ns":1786946086618690800,"word_count":106},"backend/src/tickets/tickets.controller.ts":{"size":3095,"mtime_ns":1786890779321298500,"indexed_at_ns":1786946086625253800,"word_count":291},"backend/src/tickets/tickets.module.ts":{"size":374,"mtime_ns":1786890779322296800,"indexed_at_ns":1786946086630763500,"word_count":38},"backend/src/tickets/tickets.service.ts":{"size":7221,"mtime_ns":1786890779323295600,"indexed_at_ns":1786946086636270900,"word_count":779},"frontend/admin-panel/src/pages/Reviews.tsx":{"size":21507,"mtime_ns":1786944769523816800,"indexed_at_ns":1786946090956397100,"word_count":1540},"frontend/admin-panel/src/pages/SslSettingsPage.tsx":{"size":26036,"mtime_ns":1786877667019013700,"indexed_at_ns":1786946090988586900,"word_count":1913},"frontend/admin-panel/src/pages/Tickets.tsx":{"size":20881,"mtime_ns":1786890779327298800,"indexed_at_ns":1786946091006127300,"word_count":1511},"frontend/application/components/BannerPlacement.tsx":{"size":7607,"mtime_ns":1786946249971933900,"indexed_at_ns":1786948020684317000,"word_count":523},"frontend/application/components/BrandLogo.tsx":{"size":3103,"mtime_ns":1786946249972931000,"indexed_at_ns":1786948020695524700,"word_count":272},"frontend/application/components/ProductReviews.tsx":{"size":15995,"mtime_ns":1786944769535854900,"indexed_at_ns":1786946091596213200,"word_count":1188},"frontend/application/lib/services/ticketService.ts":{"size":1569,"mtime_ns":1786890779340901800,"indexed_at_ns":1786946091806644600,"word_count":170},"frontend/admin-panel/src/components/ui/PriceInput.tsx":{"size":2633,"mtime_ns":1786948119771162400,"indexed_at_ns":1786954589946615200,"word_count":267},"frontend/admin-panel/src/components/ui/Badge.tsx":{"size":1155,"mtime_ns":1786954681822897500,"indexed_at_ns":1786955474687409500,"word_count":122},"frontend/admin-panel/src/components/ui/FormField.tsx":{"size":1683,"mtime_ns":1786954681823527000,"indexed_at_ns":1786955474700715800,"word_count":148},"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx":{"size":3351,"mtime_ns":1786954681824534900,"indexed_at_ns":1786955474706795000,"word_count":270},"frontend/admin-panel/src/components/ui/Input.tsx":{"size":1747,"mtime_ns":1786954681825535900,"indexed_at_ns":1786955474713870800,"word_count":147},"frontend/admin-panel/src/components/ui/Select.tsx":{"size":1881,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474739346400,"word_count":160},"frontend/admin-panel/src/components/ui/Textarea.tsx":{"size":1287,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474757094100,"word_count":110},"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx":{"size":1623,"mtime_ns":1786954681830044900,"indexed_at_ns":1786955474763662100,"word_count":143},"backend/prisma/tsconfig.json":{"size":194,"mtime_ns":1786961195300236300,"indexed_at_ns":1786961213068053400,"word_count":17}} \ No newline at end of file +{".ai_agency/AGENCY.md":{"size":8757,"mtime_ns":1785148021979607300,"indexed_at_ns":1786863693890454700,"word_count":1161,"hashes":{".ai_agency/agency.md":"88c7c13583a91fc7e41ce055fede9dce20f181e8d264557808989965e83a9030"}},".ai_agency/agents/00_intake.md":{"size":3819,"mtime_ns":1785148021984319000,"indexed_at_ns":1786863693892455200,"word_count":500,"hashes":{".ai_agency/agents/00_intake.md":"9dc8d7eeda0655717dc5b9d2f8572c47567b88ca88de7e4e5bf59869077ff407"}},".ai_agency/agents/01_auditor.md":{"size":3643,"mtime_ns":1785148021987782800,"indexed_at_ns":1786863693894964400,"word_count":467,"hashes":{".ai_agency/agents/01_auditor.md":"37ae09614034d9b5c855e0132b59a5e3cfd2fc38c54d1a5386fa43ba488c4d4d"}},".ai_agency/agents/02_ceo.md":{"size":2341,"mtime_ns":1785148021998374800,"indexed_at_ns":1786863693896964700,"word_count":294,"hashes":{".ai_agency/agents/02_ceo.md":"b4a76df6483fd52e1b9f1e70765b3f7b6d134dc003ef2ad0cb86b952c869c4a5"}},".ai_agency/agents/03_product_manager.md":{"size":8422,"mtime_ns":1785148022001968200,"indexed_at_ns":1786863693898470300,"word_count":1076,"hashes":{".ai_agency/agents/03_product_manager.md":"1927827474b1dd6fd4976af45b51f1ad3128fe3305c3af22639ab2584e8f0b55"}},".ai_agency/agents/04_architect.md":{"size":3603,"mtime_ns":1785148022004966000,"indexed_at_ns":1786863693899999300,"word_count":448,"hashes":{".ai_agency/agents/04_architect.md":"c96b04d5af093f455fa3c64ae177a69421e8150eb38c70bb8587b5a14e7d3ca8"}},".ai_agency/agents/05_dev_backend.md":{"size":7142,"mtime_ns":1785148022012481200,"indexed_at_ns":1786863693901997700,"word_count":953,"hashes":{".ai_agency/agents/05_dev_backend.md":"143a7c8a6fbedcd837d647efddb9f6b49074583502bd77f24c955bd86a6f3df8"}},".ai_agency/agents/06_dev_frontend.md":{"size":7518,"mtime_ns":1785148022017020100,"indexed_at_ns":1786863693902997800,"word_count":1011,"hashes":{".ai_agency/agents/06_dev_frontend.md":"e69679636d42dd626c7c76ddc96e1ddb656ab5b9ee912b89adcc7a9338f34a0b"}},".ai_agency/agents/07_qa_engineer.md":{"size":3764,"mtime_ns":1785148022020044600,"indexed_at_ns":1786863693905070800,"word_count":507,"hashes":{".ai_agency/agents/07_qa_engineer.md":"2616ef2b3ac39ded45fc669d5b5b140e72953fe61a819966fb040382e9b47d45"}},".ai_agency/agents/08_visual_qa.md":{"size":7910,"mtime_ns":1785148022030083200,"indexed_at_ns":1786863693907111900,"word_count":1121,"hashes":{".ai_agency/agents/08_visual_qa.md":"17a5a74039e8a9d7cb40c5bc3c616c7c92d53401efd92d0675d4bbe5e90572a8"}},".ai_agency/agents/09_devops_security.md":{"size":6825,"mtime_ns":1785148022034087400,"indexed_at_ns":1786863693908113400,"word_count":908,"hashes":{".ai_agency/agents/09_devops_security.md":"315bd3cee954ac3496da8db1b1718b75ab3822ec3a90f99bc77767ca99482edf"}},".ai_agency/agents/10_tech_writer.md":{"size":3119,"mtime_ns":1785148022037082600,"indexed_at_ns":1786863693910113400,"word_count":408,"hashes":{".ai_agency/agents/10_tech_writer.md":"3527b44265fec2472cc20ca4641667e1fa3d38cbc9b2fbf9a946ee1e531e9e37"}},".ai_agency/agents/11_deploy.md":{"size":3956,"mtime_ns":1785148022040602600,"indexed_at_ns":1786863693912113300,"word_count":537,"hashes":{".ai_agency/agents/11_deploy.md":"8169bc98b249cd83ba21551dea082f69dfa6deca5f5e4a7f2739a28746c143f9"}},".ai_agency/agents/12_seo_content.md":{"size":10963,"mtime_ns":1785148022048603900,"indexed_at_ns":1786863693913112900,"word_count":1539,"hashes":{".ai_agency/agents/12_seo_content.md":"2f50eb9db8bf1ad7bc23c7d8c3a4f167a2daafb73f095db9237c5bdb20e7a5f4"}},".ai_agency/memory/agent_outputs/README.txt":{"size":290,"mtime_ns":1785148022052150400,"indexed_at_ns":1786863693914617900,"word_count":34,"hashes":{".ai_agency/memory/agent_outputs/readme.txt":"49b19b781e865081a74a0a87282e6c266e373f443a79e0758ef60a6e644c6e04"}},".ai_agency/memory/backlog.json":{"size":10711,"mtime_ns":1785330750958890900,"indexed_at_ns":1786863680433252400,"word_count":981,"hashes":{".ai_agency/memory/backlog.json":"6bf3150a1877d03d03b368df21b84071381b1bb8cd03e3721fa9f8e6c38355be"}},".ai_agency/memory/scratchpad.md":{"size":1879,"mtime_ns":1785148022065114400,"indexed_at_ns":1786863693916623700,"word_count":249,"hashes":{".ai_agency/memory/scratchpad.md":"9d0f687cf8e95c6335f1efb070da8029878417c28117e3b89aa8536ad70a5b95"}},".ai_agency/memory/state.json":{"size":3654,"mtime_ns":1785330750963913800,"indexed_at_ns":1786863680437228800,"word_count":254,"hashes":{".ai_agency/memory/state.json":"1204676f8f295d89733888bb87936061b7a700df0cc936fbf08fd5269b534e8d"}},".ai_agency/orchestrate.py":{"size":6800,"mtime_ns":1785148022072662500,"indexed_at_ns":1786863680437736800,"word_count":644,"hashes":{".ai_agency/orchestrate.py":"90ec787fdd4c71f5203c56b6899aadcc26e6e0bad0cc576d2f982aa42eed42e1"}},".ai_agency/specs/api_contract.md":{"size":1515,"mtime_ns":1785148022077664900,"indexed_at_ns":1786863693918623100,"word_count":139,"hashes":{".ai_agency/specs/api_contract.md":"ea0911b6a5ad6a908ab707f7553f5f24712c1e198fd79255fa85e3249150e8b4"}},".ai_agency/specs/architecture_spec.md":{"size":790,"mtime_ns":1785148022082260900,"indexed_at_ns":1786863693919623000,"word_count":99,"hashes":{".ai_agency/specs/architecture_spec.md":"6269043f6a144e8ac86ff1db7e014075185e5675a4a0ee23e99e70d88253b8af"}},".ai_agency/specs/prd.md":{"size":724,"mtime_ns":1785148022087251600,"indexed_at_ns":1786863693921188600,"word_count":96,"hashes":{".ai_agency/specs/prd.md":"1c6d5a0ec8a709a2b3aed28225f5fe148ad2d75851d45699187678d055947b11"}},".ai_agency/specs/project_health.md":{"size":444,"mtime_ns":1785148022098314600,"indexed_at_ns":1786863693923194300,"word_count":65,"hashes":{".ai_agency/specs/project_health.md":"677c2f1d35c31d75d935766f154683e0483b08c696117ee612bee1528705c598"}},".ai_agency/specs/reviews/README.md":{"size":1029,"mtime_ns":1785148022105834900,"indexed_at_ns":1786863693924698200,"word_count":117,"hashes":{".ai_agency/specs/reviews/readme.md":"8ceb4cae1ad4c0f660557d827ced970cda8f7d020f8124b624b228174b1b65ab"}},".ai_agency/specs/reviews/backend_review.md":{"size":1430,"mtime_ns":1785148022110362400,"indexed_at_ns":1786863693926808400,"word_count":172,"hashes":{".ai_agency/specs/reviews/backend_review.md":"fca1f8d59c2eab255f7aba246b26731fe53f208e737ccf46035389591900a150"}},".ai_agency/specs/reviews/code_health_review.md":{"size":2193,"mtime_ns":1785148022114359700,"indexed_at_ns":1786863693927808600,"word_count":279,"hashes":{".ai_agency/specs/reviews/code_health_review.md":"532e04465e125183d6dd8f8af61bfc8735a514b3fbbc49069f5f0884155ed93f"}},".ai_agency/specs/reviews/frontend_review.md":{"size":1452,"mtime_ns":1785148022118486900,"indexed_at_ns":1786863693929808600,"word_count":183,"hashes":{".ai_agency/specs/reviews/frontend_review.md":"9f826c0267cad8bd5d342b1f908c927976d9be7da3f75b175331381ef8c8b680"}},".ai_agency/specs/reviews/security_review.md":{"size":874,"mtime_ns":1785148022121487200,"indexed_at_ns":1786863693931808300,"word_count":110,"hashes":{".ai_agency/specs/reviews/security_review.md":"51363e62e919d6772c2b3b9a1a3f3870a5892dae6d408217ed3fb475f72d3f0b"}},".ai_agency/specs/reviews/seo_content_review.md":{"size":1238,"mtime_ns":1785148022131533800,"indexed_at_ns":1786863693932808200,"word_count":156,"hashes":{".ai_agency/specs/reviews/seo_content_review.md":"bc8401649a86585b4061b3ec0f584910c54aad25bc9943392179bc070c07a434"}},".ai_agency/specs/reviews/ux_review.md":{"size":1131,"mtime_ns":1785148022136550700,"indexed_at_ns":1786863693934808700,"word_count":150,"hashes":{".ai_agency/specs/reviews/ux_review.md":"b8a52f324e36fcc2d046cc903a05903057098a67a397ae6442d6c825091f4513"}},".claude/CLAUDE.md":{"size":226,"mtime_ns":1786870552838920200,"indexed_at_ns":1786877281839080500,"word_count":29,"hashes":{".claude/claude.md":"c6f7fc2f062904d246b700d446ba3ad03e77f41809b12eccfb5e090a11f4fad2"}},".claude/settings.json":{"size":479,"mtime_ns":1786870552841922800,"indexed_at_ns":1786877281619276700,"word_count":38,"hashes":{".claude/settings.json":"0aaafba2cbd7dd67f7d69fa2f01b747c9a72f56ee421a40825521f937caec82b"}},".claude/skills/graphify/SKILL.md":{"size":43292,"mtime_ns":1786870552845041000,"indexed_at_ns":1786877281840080600,"word_count":5442,"hashes":{".claude/skills/graphify/skill.md":"5b24d39cbbb662ea1cd672839f64b50823e1b7de9b113f542248eac38c70cdf1"}},".claude/skills/graphify/references/add-watch.md":{"size":2486,"mtime_ns":1786870552848102000,"indexed_at_ns":1786877281845602600,"word_count":366,"hashes":{".claude/skills/graphify/references/add-watch.md":"cb5e2f3284265c08c88c08f445b96958b13a9115c0afc0a33206c293d1b1c187"}},".claude/skills/graphify/references/exports.md":{"size":3362,"mtime_ns":1786870552849102100,"indexed_at_ns":1786877281848603000,"word_count":470,"hashes":{".claude/skills/graphify/references/exports.md":"7aa8b606e5c19334b6c9fe62a12fc30eb46c0320d1dbb5726cfda0becdd04a5a"}},".claude/skills/graphify/references/extraction-spec.md":{"size":7960,"mtime_ns":1786870552850101900,"indexed_at_ns":1786877281853109000,"word_count":1038,"hashes":{".claude/skills/graphify/references/extraction-spec.md":"9cf5d515d0d8584aeef36708df34f560078772a568ed599cac5ba20b089e563d"}},".claude/skills/graphify/references/github-and-merge.md":{"size":2177,"mtime_ns":1786870552853101000,"indexed_at_ns":1786877281857115900,"word_count":271,"hashes":{".claude/skills/graphify/references/github-and-merge.md":"609de4b1331ddb2f8c80e97aac0a5de782a373d6f5af858e10a731c20b35c0e2"}},".claude/skills/graphify/references/hooks.md":{"size":1267,"mtime_ns":1786870552855098700,"indexed_at_ns":1786877281861116300,"word_count":193,"hashes":{".claude/skills/graphify/references/hooks.md":"7c7827f2f29d6e2cb6cc6902558dac08380f60c414b4968f83e1bc4e61b3e268"}},".claude/skills/graphify/references/query.md":{"size":13456,"mtime_ns":1786870552857702900,"indexed_at_ns":1786877281864628400,"word_count":1763,"hashes":{".claude/skills/graphify/references/query.md":"54526cc3e2392922d344f14767f09037ef85fb7ec5cc7911b749b35bcb004fbf"}},".claude/skills/graphify/references/transcribe.md":{"size":3173,"mtime_ns":1786870552858710700,"indexed_at_ns":1786877281868248500,"word_count":418,"hashes":{".claude/skills/graphify/references/transcribe.md":"1d5afbaccf36e952e71082591edfc9e4fbd9946eb85b01855a1d0bd810b7623d"}},".claude/skills/graphify/references/update.md":{"size":10425,"mtime_ns":1786870552860709800,"indexed_at_ns":1786877281872254900,"word_count":1196,"hashes":{".claude/skills/graphify/references/update.md":"0249cd6ceae6effdfc7371b51d00c462f51d95700101dcedd36255bab1b4ce7a"}},".gitea/scripts/with-vpn.sh":{"size":1794,"mtime_ns":1786799852126316200,"indexed_at_ns":1786863680441317700,"word_count":208,"hashes":{".gitea/scripts/with-vpn.sh":"9ec013d142e3cf5d7e5f09778fcb06b4b8ea7b394688f9f40b5e74298c76bcf0"}},".gitea/workflows/deploy.yml":{"size":705,"mtime_ns":1786799852129314900,"indexed_at_ns":1786863693953204100,"word_count":66,"hashes":{".gitea/workflows/deploy.yml":"16db5d3c44a232a7d06f48cd831f0029888fe09d01e077f8baa6179418de97c9"}},"BACKEND_INTEGRATION.md":{"size":15568,"mtime_ns":1786885876768825200,"indexed_at_ns":1786946194589947100,"word_count":1521,"hashes":{"backend_integration.md":"e2c5f48210f3f73ee2e2cbf9ac4bc2c487139573cbdc21a6c67cd13b2e8bd099"}},"CLAUDE.md":{"size":772,"mtime_ns":1786870552863710100,"indexed_at_ns":1786877281878765800,"word_count":106,"hashes":{"claude.md":"3612256e7473a2e5f67ef4778d4edeefb44794ef22bac5529bee9c87dc5d8f3d"}},"DATABASE_SCHEMA.md":{"size":15399,"mtime_ns":1786885876771342200,"indexed_at_ns":1786946194590946100,"word_count":1566,"hashes":{"database_schema.md":"60b4b0f4fd1468ab0eb26e4313c138c480f6f280b5c96ff4c0ee89f43ec531b8"}},"README.md":{"size":13117,"mtime_ns":1786885876775371800,"indexed_at_ns":1786946194591944700,"word_count":1310,"hashes":{"readme.md":"f6f40be609ed2adbc246437841b7b90d5506064a7f7a6babbf8195efdad3597d"}},"backend/README.md":{"size":5028,"mtime_ns":1783764561601382400,"indexed_at_ns":1786863693961627700,"word_count":472,"hashes":{"backend/readme.md":"c3edfd26252566ef2ddee12c91a874b59e03a1656894d3db25209a0e4031010a"}},"backend/eslint.config.mjs":{"size":1301,"mtime_ns":1786799852134389200,"indexed_at_ns":1786863534431014600,"word_count":86},"backend/nest-cli.json":{"size":171,"mtime_ns":1783764561602717300,"indexed_at_ns":1786863680442315200,"word_count":13,"hashes":{"backend/nest-cli.json":"bc5d809c5959501544235473a6c264c5f3ab1100522e852d0a06034f5f00cd6f"}},"backend/package.json":{"size":2799,"mtime_ns":1786799852141904400,"indexed_at_ns":1786863680444315800,"word_count":208,"hashes":{"backend/package.json":"21912a365ea8843084de1956d6e2b9648f640d87071d5fc5eff61c80a61232c0"}},"backend/prisma/migrations/20260526145407_init/migration.sql":{"size":8963,"mtime_ns":1783764561612007600,"indexed_at_ns":1786863680445315600,"word_count":936,"hashes":{"backend/prisma/migrations/20260526145407_init/migration.sql":"d6cc5e861e43bf82dcffe1ad7121fcbe9f74db7901cf204b5058da3132d3c1d2"}},"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":{"size":404,"mtime_ns":1783764561613425800,"indexed_at_ns":1786863680446319100,"word_count":48,"hashes":{"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":"c564f4aba35d32a733a5837c33664c68c8912277ad9645310f7e8116fbcba741"}},"backend/prisma/scientificTerms.ts":{"size":24298,"mtime_ns":1785325924634812500,"indexed_at_ns":1786863534471369900,"word_count":2294},"backend/prisma/seed-blogs.ts":{"size":6950,"mtime_ns":1786885876777374000,"indexed_at_ns":1786946085670717300,"word_count":620},"backend/prisma/seed-custom.ts":{"size":3836,"mtime_ns":1786799852144902000,"indexed_at_ns":1786863534484541000,"word_count":371},"backend/prisma/seed-home.ts":{"size":3870,"mtime_ns":1786885876779371100,"indexed_at_ns":1786946085682250800,"word_count":374},"backend/prisma/seed-products-data.json":{"size":59220,"mtime_ns":1786885876782371300,"indexed_at_ns":1786946139466262600,"word_count":5730,"hashes":{"backend/prisma/seed-products-data.json":"9d1262f8264478eb43ec48f073f817d46fc193d666cd9364f3bb95c1629f25c7"}},"backend/prisma/seed-products.ts":{"size":28274,"mtime_ns":1786885876784888200,"indexed_at_ns":1786946085695895900,"word_count":2063},"backend/prisma/seed-ui-texts.ts":{"size":9197,"mtime_ns":1786885876787888600,"indexed_at_ns":1786946085704003400,"word_count":755},"backend/prisma/seed-wiki.ts":{"size":24019,"mtime_ns":1786961195297596000,"indexed_at_ns":1786961213057541000,"word_count":2292},"backend/prisma/seed.ts":{"size":30492,"mtime_ns":1786961195299227200,"indexed_at_ns":1786961213063052900,"word_count":2636},"backend/prisma/tsconfig.seed.json":{"size":194,"mtime_ns":1786955870751259200,"indexed_at_ns":1786961249766772200,"word_count":17,"hashes":{"backend/prisma/tsconfig.seed.json":"e178d23a09563a7a9b348d905bc70322115514c78a7afcc5a53db7d18e511583"}},"backend/scripts/generate-openapi.ts":{"size":1385,"mtime_ns":1786799852156390500,"indexed_at_ns":1786863534537298000,"word_count":128},"backend/src/admin/admin.controller.spec.ts":{"size":593,"mtime_ns":1786799852157399700,"indexed_at_ns":1786863534543362400,"word_count":59},"backend/src/admin/admin.controller.ts":{"size":8973,"mtime_ns":1786883225782338500,"indexed_at_ns":1786946085760003300,"word_count":893},"backend/src/admin/admin.module.ts":{"size":1420,"mtime_ns":1786877667005008400,"indexed_at_ns":1786946085768035200,"word_count":145},"backend/src/admin/admin.service.spec.ts":{"size":682,"mtime_ns":1786799852162911100,"indexed_at_ns":1786863534564065100,"word_count":72},"backend/src/admin/admin.service.ts":{"size":23034,"mtime_ns":1786948119764671900,"indexed_at_ns":1786954585203157600,"word_count":2384},"backend/src/admin/blogs.controller.ts":{"size":1840,"mtime_ns":1786799852170191700,"indexed_at_ns":1786863534578222000,"word_count":190},"backend/src/admin/blogs.service.ts":{"size":1810,"mtime_ns":1786799852171191000,"indexed_at_ns":1786863534584725500,"word_count":221},"backend/src/admin/categories.controller.ts":{"size":2187,"mtime_ns":1786799852174192500,"indexed_at_ns":1786863534590311100,"word_count":204},"backend/src/admin/categories.service.ts":{"size":2005,"mtime_ns":1786799852175194300,"indexed_at_ns":1786863534595817200,"word_count":223},"backend/src/admin/dto/admin-query.dto.ts":{"size":634,"mtime_ns":1786799852178706400,"indexed_at_ns":1786863534603325400,"word_count":60},"backend/src/admin/media.controller.ts":{"size":2339,"mtime_ns":1786876983648866300,"indexed_at_ns":1786877270905179000,"word_count":226},"backend/src/admin/media.service.ts":{"size":2713,"mtime_ns":1786876983651534500,"indexed_at_ns":1786877270914160400,"word_count":283},"backend/src/admin/pets.controller.ts":{"size":1195,"mtime_ns":1786799852186217200,"indexed_at_ns":1786863534621612800,"word_count":117},"backend/src/admin/pets.service.ts":{"size":1731,"mtime_ns":1786954681814243000,"indexed_at_ns":1786955470006205300,"word_count":193},"backend/src/admin/reports.controller.ts":{"size":664,"mtime_ns":1783764561642147000,"indexed_at_ns":1786863534634255100,"word_count":66},"backend/src/admin/reports.service.ts":{"size":3399,"mtime_ns":1786799852189730800,"indexed_at_ns":1786863534640768500,"word_count":388},"backend/src/admin/wiki.controller.ts":{"size":1814,"mtime_ns":1786799852191732300,"indexed_at_ns":1786863534647913700,"word_count":179},"backend/src/admin/wiki.service.ts":{"size":1767,"mtime_ns":1786799852193324200,"indexed_at_ns":1786863534654035100,"word_count":195},"backend/src/app.controller.spec.ts":{"size":617,"mtime_ns":1783764561644839700,"indexed_at_ns":1786863534660738600,"word_count":61},"backend/src/app.controller.ts":{"size":274,"mtime_ns":1783764561645849100,"indexed_at_ns":1786863534667244700,"word_count":31},"backend/src/app.module.ts":{"size":3745,"mtime_ns":1786944769506166500,"indexed_at_ns":1786946085898538900,"word_count":354},"backend/src/app.service.ts":{"size":142,"mtime_ns":1783764561648840500,"indexed_at_ns":1786863534680950600,"word_count":19},"backend/src/auth/auth.controller.spec.ts":{"size":1528,"mtime_ns":1785327951179468000,"indexed_at_ns":1786863534687029500,"word_count":149},"backend/src/auth/auth.controller.ts":{"size":4116,"mtime_ns":1786883225788847000,"indexed_at_ns":1786946085924796800,"word_count":384},"backend/src/auth/auth.module.ts":{"size":725,"mtime_ns":1786883225790847200,"indexed_at_ns":1786946085938388700,"word_count":80},"backend/src/auth/auth.service.spec.ts":{"size":4264,"mtime_ns":1786799852201843300,"indexed_at_ns":1786863534705627700,"word_count":379},"backend/src/auth/auth.service.ts":{"size":9662,"mtime_ns":1786895436208539300,"indexed_at_ns":1786946085966787500,"word_count":934},"backend/src/auth/dto/admin-login.dto.ts":{"size":772,"mtime_ns":1786799852205357700,"indexed_at_ns":1786863534720212600,"word_count":82},"backend/src/auth/dto/login.dto.ts":{"size":587,"mtime_ns":1783764561659109000,"indexed_at_ns":1786863534727735200,"word_count":63},"backend/src/auth/dto/register.dto.ts":{"size":1197,"mtime_ns":1785327951186476900,"indexed_at_ns":1786863534732751200,"word_count":115},"backend/src/auth/dto/send-otp.dto.ts":{"size":374,"mtime_ns":1783764561661106500,"indexed_at_ns":1786863534739271500,"word_count":39},"backend/src/auth/dto/verify-otp.dto.ts":{"size":594,"mtime_ns":1783764561662112100,"indexed_at_ns":1786863534745843500,"word_count":64},"backend/src/auth/jwt-auth.guard.ts":{"size":494,"mtime_ns":1786799852205862700,"indexed_at_ns":1786863534751350400,"word_count":58},"backend/src/auth/jwt.strategy.ts":{"size":1122,"mtime_ns":1786883225794343300,"indexed_at_ns":1786946086014858100,"word_count":116},"backend/src/auth/roles.decorator.ts":{"size":54,"mtime_ns":1786799852208379600,"indexed_at_ns":1786863534764578800,"word_count":4},"backend/src/auth/roles.guard.ts":{"size":46,"mtime_ns":1786799852209003400,"indexed_at_ns":1786863534770087500,"word_count":4},"backend/src/b2b/b2b.controller.ts":{"size":2684,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534777707900,"word_count":246},"backend/src/b2b/b2b.module.ts":{"size":342,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534783641300,"word_count":38},"backend/src/b2b/b2b.service.ts":{"size":2379,"mtime_ns":1786799852214009300,"indexed_at_ns":1786863534792157000,"word_count":243},"backend/src/banners/banners.controller.ts":{"size":1923,"mtime_ns":1786799852215010200,"indexed_at_ns":1786863534797707700,"word_count":169},"backend/src/banners/banners.module.ts":{"size":374,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534807022900,"word_count":38},"backend/src/banners/banners.service.ts":{"size":1394,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534813112700,"word_count":160},"backend/src/blogs/blogs.controller.ts":{"size":1197,"mtime_ns":1786799852218009900,"indexed_at_ns":1786863534819206600,"word_count":108},"backend/src/blogs/blogs.module.ts":{"size":248,"mtime_ns":1783764561665678100,"indexed_at_ns":1786863534825741600,"word_count":28},"backend/src/blogs/blogs.service.ts":{"size":1674,"mtime_ns":1786799852219010000,"indexed_at_ns":1786863534831743000,"word_count":191},"backend/src/blogs/dto/create-blog.dto.ts":{"size":30,"mtime_ns":1783764561671557000,"indexed_at_ns":1786863534838708700,"word_count":4},"backend/src/blogs/dto/update-blog.dto.ts":{"size":164,"mtime_ns":1783764561673712400,"indexed_at_ns":1786863534844735300,"word_count":18},"backend/src/blogs/entities/blog.entity.ts":{"size":21,"mtime_ns":1783764561675101100,"indexed_at_ns":1786863534850735400,"word_count":4},"backend/src/cms/cms.controller.ts":{"size":3521,"mtime_ns":1785327951196913100,"indexed_at_ns":1786863534858244500,"word_count":280},"backend/src/cms/cms.module.ts":{"size":342,"mtime_ns":1785148022206298000,"indexed_at_ns":1786863534864244300,"word_count":38},"backend/src/cms/cms.service.ts":{"size":2501,"mtime_ns":1785327951197940400,"indexed_at_ns":1786863534870502100,"word_count":256},"backend/src/cms/dto/cms.dto.ts":{"size":2357,"mtime_ns":1785327951199995500,"indexed_at_ns":1786863534877728700,"word_count":203},"backend/src/common/decorators/roles.decorator.ts":{"size":157,"mtime_ns":1786799852220522400,"indexed_at_ns":1786863534882729600,"word_count":20},"backend/src/common/dto/pagination.dto.ts":{"size":1188,"mtime_ns":1785327951201988900,"indexed_at_ns":1786863534889612500,"word_count":121},"backend/src/common/filters/http-exception.filter.ts":{"size":4924,"mtime_ns":1786883225795857800,"indexed_at_ns":1786946086136912900,"word_count":490},"backend/src/common/filters/prisma-exception.filter.ts":{"size":2412,"mtime_ns":1785330913143709100,"indexed_at_ns":1786863534903118900,"word_count":228},"backend/src/common/guards/roles.guard.spec.ts":{"size":2426,"mtime_ns":1786799852225556800,"indexed_at_ns":1786863534909695400,"word_count":223},"backend/src/common/guards/roles.guard.ts":{"size":1285,"mtime_ns":1786799852226565200,"indexed_at_ns":1786863534916198700,"word_count":120},"backend/src/common/interceptors/decimal.interceptor.spec.ts":{"size":1677,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534923711900,"word_count":164},"backend/src/common/interceptors/decimal.interceptor.ts":{"size":1094,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534929913300,"word_count":118},"backend/src/common/metrics.controller.ts":{"size":2093,"mtime_ns":1786799852229073100,"indexed_at_ns":1786863534936006600,"word_count":206},"backend/src/common/schemas/error-response.schema.ts":{"size":1680,"mtime_ns":1785330913144701500,"indexed_at_ns":1786863534942170300,"word_count":162},"backend/src/common/schemas/paginated-response.schema.ts":{"size":1108,"mtime_ns":1786799852230082200,"indexed_at_ns":1786863534949353300,"word_count":110},"backend/src/common/services/sms.service.ts":{"size":29943,"mtime_ns":1786892646031271000,"indexed_at_ns":1786946086190039500,"word_count":2841},"backend/src/common/sms.module.ts":{"size":204,"mtime_ns":1785330750996125100,"indexed_at_ns":1786863534962381000,"word_count":24},"backend/src/contact/contact.controller.ts":{"size":1990,"mtime_ns":1786799852234596200,"indexed_at_ns":1786863534967884500,"word_count":177},"backend/src/contact/contact.module.ts":{"size":365,"mtime_ns":1786799852236599000,"indexed_at_ns":1786863534974401800,"word_count":38},"backend/src/contact/contact.service.ts":{"size":4696,"mtime_ns":1786885876795420000,"indexed_at_ns":1786946086219243500,"word_count":451},"backend/src/home/dto/create-home.dto.ts":{"size":30,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534987087100,"word_count":4},"backend/src/home/dto/update-home.dto.ts":{"size":164,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534992600800,"word_count":18},"backend/src/home/entities/home.entity.ts":{"size":21,"mtime_ns":1783764561684884800,"indexed_at_ns":1786863534999171300,"word_count":4},"backend/src/home/home.controller.ts":{"size":757,"mtime_ns":1785327951212087300,"indexed_at_ns":1786863535004176100,"word_count":69},"backend/src/home/home.module.ts":{"size":241,"mtime_ns":1783764561687108000,"indexed_at_ns":1786863535011491500,"word_count":28},"backend/src/home/home.service.ts":{"size":1372,"mtime_ns":1785327951214087300,"indexed_at_ns":1786863535016491700,"word_count":144},"backend/src/ingredients/ingredients.controller.ts":{"size":1952,"mtime_ns":1786799852237596500,"indexed_at_ns":1786863535024117600,"word_count":165},"backend/src/ingredients/ingredients.module.ts":{"size":406,"mtime_ns":1786799852238596500,"indexed_at_ns":1786863535030195600,"word_count":38},"backend/src/ingredients/ingredients.service.ts":{"size":1526,"mtime_ns":1786799852240108300,"indexed_at_ns":1786863535035320500,"word_count":162},"backend/src/main.ts":{"size":3395,"mtime_ns":1786891855342843500,"indexed_at_ns":1786946086274891100,"word_count":294},"backend/src/orders/dto/create-order.dto.ts":{"size":1899,"mtime_ns":1785327951218626100,"indexed_at_ns":1786863535048494100,"word_count":162},"backend/src/orders/orders.controller.spec.ts":{"size":1910,"mtime_ns":1785327951219627700,"indexed_at_ns":1786863535055560000,"word_count":194},"backend/src/orders/orders.controller.ts":{"size":5898,"mtime_ns":1786944769507175300,"indexed_at_ns":1786946086292892000,"word_count":515},"backend/src/orders/orders.module.ts":{"size":255,"mtime_ns":1783764561697598200,"indexed_at_ns":1786863535066790700,"word_count":28},"backend/src/orders/orders.service.spec.ts":{"size":4974,"mtime_ns":1786799852246117900,"indexed_at_ns":1786863535074585400,"word_count":483},"backend/src/orders/orders.service.ts":{"size":17104,"mtime_ns":1786944769509227400,"indexed_at_ns":1786946086310565200,"word_count":1611},"backend/src/pets/dto/create-health-log.dto.ts":{"size":761,"mtime_ns":1785327951229443300,"indexed_at_ns":1786863535087660400,"word_count":69},"backend/src/pets/dto/create-pet.dto.ts":{"size":1143,"mtime_ns":1785327951230948800,"indexed_at_ns":1786863535094172300,"word_count":104},"backend/src/pets/dto/create-reminder.dto.ts":{"size":810,"mtime_ns":1785327951231958200,"indexed_at_ns":1786863535101315600,"word_count":71},"backend/src/pets/dto/update-pet.dto.ts":{"size":160,"mtime_ns":1783764561709557500,"indexed_at_ns":1786863535107396200,"word_count":18},"backend/src/pets/pets.controller.spec.ts":{"size":2544,"mtime_ns":1786799852248118800,"indexed_at_ns":1786863535113902500,"word_count":269},"backend/src/pets/pets.controller.ts":{"size":8427,"mtime_ns":1786894580128858000,"indexed_at_ns":1786946086395923600,"word_count":781},"backend/src/pets/pets.module.ts":{"size":241,"mtime_ns":1783764561714469800,"indexed_at_ns":1786863535125397200,"word_count":28},"backend/src/pets/pets.service.spec.ts":{"size":2961,"mtime_ns":1785327951238208000,"indexed_at_ns":1786863535132005000,"word_count":272},"backend/src/pets/pets.service.ts":{"size":6978,"mtime_ns":1786799852250117400,"indexed_at_ns":1786863535137713400,"word_count":710},"backend/src/prescriptions/prescriptions.controller.ts":{"size":2356,"mtime_ns":1786799852253748300,"indexed_at_ns":1786863535145222600,"word_count":232},"backend/src/prescriptions/prescriptions.module.ts":{"size":495,"mtime_ns":1786954681815809200,"indexed_at_ns":1786955470495218500,"word_count":45},"backend/src/prescriptions/prescriptions.service.ts":{"size":4635,"mtime_ns":1786954681816860600,"indexed_at_ns":1786955470500213500,"word_count":496},"backend/src/prisma/prisma.module.ts":{"size":210,"mtime_ns":1783764561718199800,"indexed_at_ns":1786863535164330600,"word_count":24},"backend/src/prisma/prisma.service.ts":{"size":4078,"mtime_ns":1786944769510794000,"indexed_at_ns":1786946086440649600,"word_count":411},"backend/src/products/dto/get-products.dto.ts":{"size":1320,"mtime_ns":1786799852260271600,"indexed_at_ns":1786863535176492100,"word_count":115},"backend/src/products/products.controller.spec.ts":{"size":1863,"mtime_ns":1785327951243280800,"indexed_at_ns":1786863535183613400,"word_count":166},"backend/src/products/products.controller.ts":{"size":2445,"mtime_ns":1786799852261281700,"indexed_at_ns":1786863535190428600,"word_count":209},"backend/src/products/products.module.ts":{"size":269,"mtime_ns":1783764561723672400,"indexed_at_ns":1786863535197280400,"word_count":28},"backend/src/products/products.service.spec.ts":{"size":1597,"mtime_ns":1786799852263279400,"indexed_at_ns":1786863535202917700,"word_count":154},"backend/src/products/products.service.ts":{"size":6906,"mtime_ns":1786954681818869900,"indexed_at_ns":1786955470543762900,"word_count":713},"backend/src/redis/redis.module.ts":{"size":205,"mtime_ns":1783764561727662100,"indexed_at_ns":1786863535217462500,"word_count":24},"backend/src/redis/redis.service.spec.ts":{"size":1525,"mtime_ns":1783764561728672300,"indexed_at_ns":1786863535222986600,"word_count":145},"backend/src/redis/redis.service.ts":{"size":1202,"mtime_ns":1786895436211834600,"indexed_at_ns":1786946086488155600,"word_count":132},"backend/src/seo/seo.controller.ts":{"size":904,"mtime_ns":1785327951247283200,"indexed_at_ns":1786863535236090400,"word_count":85},"backend/src/seo/seo.module.ts":{"size":342,"mtime_ns":1785148022268580900,"indexed_at_ns":1786863535243640100,"word_count":38},"backend/src/seo/seo.service.ts":{"size":2029,"mtime_ns":1785327951248280300,"indexed_at_ns":1786863535249760000,"word_count":182},"backend/src/settings/settings.controller.spec.ts":{"size":2977,"mtime_ns":1786799852267280300,"indexed_at_ns":1786863535257859100,"word_count":246},"backend/src/settings/settings.controller.ts":{"size":8665,"mtime_ns":1786948119767086700,"indexed_at_ns":1786954585863158900,"word_count":687},"backend/src/settings/settings.module.ts":{"size":382,"mtime_ns":1783764561735515700,"indexed_at_ns":1786863535272121400,"word_count":38},"backend/src/settings/settings.service.spec.ts":{"size":2728,"mtime_ns":1783764561736856500,"indexed_at_ns":1786863535278254000,"word_count":251},"backend/src/settings/settings.service.ts":{"size":14845,"mtime_ns":1786954681819869000,"indexed_at_ns":1786955470640710000,"word_count":1197},"backend/src/smart-advisor/smart-advisor.controller.ts":{"size":1821,"mtime_ns":1786799852275441500,"indexed_at_ns":1786863535292219400,"word_count":152},"backend/src/smart-advisor/smart-advisor.module.ts":{"size":416,"mtime_ns":1786799852276441700,"indexed_at_ns":1786863535298401600,"word_count":38},"backend/src/smart-advisor/smart-advisor.service.ts":{"size":1241,"mtime_ns":1786799852277440400,"indexed_at_ns":1786863535304944400,"word_count":131},"backend/src/testimonials/testimonials.controller.ts":{"size":1702,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535310995900,"word_count":143},"backend/src/testimonials/testimonials.module.ts":{"size":414,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535317805000,"word_count":38},"backend/src/testimonials/testimonials.service.ts":{"size":1100,"mtime_ns":1786799852281471300,"indexed_at_ns":1786863535324923000,"word_count":121},"backend/src/users/dto/address.dto.ts":{"size":1098,"mtime_ns":1783764561739871500,"indexed_at_ns":1786863535331380200,"word_count":99},"backend/src/users/dto/update-profile.dto.ts":{"size":1068,"mtime_ns":1786885876805472100,"indexed_at_ns":1786946086647803400,"word_count":98},"backend/src/users/users.controller.spec.ts":{"size":3333,"mtime_ns":1785327951253796500,"indexed_at_ns":1786863535346781600,"word_count":322},"backend/src/users/users.controller.ts":{"size":6854,"mtime_ns":1786799852282481500,"indexed_at_ns":1786863535353416500,"word_count":590},"backend/src/users/users.module.ts":{"size":275,"mtime_ns":1783764561748154400,"indexed_at_ns":1786863535360908700,"word_count":30},"backend/src/users/users.service.spec.ts":{"size":3817,"mtime_ns":1786799852283480600,"indexed_at_ns":1786863535367156600,"word_count":316},"backend/src/users/users.service.ts":{"size":8101,"mtime_ns":1786885876807471600,"indexed_at_ns":1786946086675276300,"word_count":774},"backend/src/videos/dto/create-video.dto.ts":{"size":1424,"mtime_ns":1785327951263854600,"indexed_at_ns":1786863535381108500,"word_count":115},"backend/src/videos/dto/get-videos-query.dto.ts":{"size":643,"mtime_ns":1786799852287643500,"indexed_at_ns":1786863535387813200,"word_count":77},"backend/src/videos/videos.controller.ts":{"size":1924,"mtime_ns":1786799852291153100,"indexed_at_ns":1786863535393635000,"word_count":173},"backend/src/videos/videos.module.ts":{"size":283,"mtime_ns":1785148022306583700,"indexed_at_ns":1786863535400714100,"word_count":30},"backend/src/videos/videos.service.ts":{"size":2471,"mtime_ns":1786799852292167900,"indexed_at_ns":1786863535407503100,"word_count":266},"backend/src/wholesale/dto/wholesale-apply.dto.ts":{"size":739,"mtime_ns":1785148022317622300,"indexed_at_ns":1786863535413220000,"word_count":66},"backend/src/wholesale/wholesale.controller.ts":{"size":2037,"mtime_ns":1786799852294177000,"indexed_at_ns":1786863535418912100,"word_count":160},"backend/src/wholesale/wholesale.module.ts":{"size":390,"mtime_ns":1785148022328746300,"indexed_at_ns":1786863535425686500,"word_count":38},"backend/src/wholesale/wholesale.service.ts":{"size":2627,"mtime_ns":1785330913149233300,"indexed_at_ns":1786863535431718700,"word_count":266},"backend/src/wiki/dto/create-wiki.dto.ts":{"size":30,"mtime_ns":1783764561752933200,"indexed_at_ns":1786863535439031200,"word_count":4},"backend/src/wiki/dto/update-wiki.dto.ts":{"size":164,"mtime_ns":1783764561753945200,"indexed_at_ns":1786863535446428400,"word_count":18},"backend/src/wiki/entities/wiki.entity.ts":{"size":21,"mtime_ns":1783764561755039400,"indexed_at_ns":1786863535452455400,"word_count":4},"backend/src/wiki/wiki.controller.ts":{"size":1219,"mtime_ns":1785327951272850400,"indexed_at_ns":1786863535458333000,"word_count":110},"backend/src/wiki/wiki.module.ts":{"size":241,"mtime_ns":1783764561756925000,"indexed_at_ns":1786863535464948400,"word_count":28},"backend/src/wiki/wiki.service.ts":{"size":1562,"mtime_ns":1786799852295173000,"indexed_at_ns":1786863535471010700,"word_count":174},"backend/test/app-audit-verification.e2e-spec.ts":{"size":6464,"mtime_ns":1786799852296174700,"indexed_at_ns":1786863535478067000,"word_count":569},"backend/test/app.e2e-spec.ts":{"size":981,"mtime_ns":1786799852297175000,"indexed_at_ns":1786863535484496000,"word_count":83},"backend/test/jest-e2e.json":{"size":183,"mtime_ns":1783764561762911800,"indexed_at_ns":1786863680450825300,"word_count":17,"hashes":{"backend/test/jest-e2e.json":"94091f560937212ad7027afcb77e62e6ac79e3e4cb401c3a16a56e7be4cac721"}},"backend/tsconfig.build.json":{"size":107,"mtime_ns":1783764561763447000,"indexed_at_ns":1786863680451826600,"word_count":10,"hashes":{"backend/tsconfig.build.json":"1f47c7dc3c8b5a15558654f45f21e0f553acc1680046f09dc24428e8538c4f9d"}},"backend/tsconfig.json":{"size":801,"mtime_ns":1786878091972378100,"indexed_at_ns":1786946139476821100,"word_count":57,"hashes":{"backend/tsconfig.json":"f545dfd832cb16f1a3cfc4f43f2f179c0a37dd473b3b433507957fbd964e28ce"}},"backend/uploads/1781288429353-508765350.jpg":{"size":110246,"mtime_ns":1783764561766257000,"indexed_at_ns":1786863694120021300,"word_count":3882,"hashes":{"backend/uploads/1781288429353-508765350.jpg":"c9e532f0482584a2edf76404b86ef82679e5387079d73c59f10234de24ad5074"}},"canina.md":{"size":21919,"mtime_ns":1786885876809472400,"indexed_at_ns":1786946194592944400,"word_count":1983,"hashes":{"canina.md":"a8967d10e744c46846c8bfc6cc7f9a0aae8c2175dfbe49ff9de75bc5dce87850"}},"canina.pdf":{"size":2858373,"mtime_ns":1785148022370811500,"indexed_at_ns":1786863694095027500,"word_count":0,"hashes":{"canina.pdf":"a52d90e6dffb96dae468ba96f76239762b341751a6455734d75fadd22f30c87c"}},"docker-compose.yml":{"size":2193,"mtime_ns":1786883225811564200,"indexed_at_ns":1786946194593946400,"word_count":127,"hashes":{"docker-compose.yml":"6e0091c4f1b3868a5e2321678c549f6c95cbf5fd266da06a144976295d8a2c64"}},"docs/01-introduction.md":{"size":5537,"mtime_ns":1786885876812474900,"indexed_at_ns":1786946194594944700,"word_count":523,"hashes":{"docs/01-introduction.md":"18176d1abd1352f12e1ccfa2c2cc84d4673b22b682b2aeb91b1a6bf4a607ae05"}},"docs/02-user-guide.md":{"size":4303,"mtime_ns":1786885876813985900,"indexed_at_ns":1786946194595944800,"word_count":422,"hashes":{"docs/02-user-guide.md":"a7842a7ac89eb8872028f50e9c907a0f2e7968c419a5f157c10c62dad8e85b00"}},"docs/03-developer-guide.md":{"size":6717,"mtime_ns":1783764561771660500,"indexed_at_ns":1786863693969714100,"word_count":678,"hashes":{"docs/03-developer-guide.md":"84a16e17d0433edd8631789bdec3bbd7e6f716059cd064843ed8087eea9e2eeb"}},"docs/04-setup-and-deployment.md":{"size":4023,"mtime_ns":1783764561773294900,"indexed_at_ns":1786863693970713900,"word_count":425,"hashes":{"docs/04-setup-and-deployment.md":"723c6016b1bb499fee2b9f63b2c06a9b12f8e4c664b36ea1431181c333bc814e"}},"docs/05-devops-and-monitoring.md":{"size":3590,"mtime_ns":1783764561774446100,"indexed_at_ns":1786863693972714000,"word_count":374,"hashes":{"docs/05-devops-and-monitoring.md":"53f1f45bbbdd3cf81cb4bc082ef4e49f506627f10f581d3c4b835028d02b5421"}},"docs/06-testing.md":{"size":4214,"mtime_ns":1783764561774967500,"indexed_at_ns":1786863693973713900,"word_count":457,"hashes":{"docs/06-testing.md":"69d50bd5e233f030d8076b55b69599cee201e1c393b7ee1beeb495c304fd4bd3"}},"docs/README.md":{"size":2740,"mtime_ns":1786885876816996700,"indexed_at_ns":1786946139726247300,"word_count":253,"hashes":{"docs/readme.md":"1b7ffde4b290e742802fc554f2dd2f7a2316fe25bd1cd328421ffa823b36f40f"}},"docs/audit/00-repository-map.md":{"size":3171,"mtime_ns":1786799852298174200,"indexed_at_ns":1786863693977222500,"word_count":351,"hashes":{"docs/audit/00-repository-map.md":"dde4a63c991d0f469086a147df03b97d8370cd75fa19cc83af1199f267d7bc55"}},"docs/audit/01-system-discovery.md":{"size":3790,"mtime_ns":1786799852299174400,"indexed_at_ns":1786863693979222500,"word_count":467,"hashes":{"docs/audit/01-system-discovery.md":"6c91253cac025506db71adea33a054f88f4c367ba81fc3cb1b85c2bdcfec5c70"}},"docs/audit/02-audit-plan.md":{"size":5058,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693980222600,"word_count":530,"hashes":{"docs/audit/02-audit-plan.md":"b623d8f8c2b8a14c1ddca1ad956cd8afc9203f7a94eda8e63fd608bc8e9164d1"}},"docs/audit/03-baseline-command-plan.md":{"size":4904,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693982222800,"word_count":735,"hashes":{"docs/audit/03-baseline-command-plan.md":"fcf49beae52c69d7e9cf85967f028052fa1a78eaae5a2bb9b18072b0273e80e1"}},"docs/audit/04-open-questions.md":{"size":1690,"mtime_ns":1786799852301682100,"indexed_at_ns":1786863693983784800,"word_count":224,"hashes":{"docs/audit/04-open-questions.md":"02fbd51a9131da0b12122a5280cc6f842c299b436a72b117e2263f011b9ebf9c"}},"docs/audit/05-architectural-audit.md":{"size":4884,"mtime_ns":1786799852302689800,"indexed_at_ns":1786863693984790400,"word_count":560,"hashes":{"docs/audit/05-architectural-audit.md":"8977a5c304b3fe86636579d498a459ac98359c34f1062bf731b02f4602c0e94f"}},"docs/audit/06-storefront-audit.md":{"size":4191,"mtime_ns":1786799852303691400,"indexed_at_ns":1786863693987299500,"word_count":520,"hashes":{"docs/audit/06-storefront-audit.md":"1e2f2d9d867dc553f503ef91b3bd60310202225da12bc7d324e192f4e15d8c38"}},"docs/audit/07-backend-audit.md":{"size":5037,"mtime_ns":1786799852304689900,"indexed_at_ns":1786863693989301000,"word_count":581,"hashes":{"docs/audit/07-backend-audit.md":"0436a967b82026334bf45c9ca677d1e79ce688681bea4dc06a7fd19e2d5a2129"}},"docs/audit/08-admin-features-audit.md":{"size":4222,"mtime_ns":1786799852305951400,"indexed_at_ns":1786863693990300000,"word_count":479,"hashes":{"docs/audit/08-admin-features-audit.md":"dda5b0bae4f843a51274269dcb91d8b65db2f2917d336d511790da4718b05b8d"}},"docs/audit/09-database-audit.md":{"size":4126,"mtime_ns":1786799852306969500,"indexed_at_ns":1786863693992299700,"word_count":521,"hashes":{"docs/audit/09-database-audit.md":"d4f82b84ae6c1899ab4da1310414d993d9c23dcd2759120fbe551f5b8da95a08"}},"docs/audit/10-security-audit.md":{"size":5560,"mtime_ns":1786799852307952600,"indexed_at_ns":1786863693994299500,"word_count":678,"hashes":{"docs/audit/10-security-audit.md":"574df31423bd28b3cd58134e7c7e8780f4e2e46c760a372e0e2592c1e83bba4e"}},"docs/audit/11-code-quality-audit.md":{"size":3379,"mtime_ns":1786799852308957000,"indexed_at_ns":1786863693995299500,"word_count":419,"hashes":{"docs/audit/11-code-quality-audit.md":"b6b9a4845e0bd5674d897c08f5451f8cab4df22722826f7c9d55ca19b94d88da"}},"docs/audit/12-testing-audit.md":{"size":4106,"mtime_ns":1786799852309952600,"indexed_at_ns":1786863693997807500,"word_count":486,"hashes":{"docs/audit/12-testing-audit.md":"8bdf2058520a88de4d08c0635999de8f79fdab83055ef560ca3a865026b6450a"}},"docs/audit/13-devops-audit.md":{"size":3435,"mtime_ns":1786799852310953800,"indexed_at_ns":1786863693999375100,"word_count":440,"hashes":{"docs/audit/13-devops-audit.md":"d21daac201fcfc3a0e27c27348806f3f5d2790071578dcb98e7869cd6e9ec8a9"}},"docs/audit/14-documentation-audit.md":{"size":3311,"mtime_ns":1786799852311952200,"indexed_at_ns":1786863694001567900,"word_count":379,"hashes":{"docs/audit/14-documentation-audit.md":"e64be175bd632a05e37be823621eb8a8f13bdb74887d10f5f20887d41cef5c62"}},"docs/audit/15-raw-findings-index.json":{"size":9909,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863680454829500,"word_count":817,"hashes":{"docs/audit/15-raw-findings-index.json":"3c1e582431f5f25edd2c38285c9d59f83c83d5348eaf0ced91d6e7c94a9afb6d"}},"docs/audit/16-deep-audit-summary.md":{"size":3111,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863694003567300,"word_count":393,"hashes":{"docs/audit/16-deep-audit-summary.md":"8ea08de6ac54dddd9da6de934bc850bb31ab7e3c5470059d02d7f84dd120a0e4"}},"docs/audit/17-source-coverage-manifest.json":{"size":128714,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863680455826100,"word_count":7827,"hashes":{"docs/audit/17-source-coverage-manifest.json":"834e6c341db760439d2e7a9c17531b03c17151ab0f2f16b92aac8a350bcae51d"}},"docs/audit/18-compiler-diagnostic-dispositions.md":{"size":1961,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863694005566900,"word_count":285,"hashes":{"docs/audit/18-compiler-diagnostic-dispositions.md":"246b9164725e89c67c76f2305cd128f0c0f9bfdba46e45e0e958fe92ccdcda53"}},"docs/audit/19-finding-verification-report.md":{"size":5464,"mtime_ns":1786799852316064800,"indexed_at_ns":1786863694007070200,"word_count":753,"hashes":{"docs/audit/19-finding-verification-report.md":"1cd1bc37f9e76ba7e4d4ef82b8565def786abfeb159bc4d822e364e3f2ea694f"}},"docs/audit/20-verified-findings-index.json":{"size":21797,"mtime_ns":1786799852317071400,"indexed_at_ns":1786863680457826600,"word_count":1903,"hashes":{"docs/audit/20-verified-findings-index.json":"b20d0b140bd727faefde9f29aa4d787199dd386464030eecdf58e5a8ab629442"}},"docs/audit/21-phase2-quality-gate-summary.md":{"size":1706,"mtime_ns":1786799852318066000,"indexed_at_ns":1786863694009077900,"word_count":211,"hashes":{"docs/audit/21-phase2-quality-gate-summary.md":"1b117f866e73cd17c43e3a4e856584f03997a3c897d1de9afbd128ff8a86d09e"}},"docs/audit/22-tracked-first-party-files.txt":{"size":4452,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694010075200,"word_count":139,"hashes":{"docs/audit/22-tracked-first-party-files.txt":"ef7fc17de970cd3f397eea961bcaf76abff15589c0fa13f92b47d42e637231c6"}},"docs/audit/23-untracked-first-party-files.txt":{"size":59,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694012075400,"word_count":7,"hashes":{"docs/audit/23-untracked-first-party-files.txt":"ffa5caec5c75b4013f7c136efed9e944c705e756f4f26e53da73e871a02d704c"}},"docs/audit/24-omitted-file-inspection-report.md":{"size":2462,"mtime_ns":1786799852320065700,"indexed_at_ns":1786863694014075600,"word_count":227,"hashes":{"docs/audit/24-omitted-file-inspection-report.md":"d4484eea65f1861b9b6a30813d2c233d947c2965a13ed5b399462b80ca9c1513"}},"docs/audit/25-reference-integrity-validation.json":{"size":1002,"mtime_ns":1786799852321571600,"indexed_at_ns":1786863680458826600,"word_count":82,"hashes":{"docs/audit/25-reference-integrity-validation.json":"31b900ed297325cabee3e0804809ecd4229f4427283e449f5d82951bb5ed7fde"}},"docs/audit/26-phase2-integrity-repair-report.md":{"size":3191,"mtime_ns":1786799852322091800,"indexed_at_ns":1786863694015640600,"word_count":385,"hashes":{"docs/audit/26-phase2-integrity-repair-report.md":"2b2f385705db6729fccedc63db0f5709afa23e08a80fc859fe0138b416356cd9"}},"docs/audit/27-all-tracked-repository-files.txt":{"size":4631,"mtime_ns":1786799852323099900,"indexed_at_ns":1786863694017145600,"word_count":148,"hashes":{"docs/audit/27-all-tracked-repository-files.txt":"3f312a5c642e6a27446dc35a6c50dacd10e43c1cc9eeb637a49ba61343ce2b69"}},"docs/audit/28-full-repository-classification.json":{"size":27913,"mtime_ns":1786799852324099500,"indexed_at_ns":1786863680460331400,"word_count":1782,"hashes":{"docs/audit/28-full-repository-classification.json":"bcb50229ceddb267c8839ee69c05f5e5c8c4460485c92849532bcf163c37faa8"}},"docs/audit/29-file-content-evidence.json":{"size":109095,"mtime_ns":1786799852325608100,"indexed_at_ns":1786863680462336500,"word_count":9098,"hashes":{"docs/audit/29-file-content-evidence.json":"c4696525e8ab3c252ff9b6b38d5882225e0a9016698111df28064edbe7bf5124"}},"docs/audit/30-compiler-diagnostics-index.json":{"size":3707,"mtime_ns":1786799852326617100,"indexed_at_ns":1786863680463336700,"word_count":324,"hashes":{"docs/audit/30-compiler-diagnostics-index.json":"85bd1a964e41cc5e615c7260be2beb54b49dd444da40d96ae31e2a33c1c6bc24"}},"docs/audit/31-module-audit-closure.md":{"size":7587,"mtime_ns":1786799852327616800,"indexed_at_ns":1786863694019150200,"word_count":709,"hashes":{"docs/audit/31-module-audit-closure.md":"a1c9d7902131d71cf87a072876cc309ac8dfc7cd6e1f33e9619ac12d99f685ba"}},"docs/audit/32-evidence-grade-validation.json":{"size":1613,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863680464337900,"word_count":123,"hashes":{"docs/audit/32-evidence-grade-validation.json":"12ddcc21ff65a2aa76845935ebc0d8313c39991335356fbe3ae7cdd201251af5"}},"docs/audit/33-final-phase2-audit-closure.md":{"size":2535,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863694020149300,"word_count":271,"hashes":{"docs/audit/33-final-phase2-audit-closure.md":"217cadb664c7f7d27f8f849ea1249dfd88d5398fd2af154fd385c80e4d559bb1"}},"docs/audit/34-repository-observations.json":{"size":594,"mtime_ns":1786799852329618700,"indexed_at_ns":1786863680466336600,"word_count":49,"hashes":{"docs/audit/34-repository-observations.json":"28ce67ed3f5bcc3e5c3c80d73a16a34d8053d570be0af62be8afaffbc9318a27"}},"docs/audit/35-semantic-review-ledger.json":{"size":99353,"mtime_ns":1786799852330616000,"indexed_at_ns":1786863680467338400,"word_count":6011,"hashes":{"docs/audit/35-semantic-review-ledger.json":"ac0529050e87efc9e2b5a6c5b3a2ce6379186b4b07f23d8ec9cebf214ff885ef"}},"docs/audit/36-mandatory-semantic-scope.json":{"size":7960,"mtime_ns":1786799852331617100,"indexed_at_ns":1786863680468337900,"word_count":638,"hashes":{"docs/audit/36-mandatory-semantic-scope.json":"af62db825dd527009b8d79a6edab6ab627fe55303d3f7fd1c2d8e5fab9a8760b"}},"docs/audit/ADR-AUTH-001.md":{"size":3274,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694022417300,"word_count":398,"hashes":{"docs/audit/adr-auth-001.md":"fd6a6e524d66c57e3f114899323509082af11aa30197a015e1255057c5c3ed98"}},"docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md":{"size":2146,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694023417200,"word_count":239,"hashes":{"docs/audit/cross_boundary_dependencies.md":"56de72c42fdadf710e0837e0d330dfe36c772602d8f094d0a55dbc5bb16906f3"}},"docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md":{"size":15322,"mtime_ns":1786885876820986100,"indexed_at_ns":1786946194617583300,"word_count":1579,"hashes":{"docs/audit/frontend_integration_requirements.md":"79bab062fc3587cffd0a9932b8615d4b822dba2ea24533531f258a0dac5f701f"}},"docs/audit/MASTER-TASK-BACKLOG.md":{"size":30107,"mtime_ns":1786799852335470200,"indexed_at_ns":1786863694026492300,"word_count":3510,"hashes":{"docs/audit/master-task-backlog.md":"6df14e8ae8eca2a7f1d9829a6e9891a89a8565eb5a7362186644208fe8454cdc"}},"docs/audit/audit-state.json":{"size":4135,"mtime_ns":1786799852337382200,"indexed_at_ns":1786863680470337000,"word_count":267,"hashes":{"docs/audit/audit-state.json":"4b804494570a2812170cb8dab35d15da659f57d6e637652328725e956f7d98aa"}},"docs/audit/build_manifest.js":{"size":4060,"mtime_ns":1786799852338393200,"indexed_at_ns":1786863535890477600,"word_count":348},"docs/audit/frontend-route-map.md":{"size":2558,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863694027491500,"word_count":329,"hashes":{"docs/audit/frontend-route-map.md":"e9bf92a931f0727c8054230578943f0fd59cc3ef8f6ac5020155ca42edc93622"}},"docs/audit/generate_classification.js":{"size":2186,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863535904305800,"word_count":204},"docs/audit/generate_evidence.js":{"size":3098,"mtime_ns":1786799852340390100,"indexed_at_ns":1786863535911173400,"word_count":253},"docs/audit/generate_ledger.js":{"size":7648,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535916686900,"word_count":620},"docs/audit/generate_manifest.js":{"size":6357,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535923771900,"word_count":489},"docs/audit/master-task-backlog.json":{"size":22336,"mtime_ns":1786799852342906700,"indexed_at_ns":1786863680470841000,"word_count":2071,"hashes":{"docs/audit/master-task-backlog.json":"f1c994d971b4e58165ab9f74f8b69b97c07fe74005f64dc11badf5e287b5fd28"}},"docs/audit/phase3-execution-plan.md":{"size":6007,"mtime_ns":1786799852343952400,"indexed_at_ns":1786863694030823300,"word_count":736,"hashes":{"docs/audit/phase3-execution-plan.md":"ab3bc489bde4c86046d35f87c3fb1320acb4fb15d6a3de2e100b05b510aa23b8"}},"docs/audit/phase3-traceability-matrix.md":{"size":5237,"mtime_ns":1786799852344952800,"indexed_at_ns":1786863694031820000,"word_count":692,"hashes":{"docs/audit/phase3-traceability-matrix.md":"c46b1b09c5f6be7f54ba888652e69698b26d955a8e7c8e4fa19cda8729ee2f7b"}},"docs/audit/phase3.1-backlog-review.md":{"size":9737,"mtime_ns":1786799852345952800,"indexed_at_ns":1786863694033821400,"word_count":1202,"hashes":{"docs/audit/phase3.1-backlog-review.md":"021895bb0b90dd75935ebe0317d3198a2c448ccdd6861b1302cc29735f48da82"}},"docs/audit/phase3.1-change-log.md":{"size":3756,"mtime_ns":1786799852346954800,"indexed_at_ns":1786863694035819500,"word_count":451,"hashes":{"docs/audit/phase3.1-change-log.md":"093d244c2788ead47c69e3068ccf66930ba52e04430bdba87020cb4a4edcb817"}},"docs/audit/phase3.2-change-log.md":{"size":8272,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694036820300,"word_count":930,"hashes":{"docs/audit/phase3.2-change-log.md":"00bff98e2ae2ef50c4daf265d5f34469f21c244b6dca88b70e1f9ffa17a71d83"}},"docs/audit/phase3.2-implementation-readiness.md":{"size":4694,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694039141500,"word_count":517,"hashes":{"docs/audit/phase3.2-implementation-readiness.md":"9f1e0335fdc0fa2db0fd5ceaa97e50be85d04bc1ad5d3db1ef74e85de97f71a6"}},"docs/audit/rebuild_honest_ledger.js":{"size":6113,"mtime_ns":1786799852348952900,"indexed_at_ns":1786863535983025100,"word_count":559},"docs/audit/sync_honest_manifest.js":{"size":1213,"mtime_ns":1786799852349953100,"indexed_at_ns":1786863535988627700,"word_count":75},"docs/audit/sync_manifest.js":{"size":997,"mtime_ns":1786799852350953300,"indexed_at_ns":1786863535995415600,"word_count":62},"docs/audit/validate_evidence_grade.js":{"size":6141,"mtime_ns":1786799852351954100,"indexed_at_ns":1786863536001204900,"word_count":526},"docs/audit/validate_integrity.js":{"size":3408,"mtime_ns":1786799852352952400,"indexed_at_ns":1786863536007942000,"word_count":284},"docs/backlog.md":{"size":26175,"mtime_ns":1786799852356021600,"indexed_at_ns":1786863694040141700,"word_count":2834,"hashes":{"docs/backlog.md":"ce0d907773d5af5539aa04f7035555e47424d396ea6e3a821771ad00f813ccd6"}},"frontend/admin-panel/README.md":{"size":2425,"mtime_ns":1783764561778952800,"indexed_at_ns":1786863694042141900,"word_count":212,"hashes":{"frontend/admin-panel/readme.md":"3945c052249ebd020b013303d5921815b52d847bd36c748a03bfdc8eb2a390b8"}},"frontend/admin-panel/eslint.config.js":{"size":591,"mtime_ns":1785651092991236900,"indexed_at_ns":1786863536031757200,"word_count":48},"frontend/admin-panel/index.html":{"size":363,"mtime_ns":1783764561780558500,"indexed_at_ns":1786863694044141700,"word_count":28,"hashes":{"frontend/admin-panel/index.html":"ecdac8ac0b565720712afa18490bdfad1a643a6c50c1d0b93d12b7acbcf5e3c0"}},"frontend/admin-panel/package.json":{"size":1072,"mtime_ns":1785570791953119000,"indexed_at_ns":1786863680472845200,"word_count":84,"hashes":{"frontend/admin-panel/package.json":"6d61fb108392e86320c75b42e69ba7138bdc47bba4883fafbeb6e661cc5f51e4"}},"frontend/admin-panel/postcss.config.js":{"size":91,"mtime_ns":1783764561796281900,"indexed_at_ns":1786863536049792000,"word_count":11},"frontend/admin-panel/public/favicon.svg":{"size":9522,"mtime_ns":1783764561797801500,"indexed_at_ns":1786863694122123200,"word_count":491,"hashes":{"frontend/admin-panel/public/favicon.svg":"57a824acf3d4ba0b152537d3c0e79795502d3589ca99556a2155c81b6dea663a"}},"frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856792435855000,"indexed_at_ns":1786863694045693300,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"06bcb5a03a381d231568aa217f4bfc1a4446a7cf6574daf93ee6de8830063c67"}},"frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856792445365000,"indexed_at_ns":1786863694046698100,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/irannastaliq/irannastaliq/read me!.txt":"1653ec43d0db64c9a2d88dd8e064a64e83eee53a97b423ea7a40a865792b38c9"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856792454604400,"indexed_at_ns":1786863694048714800,"word_count":1077,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md":"4003fe6a71221e735897cfe03ac11bd59ef9951572007763151bf95663256a3d"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856792502503100,"indexed_at_ns":1786863694050719800,"word_count":366,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/readme.md":"880beb9c92fd527a098de27bc779b6891a36af98ae994f506a64be199ed50392"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856792546496500,"indexed_at_ns":1786863694123122700,"word_count":10881,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"38008ccacda40353e4f29e912e844ee659cde19dd209dfc1d5c3356e291293f5"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856792548005600,"indexed_at_ns":1786863694052719700,"word_count":951,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/changelog.md":"a735e1b29ad9d3361a0d1ecfd5c1f2f78c200a272918606decc377c469944321"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856792595155200,"indexed_at_ns":1786863694054719200,"word_count":283,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/readme.md":"3b6e2d78372a72b67e339bfd7331d408f43245840749d2f46df5c356a208fbfd"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856792645667900,"indexed_at_ns":1786863694125692200,"word_count":2615,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":"9cefee026dc2387d3c887064f2419098a4c9aadd466a42184e90fa30be5e15a7"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856792646666000,"indexed_at_ns":1786863694055720100,"word_count":55,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/authors.txt":"e22592748c440a3169adec38d57aecfd813b4b98531bbe14df59076e177a452c"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856792647671700,"indexed_at_ns":1786863694057719800,"word_count":5086,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/changelog.md":"5207a2a148ccfd0338342325a39d9b5b2d39514429c93e0aedf68b21f23fd71e"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694060176900,"word_count":671,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/ofl.txt":"8e7ede02bc5fcd7aa4d98a7692cd6f37ea85249c2a1a59574575f7ff57b2c984"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694061738100,"word_count":270,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/readme.md":"0d736c7dd11e89622e7105e6a5958fc3d83ec827b8a00debc0943bc8e3a3d201"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856792971535000,"indexed_at_ns":1786863694063234100,"word_count":14,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"3c26934ce909cddcd30f32691eac2429205e97f4851b76e0b706da0eb7812c66"}},"frontend/admin-panel/public/icons.svg":{"size":5031,"mtime_ns":1783764561799320300,"indexed_at_ns":1786863694127749600,"word_count":382,"hashes":{"frontend/admin-panel/public/icons.svg":"561374a6f3ff39c2881fc8ab6159875671b9acbaab617f4668819f5a24aa0a85"}},"frontend/admin-panel/src/App.tsx":{"size":1088,"mtime_ns":1786799852365481100,"indexed_at_ns":1786863539542562100,"word_count":99},"frontend/admin-panel/src/assets/hero.png":{"size":13057,"mtime_ns":1783764561812863000,"indexed_at_ns":1786863694128748000,"word_count":437,"hashes":{"frontend/admin-panel/src/assets/hero.png":"9350dcf76831435179214888056799d21b9ec6461f03bcad2fca68fb27dcccd9"}},"frontend/admin-panel/src/assets/react.svg":{"size":4126,"mtime_ns":1783764561813924700,"indexed_at_ns":1786863694131258000,"word_count":366,"hashes":{"frontend/admin-panel/src/assets/react.svg":"3ce66cfff5bb1ef0bc54b14d87fc434fdaa60e3e67406ca0475c8e355daf42c9"}},"frontend/admin-panel/src/assets/vite.svg":{"size":8709,"mtime_ns":1783764561814995700,"indexed_at_ns":1786863694133259500,"word_count":439,"hashes":{"frontend/admin-panel/src/assets/vite.svg":"a3813bb88b8e782e5a04d9d628d2540c4ca7719878f24c62bb3b655861178b41"}},"frontend/admin-panel/src/components/Layout.tsx":{"size":726,"mtime_ns":1784621786958594800,"indexed_at_ns":1786863539569270500,"word_count":69},"frontend/admin-panel/src/components/ProtectedRoute.tsx":{"size":2336,"mtime_ns":1786799852369164100,"indexed_at_ns":1786863539575600400,"word_count":210},"frontend/admin-panel/src/components/Sidebar.tsx":{"size":10827,"mtime_ns":1786946249964929600,"indexed_at_ns":1786948020180405800,"word_count":961},"frontend/admin-panel/src/components/Topbar.tsx":{"size":14971,"mtime_ns":1786954681821386200,"indexed_at_ns":1786955474679895700,"word_count":1219},"frontend/admin-panel/src/components/ui/ConfirmModal.tsx":{"size":2076,"mtime_ns":1783856792976535500,"indexed_at_ns":1786863539596831200,"word_count":174},"frontend/admin-panel/src/components/ui/MediaSelector.tsx":{"size":15969,"mtime_ns":1786954681826536100,"indexed_at_ns":1786955474721008300,"word_count":1243},"frontend/admin-panel/src/components/ui/Pagination.tsx":{"size":5510,"mtime_ns":1786799852387442100,"indexed_at_ns":1786863539611144600,"word_count":447},"frontend/admin-panel/src/components/ui/Skeleton.tsx":{"size":178,"mtime_ns":1783856792977535800,"indexed_at_ns":1786863539617717100,"word_count":22},"frontend/admin-panel/src/components/ui/Spinner.tsx":{"size":650,"mtime_ns":1783856792979049200,"indexed_at_ns":1786863539624368900,"word_count":67},"frontend/admin-panel/src/main.tsx":{"size":161,"mtime_ns":1783764561829333600,"indexed_at_ns":1786863539634800100,"word_count":16},"frontend/admin-panel/src/pages/B2BManager.tsx":{"size":25576,"mtime_ns":1786799852391440500,"indexed_at_ns":1786863539640800000,"word_count":1789},"frontend/admin-panel/src/pages/BannersManager.tsx":{"size":20315,"mtime_ns":1786946249965928600,"indexed_at_ns":1786948020244413900,"word_count":1492},"frontend/admin-panel/src/pages/Blogs.tsx":{"size":15530,"mtime_ns":1786799852395957300,"indexed_at_ns":1786863539656035900,"word_count":1186},"frontend/admin-panel/src/pages/CMS.tsx":{"size":10072,"mtime_ns":1786799852400957800,"indexed_at_ns":1786863539663141300,"word_count":805},"frontend/admin-panel/src/pages/Categories.tsx":{"size":15807,"mtime_ns":1786799852404978500,"indexed_at_ns":1786863539670140300,"word_count":1115},"frontend/admin-panel/src/pages/ContactSubmissions.tsx":{"size":12435,"mtime_ns":1786799852405538100,"indexed_at_ns":1786863539677731600,"word_count":859},"frontend/admin-panel/src/pages/Coupons.tsx":{"size":27717,"mtime_ns":1786948119773165300,"indexed_at_ns":1786954590024152800,"word_count":2106},"frontend/admin-panel/src/pages/Dashboard.tsx":{"size":6006,"mtime_ns":1786885876829510000,"indexed_at_ns":1786946090882930200,"word_count":534},"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx":{"size":9238,"mtime_ns":1786948119774163200,"indexed_at_ns":1786954590036697800,"word_count":674},"frontend/admin-panel/src/pages/IngredientsManager.tsx":{"size":18511,"mtime_ns":1786885876833517400,"indexed_at_ns":1786946090899595600,"word_count":1338},"frontend/admin-panel/src/pages/Login.tsx":{"size":11551,"mtime_ns":1786885876837035500,"indexed_at_ns":1786946090906108900,"word_count":838},"frontend/admin-panel/src/pages/Media.tsx":{"size":24026,"mtime_ns":1786954681832052400,"indexed_at_ns":1786955474849815900,"word_count":1850},"frontend/admin-panel/src/pages/Orders.tsx":{"size":41362,"mtime_ns":1786944769522310700,"indexed_at_ns":1786946090923825000,"word_count":3048},"frontend/admin-panel/src/pages/Pets.tsx":{"size":17485,"mtime_ns":1786954681833053600,"indexed_at_ns":1786955474865216500,"word_count":1264},"frontend/admin-panel/src/pages/PrescriptionsManager.tsx":{"size":20134,"mtime_ns":1786954681834055700,"indexed_at_ns":1786955474871873100,"word_count":1503},"frontend/admin-panel/src/pages/Products.tsx":{"size":75867,"mtime_ns":1786948119777256200,"indexed_at_ns":1786954590079918400,"word_count":5070},"frontend/admin-panel/src/pages/Reports.tsx":{"size":13073,"mtime_ns":1786894580141383900,"indexed_at_ns":1786946090950888800,"word_count":972},"frontend/admin-panel/src/pages/SeoSettingsPage.tsx":{"size":7361,"mtime_ns":1786885876852117800,"indexed_at_ns":1786946090964021800,"word_count":549},"frontend/admin-panel/src/pages/Settings.tsx":{"size":41127,"mtime_ns":1786948119780100900,"indexed_at_ns":1786954590114257900,"word_count":2650},"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx":{"size":14321,"mtime_ns":1786799852443027400,"indexed_at_ns":1786863539783943500,"word_count":1073},"frontend/admin-panel/src/pages/SystemSettingsPage.tsx":{"size":7931,"mtime_ns":1786799852444030300,"indexed_at_ns":1786863539790462300,"word_count":575},"frontend/admin-panel/src/pages/TestimonialsManager.tsx":{"size":18160,"mtime_ns":1786799852445028000,"indexed_at_ns":1786863539796971000,"word_count":1311},"frontend/admin-panel/src/pages/UITexts.tsx":{"size":21687,"mtime_ns":1786954681835053100,"indexed_at_ns":1786955474947729800,"word_count":1702},"frontend/admin-panel/src/pages/Users.tsx":{"size":42561,"mtime_ns":1786883225813571300,"indexed_at_ns":1786946091025818600,"word_count":2830},"frontend/admin-panel/src/pages/Videos.tsx":{"size":19944,"mtime_ns":1786885876865800800,"indexed_at_ns":1786946091033029300,"word_count":1419},"frontend/admin-panel/src/pages/WholesaleApplications.tsx":{"size":6505,"mtime_ns":1786799852457805400,"indexed_at_ns":1786863539828590300,"word_count":503},"frontend/admin-panel/src/pages/Wiki.tsx":{"size":14792,"mtime_ns":1786885876868308700,"indexed_at_ns":1786946091044162500,"word_count":1144},"frontend/admin-panel/src/routes/adminRoutes.tsx":{"size":4643,"mtime_ns":1786944769526822700,"indexed_at_ns":1786946091050164400,"word_count":495},"frontend/admin-panel/src/services/api.ts":{"size":5190,"mtime_ns":1786896758433963000,"indexed_at_ns":1786946091056675900,"word_count":479},"frontend/admin-panel/src/store/adminAuthStore.ts":{"size":666,"mtime_ns":1786799852469037000,"indexed_at_ns":1786863539858627200,"word_count":65},"frontend/admin-panel/src/types/admin.ts":{"size":3773,"mtime_ns":1786894580154842300,"indexed_at_ns":1786946091067718500,"word_count":414},"frontend/admin-panel/tailwind.config.js":{"size":182,"mtime_ns":1783764561861721300,"indexed_at_ns":1786863539871727500,"word_count":20},"frontend/admin-panel/tsconfig.app.json":{"size":617,"mtime_ns":1783764561862859900,"indexed_at_ns":1786863680473847600,"word_count":47,"hashes":{"frontend/admin-panel/tsconfig.app.json":"b15d934d372b42fef3c150b90ab9dec888deeed53159fb9ebaf3ece2bc6896e9"}},"frontend/admin-panel/tsconfig.json":{"size":119,"mtime_ns":1783764561863393600,"indexed_at_ns":1786863680475351500,"word_count":15,"hashes":{"frontend/admin-panel/tsconfig.json":"7a6c2e21b6eaa2355b4e2ed29db2a767499a88498bde745cdccf3ba8c7f64f2b"}},"frontend/admin-panel/tsconfig.node.json":{"size":591,"mtime_ns":1783764561863923100,"indexed_at_ns":1786863680476356300,"word_count":44,"hashes":{"frontend/admin-panel/tsconfig.node.json":"035a8143cff9651dbb67885756a07cc3f8ed1c5dcbf04a6e2042600b7989d525"}},"frontend/admin-panel/vite.config.ts":{"size":161,"mtime_ns":1783764561864454900,"indexed_at_ns":1786863539894474200,"word_count":18},"frontend/application/AGENTS.md":{"size":760,"mtime_ns":1786885876870317000,"indexed_at_ns":1786946194631269100,"word_count":91,"hashes":{"frontend/application/agents.md":"26c7594b16f52dcd1085a81ac2dd55a924bf9badc3d339789c5a52657ad86ea7"}},"frontend/application/CLAUDE.md":{"size":11,"mtime_ns":1783764561866744500,"indexed_at_ns":1786863694066612200,"word_count":1,"hashes":{"frontend/application/claude.md":"0776fbbe8c29c6dc861efa70683090a370ab56dc77c22cb9de74895b4c783320"}},"frontend/application/README.md":{"size":1450,"mtime_ns":1783764561867354300,"indexed_at_ns":1786863694067611900,"word_count":155,"hashes":{"frontend/application/readme.md":"dd829cdf325092d859080ac1db3cbf2cca3198e72834f0f228495ef3c49a2240"}},"frontend/application/app/ClientLayout.tsx":{"size":5386,"mtime_ns":1786891855353571400,"indexed_at_ns":1786946091118817200,"word_count":486},"frontend/application/app/HomeClient.tsx":{"size":12981,"mtime_ns":1786946249969930000,"indexed_at_ns":1786948020492659800,"word_count":833},"frontend/application/app/about/page.tsx":{"size":6019,"mtime_ns":1786885876874317800,"indexed_at_ns":1786946091130517900,"word_count":507},"frontend/application/app/blog/[slug]/page.tsx":{"size":6663,"mtime_ns":1786885876877317400,"indexed_at_ns":1786946091138538500,"word_count":521},"frontend/application/app/blog/page.tsx":{"size":2058,"mtime_ns":1786885876878823400,"indexed_at_ns":1786946091144595700,"word_count":214},"frontend/application/app/catalog/CatalogClient.tsx":{"size":1389,"mtime_ns":1786872121566485100,"indexed_at_ns":1786877276794688700,"word_count":129},"frontend/application/app/catalog/page.tsx":{"size":1000,"mtime_ns":1786885876880832300,"indexed_at_ns":1786946091157620100,"word_count":99},"frontend/application/app/checkout/page.tsx":{"size":125,"mtime_ns":1783764561876442900,"indexed_at_ns":1786863539973147200,"word_count":13},"frontend/application/app/checkout/success/[id]/page.tsx":{"size":231,"mtime_ns":1783764561878668300,"indexed_at_ns":1786863539980152400,"word_count":31},"frontend/application/app/contact/page.tsx":{"size":1923,"mtime_ns":1786885876884352900,"indexed_at_ns":1786946091174222400,"word_count":169},"frontend/application/app/dashboard/page.tsx":{"size":133,"mtime_ns":1783764561880281000,"indexed_at_ns":1786863539993347900,"word_count":13},"frontend/application/app/error.tsx":{"size":383,"mtime_ns":1785148022478709000,"indexed_at_ns":1786863539998855700,"word_count":50},"frontend/application/app/layout.tsx":{"size":4001,"mtime_ns":1786885876886352200,"indexed_at_ns":1786946091201905500,"word_count":353},"frontend/application/app/loading.tsx":{"size":1373,"mtime_ns":1785148022487650000,"indexed_at_ns":1786863540025491400,"word_count":122},"frontend/application/app/not-found.tsx":{"size":124,"mtime_ns":1783764561891411400,"indexed_at_ns":1786863540032490900,"word_count":15},"frontend/application/app/page.tsx":{"size":2357,"mtime_ns":1786885876888872400,"indexed_at_ns":1786946091217128300,"word_count":224},"frontend/application/app/privacy/page.tsx":{"size":4367,"mtime_ns":1786885876892884700,"indexed_at_ns":1786946091229212900,"word_count":361},"frontend/application/app/profile/page.tsx":{"size":122,"mtime_ns":1783764561895258400,"indexed_at_ns":1786863540054231400,"word_count":13},"frontend/application/app/robots.ts":{"size":404,"mtime_ns":1783764561896486600,"indexed_at_ns":1786863540060459100,"word_count":38},"frontend/application/app/search/page.tsx":{"size":569,"mtime_ns":1786885876894884000,"indexed_at_ns":1786946091253347100,"word_count":65},"frontend/application/app/shop/[slug]/page.tsx":{"size":4439,"mtime_ns":1786885876896885400,"indexed_at_ns":1786946091261392900,"word_count":388},"frontend/application/app/shop/page.tsx":{"size":2025,"mtime_ns":1786885876899395900,"indexed_at_ns":1786946091268392700,"word_count":211},"frontend/application/app/sitemap.ts":{"size":2040,"mtime_ns":1786799852565744400,"indexed_at_ns":1786863540085699800,"word_count":191},"frontend/application/app/track/page.tsx":{"size":129,"mtime_ns":1783764561901903300,"indexed_at_ns":1786863540091699600,"word_count":13},"frontend/application/app/trust-seals/page.tsx":{"size":6722,"mtime_ns":1786885876903404600,"indexed_at_ns":1786946091292478900,"word_count":528},"frontend/application/app/videos/page.tsx":{"size":117,"mtime_ns":1783764561902986700,"indexed_at_ns":1786863540105289000,"word_count":13},"frontend/application/app/wiki/[slug]/page.tsx":{"size":2325,"mtime_ns":1784033954808355000,"indexed_at_ns":1786863540118520300,"word_count":234},"frontend/application/app/wiki/page.tsx":{"size":1242,"mtime_ns":1786885876905476200,"indexed_at_ns":1786946091316862200,"word_count":122},"frontend/application/components/AddressModal.tsx":{"size":16148,"mtime_ns":1786799852571178400,"indexed_at_ns":1786863540130732600,"word_count":1109},"frontend/application/components/ArchivePage.tsx":{"size":34996,"mtime_ns":1786946249970928600,"indexed_at_ns":1786948020661873800,"word_count":2734},"frontend/application/components/AuthModal.tsx":{"size":44845,"mtime_ns":1786891855357691900,"indexed_at_ns":1786946091341971300,"word_count":2978},"frontend/application/components/B2BPortal.tsx":{"size":14014,"mtime_ns":1786894580156857600,"indexed_at_ns":1786946091352003200,"word_count":1094},"frontend/application/components/BackButton.tsx":{"size":1105,"mtime_ns":1786799852597341400,"indexed_at_ns":1786863540159500900,"word_count":116},"frontend/application/components/BlogPage.tsx":{"size":24606,"mtime_ns":1786885876915228400,"indexed_at_ns":1786946091379813700,"word_count":1509},"frontend/application/components/CartDrawer.tsx":{"size":20230,"mtime_ns":1786799852599390300,"indexed_at_ns":1786863540173272000,"word_count":1339},"frontend/application/components/CheckoutPage.tsx":{"size":49167,"mtime_ns":1786954681837053700,"indexed_at_ns":1786955475260251400,"word_count":3305},"frontend/application/components/ContactFormClient.tsx":{"size":10541,"mtime_ns":1786885876918218600,"indexed_at_ns":1786946091414963400,"word_count":775},"frontend/application/components/DeleteConfirmModal.tsx":{"size":2328,"mtime_ns":1786799852608752300,"indexed_at_ns":1786863540195843400,"word_count":195},"frontend/application/components/EnamadBadge.tsx":{"size":1516,"mtime_ns":1786799852612361900,"indexed_at_ns":1786863540202352600,"word_count":114},"frontend/application/components/ErrorBoundary.tsx":{"size":2617,"mtime_ns":1786799852614549600,"indexed_at_ns":1786863540208609600,"word_count":235},"frontend/application/components/ErrorPages.tsx":{"size":2809,"mtime_ns":1786885876920726400,"indexed_at_ns":1786946091441576800,"word_count":243},"frontend/application/components/FeaturedProducts.tsx":{"size":9923,"mtime_ns":1786799852624407000,"indexed_at_ns":1786863540221425100,"word_count":840},"frontend/application/components/Footer.tsx":{"size":12503,"mtime_ns":1786946249976949900,"indexed_at_ns":1786948020743638300,"word_count":843},"frontend/application/components/Header.tsx":{"size":28516,"mtime_ns":1786946249979030000,"indexed_at_ns":1786948020750142300,"word_count":2014},"frontend/application/components/HeaderButton.tsx":{"size":2242,"mtime_ns":1786799852637156100,"indexed_at_ns":1786863540242057800,"word_count":208},"frontend/application/components/Hero.tsx":{"size":18439,"mtime_ns":1786954681838055000,"indexed_at_ns":1786955475315416600,"word_count":1541},"frontend/application/components/IngredientWiki.tsx":{"size":19123,"mtime_ns":1786958978739412900,"indexed_at_ns":1786960870025239000,"word_count":1454},"frontend/application/components/LoginModal.tsx":{"size":13846,"mtime_ns":1786885876932267500,"indexed_at_ns":1786946091505536900,"word_count":1121},"frontend/application/components/MaintenancePage.tsx":{"size":3686,"mtime_ns":1786946249984693000,"indexed_at_ns":1786948020776802400,"word_count":313},"frontend/application/components/NetworkBanner.tsx":{"size":2350,"mtime_ns":1786799852662138900,"indexed_at_ns":1786863540279146900,"word_count":214},"frontend/application/components/OrderDetailsModal.tsx":{"size":33085,"mtime_ns":1786944769533340100,"indexed_at_ns":1786946091537915100,"word_count":2354},"frontend/application/components/OrderSuccess.tsx":{"size":6396,"mtime_ns":1786799852665542300,"indexed_at_ns":1786863540291787200,"word_count":521},"frontend/application/components/OrderTracking.tsx":{"size":9105,"mtime_ns":1786885876938266000,"indexed_at_ns":1786946091555171900,"word_count":663},"frontend/application/components/PetProfile.tsx":{"size":77128,"mtime_ns":1786954681840286300,"indexed_at_ns":1786955475359709700,"word_count":5484},"frontend/application/components/PrescriptionUploadModal.tsx":{"size":18235,"mtime_ns":1786954681842298400,"indexed_at_ns":1786955475367584500,"word_count":1302},"frontend/application/components/ProductPage.tsx":{"size":56515,"mtime_ns":1786946249988814300,"indexed_at_ns":1786948020812227700,"word_count":4070},"frontend/application/components/SafeImage.tsx":{"size":2054,"mtime_ns":1786885876949569800,"indexed_at_ns":1786946091605553100,"word_count":187},"frontend/application/components/SearchResultsPage.tsx":{"size":8335,"mtime_ns":1786799852701578200,"indexed_at_ns":1786863540335701600,"word_count":594},"frontend/application/components/SearchableSelect.tsx":{"size":4375,"mtime_ns":1785575516155554800,"indexed_at_ns":1786863540342211100,"word_count":336},"frontend/application/components/Skeleton.tsx":{"size":3084,"mtime_ns":1783764561943996900,"indexed_at_ns":1786863540349888700,"word_count":291},"frontend/application/components/SmartAdvisor.tsx":{"size":33571,"mtime_ns":1786894580167908400,"indexed_at_ns":1786946091629542000,"word_count":2534},"frontend/application/components/TickerBanner.tsx":{"size":1605,"mtime_ns":1786885876960835800,"indexed_at_ns":1786946091635653200,"word_count":140},"frontend/application/components/Tooltip.tsx":{"size":2771,"mtime_ns":1786885876964103200,"indexed_at_ns":1786946091641165300,"word_count":227},"frontend/application/components/TopUpModal.tsx":{"size":9142,"mtime_ns":1786890779336880900,"indexed_at_ns":1786946091647541000,"word_count":717},"frontend/application/components/UserDashboard.tsx":{"size":90847,"mtime_ns":1786954681843296800,"indexed_at_ns":1786955475425357400,"word_count":5771},"frontend/application/components/VetGallery.tsx":{"size":9590,"mtime_ns":1786885876970368900,"indexed_at_ns":1786946091663117600,"word_count":759},"frontend/application/components/VideosPage.tsx":{"size":9404,"mtime_ns":1786885876974175000,"indexed_at_ns":1786946091669350600,"word_count":681},"frontend/application/components/__tests__/CartDrawer.test.tsx":{"size":3197,"mtime_ns":1786799852761825800,"indexed_at_ns":1786863540412200800,"word_count":285},"frontend/application/components/__tests__/FeaturedProducts.test.tsx":{"size":3115,"mtime_ns":1786799852765632100,"indexed_at_ns":1786863540419710400,"word_count":242},"frontend/application/components/__tests__/Footer.test.tsx":{"size":1649,"mtime_ns":1786885876976595100,"indexed_at_ns":1786946091695116800,"word_count":139},"frontend/application/components/__tests__/Header.test.tsx":{"size":3277,"mtime_ns":1786799852770019100,"indexed_at_ns":1786863540434730400,"word_count":261},"frontend/application/components/__tests__/Hero.test.tsx":{"size":1980,"mtime_ns":1786799852776010800,"indexed_at_ns":1786863540442340400,"word_count":192},"frontend/application/components/__tests__/Tooltip.test.tsx":{"size":1508,"mtime_ns":1786799852784348900,"indexed_at_ns":1786863540450854900,"word_count":137},"frontend/application/eslint.config.mjs":{"size":465,"mtime_ns":1785651092993484500,"indexed_at_ns":1786863540456944500,"word_count":42},"frontend/application/lib/data/products.ts":{"size":103445,"mtime_ns":1786958978741515600,"indexed_at_ns":1786960870207201300,"word_count":9675},"frontend/application/lib/data/provinces.ts":{"size":2993,"mtime_ns":1785571725610676000,"indexed_at_ns":1786863540475337300,"word_count":203},"frontend/application/lib/data/scientificTerms.ts":{"size":18042,"mtime_ns":1786958978743097300,"indexed_at_ns":1786960870219714000,"word_count":1756},"frontend/application/lib/hooks/useNetworkStatus.ts":{"size":610,"mtime_ns":1786799852793488000,"indexed_at_ns":1786863540490904900,"word_count":59},"frontend/application/lib/services/api.ts":{"size":3694,"mtime_ns":1786954681844297300,"indexed_at_ns":1786955475523413700,"word_count":391},"frontend/application/lib/services/authService.ts":{"size":4524,"mtime_ns":1786885876986184800,"indexed_at_ns":1786946091788097500,"word_count":509},"frontend/application/lib/services/orderService.ts":{"size":2428,"mtime_ns":1786799852810726500,"indexed_at_ns":1786863540512358400,"word_count":279},"frontend/application/lib/services/productService.ts":{"size":9733,"mtime_ns":1786946249990927500,"indexed_at_ns":1786948020972782900,"word_count":918},"frontend/application/lib/services/videoService.ts":{"size":1015,"mtime_ns":1786799852818516100,"indexed_at_ns":1786863540526453400,"word_count":128},"frontend/application/lib/store/__tests__/cartStore.test.ts":{"size":4430,"mtime_ns":1786799852822036900,"indexed_at_ns":1786863540533965000,"word_count":386},"frontend/application/lib/store/__tests__/settingsStore.test.ts":{"size":1949,"mtime_ns":1783856793043803200,"indexed_at_ns":1786863540540796300,"word_count":194},"frontend/application/lib/store/__tests__/userStore.test.ts":{"size":3639,"mtime_ns":1786799852825547700,"indexed_at_ns":1786863540547305500,"word_count":289},"frontend/application/lib/store/cartStore.ts":{"size":6972,"mtime_ns":1786895436235684300,"indexed_at_ns":1786946091844031100,"word_count":697},"frontend/application/lib/store/settingsStore.ts":{"size":3630,"mtime_ns":1786948119787096800,"indexed_at_ns":1786954590768008200,"word_count":371},"frontend/application/lib/store/uiStore.ts":{"size":872,"mtime_ns":1786799852833588000,"indexed_at_ns":1786863540568531000,"word_count":100},"frontend/application/lib/store/usePetStore.ts":{"size":8680,"mtime_ns":1786954681845300600,"indexed_at_ns":1786955475589806900,"word_count":850},"frontend/application/lib/store/userStore.ts":{"size":10236,"mtime_ns":1786885876994698300,"indexed_at_ns":1786946091871573500,"word_count":883},"frontend/application/lib/types.ts":{"size":2194,"mtime_ns":1786799852840111800,"indexed_at_ns":1786863540590778900,"word_count":237},"frontend/application/lib/utils.ts":{"size":478,"mtime_ns":1786799852847284000,"indexed_at_ns":1786863540596780000,"word_count":61},"frontend/application/next.config.ts":{"size":1764,"mtime_ns":1786870552898769500,"indexed_at_ns":1786877277293787300,"word_count":169},"frontend/application/package.json":{"size":844,"mtime_ns":1786799852863132300,"indexed_at_ns":1786863680477356100,"word_count":72,"hashes":{"frontend/application/package.json":"3ffd8078128454f22679add155e8304ffb9476e630e847cd895ffb1422db1b5f"}},"frontend/application/postcss.config.mjs":{"size":94,"mtime_ns":1783764561988252100,"indexed_at_ns":1786863540617596000,"word_count":13},"frontend/application/public/assets/images/hero-section-image.png":{"size":6990105,"mtime_ns":1783856793095044200,"indexed_at_ns":1786863694135258700,"word_count":267685,"hashes":{"frontend/application/public/assets/images/hero-section-image.png":"13c3a8c4b520c0f0500833b266f6e4755a2c0e86904dc89c1d0243136cd9e090"}},"frontend/application/public/assets/images/regenerated_image_1779109861747.png":{"size":2269101,"mtime_ns":1783764562014110300,"indexed_at_ns":1786863694155060900,"word_count":84979,"hashes":{"frontend/application/public/assets/images/regenerated_image_1779109861747.png":"1dad8a2330655c9068cefc35c7e69370d06305219d6a38d82630043805ac39a9"}},"frontend/application/public/file.svg":{"size":391,"mtime_ns":1783764562016213600,"indexed_at_ns":1786863694164180800,"word_count":50,"hashes":{"frontend/application/public/file.svg":"1119e2ef995a10263472a09138d843b9f5924e1f4b6f84d2168226327ace0be1"}},"frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856793098052000,"indexed_at_ns":1786863694070120000,"word_count":15,"hashes":{"frontend/application/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"6c2a924fd200fa301020be822d33307191d295b2c6b7e731785c02929b6a0fb1"}},"frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856793107660400,"indexed_at_ns":1786863694072123000,"word_count":15,"hashes":{"frontend/application/public/fonts/irannastaliq/irannastaliq/read me!.txt":"79166364479f09a129d20f508898f5a23d90937b337db1d2c2a64c2cda022e1f"}},"frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856793113660500,"indexed_at_ns":1786863694073120500,"word_count":1077,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/changelog.md":"be9b046e69dc5442c30d61cca51a69e4238f861da265d1ce8cd0192bafce40a9"}},"frontend/application/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856793156251700,"indexed_at_ns":1786863694075624200,"word_count":366,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/readme.md":"9b0e689f6474b487d70db0ecb05321072f15df92266522497b60aaa47579aac5"}},"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856793229119700,"indexed_at_ns":1786863694169221500,"word_count":10881,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"0825bc4a5adf33cea89ddbb0754a9951481f92beed22cc4ae9be5c59c8847c7f"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856793230118600,"indexed_at_ns":1786863694077307600,"word_count":951,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/changelog.md":"575542fd432a1b489570fce6eead03ca964b61d038ee9f3bd9181d6c07fec8b2"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856793279542700,"indexed_at_ns":1786863694079312500,"word_count":283,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/readme.md":"f9e5953869832730d4169ced95c5b978ef4d156f0114de6b27f37025fd5e7054"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856793315146800,"indexed_at_ns":1786863694176105400,"word_count":2615,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":"01816e4165a20a19dbd7c57390bc7d06119e51479c968568396df53bd3116fec"}},"frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856793316155600,"indexed_at_ns":1786863694080379500,"word_count":55,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/authors.txt":"0c05de46944017b09527017814eae25279495af7920f59181720a034e84ab759"}},"frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856793317690100,"indexed_at_ns":1786863694082379200,"word_count":5086,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/changelog.md":"323e095d50626f73023efa85133687134ad8808333e908c41b9a3e61f225edbf"}},"frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856793319422000,"indexed_at_ns":1786863694084379300,"word_count":671,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/ofl.txt":"756a84fec3f8eaf480849631710c21e3d503b11e50081b84fb4d31a4d970208a"}},"frontend/application/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856793320489000,"indexed_at_ns":1786863694085379400,"word_count":270,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/readme.md":"cee7881a2b9d08b4fe358b683fdde88fa7f8fafb7f53852216a080d291460ca0"}},"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856793668096800,"indexed_at_ns":1786863694087379500,"word_count":14,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"aa327615c816569057ced5f2c9993f791a1521e2bd4eab0ab992baf173159217"}},"frontend/application/public/globe.svg":{"size":1035,"mtime_ns":1783764562016720700,"indexed_at_ns":1786863694180121600,"word_count":154,"hashes":{"frontend/application/public/globe.svg":"93cd319cc2847a02f77034690697e90991e4e520dddb486c49db6d157f61a410"}},"frontend/application/public/next.svg":{"size":1375,"mtime_ns":1783764562018238900,"indexed_at_ns":1786863694181884500,"word_count":183,"hashes":{"frontend/application/public/next.svg":"b30f61c9863dba2a8d332f310e20fbca37330c1c68612d0f0b453a0b202e836a"}},"frontend/application/public/vercel.svg":{"size":128,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694184891200,"word_count":12,"hashes":{"frontend/application/public/vercel.svg":"c88132dfd92b424991c922c4121ed83833f9a07d7046def18dd3ccd44ac25e84"}},"frontend/application/public/window.svg":{"size":385,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694190022700,"word_count":63,"hashes":{"frontend/application/public/window.svg":"20a1be5f2149ff9ae12c5facdd302bc535ba215694bf31eea01cd014322d20fa"}},"frontend/application/tsconfig.json":{"size":750,"mtime_ns":1786799852865640000,"indexed_at_ns":1786863680478356000,"word_count":61,"hashes":{"frontend/application/tsconfig.json":"adcade0f962ec5888be99b4b1402d98812cfd570b0c5669bda73142b2cb9210d"}},"frontend/application/vitest.config.ts":{"size":244,"mtime_ns":1786799852868652900,"indexed_at_ns":1786863544320193300,"word_count":25},"frontend/application/vitest.setup.ts":{"size":532,"mtime_ns":1786799852870650700,"indexed_at_ns":1786863544326240200,"word_count":58},"metadata.json":{"size":334,"mtime_ns":1783856793672137200,"indexed_at_ns":1786863680479357400,"word_count":35,"hashes":{"metadata.json":"c44b4c4ba60752554ceae65e2f22bddb756cbeb25a4a31ee79160b6eb182255a"}},"package.json":{"size":992,"mtime_ns":1783856793674105800,"indexed_at_ns":1786863680481374200,"word_count":118,"hashes":{"package.json":"0157b70b08d4db87730d29b1da6749d719cc3f815c2c01d0c5cd29042f4d0bcf"}},"prometheus.yml":{"size":164,"mtime_ns":1783764562027779300,"indexed_at_ns":1786863694089379300,"word_count":13,"hashes":{"prometheus.yml":"6efadd3eaf7bcdf8e425488e92b4262447caba278f55a179b9bd4a12d5dfc721"}},"scripts/backup_db.sh":{"size":1362,"mtime_ns":1786799852876784600,"indexed_at_ns":1786863680482378900,"word_count":134,"hashes":{"scripts/backup_db.sh":"f90cf2d0c954f3eaca83566ccb365bff62fd97a2af0225816c19902ee4dfdd6c"}},"scripts/compose.prod.yml":{"size":2090,"mtime_ns":1786877667023527700,"indexed_at_ns":1786946194640744100,"word_count":117,"hashes":{"scripts/compose.prod.yml":"ec4c7444d425a241f744073f8c860282daa97a899b67b302bef2c2d0d92062f5"}},"scripts/compose.stage.yml":{"size":2481,"mtime_ns":1786883225890948000,"indexed_at_ns":1786946194641744700,"word_count":134,"hashes":{"scripts/compose.stage.yml":"84cdc3265d9a75ab71d28d033b18c0edc7738d768b01b1e5f4c6bd3dba3e020b"}},"scripts/deploy.sh":{"size":3355,"mtime_ns":1786962003621499800,"indexed_at_ns":1786962020630564900,"word_count":348,"hashes":{"scripts/deploy.sh":"bbcf546782eef354f807268a7c3e28cfb179bb29352c23d9f2e86e8e45d6f685"}},"scripts/open-browsers.js":{"size":1551,"mtime_ns":1783764562028780800,"indexed_at_ns":1786863544379330800,"word_count":202},"scripts/start-dev.js":{"size":1332,"mtime_ns":1783766217319524600,"indexed_at_ns":1786863544385074200,"word_count":148},"start.sh":{"size":26,"mtime_ns":1784033954813080300,"indexed_at_ns":1786863680484972600,"word_count":4,"hashes":{"start.sh":"694c258b963c309734a3316c770f5fef29703bc6f24754b04155fd8db94cf862"}},"swagger.yml":{"size":95785,"mtime_ns":1786799852892091600,"indexed_at_ns":1786863694094028500,"word_count":7031,"hashes":{"swagger.yml":"9ee34edd53820461e0a043109976532a305cb26a4ff9e265eb8a5883dd42dd53"}},".antigravity/instructions.md":{"size":226,"mtime_ns":1786870552833405800,"indexed_at_ns":1786877281836081000,"word_count":29,"hashes":{".antigravity/instructions.md":"8d8f5c1bbdbb7b8045e02b06a50e68d3fcfabfb2d65f8ac1cd86168dc8a8cc96"}},".antigravity/workflows/graphify.md":{"size":43292,"mtime_ns":1786870552837921500,"indexed_at_ns":1786877281837081200,"word_count":5442,"hashes":{".antigravity/workflows/graphify.md":"0c16b701a50d64f741f6de107c49584012a8dd7f5e922af9f79754540629e2fe"}},".agents/rules/graphify.md":{"size":933,"mtime_ns":1786870552830271100,"indexed_at_ns":1786877281724557600,"word_count":127,"hashes":{".agents/rules/graphify.md":"26f2577a68d808f7f33ec3e418b95b635aec180d93b22b975e9ae67c47e361c8"}},".agents/workflows/graphify.md":{"size":229,"mtime_ns":1786870552832398300,"indexed_at_ns":1786877281726150800,"word_count":37,"hashes":{".agents/workflows/graphify.md":"a81e2d017e0669c71099362b20854e4d9ed68753f1c240d0682120bdb9aa3c72"}},"backend/src/payment/dto/initiate-payment.dto.ts":{"size":775,"mtime_ns":1786870552874246400,"indexed_at_ns":1786877271375657600,"word_count":69},"backend/src/payment/dto/verify-payment.dto.ts":{"size":1421,"mtime_ns":1786894580126857900,"indexed_at_ns":1786946086330048800,"word_count":126},"backend/src/payment/payment.controller.ts":{"size":8567,"mtime_ns":1786891855343844100,"indexed_at_ns":1786946086341392100,"word_count":738},"backend/src/payment/payment.module.ts":{"size":511,"mtime_ns":1786870552877757300,"indexed_at_ns":1786877271399883800,"word_count":53},"backend/src/payment/payment.service.ts":{"size":29807,"mtime_ns":1786892646036748700,"indexed_at_ns":1786946086353461100,"word_count":2694},"backend/src/payment/zibal.service.ts":{"size":12238,"mtime_ns":1786891855350041800,"indexed_at_ns":1786946086361175000,"word_count":1211},"frontend/application/app/payment/verify/page.tsx":{"size":14338,"mtime_ns":1786891855356078600,"indexed_at_ns":1786946091223701800,"word_count":1094},"AGENTS.md":{"size":226,"mtime_ns":1786870552862708600,"indexed_at_ns":1786877281874765400,"word_count":29,"hashes":{"agents.md":"b664c2bb6d85e009d7495bcd9c3d52c419176473cd4e19362fd4256616076151"}},"frontend/admin-panel/src/pages/SmsSettingsPage.tsx":{"size":74343,"mtime_ns":1786892646043750000,"indexed_at_ns":1786946090982076100,"word_count":5104},"backend/src/payment/dto/admin-transaction-filter.dto.ts":{"size":2028,"mtime_ns":1786870552873240900,"indexed_at_ns":1786877271369346300,"word_count":191},"frontend/admin-panel/src/pages/Transactions.tsx":{"size":38091,"mtime_ns":1786894580150141800,"indexed_at_ns":1786946091012227900,"word_count":2640},"backend/src/payment/interfaces/payment-gateway.interface.ts":{"size":1330,"mtime_ns":1786870552876751100,"indexed_at_ns":1786877271387776900,"word_count":128},"frontend/application/components/catalog/CatalogPageSpread.tsx":{"size":24099,"mtime_ns":1786885876979161800,"indexed_at_ns":1786946091728992400,"word_count":1912},"frontend/application/components/catalog/FlipbookCatalog.tsx":{"size":32968,"mtime_ns":1786885876982161900,"indexed_at_ns":1786946091735990100,"word_count":2807},"frontend/application/components/catalog/ProductDetailModal.tsx":{"size":7763,"mtime_ns":1786872121572482100,"indexed_at_ns":1786877277178724400,"word_count":557},"backend/scripts/generate-openapi.d.ts":{"size":11,"mtime_ns":1786883225777483700,"indexed_at_ns":1786946085729741600,"word_count":2},"backend/scripts/generate-openapi.js":{"size":2965,"mtime_ns":1786883225779120000,"indexed_at_ns":1786946085735928200,"word_count":309},"backend/src/admin/dto/user.dto.ts":{"size":2793,"mtime_ns":1786883225785846400,"indexed_at_ns":1786946085817544400,"word_count":259},"backend/src/admin/ssl.controller.ts":{"size":3357,"mtime_ns":1786877667007047900,"indexed_at_ns":1786946085862558800,"word_count":296},"backend/src/admin/ssl.service.ts":{"size":6366,"mtime_ns":1786877667009063600,"indexed_at_ns":1786946085870189500,"word_count":595},"backend/src/auth/auth.constants.ts":{"size":462,"mtime_ns":1786883225787855500,"indexed_at_ns":1786946085910556000,"word_count":32},"backend/src/common/utils/phone.utils.ts":{"size":1089,"mtime_ns":1786883225801396000,"indexed_at_ns":1786946086201654400,"word_count":149},"backend/src/reviews/dto/create-review.dto.ts":{"size":895,"mtime_ns":1786944769513302000,"indexed_at_ns":1786946086494267400,"word_count":92},"backend/src/reviews/dto/update-review.dto.ts":{"size":519,"mtime_ns":1786944769515314300,"indexed_at_ns":1786946086499267300,"word_count":53},"backend/src/reviews/reviews.controller.ts":{"size":3221,"mtime_ns":1786944769516312000,"indexed_at_ns":1786946086504447100,"word_count":314},"backend/src/reviews/reviews.module.ts":{"size":374,"mtime_ns":1786944769517310800,"indexed_at_ns":1786946086510019800,"word_count":38},"backend/src/reviews/reviews.service.ts":{"size":6255,"mtime_ns":1786944769518311000,"indexed_at_ns":1786946086514718600,"word_count":684},"backend/src/settings/default-ui-texts.ts":{"size":10275,"mtime_ns":1786946249961418900,"indexed_at_ns":1786948015970729400,"word_count":819},"backend/src/settings/dto/sms-log-query.dto.ts":{"size":1306,"mtime_ns":1786883225805456300,"indexed_at_ns":1786946086541006400,"word_count":125},"backend/src/tickets/dto/create-ticket.dto.ts":{"size":2256,"mtime_ns":1786890779319295100,"indexed_at_ns":1786946086613116500,"word_count":201},"backend/src/tickets/dto/ticket-query.dto.ts":{"size":1074,"mtime_ns":1786890779319295100,"indexed_at_ns":1786946086618690800,"word_count":106},"backend/src/tickets/tickets.controller.ts":{"size":3095,"mtime_ns":1786890779321298500,"indexed_at_ns":1786946086625253800,"word_count":291},"backend/src/tickets/tickets.module.ts":{"size":374,"mtime_ns":1786890779322296800,"indexed_at_ns":1786946086630763500,"word_count":38},"backend/src/tickets/tickets.service.ts":{"size":7221,"mtime_ns":1786890779323295600,"indexed_at_ns":1786946086636270900,"word_count":779},"frontend/admin-panel/src/pages/Reviews.tsx":{"size":21507,"mtime_ns":1786944769523816800,"indexed_at_ns":1786946090956397100,"word_count":1540},"frontend/admin-panel/src/pages/SslSettingsPage.tsx":{"size":26036,"mtime_ns":1786877667019013700,"indexed_at_ns":1786946090988586900,"word_count":1913},"frontend/admin-panel/src/pages/Tickets.tsx":{"size":20881,"mtime_ns":1786890779327298800,"indexed_at_ns":1786946091006127300,"word_count":1511},"frontend/application/components/BannerPlacement.tsx":{"size":7607,"mtime_ns":1786946249971933900,"indexed_at_ns":1786948020684317000,"word_count":523},"frontend/application/components/BrandLogo.tsx":{"size":3103,"mtime_ns":1786946249972931000,"indexed_at_ns":1786948020695524700,"word_count":272},"frontend/application/components/ProductReviews.tsx":{"size":15995,"mtime_ns":1786944769535854900,"indexed_at_ns":1786946091596213200,"word_count":1188},"frontend/application/lib/services/ticketService.ts":{"size":1569,"mtime_ns":1786890779340901800,"indexed_at_ns":1786946091806644600,"word_count":170},"frontend/admin-panel/src/components/ui/PriceInput.tsx":{"size":2633,"mtime_ns":1786948119771162400,"indexed_at_ns":1786954589946615200,"word_count":267},"frontend/admin-panel/src/components/ui/Badge.tsx":{"size":1155,"mtime_ns":1786954681822897500,"indexed_at_ns":1786955474687409500,"word_count":122},"frontend/admin-panel/src/components/ui/FormField.tsx":{"size":1683,"mtime_ns":1786954681823527000,"indexed_at_ns":1786955474700715800,"word_count":148},"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx":{"size":3351,"mtime_ns":1786954681824534900,"indexed_at_ns":1786955474706795000,"word_count":270},"frontend/admin-panel/src/components/ui/Input.tsx":{"size":1747,"mtime_ns":1786954681825535900,"indexed_at_ns":1786955474713870800,"word_count":147},"frontend/admin-panel/src/components/ui/Select.tsx":{"size":1881,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474739346400,"word_count":160},"frontend/admin-panel/src/components/ui/Textarea.tsx":{"size":1287,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474757094100,"word_count":110},"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx":{"size":1623,"mtime_ns":1786954681830044900,"indexed_at_ns":1786955474763662100,"word_count":143},"backend/prisma/tsconfig.json":{"size":194,"mtime_ns":1786961195300236300,"indexed_at_ns":1786961249762864500,"word_count":17,"hashes":{"backend/prisma/tsconfig.json":"0308b15b67bad714ff5f1b6b73f64ae46f98d5190cd6092abb1fb67885d67be1"}}} \ No newline at end of file diff --git a/graphify-out/graph.html b/graphify-out/graph.html index ffd2106..e188d8a 100644 --- a/graphify-out/graph.html +++ b/graphify-out/graph.html @@ -63,12 +63,12 @@
-
3516 nodes · 5922 edges · 287 communities
+
3568 nodes · 6028 edges · 291 communities