- 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
14 KiB
JSON
1 line
14 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_entity_clinicstaff_php", "label": "ClinicStaff.php", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L1"}, {"id": "entity_clinicstaff_clinicstaff", "label": "ClinicStaff", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L9"}, {"id": "entity_clinicstaff_clinicstaff_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L52"}, {"id": "entity_clinicstaff_clinicstaff_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L62"}, {"id": "entity_clinicstaff_clinicstaff_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L63"}, {"id": "entity_clinicstaff_clinicstaff_getentitytype", "label": ".getEntityType()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L64"}, {"id": "entity_clinicstaff_clinicstaff_getentityid", "label": ".getEntityId()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L65"}, {"id": "entity_clinicstaff_clinicstaff_getfullname", "label": ".getFullName()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L66"}, {"id": "entity_clinicstaff_clinicstaff_getphone", "label": ".getPhone()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L67"}, {"id": "entity_clinicstaff_clinicstaff_getjobtitle", "label": ".getJobTitle()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L68"}, {"id": "entity_clinicstaff_clinicstaff_getaddress", "label": ".getAddress()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L69"}, {"id": "entity_clinicstaff_clinicstaff_getnationalcode", "label": ".getNationalCode()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L70"}, {"id": "entity_clinicstaff_clinicstaff_isactive", "label": ".isActive()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L71"}, {"id": "entity_clinicstaff_clinicstaff_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L72"}, {"id": "entity_clinicstaff_clinicstaff_getupdatedat", "label": ".getUpdatedAt()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L73"}, {"id": "entity_clinicstaff_clinicstaff_setfullname", "label": ".setFullName()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L75"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L75"}, {"id": "entity_clinicstaff_clinicstaff_setphone", "label": ".setPhone()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L76"}, {"id": "entity_clinicstaff_clinicstaff_setjobtitle", "label": ".setJobTitle()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L77"}, {"id": "entity_clinicstaff_clinicstaff_setaddress", "label": ".setAddress()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L78"}, {"id": "entity_clinicstaff_clinicstaff_setnationalcode", "label": ".setNationalCode()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L79"}, {"id": "entity_clinicstaff_clinicstaff_setactive", "label": ".setActive()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L80"}, {"id": "entity_clinicstaff_clinicstaff_toggleactive", "label": ".toggleActive()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L82"}, {"id": "entity_clinicstaff_clinicstaff_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L89"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_entity_clinicstaff_php", "target": "clinicstaffrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_entity_clinicstaff_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_entity_clinicstaff_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_entity_clinicstaff_php", "target": "entity_clinicstaff_clinicstaff", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L9", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L52", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getentitytype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L64", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getentityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getfullname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getphone", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L67", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getjobtitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L68", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L69", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_isactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L71", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L72", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_getupdatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L73", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_setfullname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff_setfullname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L75", "weight": 1.0, "context": "return_type"}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_setphone", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L76", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff_setphone", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L76", "weight": 1.0, "context": "return_type"}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_setjobtitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L77", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff_setjobtitle", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L77", "weight": 1.0, "context": "return_type"}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_setaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L78", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff_setaddress", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L78", "weight": 1.0, "context": "return_type"}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_setnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L79", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff_setnationalcode", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L79", "weight": 1.0, "context": "return_type"}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_setactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L80", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff_setactive", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L80", "weight": 1.0, "context": "return_type"}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_toggleactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L82", "weight": 1.0}, {"source": "entity_clinicstaff_clinicstaff_toggleactive", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L82", "weight": 1.0, "context": "return_type"}, {"source": "entity_clinicstaff_clinicstaff", "target": "entity_clinicstaff_clinicstaff_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Entity/ClinicStaff.php", "source_location": "L89", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_clinicstaff_clinicstaff_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L54", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L54", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L58", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L59", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_setfullname", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L75", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_setphone", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L76", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_setjobtitle", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L77", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_setaddress", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L78", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_setnationalcode", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L79", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_setactive", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L80", "receiver": null}, {"caller_nid": "entity_clinicstaff_clinicstaff_toggleactive", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php", "source_location": "L85", "receiver": null}]} |