Files
clinicpro/graphify-out/cache/ast/v0.8.44/68b117404c5f1c7c68914a367f9ac656b25cb486daeabb9808a36be205f4de56.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
13 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_repository_smswallettransactionrepository_php", "label": "SmsWalletTransactionRepository.php", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L1"}, {"id": "repository_smswallettransactionrepository_smswallettransactionrepository", "label": "SmsWalletTransactionRepository", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L10"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_smswallettransactionrepository_smswallettransactionrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L12"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L12"}, {"id": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "label": ".findByWallet()", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L17"}, {"id": "smswallet", "label": "SmsWallet", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L17"}, {"id": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "label": ".countByWallet()", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L29"}, {"id": "repository_smswallettransactionrepository_smswallettransactionrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L39"}, {"id": "smswallettransaction", "label": "SmsWalletTransaction", "file_type": "code", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L39"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_repository_smswallettransactionrepository_php", "target": "smswallet", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_repository_smswallettransactionrepository_php", "target": "smswallettransaction", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_repository_smswallettransactionrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_repository_smswallettransactionrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_repository_smswallettransactionrepository_php", "target": "repository_smswallettransactionrepository_smswallettransactionrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository", "target": "repository_smswallettransactionrepository_smswallettransactionrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository", "target": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "target": "smswallet", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository", "target": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L29", "weight": 1.0}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "target": "smswallet", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L29", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository", "target": "repository_smswallettransactionrepository_smswallettransactionrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L39", "weight": 1.0}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository_save", "target": "smswallettransaction", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L39", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_smswallettransactionrepository_smswallettransactionrepository_construct", "target": "smswallettransaction", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L14", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L14", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_findbywallet", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_countbywallet", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L42", "receiver": null}, {"caller_nid": "repository_smswallettransactionrepository_smswallettransactionrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php", "source_location": "L42", "receiver": null}]}