- 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
2.1 KiB
JSON
1 line
2.1 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_create_test_users_php", "label": "create_test_users.php", "file_type": "code", "source_file": "create_test_users.php", "source_location": "L1"}, {"id": "clinicpro_create_test_users_makeuser", "label": "makeUser()", "file_type": "code", "source_file": "create_test_users.php", "source_location": "L18"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "create_test_users.php", "source_location": "L18"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_create_test_users_php", "target": "kernel", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "create_test_users.php", "source_location": "L3", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_create_test_users_php", "target": "dotenv", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "create_test_users.php", "source_location": "L4", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_create_test_users_php", "target": "clinicpro_create_test_users_makeuser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "create_test_users.php", "source_location": "L18", "weight": 1.0}, {"source": "clinicpro_create_test_users_makeuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "create_test_users.php", "source_location": "L18", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "clinicpro_create_test_users_makeuser", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php", "source_location": "L20", "receiver": null}, {"caller_nid": "clinicpro_create_test_users_makeuser", "callee": "setPasswordHash", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php", "source_location": "L21", "receiver": null}, {"caller_nid": "clinicpro_create_test_users_makeuser", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php", "source_location": "L22", "receiver": null}]} |