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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "label": "TenantServiceCoverage.php", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L1"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage", "label": "TenantServiceCoverage", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L9"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L44"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L52"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L53"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_gettenantinsuranceid", "label": ".getTenantInsuranceId()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L54"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getserviceitemid", "label": ".getServiceItemId()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L55"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_iscovered", "label": ".isCovered()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L56"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getcoveragepercent", "label": ".getCoveragePercent()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L57"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getfranchiserials", "label": ".getFranchiseRials()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L58"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getceilingrials", "label": ".getCeilingRials()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L59"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_setcovered", "label": ".setCovered()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L61"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L61"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_setcoveragepercent", "label": ".setCoveragePercent()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_setfranchiserials", "label": ".setFranchiseRials()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L63"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_setceilingrials", "label": ".setCeilingRials()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L64"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L66"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "target": "tenantservicecoveragerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "target": "entity_tenantservicecoverage_tenantservicecoverage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L9", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L44", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L52", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L53", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_gettenantinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getserviceitemid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_iscovered", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getcoveragepercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L57", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getfranchiserials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L58", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getceilingrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_setcovered", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_setcovered", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L61", "weight": 1.0, "context": "return_type"}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_setcoveragepercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_setcoveragepercent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62", "weight": 1.0, "context": "return_type"}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_setfranchiserials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_setfranchiserials", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L63", "weight": 1.0, "context": "return_type"}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_setceilingrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L64", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_setceilingrials", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L64", "weight": 1.0, "context": "return_type"}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_toarray", "target": "entity_tenantservicecoverage_tenantservicecoverage_getcoveragepercent", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L73", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L46", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L46", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L49", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_setcovered", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L61", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_setcoveragepercent", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_setfranchiserials", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L63", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_setceilingrials", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L64", "receiver": null}]}