- 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
6.9 KiB
JSON
1 line
6.9 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_like_php", "label": "Like.php", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L1"}, {"id": "entity_like_like", "label": "Like", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L9"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L22"}, {"id": "comment", "label": "Comment", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L26"}, {"id": "entity_like_like_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L37"}, {"id": "entity_like_like_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L46"}, {"id": "entity_like_like_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L47"}, {"id": "entity_like_like_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L48"}, {"id": "entity_like_like_getcomment", "label": ".getComment()", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L49"}, {"id": "entity_like_like_getvalue", "label": ".getValue()", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L50"}, {"id": "entity_like_like_setvalue", "label": ".setValue()", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L52"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L52"}, {"id": "entity_like_like_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Rating/Entity/Like.php", "source_location": "L54"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_like_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_like_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_like_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_like_php", "target": "entity_like_like", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L9", "weight": 1.0}, {"source": "entity_like_like", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L22", "weight": 1.0, "context": "field"}, {"source": "entity_like_like", "target": "comment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L26", "weight": 1.0, "context": "field"}, {"source": "entity_like_like", "target": "entity_like_like_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L37", "weight": 1.0}, {"source": "entity_like_like_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L37", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_like_like_construct", "target": "comment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L37", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_like_like", "target": "entity_like_like_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L46", "weight": 1.0}, {"source": "entity_like_like", "target": "entity_like_like_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L47", "weight": 1.0}, {"source": "entity_like_like", "target": "entity_like_like_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L48", "weight": 1.0}, {"source": "entity_like_like_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L48", "weight": 1.0, "context": "return_type"}, {"source": "entity_like_like", "target": "entity_like_like_getcomment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L49", "weight": 1.0}, {"source": "entity_like_like_getcomment", "target": "comment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L49", "weight": 1.0, "context": "return_type"}, {"source": "entity_like_like", "target": "entity_like_like_getvalue", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L50", "weight": 1.0}, {"source": "entity_like_like", "target": "entity_like_like_setvalue", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L52", "weight": 1.0}, {"source": "entity_like_like_setvalue", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L52", "weight": 1.0, "context": "return_type"}, {"source": "entity_like_like", "target": "entity_like_like_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_like_like_toarray", "target": "entity_like_like_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Like.php", "source_location": "L58", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_like_like_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php", "source_location": "L39", "receiver": null}, {"caller_nid": "entity_like_like_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php", "source_location": "L39", "receiver": null}, {"caller_nid": "entity_like_like_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php", "source_location": "L43", "receiver": null}]} |