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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smstemplate_php", "label": "SmsTemplate.php", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L1"}, {"id": "entity_smstemplate_smstemplate", "label": "SmsTemplate", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L8"}, {"id": "entity_smstemplate_smstemplate_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L49"}, {"id": "entity_smstemplate_smstemplate_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L59"}, {"id": "entity_smstemplate_smstemplate_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L60"}, {"id": "entity_smstemplate_smstemplate_getname", "label": ".getName()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L61"}, {"id": "entity_smstemplate_smstemplate_getbody", "label": ".getBody()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L62"}, {"id": "entity_smstemplate_smstemplate_getprovidercode", "label": ".getProviderCode()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L63"}, {"id": "entity_smstemplate_smstemplate_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L64"}, {"id": "entity_smstemplate_smstemplate_getvariables", "label": ".getVariables()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L65"}, {"id": "entity_smstemplate_smstemplate_getadminnote", "label": ".getAdminNote()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L66"}, {"id": "entity_smstemplate_smstemplate_setname", "label": ".setName()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L68"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L68"}, {"id": "entity_smstemplate_smstemplate_setbody", "label": ".setBody()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L69"}, {"id": "entity_smstemplate_smstemplate_setprovidercode", "label": ".setProviderCode()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L70"}, {"id": "entity_smstemplate_smstemplate_setvariables", "label": ".setVariables()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L71"}, {"id": "entity_smstemplate_smstemplate_submitforreview", "label": ".submitForReview()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L73"}, {"id": "entity_smstemplate_smstemplate_reverttodraft", "label": ".revertToDraft()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L75"}, {"id": "entity_smstemplate_smstemplate_approve", "label": ".approve()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L77"}, {"id": "entity_smstemplate_smstemplate_reject", "label": ".reject()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L85"}, {"id": "entity_smstemplate_smstemplate_touch", "label": ".touch()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L93"}, {"id": "entity_smstemplate_smstemplate_renderbody", "label": ".renderBody()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L95"}, {"id": "entity_smstemplate_smstemplate_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L104"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smstemplate_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smstemplate_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_entity_smstemplate_php", "target": "entity_smstemplate_smstemplate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L8", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L49", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_getbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_getprovidercode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L64", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_getvariables", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_getadminnote", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_setname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L68", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_setname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L68", "weight": 1.0, "context": "return_type"}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_setbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L69", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_setbody", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L69", "weight": 1.0, "context": "return_type"}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_setprovidercode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_setprovidercode", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L70", "weight": 1.0, "context": "return_type"}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_setvariables", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L71", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_setvariables", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L71", "weight": 1.0, "context": "return_type"}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_submitforreview", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L73", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_submitforreview", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L73", "weight": 1.0, "context": "return_type"}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_reverttodraft", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_reverttodraft", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L75", "weight": 1.0, "context": "return_type"}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_approve", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L77", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_approve", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L77", "weight": 1.0, "context": "return_type"}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_reject", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L85", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_reject", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L85", "weight": 1.0, "context": "return_type"}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_touch", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L93", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_renderbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L95", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate", "target": "entity_smstemplate_smstemplate_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L104", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_setname", "target": "entity_smstemplate_smstemplate_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L68", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_setbody", "target": "entity_smstemplate_smstemplate_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L69", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_setprovidercode", "target": "entity_smstemplate_smstemplate_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_setvariables", "target": "entity_smstemplate_smstemplate_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L71", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_submitforreview", "target": "entity_smstemplate_smstemplate_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L73", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_reverttodraft", "target": "entity_smstemplate_smstemplate_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_approve", "target": "entity_smstemplate_smstemplate_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_smstemplate_smstemplate_reject", "target": "entity_smstemplate_smstemplate_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Entity/SmsTemplate.php", "source_location": "L89", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_smstemplate_smstemplate_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php", "source_location": "L51", "receiver": null}, {"caller_nid": "entity_smstemplate_smstemplate_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php", "source_location": "L51", "receiver": null}, {"caller_nid": "entity_smstemplate_smstemplate_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php", "source_location": "L55", "receiver": null}, {"caller_nid": "entity_smstemplate_smstemplate_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php", "source_location": "L56", "receiver": null}, {"caller_nid": "entity_smstemplate_smstemplate_touch", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php", "source_location": "L93", "receiver": null}, {"caller_nid": "entity_smstemplate_smstemplate_renderbody", "callee": "str_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php", "source_location": "L99", "receiver": null}]}