- 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.
1 line
4.9 KiB
JSON
1 line
4.9 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_valueobject_money_php", "label": "Money.php", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L1"}, {"id": "valueobject_money_money", "label": "Money", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L5"}, {"id": "valueobject_money_money_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L7"}, {"id": "valueobject_money_money_zero", "label": ".zero()", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L14"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L14"}, {"id": "valueobject_money_money_add", "label": ".add()", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L19"}, {"id": "valueobject_money_money_sub", "label": ".sub()", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L24"}, {"id": "valueobject_money_money_percent", "label": ".percent()", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L29"}, {"id": "valueobject_money_money_min", "label": ".min()", "file_type": "code", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L34"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_valueobject_money_php", "target": "valueobject_money_money", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L5", "weight": 1.0}, {"source": "valueobject_money_money", "target": "valueobject_money_money_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L7", "weight": 1.0}, {"source": "valueobject_money_money", "target": "valueobject_money_money_zero", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L14", "weight": 1.0}, {"source": "valueobject_money_money_zero", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L14", "weight": 1.0, "context": "return_type"}, {"source": "valueobject_money_money", "target": "valueobject_money_money_add", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L19", "weight": 1.0}, {"source": "valueobject_money_money_add", "target": "valueobject_money_money", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L19", "weight": 1.0, "context": "parameter_type"}, {"source": "valueobject_money_money_add", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L19", "weight": 1.0, "context": "return_type"}, {"source": "valueobject_money_money", "target": "valueobject_money_money_sub", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L24", "weight": 1.0}, {"source": "valueobject_money_money_sub", "target": "valueobject_money_money", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L24", "weight": 1.0, "context": "parameter_type"}, {"source": "valueobject_money_money_sub", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L24", "weight": 1.0, "context": "return_type"}, {"source": "valueobject_money_money", "target": "valueobject_money_money_percent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L29", "weight": 1.0}, {"source": "valueobject_money_money_percent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L29", "weight": 1.0, "context": "return_type"}, {"source": "valueobject_money_money", "target": "valueobject_money_money_min", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L34", "weight": 1.0}, {"source": "valueobject_money_money_min", "target": "valueobject_money_money", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L34", "weight": 1.0, "context": "parameter_type"}, {"source": "valueobject_money_money_min", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/ValueObject/Money.php", "source_location": "L34", "weight": 1.0, "context": "return_type"}], "raw_calls": []} |