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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_service_appointmentexpiryservice_php", "label": "AppointmentExpiryService.php", "file_type": "code", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L1"}, {"id": "service_appointmentexpiryservice_appointmentexpiryservice", "label": "AppointmentExpiryService", "file_type": "code", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L10"}, {"id": "service_appointmentexpiryservice_appointmentexpiryservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L12"}, {"id": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "label": ".expireStale()", "file_type": "code", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L23"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_service_appointmentexpiryservice_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_service_appointmentexpiryservice_php", "target": "appointmentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_service_appointmentexpiryservice_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_service_appointmentexpiryservice_php", "target": "paymentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_service_appointmentexpiryservice_php", "target": "service_appointmentexpiryservice_appointmentexpiryservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L10", "weight": 1.0}, {"source": "service_appointmentexpiryservice_appointmentexpiryservice", "target": "service_appointmentexpiryservice_appointmentexpiryservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L12", "weight": 1.0}, {"source": "service_appointmentexpiryservice_appointmentexpiryservice", "target": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L23", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L25", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "findPaymentExpired", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L28", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "findExpiredPending", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L28", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L29", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L34", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L35", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "findPendingByAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L37", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L39", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L40", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L47", "receiver": null}, {"caller_nid": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", "callee": "reset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php", "source_location": "L47", "receiver": null}]}