Files
clinicpro/graphify-out/cache/ast/v0.8.44/72dc9bef8e8ddc92b4e2053e804407f80ffde9a4b57d1dbd07095d47f6651dc0.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
7.7 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_service_smswalletservice_php", "label": "SmsWalletService.php", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L1"}, {"id": "service_smswalletservice_smswalletservice", "label": "SmsWalletService", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L11"}, {"id": "service_smswalletservice_smswalletservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L13"}, {"id": "service_smswalletservice_smswalletservice_getorcreate", "label": ".getOrCreate()", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L18"}, {"id": "smswallet", "label": "SmsWallet", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L18"}, {"id": "service_smswalletservice_smswalletservice_charge", "label": ".charge()", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L28"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L28"}, {"id": "service_smswalletservice_smswalletservice_deduct", "label": ".deduct()", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L43"}, {"id": "service_smswalletservice_smswalletservice_getbalance", "label": ".getBalance()", "file_type": "code", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L62"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_service_smswalletservice_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_service_smswalletservice_php", "target": "smswallet", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_service_smswalletservice_php", "target": "smswallettransaction", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_service_smswalletservice_php", "target": "smswalletrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_service_smswalletservice_php", "target": "smswallettransactionrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_service_smswalletservice_php", "target": "service_smswalletservice_smswalletservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L11", "weight": 1.0}, {"source": "service_smswalletservice_smswalletservice", "target": "service_smswalletservice_smswalletservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L13", "weight": 1.0}, {"source": "service_smswalletservice_smswalletservice", "target": "service_smswalletservice_smswalletservice_getorcreate", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L18", "weight": 1.0}, {"source": "service_smswalletservice_smswalletservice_getorcreate", "target": "smswallet", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L18", "weight": 1.0, "context": "return_type"}, {"source": "service_smswalletservice_smswalletservice", "target": "service_smswalletservice_smswalletservice_charge", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L28", "weight": 1.0}, {"source": "service_smswalletservice_smswalletservice_charge", "target": "smswallet", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L28", "weight": 1.0, "context": "parameter_type"}, {"source": "service_smswalletservice_smswalletservice_charge", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L28", "weight": 1.0, "context": "parameter_type"}, {"source": "service_smswalletservice_smswalletservice", "target": "service_smswalletservice_smswalletservice_deduct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L43", "weight": 1.0}, {"source": "service_smswalletservice_smswalletservice_deduct", "target": "smswallet", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L43", "weight": 1.0, "context": "parameter_type"}, {"source": "service_smswalletservice_smswalletservice", "target": "service_smswalletservice_smswalletservice_getbalance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Service/SmsWalletService.php", "source_location": "L62", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_smswalletservice_smswalletservice_getorcreate", "callee": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php", "source_location": "L20", "receiver": null}, {"caller_nid": "service_smswalletservice_smswalletservice_getorcreate", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php", "source_location": "L23", "receiver": null}, {"caller_nid": "service_smswalletservice_smswalletservice_charge", "callee": "credit", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php", "source_location": "L30", "receiver": null}, {"caller_nid": "service_smswalletservice_smswalletservice_charge", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php", "source_location": "L31", "receiver": null}, {"caller_nid": "service_smswalletservice_smswalletservice_charge", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php", "source_location": "L40", "receiver": null}, {"caller_nid": "service_smswalletservice_smswalletservice_deduct", "callee": "debit", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php", "source_location": "L45", "receiver": null}, {"caller_nid": "service_smswalletservice_smswalletservice_deduct", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php", "source_location": "L48", "receiver": null}, {"caller_nid": "service_smswalletservice_smswalletservice_deduct", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php", "source_location": "L57", "receiver": null}]}