- 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
10 KiB
JSON
1 line
10 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_specialty_entity_specialty_php", "label": "Specialty.php", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L1"}, {"id": "entity_specialty_specialty", "label": "Specialty", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L10"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L37"}, {"id": "entity_specialty_specialty_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L41"}, {"id": "entity_specialty_specialty_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L49"}, {"id": "entity_specialty_specialty_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L50"}, {"id": "entity_specialty_specialty_getname", "label": ".getName()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L51"}, {"id": "entity_specialty_specialty_getslug", "label": ".getSlug()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L52"}, {"id": "entity_specialty_specialty_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L53"}, {"id": "entity_specialty_specialty_getweight", "label": ".getWeight()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L54"}, {"id": "entity_specialty_specialty_getparent", "label": ".getParent()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L55"}, {"id": "entity_specialty_specialty_setname", "label": ".setName()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L57"}, {"id": "entity_specialty_specialty_setslug", "label": ".setSlug()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L58"}, {"id": "entity_specialty_specialty_setstatus", "label": ".setStatus()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L59"}, {"id": "entity_specialty_specialty_setweight", "label": ".setWeight()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L60"}, {"id": "entity_specialty_specialty_setparent", "label": ".setParent()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L61"}, {"id": "entity_specialty_specialty_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L63"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_specialty_entity_specialty_php", "target": "specialtyrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_specialty_entity_specialty_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_specialty_entity_specialty_php", "target": "uniqueentity", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_specialty_entity_specialty_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_specialty_entity_specialty_php", "target": "entity_specialty_specialty", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_specialty_specialty", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L37", "weight": 1.0, "context": "field"}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L41", "weight": 1.0}, {"source": "entity_specialty_specialty_construct", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L41", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L49", "weight": 1.0}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L50", "weight": 1.0}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L51", "weight": 1.0}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_getslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L52", "weight": 1.0}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L53", "weight": 1.0}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_getweight", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_getparent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_specialty_specialty_getparent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L55", "weight": 1.0, "context": "return_type"}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_setname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L57", "weight": 1.0}, {"source": "entity_specialty_specialty_setname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L57", "weight": 1.0, "context": "return_type"}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_setslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L58", "weight": 1.0}, {"source": "entity_specialty_specialty_setslug", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L58", "weight": 1.0, "context": "return_type"}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_setstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_specialty_specialty_setstatus", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L59", "weight": 1.0, "context": "return_type"}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_setweight", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_specialty_specialty_setweight", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L60", "weight": 1.0, "context": "return_type"}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_setparent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_specialty_specialty_setparent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L61", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_specialty_specialty_setparent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L61", "weight": 1.0, "context": "return_type"}, {"source": "entity_specialty_specialty", "target": "entity_specialty_specialty_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Specialty/Entity/Specialty.php", "source_location": "L63", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_specialty_specialty_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Entity/Specialty.php", "source_location": "L43", "receiver": null}, {"caller_nid": "entity_specialty_specialty_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Entity/Specialty.php", "source_location": "L43", "receiver": null}]} |