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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260609131304_php", "label": "Version20260609131304.php", "file_type": "code", "source_file": "migrations/Version20260609131304.php", "source_location": "L1"}, {"id": "migrations_version20260609131304_version20260609131304", "label": "Version20260609131304", "file_type": "code", "source_file": "migrations/Version20260609131304.php", "source_location": "L10"}, {"id": "abstractmigration", "label": "AbstractMigration", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "migrations_version20260609131304_version20260609131304_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "migrations/Version20260609131304.php", "source_location": "L12"}, {"id": "migrations_version20260609131304_version20260609131304_up", "label": ".up()", "file_type": "code", "source_file": "migrations/Version20260609131304.php", "source_location": "L17"}, {"id": "schema", "label": "Schema", "file_type": "code", "source_file": "migrations/Version20260609131304.php", "source_location": "L17"}, {"id": "migrations_version20260609131304_version20260609131304_down", "label": ".down()", "file_type": "code", "source_file": "migrations/Version20260609131304.php", "source_location": "L155"}, {"id": "migrations_version20260609131304_version20260609131304_genuuid", "label": ".genUuid()", "file_type": "code", "source_file": "migrations/Version20260609131304.php", "source_location": "L160"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260609131304_php", "target": "schema", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260609131304_php", "target": "abstractmigration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260609131304_php", "target": "migrations_version20260609131304_version20260609131304", "relation": "contains", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L10", "weight": 1.0}, {"source": "migrations_version20260609131304_version20260609131304", "target": "abstractmigration", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L10", "weight": 1.0}, {"source": "migrations_version20260609131304_version20260609131304", "target": "migrations_version20260609131304_version20260609131304_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L12", "weight": 1.0}, {"source": "migrations_version20260609131304_version20260609131304", "target": "migrations_version20260609131304_version20260609131304_up", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L17", "weight": 1.0}, {"source": "migrations_version20260609131304_version20260609131304_up", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "migrations_version20260609131304_version20260609131304", "target": "migrations_version20260609131304_version20260609131304_down", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L155", "weight": 1.0}, {"source": "migrations_version20260609131304_version20260609131304_down", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L155", "weight": 1.0, "context": "parameter_type"}, {"source": "migrations_version20260609131304_version20260609131304", "target": "migrations_version20260609131304_version20260609131304_genuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L160", "weight": 1.0}, {"source": "migrations_version20260609131304_version20260609131304_up", "target": "migrations_version20260609131304_version20260609131304_genuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "migrations/Version20260609131304.php", "source_location": "L56", "weight": 1.0}], "raw_calls": [{"caller_nid": "migrations_version20260609131304_version20260609131304_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L19", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L57", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L96", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L111", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L121", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L131", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L141", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L151", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L157", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L162", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "mt_rand", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L164", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "mt_rand", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L164", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "mt_rand", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L165", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "mt_rand", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L166", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "mt_rand", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L167", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "mt_rand", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L168", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "mt_rand", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L168", "receiver": null}, {"caller_nid": "migrations_version20260609131304_version20260609131304_genuuid", "callee": "mt_rand", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php", "source_location": "L168", "receiver": null}]}