Files
clinicpro/graphify-out/cache/ast/v0.8.44/af121e73720cdd1fac6a329c931f01349fae4aba0cc9ca12bf25c232ebb69e5d.json
T
hamed c2c6ae4d02 feat(migrations): add national_code_verified flag to users and normalize bank_account representation
- 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.
2026-06-25 19:38:47 +03:30

1 line
4.8 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallet_php", "label": "SmsWallet.php", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L1"}, {"id": "entity_smswallet_smswallet", "label": "SmsWallet", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L8"}, {"id": "entity_smswallet_smswallet_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L33"}, {"id": "entity_smswallet_smswallet_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L41"}, {"id": "entity_smswallet_smswallet_getentitytype", "label": ".getEntityType()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L42"}, {"id": "entity_smswallet_smswallet_getentityid", "label": ".getEntityId()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L43"}, {"id": "entity_smswallet_smswallet_getbalancerials", "label": ".getBalanceRials()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L44"}, {"id": "entity_smswallet_smswallet_credit", "label": ".credit()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L46"}, {"id": "entity_smswallet_smswallet_debit", "label": ".debit()", "file_type": "code", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L52"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallet_php", "target": "smswalletrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallet_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smswallet_php", "target": "entity_smswallet_smswallet", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L8", "weight": 1.0}, {"source": "entity_smswallet_smswallet", "target": "entity_smswallet_smswallet_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L33", "weight": 1.0}, {"source": "entity_smswallet_smswallet", "target": "entity_smswallet_smswallet_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L41", "weight": 1.0}, {"source": "entity_smswallet_smswallet", "target": "entity_smswallet_smswallet_getentitytype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L42", "weight": 1.0}, {"source": "entity_smswallet_smswallet", "target": "entity_smswallet_smswallet_getentityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L43", "weight": 1.0}, {"source": "entity_smswallet_smswallet", "target": "entity_smswallet_smswallet_getbalancerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L44", "weight": 1.0}, {"source": "entity_smswallet_smswallet", "target": "entity_smswallet_smswallet_credit", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L46", "weight": 1.0}, {"source": "entity_smswallet_smswallet", "target": "entity_smswallet_smswallet_debit", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsWallet.php", "source_location": "L52", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_smswallet_smswallet_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php", "source_location": "L37", "receiver": null}, {"caller_nid": "entity_smswallet_smswallet_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php", "source_location": "L38", "receiver": null}, {"caller_nid": "entity_smswallet_smswallet_credit", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php", "source_location": "L49", "receiver": null}, {"caller_nid": "entity_smswallet_smswallet_debit", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php", "source_location": "L58", "receiver": null}]}