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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_entity_wallettransaction_php", "label": "WalletTransaction.php", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L1"}, {"id": "entity_wallettransaction_wallettransaction", "label": "WalletTransaction", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L10"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L26"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L30"}, {"id": "entity_wallettransaction_wallettransaction_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L49"}, {"id": "entity_wallettransaction_wallettransaction_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L59"}, {"id": "entity_wallettransaction_wallettransaction_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L60"}, {"id": "entity_wallettransaction_wallettransaction_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L61"}, {"id": "entity_wallettransaction_wallettransaction_getpayment", "label": ".getPayment()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L62"}, {"id": "entity_wallettransaction_wallettransaction_getamountrials", "label": ".getAmountRials()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L63"}, {"id": "entity_wallettransaction_wallettransaction_gettype", "label": ".getType()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L64"}, {"id": "entity_wallettransaction_wallettransaction_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L65"}, {"id": "entity_wallettransaction_wallettransaction_getbalanceafter", "label": ".getBalanceAfter()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L66"}, {"id": "entity_wallettransaction_wallettransaction_setpayment", "label": ".setPayment()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L68"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L68"}, {"id": "entity_wallettransaction_wallettransaction_setdescription", "label": ".setDescription()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L69"}, {"id": "entity_wallettransaction_wallettransaction_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L71"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_entity_wallettransaction_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_entity_wallettransaction_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_entity_wallettransaction_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_entity_wallettransaction_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_entity_wallettransaction_php", "target": "entity_wallettransaction_wallettransaction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L26", "weight": 1.0, "context": "field"}, {"source": "entity_wallettransaction_wallettransaction", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L30", "weight": 1.0, "context": "field"}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L49", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L49", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L61", "weight": 1.0, "context": "return_type"}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_getpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction_getpayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L62", "weight": 1.0, "context": "return_type"}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_getamountrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_gettype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L64", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_getbalanceafter", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_setpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L68", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction_setpayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L68", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_wallettransaction_wallettransaction_setpayment", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L68", "weight": 1.0, "context": "return_type"}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_setdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L69", "weight": 1.0}, {"source": "entity_wallettransaction_wallettransaction_setdescription", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L69", "weight": 1.0, "context": "return_type"}, {"source": "entity_wallettransaction_wallettransaction", "target": "entity_wallettransaction_wallettransaction_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Entity/WalletTransaction.php", "source_location": "L71", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_wallettransaction_wallettransaction_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php", "source_location": "L51", "receiver": null}, {"caller_nid": "entity_wallettransaction_wallettransaction_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php", "source_location": "L51", "receiver": null}, {"caller_nid": "entity_wallettransaction_wallettransaction_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php", "source_location": "L56", "receiver": null}]}