- 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
7.8 KiB
JSON
1 line
7.8 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallettransaction_php", "label": "SmsWalletTransaction.php", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L1"}, {"id": "entity_smswallettransaction_smswallettransaction", "label": "SmsWalletTransaction", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L10"}, {"id": "smswallet", "label": "SmsWallet", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L25"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L38"}, {"id": "entity_smswallettransaction_smswallettransaction_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L45"}, {"id": "entity_smswallettransaction_smswallettransaction_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L56"}, {"id": "entity_smswallettransaction_smswallettransaction_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L57"}, {"id": "entity_smswallettransaction_smswallettransaction_gettype", "label": ".getType()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L58"}, {"id": "entity_smswallettransaction_smswallettransaction_getamountrials", "label": ".getAmountRials()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L59"}, {"id": "entity_smswallettransaction_smswallettransaction_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L60"}, {"id": "entity_smswallettransaction_smswallettransaction_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L61"}, {"id": "entity_smswallettransaction_smswallettransaction_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L63"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallettransaction_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallettransaction_php", "target": "smswallettransactionrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallettransaction_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallettransaction_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallettransaction_php", "target": "entity_smswallettransaction_smswallettransaction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "smswallet", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L25", "weight": 1.0, "context": "field"}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L38", "weight": 1.0, "context": "field"}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "entity_smswallettransaction_smswallettransaction_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L45", "weight": 1.0}, {"source": "entity_smswallettransaction_smswallettransaction_construct", "target": "smswallet", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_smswallettransaction_smswallettransaction_construct", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "entity_smswallettransaction_smswallettransaction_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "entity_smswallettransaction_smswallettransaction_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L57", "weight": 1.0}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "entity_smswallettransaction_smswallettransaction_gettype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L58", "weight": 1.0}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "entity_smswallettransaction_smswallettransaction_getamountrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "entity_smswallettransaction_smswallettransaction_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "entity_smswallettransaction_smswallettransaction_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_smswallettransaction_smswallettransaction", "target": "entity_smswallettransaction_smswallettransaction_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L63", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_smswallettransaction_smswallettransaction_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L47", "receiver": null}, {"caller_nid": "entity_smswallettransaction_smswallettransaction_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L47", "receiver": null}, {"caller_nid": "entity_smswallettransaction_smswallettransaction_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php", "source_location": "L53", "receiver": null}]} |