- Added a new column `national_code_verified` to the `users` table. - Normalized the `bank_account` field in the `representations` table from a single object to an array of IBANs with a default `verified` status of false. feat(ApiIrService): implement identity verification client for api.ir - Created `ApiIrService` to handle identity verification via api.ir. - Implemented methods for matching national code with mobile and IBAN with national code and birth date. - Added error handling and logging for external API requests.
1 line
8.2 KiB
JSON
1 line
8.2 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoiceitemrepository_php", "label": "InvoiceItemRepository.php", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L1"}, {"id": "repository_invoiceitemrepository_invoiceitemrepository", "label": "InvoiceItemRepository", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_invoiceitemrepository_invoiceitemrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L11"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L11"}, {"id": "repository_invoiceitemrepository_invoiceitemrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L16"}, {"id": "invoiceitem", "label": "InvoiceItem", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L16"}, {"id": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "label": ".detailsForIds()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L29"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoiceitemrepository_php", "target": "invoiceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoiceitemrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoiceitemrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoiceitemrepository_php", "target": "repository_invoiceitemrepository_invoiceitemrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_invoiceitemrepository_invoiceitemrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_invoiceitemrepository_invoiceitemrepository", "target": "repository_invoiceitemrepository_invoiceitemrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_invoiceitemrepository_invoiceitemrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L11", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_invoiceitemrepository_invoiceitemrepository", "target": "repository_invoiceitemrepository_invoiceitemrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L16", "weight": 1.0}, {"source": "repository_invoiceitemrepository_invoiceitemrepository_save", "target": "invoiceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L16", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_invoiceitemrepository_invoiceitemrepository", "target": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L29", "weight": 1.0}, {"source": "repository_invoiceitemrepository_invoiceitemrepository_construct", "target": "invoiceitem", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L13", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L13", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L18", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L18", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L20", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L20", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php", "source_location": "L35", "receiver": null}]} |