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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_entity_servicesection_php", "label": "ServiceSection.php", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L1"}, {"id": "entity_servicesection_servicesection", "label": "ServiceSection", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L11"}, {"id": "collection", "label": "Collection", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L42"}, {"id": "entity_servicesection_servicesection_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L45"}, {"id": "entity_servicesection_servicesection_getid", "label": ".getId()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L56"}, {"id": "entity_servicesection_servicesection_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L57"}, {"id": "entity_servicesection_servicesection_getentitytype", "label": ".getEntityType()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L58"}, {"id": "entity_servicesection_servicesection_getentityid", "label": ".getEntityId()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L59"}, {"id": "entity_servicesection_servicesection_getname", "label": ".getName()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L60"}, {"id": "entity_servicesection_servicesection_isactive", "label": ".isActive()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L61"}, {"id": "entity_servicesection_servicesection_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L62"}, {"id": "entity_servicesection_servicesection_getupdatedat", "label": ".getUpdatedAt()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L63"}, {"id": "entity_servicesection_servicesection_setname", "label": ".setName()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L65"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L65"}, {"id": "entity_servicesection_servicesection_setactive", "label": ".setActive()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L66"}, {"id": "entity_servicesection_servicesection_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L68"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_entity_servicesection_php", "target": "servicesectionrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_entity_servicesection_php", "target": "arraycollection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_entity_servicesection_php", "target": "collection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_entity_servicesection_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_entity_servicesection_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_entity_servicesection_php", "target": "entity_servicesection_servicesection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L11", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L42", "weight": 1.0, "context": "field"}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L45", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L57", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_getentitytype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L58", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_getentityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_isactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_getupdatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_setname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_servicesection_servicesection_setname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L65", "weight": 1.0, "context": "return_type"}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_setactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_servicesection_servicesection_setactive", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L66", "weight": 1.0, "context": "return_type"}, {"source": "entity_servicesection_servicesection", "target": "entity_servicesection_servicesection_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Entity/ServiceSection.php", "source_location": "L68", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_servicesection_servicesection_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php", "source_location": "L47", "receiver": null}, {"caller_nid": "entity_servicesection_servicesection_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php", "source_location": "L47", "receiver": null}, {"caller_nid": "entity_servicesection_servicesection_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php", "source_location": "L51", "receiver": null}, {"caller_nid": "entity_servicesection_servicesection_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php", "source_location": "L52", "receiver": null}, {"caller_nid": "entity_servicesection_servicesection_setname", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php", "source_location": "L65", "receiver": null}, {"caller_nid": "entity_servicesection_servicesection_setactive", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php", "source_location": "L66", "receiver": null}]}