- 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
9.2 KiB
JSON
1 line
9.2 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_insurance_php", "label": "Insurance.php", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L1"}, {"id": "entity_insurance_insurance", "label": "Insurance", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L10"}, {"id": "insurancetype", "label": "InsuranceType", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L27"}, {"id": "entity_insurance_insurance_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L36"}, {"id": "entity_insurance_insurance_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L43"}, {"id": "entity_insurance_insurance_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L44"}, {"id": "entity_insurance_insurance_getname", "label": ".getName()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L45"}, {"id": "entity_insurance_insurance_gettype", "label": ".getType()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L46"}, {"id": "entity_insurance_insurance_getlogourl", "label": ".getLogoUrl()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L47"}, {"id": "entity_insurance_insurance_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L48"}, {"id": "entity_insurance_insurance_setname", "label": ".setName()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L50"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L50"}, {"id": "entity_insurance_insurance_settype", "label": ".setType()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L51"}, {"id": "entity_insurance_insurance_setlogourl", "label": ".setLogoUrl()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L52"}, {"id": "entity_insurance_insurance_setstatus", "label": ".setStatus()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L53"}, {"id": "entity_insurance_insurance_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L55"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_insurance_php", "target": "insurancetype", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_insurance_php", "target": "insurancerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_insurance_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_insurance_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_insurance_php", "target": "entity_insurance_insurance", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_insurance_insurance", "target": "insurancetype", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L27", "weight": 1.0, "context": "field"}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L36", "weight": 1.0}, {"source": "entity_insurance_insurance_construct", "target": "insurancetype", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L43", "weight": 1.0}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L44", "weight": 1.0}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L45", "weight": 1.0}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_gettype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L46", "weight": 1.0}, {"source": "entity_insurance_insurance_gettype", "target": "insurancetype", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L46", "weight": 1.0, "context": "return_type"}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_getlogourl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L47", "weight": 1.0}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L48", "weight": 1.0}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_setname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L50", "weight": 1.0}, {"source": "entity_insurance_insurance_setname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L50", "weight": 1.0, "context": "return_type"}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_settype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L51", "weight": 1.0}, {"source": "entity_insurance_insurance_settype", "target": "insurancetype", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L51", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_insurance_insurance_settype", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L51", "weight": 1.0, "context": "return_type"}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_setlogourl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L52", "weight": 1.0}, {"source": "entity_insurance_insurance_setlogourl", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L52", "weight": 1.0, "context": "return_type"}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_setstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L53", "weight": 1.0}, {"source": "entity_insurance_insurance_setstatus", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L53", "weight": 1.0, "context": "return_type"}, {"source": "entity_insurance_insurance", "target": "entity_insurance_insurance_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/Insurance.php", "source_location": "L55", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_insurance_insurance_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/Insurance.php", "source_location": "L38", "receiver": null}, {"caller_nid": "entity_insurance_insurance_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/Insurance.php", "source_location": "L38", "receiver": null}]} |