diff --git a/.claude/prompt/cors-regex-from-hosts-coolify-safe.md b/.claude/prompt/cors-regex-from-hosts-coolify-safe.md new file mode 100644 index 00000000..5b8c3a5d --- /dev/null +++ b/.claude/prompt/cors-regex-from-hosts-coolify-safe.md @@ -0,0 +1,198 @@ +# رفع دائمی CORS در Coolify: ساخت regex از `ALLOWED_FRONTEND_HOSTS` (حذف وابستگی به `CORS_ALLOW_ORIGIN`) + +## پروژه + +`clinicpro` (Backend — CORS/nelmio) + +## زمینه + +فرانت‌اند عمومی (`nobat724_front`) روی دامنه‌های شهری (مثل `yasuj-nobat.ir`) هنگام +`POST /api/v1/user/send-code` این خطا را می‌گیرد: + +``` +Access to XMLHttpRequest at 'https://clinic-pro.ir/api/v1/user/send-code' +from origin 'https://yasuj-nobat.ir' has been blocked by CORS policy: +Response to preflight request doesn't pass access control check: +No 'Access-Control-Allow-Origin' header is present on the requested resource. +``` + +تشخیص قطعی (تست شده): کد و کانفیگ nelmio **سالم** است — روی محیط لوکال ddev همان regex، +هدر `access-control-allow-origin` را درست برمی‌گرداند. اما روی پروداکشن، پاسخ preflight **هیچ** +هدر `access-control-allow-origin` ندارد. علت: **Coolify مقدار env متغیر `CORS_ALLOW_ORIGIN` را +خراب می‌کند**، چون آن مقدار یک regex است که با `$` تمام می‌شود و شامل `\` است؛ Coolify هنگام +interpolation، `$` و backslashها را دستکاری/escape می‌کند و در نهایت regex خالی/نادرست به +کانتینر می‌رسد → nelmio هیچ origin ای را match نمی‌کند → هدر ACAO ست نمی‌شود. + +راه‌حل رسمی Coolify («Is Literal?») خودش باگ‌های گزارش‌شده دارد (مقدار را داخل `'...'` می‌پیچد یا +دوباره escape می‌کند). بنابراین به‌جای اتکا به یک env شکننده‌ی حاوی `$`/`\`, باید regex را +**سمت برنامه از روی یک env امن بسازیم**. + +## مشکل / هدف + +env امنِ `ALLOWED_FRONTEND_HOSTS` از قبل وجود دارد و **فقط شامل نام دامنه‌ها با کاما** است +(بدون `$`، بدون `\`, بدون کاراکتر خاص) → Coolify آن را خراب نمی‌کند. هدف: + +1. یک **Env Var Processor** سفارشی (`cors_regex`) بساز که رشته‌ی کامادار `ALLOWED_FRONTEND_HOSTS` + را بگیرد و همان regex نهایی CORS را در PHP بسازد. +2. `nelmio_cors.yaml` را طوری تغییر بده که از `%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%` استفاده کند. +3. متغیر `CORS_ALLOW_ORIGIN` را از فایل‌های نمونه‌ی env حذف/deprecate کن تا دیگر لازم نباشد در + Coolify ست شود (منبع باگ حذف می‌شود). + +نتیجه: تنها env مربوط به CORS یک لیست سادهٔ کامادارِ Coolify-safe است. + +## فایل‌های مرتبط + +| فایل | نقش | +|------|-----| +| `config/packages/nelmio_cors.yaml` | فعلاً `allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']` با `origin_regex: true` | +| `config/services.yaml` | این‌جا `%env(ALLOWED_FRONTEND_HOSTS)%` به کنترلرها bind شده (خط ~۸۹) | +| `src/Shared/...` (جدید) | کلاس Env Var Processor سفارشی | +| `.env` | مقدار پیش‌فرض `CORS_ALLOW_ORIGIN` و `ALLOWED_FRONTEND_HOSTS` | +| `.env.coolify.example` / `.env.liara.example` | نمونه‌ی env برای دیپلوی — باید به‌روز شوند | +| `docker/gen-cors-env.php` | تولیدکننده‌ی خروجی CORS از `docker/frontend-domains.json` (بررسی هم‌خوانی) | + +## وضعیت فعلی + +`config/packages/nelmio_cors.yaml`: + +```yaml +nelmio_cors: + defaults: + origin_regex: true + allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] + allow_methods: ['GET', 'OPTIONS', 'POST', 'PATCH', 'DELETE'] + allow_headers: ['Content-Type', 'Authorization', 'X-CSRF-Token', 'Content-Disposition'] + expose_headers: ['X-RateLimit-Limit', 'X-RateLimit-Remaining', 'X-RateLimit-Reset'] + max_age: 3600 + allow_credentials: false + paths: + '^/api/': { allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] } + '^/oauth/': { allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] } + '^/health': { allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] } +``` + +`config/services.yaml` (خط ~۸۹) — الگوی bind فعلی env: + +```yaml + $allowedFrontendHosts: '%env(ALLOWED_FRONTEND_HOSTS)%' +``` + +`.env` (مقدار پیش‌فرض فعلی که در پروداکشن خراب می‌شود): + +``` +CORS_ALLOW_ORIGIN='^https?://([a-z0-9-]+\.)*(clinic-pro\.ddev\.site|localhost|127\.0\.0\.1|[a-z0-9-]+-nobat\.ir|nobat724\.com)(:[0-9]+)?$' +ALLOWED_FRONTEND_HOSTS=ahvaz-nobat.ir,arak-nobat.ir,...,zanjan-nobat.ir +``` + +## وظایف + +### ۱. ساخت Env Var Processor سفارشی `cors_regex` + +یک کلاس بساز (مثلاً `src/Shared/DependencyInjection/CorsRegexEnvProcessor.php`) که +`Symfony\Component\DependencyInjection\EnvVarProcessorInterface` را پیاده کند. ورودی یک نام env +(`ALLOWED_FRONTEND_HOSTS`) است؛ خروجی یک regex معتبر PCRE برای nelmio. + +```php + preg_quote($h, '#'), + $hosts + )); + + // با یا بدون زیر‌دامنه، فقط https، انکورشده. بدون نیاز به هیچ env حاوی $. + return '^https://([a-z0-9-]+\.)*(' . $alts . ')$'; + } + + public static function getProvidedTypes(): array + { + return ['cors_regex' => 'string']; + } +} +``` + +> اگر پورت برای محیط لوکال لازم است (`localhost:3000`)، الگو را طوری بساز که پورت اختیاری را هم +> بپذیرد؛ اما چون `ALLOWED_FRONTEND_HOSTS` فقط دامنه‌های پروداکشن است، برای dev می‌توان `localhost` +> را هم در همان لیست env محیط dev گذاشت یا در processor به‌صورت شرطی افزود. تصمیم را در پیاده‌سازی +> صریح بگیر و ساده نگه‌دار. + +اطمینان حاصل کن کلاس به‌عنوان env processor شناخته می‌شود: چون `EnvVarProcessorInterface` را +پیاده می‌کند و autoconfigure روشن است، Symfony آن را خودکار با تگ +`container.env_var_processor` ثبت می‌کند. اگر autowire/autoconfigure برای این namespace فعال +نیست، در `config/services.yaml` صریح ثبتش کن. + +### ۲. تغییر `nelmio_cors.yaml` برای استفاده از processor + +همه‌ی `%env(CORS_ALLOW_ORIGIN)%` را با `%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%` جایگزین کن. +`origin_regex: true` بماند. + +```yaml +nelmio_cors: + defaults: + origin_regex: true + allow_origin: ['%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%'] + # ... بقیه بدون تغییر ... + paths: + '^/api/': { allow_origin: ['%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%'] } + '^/oauth/': { allow_origin: ['%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%'] } + '^/health': { allow_origin: ['%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%'] } +``` + +### ۳. به‌روزرسانی فایل‌های env + +- `.env`: می‌توانی `CORS_ALLOW_ORIGIN` را نگه داری اما دیگر مصرف نمی‌شود؛ بهتر است حذف/کامنت شود + تا گمراه‌کننده نباشد. `ALLOWED_FRONTEND_HOSTS` باید شامل دامنه‌های dev هم باشد اگر لازم است + (`clinic-pro.ddev.site`,`localhost` و ...) — تصمیم بگیر و مستند کن. +- `.env.coolify.example` و `.env.liara.example`: بخش CORS را بازنویسی کن — توضیح بده که فقط + `ALLOWED_FRONTEND_HOSTS` (لیست کامادار، بدون کاراکتر خاص، Coolify-safe) لازم است و + `CORS_ALLOW_ORIGIN` دیگر استفاده نمی‌شود (تا کاربر آن را در Coolify ست نکند). + +### ۴. تست + +```bash +# ساخت regex درست است؟ (کانفیگ نهایی nelmio را چاپ کن) +ddev exec php bin/console cache:clear +ddev exec php bin/console debug:config nelmio_cors 2>&1 | grep -i allow_origin + +# preflight لوکال باید ACAO بدهد: +curl -sk -i -X OPTIONS "https://clinic-pro.ddev.site/api/v1/user/send-code" \ + -H "Origin: https://yasuj-nobat.ir" -H "Access-Control-Request-Method: POST" \ + | grep -i "access-control-allow-origin" + +# origin نامعتبر نباید ACAO بگیرد: +curl -sk -i -X OPTIONS "https://clinic-pro.ddev.site/api/v1/user/send-code" \ + -H "Origin: https://evil.com" -H "Access-Control-Request-Method: POST" \ + | grep -i "access-control-allow-origin" # باید خالی باشد +``` + +هر دو حالت باید درست کار کنند (origin مجاز ACAO بگیرد، نامجاز نگیرد). + +## نکات مهم + +- **هیچ env حاوی `$` یا `\` نباید برای CORS لازم باشد** — کل هدف همین است؛ `ALLOWED_FRONTEND_HOSTS` + فقط دامنه‌های کامادار است و Coolify آن را دست‌نخورده نگه می‌دارد. +- `preg_quote($h, '#')` برای escape نقطه‌ها ضروری است (چون nelmio با delimiter `#` regex را + کامپایل می‌کند — الگو را با همان delimiter سازگار نگه‌دار؛ اگر nelmio delimiter دیگری می‌گذارد، + با تست `debug:config` و preflight تأیید کن). +- fail-safe: اگر لیست خالی بود، یک regex بساز که **هیچ‌چیز** را match نکند (نه یک regex خالی که + ممکن است به‌طور ناخواسته همه را رد یا قبول کند). +- deploy: بعد از merge، در Coolify فقط `ALLOWED_FRONTEND_HOSTS` را نگه دار و `CORS_ALLOW_ORIGIN` + را حذف کن؛ سپس **redeploy**. با `printenv ALLOWED_FRONTEND_HOSTS` داخل کانتینر صحت مقدار را چک کن. +- این تغییر فقط کانفیگ/DI است؛ Entity/migration ندارد. مستندات API عوض نمی‌شود (رفتار endpointها + ثابت است)، اما اگر جایی CORS مستند شده، اشاره به منبع جدید (`ALLOWED_FRONTEND_HOSTS`) را به‌روز کن. diff --git a/.env.coolify.example b/.env.coolify.example index 505f4772..cc1c1ed0 100644 --- a/.env.coolify.example +++ b/.env.coolify.example @@ -25,16 +25,16 @@ MESSENGER_TRANSPORT_DSN="redis://redis-XXXXXXXX:6379/messages" # This is the API host, NOT a frontend domain. APP_BASE_URL=https://api.nobat724.com -# ── Frontend domains (MANY) ── -# Both values below are GENERATED from docker/frontend-domains.json. -# To add/remove a city domain: edit that file, then run: -# ddev exec php docker/gen-cors-env.php (or: php docker/gen-cors-env.php on the server) -# and paste the new output here / into Coolify. - +# ── Frontend domains (MANY) — CORS ── +# فقط همین یک متغیرِ سادهٔ کامادار لازم است؛ رجکسِ CORS در PHP از روی همین ساخته می‌شود +# (CorsRegexEnvProcessor → nelmio). چون این مقدار هیچ کاراکتر خاصی (`$`,`\`) ندارد، Coolify +# آن را خراب نمی‌کند — برخلاف CORS_ALLOW_ORIGIN که حذف شده است. +# افزودن/حذف دامنهٔ شهر: docker/frontend-domains.json را ویرایش کن، سپس +# ddev exec php docker/gen-cors-env.php (یا روی سرور: php docker/gen-cors-env.php) +# و خروجی ALLOWED_FRONTEND_HOSTS را این‌جا/در Coolify جایگزین کن. +# ⚠️ دیگر CORS_ALLOW_ORIGIN را ست نکن (استفاده نمی‌شود). ALLOWED_FRONTEND_HOSTS=ahvaz-nobat.ir,arak-nobat.ir,ardabil-nobat.ir,bandar-nobat.ir,behbahan-nobat.ir,birjand-nobat.ir,bojnord-nobat.ir,bushehr-nobat.ir,dehdasht-nobat.ir,esf-nobat.ir,golestan-nobat.ir,hamadan-nobat.ir,ilam-nobat.ir,karaj-nobat.ir,kerman-nobat.ir,kermanshah-nobat.ir,lorestan-nobat.ir,mashhad-nobat.ir,nobat724.com,qazvin-nobat.ir,qom-nobat.ir,rasht-nobat.ir,sanandaj-nobat.ir,sari-nobat.ir,semnan-nobat.ir,shiraz-nobat.ir,shkord-nobat.ir,tabriz-nobat.ir,tehran-nobat.ir,urmia-nobat.ir,yasuj-nobat.ir,yazd-nobat.ir,zahedan-nobat.ir,zanjan-nobat.ir -CORS_ALLOW_ORIGIN='^https://(ahvaz\-nobat\.ir|arak\-nobat\.ir|ardabil\-nobat\.ir|bandar\-nobat\.ir|behbahan\-nobat\.ir|birjand\-nobat\.ir|bojnord\-nobat\.ir|bushehr\-nobat\.ir|dehdasht\-nobat\.ir|esf\-nobat\.ir|golestan\-nobat\.ir|hamadan\-nobat\.ir|ilam\-nobat\.ir|karaj\-nobat\.ir|kerman\-nobat\.ir|kermanshah\-nobat\.ir|lorestan\-nobat\.ir|mashhad\-nobat\.ir|nobat724\.com|qazvin\-nobat\.ir|qom\-nobat\.ir|rasht\-nobat\.ir|sanandaj\-nobat\.ir|sari\-nobat\.ir|semnan\-nobat\.ir|shiraz\-nobat\.ir|shkord\-nobat\.ir|tabriz\-nobat\.ir|tehran\-nobat\.ir|urmia\-nobat\.ir|yasuj\-nobat\.ir|yazd\-nobat\.ir|zahedan\-nobat\.ir|zanjan\-nobat\.ir)$' - # ── Secrets (REQUIRED — set before the first deploy) ── APP_SECRET= # php -r "echo bin2hex(random_bytes(32));" JWT_PASSPHRASE= # openssl rand -hex 32 (must exist before first start: JWT keypair is generated with it) @@ -75,8 +75,7 @@ JWT_PASSPHRASE=... JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem TRUSTED_PROXIES=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1 -ALLOWED_FRONTEND_HOSTS=... # همان خروجی gen-cors-env.php -CORS_ALLOW_ORIGIN=... # همان +ALLOWED_FRONTEND_HOSTS=... # همان خروجی gen-cors-env.php (رجکس CORS از همین ساخته می‌شود) API_IR_BASE_URL=https://s.api.ir API_IR_TOKEN=... REFRESH_TOKEN_TTL / OTP_TTL / MAX_FILE_SIZE_BYTES / UPLOAD_DIR diff --git a/.env.example b/.env.example index 7e690a9b..13af84d2 100644 --- a/.env.example +++ b/.env.example @@ -22,8 +22,8 @@ JWT_PASSPHRASE=CHANGE_ME_STRONG_PASSPHRASE ###< lexik/jwt-authentication-bundle ### ###> nelmio/cors-bundle ### -# regex است (origin_regex: true). همهٔ دامنه‌های عمومی چند-شهری «-nobat.ir» و پنل «clinic-pro.ir» را پوشش می‌دهد. -CORS_ALLOW_ORIGIN='^https://([a-z0-9-]+\.)*([a-z0-9-]+-nobat\.ir|clinic-pro\.ir)$' +# رجکسِ CORS در PHP از روی ALLOWED_FRONTEND_HOSTS ساخته می‌شود (CorsRegexEnvProcessor). +# CORS_ALLOW_ORIGIN دیگر استفاده نمی‌شود — ست نکن. ###< nelmio/cors-bundle ### ###> symfony/messenger ### diff --git a/.env.liara.example b/.env.liara.example index 6ce27fb9..1367b621 100644 --- a/.env.liara.example +++ b/.env.liara.example @@ -37,12 +37,11 @@ DEFAULT_URI=https:// # ── Reverse proxy (Liara router) — trust X-Forwarded-* from the private ranges ── TRUSTED_PROXIES=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1 -# ── Frontend domains (MANY) — GENERATED from docker/frontend-domains.json ── -# To add/remove a city domain: edit that file, then run: -# ddev exec php docker/gen-cors-env.php (or: php docker/gen-cors-env.php on the server) -# and paste the new output into both vars below. -CORS_ALLOW_ORIGIN='^https://(ahvaz\-nobat\.ir|arak\-nobat\.ir|ardabil\-nobat\.ir|bandar\-nobat\.ir|behbahan\-nobat\.ir|birjand\-nobat\.ir|bojnord\-nobat\.ir|bushehr\-nobat\.ir|dehdasht\-nobat\.ir|esf\-nobat\.ir|golestan\-nobat\.ir|hamadan\-nobat\.ir|ilam\-nobat\.ir|karaj\-nobat\.ir|kerman\-nobat\.ir|kermanshah\-nobat\.ir|lorestan\-nobat\.ir|mashhad\-nobat\.ir|nobat724\.com|qazvin\-nobat\.ir|qom\-nobat\.ir|rasht\-nobat\.ir|sanandaj\-nobat\.ir|sari\-nobat\.ir|semnan\-nobat\.ir|shiraz\-nobat\.ir|shkord\-nobat\.ir|tabriz\-nobat\.ir|tehran\-nobat\.ir|urmia\-nobat\.ir|yasuj\-nobat\.ir|yazd\-nobat\.ir|zahedan\-nobat\.ir|zanjan\-nobat\.ir)$' - +# ── Frontend domains (MANY) — CORS ── +# فقط همین متغیرِ سادهٔ کامادار لازم است؛ رجکسِ CORS در PHP از روی همین ساخته می‌شود +# (CorsRegexEnvProcessor → nelmio). CORS_ALLOW_ORIGIN حذف شده — دیگر ست نکن. +# افزودن/حذف دامنه: docker/frontend-domains.json را ویرایش کن، سپس گرفتن خروجی جدید: +# ddev exec php docker/gen-cors-env.php (یا روی سرور: php docker/gen-cors-env.php) ALLOWED_FRONTEND_HOSTS=ahvaz-nobat.ir,arak-nobat.ir,ardabil-nobat.ir,bandar-nobat.ir,behbahan-nobat.ir,birjand-nobat.ir,bojnord-nobat.ir,bushehr-nobat.ir,dehdasht-nobat.ir,esf-nobat.ir,golestan-nobat.ir,hamadan-nobat.ir,ilam-nobat.ir,karaj-nobat.ir,kerman-nobat.ir,kermanshah-nobat.ir,lorestan-nobat.ir,mashhad-nobat.ir,nobat724.com,qazvin-nobat.ir,qom-nobat.ir,rasht-nobat.ir,sanandaj-nobat.ir,sari-nobat.ir,semnan-nobat.ir,shiraz-nobat.ir,shkord-nobat.ir,tabriz-nobat.ir,tehran-nobat.ir,urmia-nobat.ir,yasuj-nobat.ir,yazd-nobat.ir,zahedan-nobat.ir,zanjan-nobat.ir # ── api.ir identity inquiry (Shahkar + IbanMatch) ── diff --git a/config/packages/nelmio_cors.yaml b/config/packages/nelmio_cors.yaml index 52f45949..c25d009d 100644 --- a/config/packages/nelmio_cors.yaml +++ b/config/packages/nelmio_cors.yaml @@ -1,7 +1,7 @@ nelmio_cors: defaults: origin_regex: true - allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] + allow_origin: ['%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%'] allow_methods: ['GET', 'OPTIONS', 'POST', 'PATCH', 'DELETE'] allow_headers: ['Content-Type', 'Authorization', 'X-CSRF-Token', 'Content-Disposition'] expose_headers: ['X-RateLimit-Limit', 'X-RateLimit-Remaining', 'X-RateLimit-Reset'] @@ -9,8 +9,8 @@ nelmio_cors: allow_credentials: false paths: '^/api/': - allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] + allow_origin: ['%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%'] '^/oauth/': - allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] + allow_origin: ['%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%'] '^/health': - allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] + allow_origin: ['%env(cors_regex:ALLOWED_FRONTEND_HOSTS)%'] diff --git a/docker-compose.yml b/docker-compose.yml index 8b70b2a6..84758a51 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,6 @@ x-app-env: &app-env JWT_SECRET_KEY: "%kernel.project_dir%/config/jwt/private.pem" JWT_PUBLIC_KEY: "%kernel.project_dir%/config/jwt/public.pem" JWT_PASSPHRASE: ${JWT_PASSPHRASE} - CORS_ALLOW_ORIGIN: ${CORS_ALLOW_ORIGIN} DEFAULT_URI: ${APP_BASE_URL} APP_BASE_URL: ${APP_BASE_URL} ALLOWED_FRONTEND_HOSTS: ${ALLOWED_FRONTEND_HOSTS} @@ -48,8 +47,9 @@ services: # In Coolify, assign ALL serving domains to THIS service (port 80) — the backend # API host plus every frontend domain you want Traefik to route + issue TLS for. # Coolify supports a comma-separated domain list on the service. - # CORS/payload allow-listing for those frontends is handled separately via - # CORS_ALLOW_ORIGIN / ALLOWED_FRONTEND_HOSTS (see docker/frontend-domains.json). + # CORS/payload allow-listing for those frontends is driven by ALLOWED_FRONTEND_HOSTS + # (the CORS regex is built from it in PHP via CorsRegexEnvProcessor; see + # docker/frontend-domains.json). CORS_ALLOW_ORIGIN is no longer used. app: # Shared image tag — app builds it once; the two workers reuse the SAME image # (image: below, no build:). Without this Coolify builds the Dockerfile 3×, diff --git a/docker/gen-cors-env.php b/docker/gen-cors-env.php index 9fe0a0fb..257efcd9 100755 --- a/docker/gen-cors-env.php +++ b/docker/gen-cors-env.php @@ -6,9 +6,11 @@ * Usage: * php docker/gen-cors-env.php * - * Output: CORS_ALLOW_ORIGIN (single regex, explicit alternation) and - * ALLOWED_FRONTEND_HOSTS (comma-separated host list). - * Paste both into the Coolify Environment Variables tab. + * Output: ALLOWED_FRONTEND_HOSTS (comma-separated host list). + * Paste it into the Coolify Environment Variables tab. The CORS origin regex is + * built in PHP from this list (App\Shared\DependencyInjection\CorsRegexEnvProcessor), + * so CORS_ALLOW_ORIGIN is no longer needed — a `$`-containing regex env gets mangled + * by Coolify's interpolation, which is exactly the bug this avoids. */ $jsonFile = __DIR__ . '/frontend-domains.json'; @@ -50,13 +52,9 @@ if (empty($domains)) { exit(1); } -// CORS: explicit alternation, anchored, dots escaped. https only. -$alternation = implode('|', array_map(static fn (string $d): string => preg_quote($d, '/'), $domains)); -$cors = "^https://($alternation)$"; - -// Frontend hosts: bare hostnames, comma-separated (matched via in_array in PaymentController). +// Frontend hosts: bare hostnames, comma-separated. Drives both the CORS regex +// (CorsRegexEnvProcessor) and PaymentController host validation. $hosts = implode(',', $domains); echo "# ---- paste into Coolify env (" . count($domains) . " domains) ----\n\n"; -echo "CORS_ALLOW_ORIGIN='" . $cors . "'\n\n"; echo "ALLOWED_FRONTEND_HOSTS=" . $hosts . "\n"; diff --git a/graphify-out/.graphify_labels.json b/graphify-out/.graphify_labels.json index d32c3eba..59403e47 100644 --- a/graphify-out/.graphify_labels.json +++ b/graphify-out/.graphify_labels.json @@ -695,5 +695,33 @@ "693": "Community 693", "694": "Community 694", "695": "Community 695", - "696": "Community 696" + "696": "Community 696", + "697": "Community 697", + "698": "Community 698", + "699": "Community 699", + "700": "Community 700", + "701": "Community 701", + "702": "Community 702", + "703": "Community 703", + "704": "Community 704", + "705": "Community 705", + "706": "Community 706", + "707": "Community 707", + "708": "Community 708", + "709": "Community 709", + "710": "Community 710", + "711": "Community 711", + "712": "Community 712", + "713": "Community 713", + "714": "Community 714", + "715": "Community 715", + "716": "Community 716", + "717": "Community 717", + "718": "Community 718", + "719": "Community 719", + "720": "Community 720", + "721": "Community 721", + "722": "Community 722", + "723": "Community 723", + "724": "Community 724" } diff --git a/graphify-out/GRAPH_REPORT.md b/graphify-out/GRAPH_REPORT.md index d9a5b08d..fdc8a9ec 100644 --- a/graphify-out/GRAPH_REPORT.md +++ b/graphify-out/GRAPH_REPORT.md @@ -1,16 +1,16 @@ # Graph Report - clinicpro (2026-07-07) ## Corpus Check -- 708 files · ~520,035 words +- 711 files · ~521,407 words - Verdict: corpus is large enough that graph structure adds value. ## Summary -- 8966 nodes · 12391 edges · 697 communities (560 shown, 137 thin omitted) -- Extraction: 98% EXTRACTED · 2% INFERRED · 0% AMBIGUOUS · INFERRED: 275 edges (avg confidence: 0.8) +- 8995 nodes · 12432 edges · 725 communities (585 shown, 140 thin omitted) +- Extraction: 98% EXTRACTED · 2% INFERRED · 0% AMBIGUOUS · INFERRED: 277 edges (avg confidence: 0.8) - Token cost: 0 input · 0 output ## Graph Freshness -- Built from commit: `57d08124` +- Built from commit: `4ee1524f` - Run `git rev-parse HEAD` and compare to check if the graph is stale. - Run `graphify update .` after code changes (no API cost). @@ -697,6 +697,34 @@ - [[_COMMUNITY_Community 694|Community 694]] - [[_COMMUNITY_Community 695|Community 695]] - [[_COMMUNITY_Community 696|Community 696]] +- [[_COMMUNITY_Community 697|Community 697]] +- [[_COMMUNITY_Community 698|Community 698]] +- [[_COMMUNITY_Community 699|Community 699]] +- [[_COMMUNITY_Community 700|Community 700]] +- [[_COMMUNITY_Community 701|Community 701]] +- [[_COMMUNITY_Community 702|Community 702]] +- [[_COMMUNITY_Community 703|Community 703]] +- [[_COMMUNITY_Community 704|Community 704]] +- [[_COMMUNITY_Community 705|Community 705]] +- [[_COMMUNITY_Community 706|Community 706]] +- [[_COMMUNITY_Community 707|Community 707]] +- [[_COMMUNITY_Community 708|Community 708]] +- [[_COMMUNITY_Community 709|Community 709]] +- [[_COMMUNITY_Community 710|Community 710]] +- [[_COMMUNITY_Community 711|Community 711]] +- [[_COMMUNITY_Community 712|Community 712]] +- [[_COMMUNITY_Community 713|Community 713]] +- [[_COMMUNITY_Community 714|Community 714]] +- [[_COMMUNITY_Community 715|Community 715]] +- [[_COMMUNITY_Community 716|Community 716]] +- [[_COMMUNITY_Community 717|Community 717]] +- [[_COMMUNITY_Community 718|Community 718]] +- [[_COMMUNITY_Community 719|Community 719]] +- [[_COMMUNITY_Community 720|Community 720]] +- [[_COMMUNITY_Community 721|Community 721]] +- [[_COMMUNITY_Community 722|Community 722]] +- [[_COMMUNITY_Community 723|Community 723]] +- [[_COMMUNITY_Community 724|Community 724]] ## God Nodes (most connected - your core abstractions) 1. `BaseController` - 76 edges @@ -715,8 +743,8 @@ assets/admin/components/ServiceTariffModal.tsx → assets/admin/lib/utils.ts - `Pagination()` --calls--> `formatNumber()` [EXTRACTED] assets/admin/components/ui/Pagination.tsx → assets/admin/lib/utils.ts -- `RepresentationSettlementPage()` --calls--> `formatRial()` [EXTRACTED] - assets/admin/pages/RepresentationSettlementPage.tsx → assets/admin/lib/utils.ts +- `PersianDatePicker()` --calls--> `formatDate()` [EXTRACTED] + assets/admin/components/ui/PersianDatePicker.tsx → assets/admin/lib/utils.ts - `SettlementsPage()` --calls--> `formatRial()` [EXTRACTED] assets/admin/pages/SettlementsPage.tsx → assets/admin/lib/utils.ts - `NewAppointmentModal()` --calls--> `useAuthStore` [EXTRACTED] @@ -725,11 +753,11 @@ ## Import Cycles - None detected. -## Communities (697 total, 137 thin omitted) +## Communities (725 total, 140 thin omitted) ### Community 0 - "Community 0" Cohesion: 0.05 -Nodes (38): ALLOWED_ROLES, PrivateRoute(), PublicRoute(), RoleRoute(), queryClient, toastStyle, DEGREE_OPTIONS, DoctorFormPage() (+30 more) +Nodes (37): ALLOWED_ROLES, PrivateRoute(), PublicRoute(), RoleRoute(), queryClient, toastStyle, DEGREE_OPTIONS, DoctorFormPage() (+29 more) ### Community 1 - "Community 1" Cohesion: 0.03 @@ -744,16 +772,16 @@ Cohesion: 0.10 Nodes (20): `RepresentationActionController` — welcome به‌صورت inline (بدون تمپلت), `SmsMessageTemplate::DEFAULTS` (فاقد نام تمپلت و نگاشت token), `SmsService::sendNow` — انتخاب بین lookup و متن‌آزاد, الگوی فعلی همه‌ی call-siteها (به‌جز OTP) — متن‌آزاد، بدون `templateCode`, تبدیل همه‌ی پیامک‌های سیستمی به VerifyLookup کاوه‌نگار (تمپلت نام‌دار), تنها جای درست (OTP) — که باید الگوی بقیه شود, زمینه, فایل‌های مرتبط (+12 more) ### Community 4 - "Community 4" -Cohesion: 0.05 -Nodes (11): DoctorServiceController, DoctorService, Doctor, DoctorServiceRepository, Collection, self, User, WeeklySchedule (+3 more) +Cohesion: 0.06 +Nodes (8): DoctorService, Doctor, DoctorServiceRepository, Collection, self, User, WeeklySchedule, ManagerRegistry ### Community 5 - "Community 5" Cohesion: 0.07 Nodes (3): UserProfile, self, User ### Community 6 - "Community 6" -Cohesion: 0.09 -Nodes (15): SettlementController, SettlementRepository, WalletTransactionRepository, CommissionService, Settlement, JsonResponse, Request, User (+7 more) +Cohesion: 0.12 +Nodes (12): SettlementController, SettlementRepository, WalletTransactionRepository, Settlement, JsonResponse, Request, User, ManagerRegistry (+4 more) ### Community 7 - "Community 7" Cohesion: 0.07 @@ -777,11 +805,11 @@ Nodes (4): UserActiveContextRepository, ManagerRegistry, User, UserActiveContext ### Community 12 - "Community 12" Cohesion: 0.05 -Nodes (39): Clinic Doctor Invitation API, DELETE `/api/v1/admin/clinic/invitation/{invUuid}`, Errors, Errors, Errors, Errors, Errors, Errors (+31 more) +Nodes (40): Clinic Doctor Invitation API, Errors, Errors, Errors, Errors, Errors, Errors, Errors (+32 more) ### Community 13 - "Community 13" -Cohesion: 0.07 -Nodes (25): get, api, ApiError, getToken(), refreshOnce(), request(), { refreshMock, logoutMock }, replaceMock (+17 more) +Cohesion: 0.08 +Nodes (22): get, PaymentConfig, PaymentGatewayInfo, api, ApiError, getToken(), refreshOnce(), request() (+14 more) ### Community 14 - "Community 14" Cohesion: 0.10 @@ -792,8 +820,8 @@ Cohesion: 0.25 Nodes (7): PaymentController, Appointment, JsonResponse, Payment, Request, Response, User ### Community 16 - "Community 16" -Cohesion: 0.09 -Nodes (6): PatientSession, Appointment, Collection, PatientRecord, self, SessionService +Cohesion: 0.07 +Nodes (7): PatientSession, SmsWallet, Appointment, Collection, PatientRecord, self, SessionService ### Community 17 - "Community 17" Cohesion: 0.05 @@ -804,20 +832,20 @@ Cohesion: 0.05 Nodes (38): API, API, API, API, API, Route, Route, Route (+30 more) ### Community 19 - "Community 19" -Cohesion: 0.03 -Nodes (81): PaginatedResponse, CityForm, citySchema, ImportError, InsuranceForm, insuranceSchema, LogoUploadField(), ProvinceForm (+73 more) +Cohesion: 0.04 +Nodes (56): PaginatedResponse, formatDate(), STATUS_FILTERS, AddForm, addSchema, ClinicsPage(), HUES_LIST, FILTERS (+48 more) ### Community 20 - "Community 20" -Cohesion: 0.13 +Cohesion: 0.14 Nodes (3): AdminApiController, JsonResponse, Request ### Community 21 - "Community 21" -Cohesion: 0.04 -Nodes (59): PaymentConfig, PaymentGatewayInfo, usePaymentConfig(), ApiResponse, formatNumber(), formatRial(), ClinicDetailPage(), AdminCharts (+51 more) +Cohesion: 0.05 +Nodes (33): formatNumber(), ClinicDetailPage(), AdminCharts, AdminDashboard(), AdminRecent, AdminStats, APPT_CLS, APPT_COLOR (+25 more) ### Community 22 - "Community 22" -Cohesion: 0.12 -Nodes (10): RatingController, Like, CommentListNPlusOneTest, LikeRepository, JsonResponse, Request, User, Comment (+2 more) +Cohesion: 0.15 +Nodes (9): RatingController, Like, LikeRepository, JsonResponse, Request, User, Comment, ManagerRegistry (+1 more) ### Community 23 - "Community 23" Cohesion: 0.05 @@ -847,10 +875,6 @@ Nodes (4): Appointment, Doctor, self, User Cohesion: 0.06 Nodes (35): Bulk import / export, DELETE `/api/v1/admin/city/{id}`, DELETE `/api/v1/admin/province/{id}`, Errors, Errors, Errors, Errors, GET `/api/v1/admin/cities` (+27 more) -### Community 30 - "Community 30" -Cohesion: 0.06 -Nodes (19): BillingCalculatorTest, BillingCalculator, GatewayFactory, MellatGateway, Money, MellatGatewayTest, SepGateway, BillingCalculator (+11 more) - ### Community 31 - "Community 31" Cohesion: 0.06 Nodes (33): `AppointmentStatusDropdown.tsx`, Doctor Tabs در داشبورد کلینیک, Pagination, `PersianCalendar.tsx`, Stats Bar, Status Badge (inline قابل کلیک), Status Dropdown (کلیک روی badge), Toolbar (+25 more) @@ -937,7 +961,7 @@ Nodes (26): الزامات UI, باگ‌فیکس صفحه نوبت‌ها, با ### Community 53 - "Community 53" Cohesion: 0.08 -Nodes (15): AppLogRepository, PaymentLog, ClaimItemRepository, PaymentLogRepository, PreRegistrationRepository, SiteConfigRepository, SmsTemplateRepository, ServiceEntityRepository (+7 more) +Nodes (15): AppLogRepository, ClaimItemRepository, ClinicStaffRepository, PreRegistrationRepository, SessionServiceRepository, SiteConfigRepository, ServiceEntityRepository, ManagerRegistry (+7 more) ### Community 54 - "Community 54" Cohesion: 0.10 @@ -976,8 +1000,8 @@ Cohesion: 0.08 Nodes (25): Bulk import / export, DELETE `/api/v1/admin/specialty/{id}`, Errors, Errors, Errors, Errors, GET `/api/v1/admin/specialties`, GET `/api/v1/specialties` (+17 more) ### Community 63 - "Community 63" -Cohesion: 0.22 -Nodes (5): AuthController, RateLimiterFactory, JsonResponse, Request, User +Cohesion: 0.05 +Nodes (31): AbstractAuthenticator, AuthenticationException, ErrorCodes, AuthController, ClinicServiceController, PatientController, StaffController, AppException (+23 more) ### Community 64 - "Community 64" Cohesion: 0.29 @@ -987,10 +1011,6 @@ Nodes (4): SmsWalletController, JsonResponse, Request, User Cohesion: 0.08 Nodes (24): 2. کاربر (User), 4. 🔵 `POST` verify code, 5. 🔵 `POST` send code, 6. 🔵 `POST` register, 7. 🔴 `DELETE` delete user, 8. 🟡 `PATCH` patch, 9. 🟢 `GET` list secretary, Request Body (+16 more) -### Community 66 - "Community 66" -Cohesion: 0.06 -Nodes (6): ClinicStaff, SmsWallet, AppLog, LogPruneService, AppointmentExpiryService, self - ### Community 67 - "Community 67" Cohesion: 0.11 Nodes (4): Invoice, Collection, InvoiceItem, self @@ -1008,8 +1028,8 @@ Cohesion: 0.15 Nodes (12): رفع بهم‌ریختگی کامل پنل ادمین روی iPhone 8 (Safari/Chrome iOS), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+4 more) ### Community 71 - "Community 71" -Cohesion: 0.09 -Nodes (21): AddForm, addSchema, ClinicsPage(), HUES_LIST, EMPTY, PreRegistration, STATUS_META, STATUS_TABS (+13 more) +Cohesion: 0.20 +Nodes (8): AdminUser, ChangeRoleModal(), getPrimaryRole(), HUES_LIST, ROLE_META, ROLE_TABS, RoleBadge(), UserStats ### Community 72 - "Community 72" Cohesion: 0.09 @@ -1043,6 +1063,10 @@ Nodes (3): SubscriptionPlan, Collection, self Cohesion: 0.09 Nodes (23): dependencies, @ckeditor/ckeditor5-build-classic, @ckeditor/ckeditor5-react, @fontsource/vazirmatn, @heroicons/react, @hookform/resolvers, jalaali-js, leaflet (+15 more) +### Community 82 - "Community 82" +Cohesion: 0.07 +Nodes (8): CategoryImportTest, Connection, RepositoryClassMappingTest, KernelTestCase, DbLogger, CategoryImporter, DbLoggerTest, Stringable + ### Community 83 - "Community 83" Cohesion: 0.09 Nodes (21): Backend, CSS / UI, Frontend, روند اجرای هر قابلیت, قبل از شروع — تحلیل پرامپت و ساخت Todo, قوانین اجرا (اجباری — هیچ استثنایی ندارد), قوانین خاص این پروژه, مثال اجرا (+13 more) @@ -1057,7 +1081,7 @@ Nodes (30): devDependencies, @babel/core, @babel/preset-env, @babel/preset-react ### Community 86 - "Community 86" Cohesion: 0.06 -Nodes (15): AppointmentExpiryServiceTest, LowTierFixesTest, SendCodeMobileRateLimitTest, ClaimsListPaginationTest, ServiceItemStaffOwnershipTest, UniqueConstraintsTest, EntityManagerInterface, KernelBrowser (+7 more) +Nodes (15): AppointmentExpiryServiceTest, LowTierFixesTest, SendCodeMobileRateLimitTest, ClaimsListPaginationTest, ServiceItemStaffOwnershipTest, EntityManagerInterface, KernelBrowser, CommentPaginationTest (+7 more) ### Community 87 - "Community 87" Cohesion: 0.10 @@ -1128,8 +1152,8 @@ Cohesion: 0.11 Nodes (18): `AdminApiController::paymentDetail` — الان فقط GET, `MellatGateway.php` — الگوی موجود REST/SOAP (پس از کار sandbox), `PaymentGatewayInterface.php`, `PaymentManager.php` — الگوی log و transaction, برگشت/استرداد وجه ملت از پنل ادمین (bpReversalRequest / bpRefundRequest), زمینه, فایل‌های مرتبط, نکات مهم (+10 more) ### Community 104 - "Community 104" -Cohesion: 0.18 -Nodes (6): TagController, TagRepository, JsonResponse, Request, ManagerRegistry, Tag +Cohesion: 0.35 +Nodes (3): TagController, JsonResponse, Request ### Community 105 - "Community 105" Cohesion: 0.11 @@ -1144,8 +1168,8 @@ Cohesion: 0.32 Nodes (6): AppointmentController, Appointment, Doctor, JsonResponse, Request, User ### Community 108 - "Community 108" -Cohesion: 0.13 -Nodes (10): BaseController, CategoryController, CategoryImportController, SmsMessageController, JsonResponse, JsonResponse, Request, JsonResponse (+2 more) +Cohesion: 0.18 +Nodes (7): BaseController, CategoryController, CategoryImportController, JsonResponse, JsonResponse, Request, JsonResponse ### Community 109 - "Community 109" Cohesion: 0.29 @@ -1376,8 +1400,8 @@ Cohesion: 0.10 Nodes (20): api.ir (استعلام هویت — Shahkar / IbanMatch), اتصال به دیتابیس‌های مستقل (الزامی), اسرار (الزامی — قبل از اولین دیپلوی), امنیت و منابع, بررسی سلامت, دامنه‌ها و CORS, دیپلوی‌های بعدی, راهنمای دیپلوی ClinicPro (Coolify + Docker Compose) (+12 more) ### Community 169 - "Community 169" -Cohesion: 0.31 -Nodes (6): ErrorCodes, ClinicServiceController, JsonResponse, Request, ServiceSection, User +Cohesion: 0.04 +Nodes (46): CityForm, citySchema, ImportError, InsuranceForm, insuranceSchema, LogoUploadField(), ProvinceForm, provinceSchema (+38 more) ### Community 170 - "Community 170" Cohesion: 0.13 @@ -1400,16 +1424,16 @@ Cohesion: 0.14 Nodes (14): Doctor Management, Errors, Errors, GET `/api/v1/admin/doctors`, GET `/api/v1/admin/doctors/stats`, POST `/api/v1/admin/clinic`, POST `/api/v1/admin/doctors`, POST `/api/v1/admin/doctors/{uuid}/status` (+6 more) ### Community 175 - "Community 175" -Cohesion: 0.35 -Nodes (5): PatientController, JsonResponse, PatientSession, Request, User +Cohesion: 0.13 +Nodes (12): AdminUserDetail, AVATAR_COLORS, EditForm, editSchema, GENDER_LABELS, getPrimaryRole(), MARITAL_LABELS, MEDICAL_SECTIONS (+4 more) ### Community 176 - "Community 176" Cohesion: 0.25 Nodes (4): PaymentManager, Payment, PaymentInitResult, PaymentRefundResult ### Community 177 - "Community 177" -Cohesion: 0.36 -Nodes (5): StaffController, ClinicStaff, JsonResponse, Request, User +Cohesion: 0.15 +Nodes (12): رفع دائمی CORS در Coolify: ساخت regex از `ALLOWED_FRONTEND_HOSTS` (حذف وابستگی به `CORS_ALLOW_ORIGIN`), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+4 more) ### Community 178 - "Community 178" Cohesion: 0.14 @@ -1508,8 +1532,8 @@ Cohesion: 0.15 Nodes (12): Clinic Services API, DELETE /api/v1/service-item/{uuid}, DELETE /api/v1/service-section/{uuid}, GET /api/v1/service-items/{sectionUuid}, GET /api/v1/service-items/{uuid}/tariffs, GET /api/v1/service-sections, PATCH /api/v1/service-item/{uuid}, PATCH /api/v1/service-section/{uuid} (+4 more) ### Community 204 - "Community 204" -Cohesion: 0.21 -Nodes (6): AuthenticationException, ExceptionSubscriber, SecurityHeadersSubscriber, EventSubscriberInterface, ExceptionEvent, ResponseEvent +Cohesion: 0.23 +Nodes (5): ExceptionSubscriber, SecurityHeadersSubscriber, EventSubscriberInterface, ExceptionEvent, ResponseEvent ### Community 205 - "Community 205" Cohesion: 0.10 @@ -1520,8 +1544,8 @@ Cohesion: 0.08 Nodes (14): MellatGateway, MockGateway, SepGateway, SoapClient, PaymentGatewayInterface, PaymentInitResult, PaymentRefundResult, PaymentVerifyResult (+6 more) ### Community 207 - "Community 207" -Cohesion: 0.07 -Nodes (30): ۲. مدل داده و موجودیت‌ها, ۲.۱ کاربر (User), ۲.۱۰ پرداخت (Payment Types), ۲.۱۰.۱ پرداخت نوبت, ۲.۱۰.۲ پرداخت اشتراک, ۲.۱۱ پروفایل بیمار (Profile), ۲.۱۲ وبلاگ (Blog), ۲.۱۳ نظرات، لایک و امتیازدهی (+22 more) +Cohesion: 0.15 +Nodes (13): ۲. مدل داده و موجودیت‌ها, ۲.۱ کاربر (User), ۲.۱۰ پرداخت (Payment Types), ۲.۱۰.۱ پرداخت نوبت, ۲.۱۰.۲ پرداخت اشتراک, ۲.۱۱ پروفایل بیمار (Profile), ۲.۱۲ وبلاگ (Blog), ۲.۳ دکتر (Doctor) (+5 more) ### Community 208 - "Community 208" Cohesion: 0.23 @@ -1576,8 +1600,8 @@ Cohesion: 0.23 Nodes (5): PaymentRepository, Appointment, ManagerRegistry, Payment, User ### Community 225 - "Community 225" -Cohesion: 0.30 -Nodes (6): AbstractAuthenticator, Passport, PasswordAuthenticator, Request, Response, TokenInterface +Cohesion: 0.36 +Nodes (3): DoctorServiceController, JsonResponse, Request ### Community 226 - "Community 226" Cohesion: 0.15 @@ -1652,8 +1676,8 @@ Cohesion: 0.28 Nodes (4): SubscriptionService, ClinicSubscription, Payment, SubscriptionPlan ### Community 245 - "Community 245" -Cohesion: 0.05 -Nodes (37): formatDate(), formatDateTime(), ALL_STATUSES, AppointmentDetailPage(), timeOf(), Claim, ClaimItem, DebtRow (+29 more) +Cohesion: 0.10 +Nodes (13): Claim, ClaimItem, DebtRow, InsuranceOption, KIND_LABEL, STATUS_FILTERS, STATUS_META, IbanItem (+5 more) ### Community 246 - "Community 246" Cohesion: 0.17 @@ -1692,8 +1716,8 @@ Cohesion: 0.18 Nodes (11): 1. 🔵 `POST` refresh token, 1. احراز هویت (Authentication), 2. 🟢 `GET` X-CSRF-Token, 3. 🟢 `GET` user info 🆕, Request Body, بخش دوم — مستند کامل API, خطاهای عمومی, فهرست مطالب (+3 more) ### Community 255 - "Community 255" -Cohesion: 0.11 -Nodes (19): GET /api/v1/appointment-settings/slots — دریافت اسلات‌های خالی, GET /api/v1/categories/cities — شهرها, GET /api/v1/categories/states — استان‌ها, GET /api/v1/doctors/{id}, GET /api/v1/doctors/{id}/insurances, GET /api/v1/representations/{id}, GET /oauth/userinfo — اطلاعات کاربر (سازگار با دروپال), POST /api/v1/appointment-settings/holidays — ثبت تعطیلی (فقط ادمین) (+11 more) +Cohesion: 0.18 +Nodes (11): GET /api/v1/doctors/{id}, GET /api/v1/doctors/{id}/insurances, GET /api/v1/representations/{id}, GET /oauth/userinfo — اطلاعات کاربر (سازگار با دروپال), POST /api/v1/representations/{id}/bank-accounts, POST /oauth/token — تجدید توکن (Refresh), POST /oauth/token — ورود به سیستم, Task-02: احراز هویت (Authentication) (+3 more) ### Community 256 - "Community 256" Cohesion: 0.29 @@ -1768,16 +1792,16 @@ Cohesion: 0.21 Nodes (5): Authentication, ClinicPro — API Documentation Index, Error Code Reference, Modules, Standard Response Envelope ### Community 275 - "Community 275" -Cohesion: 0.22 -Nodes (3): AppException, SlotTakenException, RuntimeException +Cohesion: 0.24 +Nodes (4): MellatGateway, MellatGatewayTest, ErrorCodesTest, TestCase ### Community 276 - "Community 276" Cohesion: 0.20 Nodes (9): Architecture Audit — ClinicPro Symfony 7 Migration, Architecture Score (بعد از اصلاحات), Architecture Violations, Executive Summary, Final Verdict (بعد از اصلاحات), Missing Requirements (کامل), اصلاحات اعمال‌شده (بعد از Audit), دلیل تصمیم (+1 more) ### Community 277 - "Community 277" -Cohesion: 0.08 -Nodes (23): GET /api/v1/sms/balance — موجودی حساب پیامک, POST /api/v1/sms/queue — افزودن به صف, بخش اول — مستند محصول (PRD), ثبت‌نام دکتر — از طریق نماینده, ثبت‌نام دکتر — از طریق کلینیک, ثبت‌نام دکتر — مستقل, فهرست کلی, کلینیک پرو — مستند جامع فنی و API (+15 more) +Cohesion: 0.20 +Nodes (9): بخش اول — مستند محصول (PRD), فهرست کلی, کلینیک پرو — مستند جامع فنی و API, ۵. فهرست مشکلات شناسایی‌شده و اصلاحات لازم, ۶. پیوست, ۶.۱ دیاگرام وضعیت نوبت, ۶.۲ جریان کمیسیون, ۶.۳ بررسی محدودیت منشی (+1 more) ### Community 279 - "Community 279" Cohesion: 0.20 @@ -1868,8 +1892,8 @@ Cohesion: 0.42 Nodes (3): PreRegistrationController, JsonResponse, Request ### Community 301 - "Community 301" -Cohesion: 0.09 -Nodes (20): FreeVisitPrice(), Pricing, rialToToman(), tomanToRial(), IbanItem, RepMe, RepresentationSettlementPage(), RepSummary (+12 more) +Cohesion: 0.04 +Nodes (45): FreeVisitPrice(), Pricing, usePaymentConfig(), formatDateTime(), formatRial(), rialToToman(), tomanToRial(), InsurancePricingPage() (+37 more) ### Community 302 - "Community 302" Cohesion: 0.12 @@ -1880,8 +1904,8 @@ Cohesion: 0.12 Nodes (16): آماده‌سازی پروژه ClinicPro برای دیپلوی روی Coolify با Docker Compose, زمینه, فایل‌های مرتبط, نکات مهم (محدودیت‌ها و edge caseها), هدف, وظایف, ۱. ساخت `Dockerfile` چندمرحله‌ای, ۱۰. ساخت راهنمای `docs/deploy/coolify.md` (+8 more) ### Community 304 - "Community 304" -Cohesion: 0.04 -Nodes (56): 29. 🟢 `GET` clinic list 🆕, 30. 🟢 `GET` get 🆕, 32. 🔵 `POST` post, 33. 🔵 `POST` image_clinic, 34. 🔵 `POST` image logo, 35. 🟡 `PATCH` patch, 36. 🟢 `GET` get my rate, 37. 🔵 `POST` post (+48 more) +Cohesion: 0.22 +Nodes (9): 29. 🟢 `GET` clinic list 🆕, 30. 🟢 `GET` get 🆕, 33. 🔵 `POST` image_clinic, 6. کلینیک (Clinic), هدرهای اضافی, پارامترهای Query, پاسخ‌ها, پاسخ‌ها (+1 more) ### Community 306 - "Community 306" Cohesion: 0.07 @@ -1927,6 +1951,10 @@ Nodes (4): SubscriptionPeriodRepository, ManagerRegistry, SubscriptionPeriod, Su Cohesion: 0.31 Nodes (3): SubscriptionPlanRepository, ManagerRegistry, SubscriptionPlan +### Community 318 - "Community 318" +Cohesion: 0.33 +Nodes (4): PatientService, Appointment, PatientRecord, PatientSession + ### Community 319 - "Community 319" Cohesion: 0.39 Nodes (3): UserRepository, ManagerRegistry, User @@ -2116,8 +2144,8 @@ Cohesion: 0.29 Nodes (7): Authentication, Authorization, Input Validation, Logging Security, Rate Limiting, Secrets Management, ۷. تحلیل امنیت ### Community 371 - "Community 371" -Cohesion: 0.39 -Nodes (4): FinancialBreakdown, FinancialBreakdownRepository, ManagerRegistry, Payment +Cohesion: 0.15 +Nodes (6): UniqueConstraintsTest, FinancialBreakdown, FinancialBreakdownRepository, FinancialBreakdownIntegrityTest, ManagerRegistry, Payment ### Community 372 - "Community 372" Cohesion: 0.11 @@ -2219,10 +2247,6 @@ Nodes (6): ClaimAmountBoundsTest, ClaimsListNPlusOneTest, ClaimItem, Claim, Doct Cohesion: 0.22 Nodes (7): initiate(), refund(), reverse(), verify(), PaymentInitResult, PaymentRefundResult, PaymentVerifyResult -### Community 399 - "Community 399" -Cohesion: 0.23 -Nodes (5): AbstractMigration, Schema, Version20260609130407, Schema, Version20260611075829 - ### Community 401 - "Community 401" Cohesion: 0.12 Nodes (15): `lib/utils.ts`, `SettingsPage.tsx` (ورودی‌ها ریال ذخیره می‌شوند), زمینه, فایل‌های مرتبط, مشکل / هدف, نمونهٔ نمایش (Subscription), نکات مهم, واحد پول = تومان در پنل ادمین (نمایش ÷۱۰ / ورودی ×۱۰) — ذخیره و درگاه ریال می‌ماند (+7 more) @@ -2239,6 +2263,10 @@ Nodes (11): KavehNegarProvider, MessageBusInterface, MockObject, SmsService, Sms Cohesion: 0.17 Nodes (11): دیپلوی ClinicPro روی Coolify (Docker Compose), رفع اشکال, مراحل دیپلوی, معماری دیپلوی, نکات عملیاتی, چند دامنه فرانت‌اند (مهم), ۱. ساخت Resource در Coolify, ۲. اختصاص دامنه (+3 more) +### Community 421 - "Community 421" +Cohesion: 0.23 +Nodes (5): AbstractMigration, Schema, Version20260609132009, Schema, Version20260619062912 + ### Community 424 - "Community 424" Cohesion: 0.33 Nodes (5): SecretaryController, DoctorSecretary, JsonResponse, Request, User @@ -2256,8 +2284,8 @@ Cohesion: 0.11 Nodes (18): [F10] راهنمای کهنه در `CLAUDE.md`: endpoint `categorys/{bundle}` منتقل شده, [F11] داشبورد دکتر `GET /api/v1/dashboard/doctor` همیشه 500 (فیلد ناموجود در DQL) — ✅ رفع شد, [F1] phpstan: مقایسهٔ همیشه‌درست در محاسبهٔ estimated SMS — ✅ رفع شد, [F2] تست‌های PHPUnit به API خارجی Kavenegar درخواست واقعی می‌زنند, [F3] دیتابیس تست seed نشده — فقط کاربر ادمین وجود دارد, [F4] اسکریپت seeder `create_test_users.php` وجود ندارد, [F5] ادمین با JWT معتبر به `/api/doc` (Swagger UI) دسترسی ندارد (401), [F6] ناسازگاری کدهای خطا بین دامنه‌ها (+10 more) ### Community 452 - "Community 452" -Cohesion: 0.06 -Nodes (31): cn(), iranMobileOptionalSchema, iranMobileSchema, isValidIranMobile(), maskMobile(), sanitizeMobileInput(), toDate(), toEnglishDigits() (+23 more) +Cohesion: 0.05 +Nodes (37): ApiResponse, cn(), iranMobileOptionalSchema, iranMobileSchema, isValidIranMobile(), maskMobile(), sanitizeMobileInput(), toDate() (+29 more) ### Community 456 - "Community 456" Cohesion: 0.15 @@ -2268,8 +2296,8 @@ Cohesion: 0.47 Nodes (6): formatPersianDate(), gToJ(), jFirstDayOfWeek(), PersianDateInput(), todayGregorian(), toPersianNums() ### Community 459 - "Community 459" -Cohesion: 0.40 -Nodes (5): API موجود (نیاز به تغییر ندارند), اپیک ۳ — منشی (Secretary) — تکمیل, تغییرات مورد نیاز, توضیح, نیازمندی‌های کارکردی +Cohesion: 0.33 +Nodes (6): API موجود (نیاز به تغییر ندارند), اپیک‌ها, اپیک ۳ — منشی (Secretary) — تکمیل, تغییرات مورد نیاز, توضیح, نیازمندی‌های کارکردی ### Community 460 - "Community 460" Cohesion: 0.33 @@ -2348,8 +2376,8 @@ Cohesion: 0.40 Nodes (5): Errors, Notes, POST `/api/v1/notification-mobile/request-otp`, Request Body, Response `200` ### Community 482 - "Community 482" -Cohesion: 0.38 -Nodes (3): RepositoryClassMappingTest, KernelTestCase, DbLoggerTest +Cohesion: 0.47 +Nodes (3): CommissionService, Payment, Representation ### Community 483 - "Community 483" Cohesion: 0.40 @@ -2371,6 +2399,10 @@ Nodes (5): Errors, GET `/api/v1/representation/dashboard/summary`, GET `/api/v1/ Cohesion: 0.40 Nodes (5): Admin Endpoints, GET /api/v1/admin/sms/settings/review, GET /api/v1/admin/sms/wallet-report, POST /api/v1/admin/sms/settings/{id}/approve, POST /api/v1/admin/sms/settings/{id}/reject +### Community 490 - "Community 490" +Cohesion: 0.25 +Nodes (8): ثبت‌نام دکتر — از طریق نماینده, ثبت‌نام دکتر — از طریق کلینیک, ثبت‌نام دکتر — مستقل, ۱. معرفی محصول, ۱.۱ نقش‌های سیستم, ۱.۲ فلوهای عملیاتی اصلی, ۱.۳ پلن‌های اشتراک, ۱.۴ سیستم پیامک + ### Community 491 - "Community 491" Cohesion: 0.12 Nodes (15): `Modal.tsx` (بدون Portal), `PersianCalendar.tsx` (buttonها بدون `type`) — نمونه‌ها, باگ ۱ — علت, باگ ۲ — علت, رفع دو باگ Modal و تقویم شمسی در پنل ادمین, زمینه, فایل‌های مرتبط, مشکل / هدف (+7 more) @@ -2404,8 +2436,8 @@ Cohesion: 0.40 Nodes (5): addMinutes(), calcSlotCount(), hasOverlap(), parseMinutes(), SessionEditor() ### Community 500 - "Community 500" -Cohesion: 0.33 -Nodes (6): API موجود (نیاز به endpoint جدید ندارد), اپیک‌ها, اپیک ۷ — داشبورد هوشمند (Smart Dashboard), تغییر مورد نیاز, توضیح, نیازمندی‌های کارکردی +Cohesion: 0.40 +Nodes (5): API موجود (نیاز به endpoint جدید ندارد), اپیک ۷ — داشبورد هوشمند (Smart Dashboard), تغییر مورد نیاز, توضیح, نیازمندی‌های کارکردی ### Community 501 - "Community 501" Cohesion: 0.40 @@ -2720,8 +2752,8 @@ Cohesion: 0.67 Nodes (3): نقاط ضعف, نقاط قوت, ۶. تحلیل API Design ### Community 606 - "Community 606" -Cohesion: 0.39 -Nodes (3): ClinicStaffRepository, ClinicStaff, ManagerRegistry +Cohesion: 0.25 +Nodes (8): ۲.۲ انواع دسته‌بندی (Category Types), ۲.۲.۱ تگ (Tag), ۲.۲.۲ استان (State), ۲.۲.۳ شهر (City), ۲.۲.۴ بیمه پایه (Basic Insurance), ۲.۲.۵ بیمه مکمل (Supplementary Insurance), ۲.۲.۶ تخصص دکتر (Doctor Specialty), ۲.۲.۷ خدمات دکتر (Doctor Services) ### Community 607 - "Community 607" Cohesion: 0.35 @@ -2804,8 +2836,8 @@ Cohesion: 0.38 Nodes (5): MyAppointmentsController, Doctor, JsonResponse, Request, User ### Community 656 - "Community 656" -Cohesion: 0.53 -Nodes (3): SessionServiceRepository, ManagerRegistry, SessionService +Cohesion: 0.43 +Nodes (3): SmsTemplateRepository, SmsTemplate, ManagerRegistry ### Community 657 - "Community 657" Cohesion: 0.20 @@ -2819,6 +2851,10 @@ Nodes (3): GET `/api/v1/clinic-pro/doctor-addresses/{doctorId}`, Path Parameters Cohesion: 0.31 Nodes (4): ClinicInvitationService, Clinic, ClinicDoctorInvitation, User +### Community 661 - "Community 661" +Cohesion: 0.39 +Nodes (3): TagRepository, ManagerRegistry, Tag + ### Community 662 - "Community 662" Cohesion: 0.29 Nodes (7): Application Logs, DELETE `/api/v1/admin/logs`, GET `/api/v1/admin/logs`, Log Retention, Query Parameters, Response `200`, Response `200` @@ -2827,10 +2863,6 @@ Nodes (7): Application Logs, DELETE `/api/v1/admin/logs`, GET `/api/v1/admin/log Cohesion: 0.38 Nodes (5): Rate, RateRepository, Doctor, ManagerRegistry, User -### Community 666 - "Community 666" -Cohesion: 0.40 -Nodes (5): Errors, Path Parameters, POST `/api/v1/doctor/invitation/{invUuid}/respond`, Request Body, Response `200` - ### Community 667 - "Community 667" Cohesion: 0.40 Nodes (5): DELETE `/api/v1/billing/tenant-insurances/{uuid}`, GET `/api/v1/billing/tenant-insurances`, PATCH `/api/v1/billing/tenant-insurances/{uuid}`, POST `/api/v1/billing/tenant-insurances`, TenantInsurance — قراردادهای بیمه‌ی tenant (فاز ۱ سیستم صورتحساب) @@ -2879,6 +2911,10 @@ Nodes (5): GET `/api/v1/admin/comments`, GET `/api/v1/admin/rates`, Query Parame Cohesion: 0.50 Nodes (4): Errors, PATCH `/api/v1/admin/insurance/{id}`, Path Parameters, Response `200` +### Community 688 - "Community 688" +Cohesion: 0.33 +Nodes (3): Closure, CorsRegexEnvProcessor, EnvVarProcessorInterface + ### Community 689 - "Community 689" Cohesion: 0.50 Nodes (4): PUT `/api/v1/insurance-pricing`, Request Body, Response `200`, خطاها @@ -2907,24 +2943,116 @@ Nodes (3): DELETE `/api/v1/sms/template/{uuid}`, Errors, Response `200` Cohesion: 0.67 Nodes (3): Errors, POST `/api/v1/sms/send` — ⛔ غیرفعال (Deprecated), Response `422` (همیشه) +### Community 697 - "Community 697" +Cohesion: 0.43 +Nodes (3): SmsMessageController, JsonResponse, Request + +### Community 698 - "Community 698" +Cohesion: 0.43 +Nodes (3): InvoiceService, Invoice, PatientSession + +### Community 699 - "Community 699" +Cohesion: 0.33 +Nodes (6): GET /api/v1/sms/balance — موجودی حساب پیامک, POST /api/v1/sms/queue — افزودن به صف, ۴. سیستم حساب و صف پیامک, ۴.۱ حساب پیامک (SMS Account), ۴.۲ صف پیامک (SMS Queue), ۴.۳ API پیامک + +### Community 701 - "Community 701" +Cohesion: 0.53 +Nodes (4): Money, BillingCalculator, CoverageRule, ShareBreakdown + +### Community 702 - "Community 702" +Cohesion: 0.53 +Nodes (3): PaymentLog, PaymentLogRepository, ManagerRegistry + +### Community 703 - "Community 703" +Cohesion: 0.40 +Nodes (5): 32. 🔵 `POST` post, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 704 - "Community 704" +Cohesion: 0.40 +Nodes (5): 35. 🟡 `PATCH` patch, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 705 - "Community 705" +Cohesion: 0.40 +Nodes (5): 37. 🔵 `POST` post, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 706 - "Community 706" +Cohesion: 0.40 +Nodes (5): ۲.۸ تنظیمات نوبت (Appointment Settings), ۲.۸.۱ برنامه هفتگی (Weekly Schedule), ۲.۸.۲ تعطیلات (Holidays), ۲.۸.۳ لغو تعطیل (Date Override), ۲.۸.۴ الگوریتم محاسبه اسلات‌های خالی + +### Community 708 - "Community 708" +Cohesion: 0.40 +Nodes (3): Props, StatTone, TONE + +### Community 709 - "Community 709" +Cohesion: 0.50 +Nodes (4): DELETE `/api/v1/admin/clinic/invitation/{invUuid}`, Errors, Path Parameters, Response `204` + +### Community 710 - "Community 710" +Cohesion: 0.50 +Nodes (4): 39. 🟡 `PATCH` Comment confirmation, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 711 - "Community 711" +Cohesion: 0.50 +Nodes (4): 40. 🔵 `POST` post, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 712 - "Community 712" +Cohesion: 0.50 +Nodes (4): 44. 🟢 `GET` list comment, هدرهای اضافی, پارامترهای Query, پاسخ‌ها + +### Community 713 - "Community 713" +Cohesion: 0.50 +Nodes (4): 45. 🔵 `POST` post, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 714 - "Community 714" +Cohesion: 0.50 +Nodes (4): 46. 🟡 `PATCH` patch, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 715 - "Community 715" +Cohesion: 0.50 +Nodes (4): GET /api/v1/appointment-settings/slots — دریافت اسلات‌های خالی, POST /api/v1/appointment-settings/holidays — ثبت تعطیلی (فقط ادمین), POST /api/v1/appointment-settings/overrides — ثبت Override توسط دکتر, Task-09: API تنظیمات نوبت + +### Community 716 - "Community 716" +Cohesion: 0.50 +Nodes (4): GET /api/v1/categories/cities — شهرها, GET /api/v1/categories/states — استان‌ها, Task-08: API دسته‌بندی‌ها, سایر Endpoint های دسته‌بندی — الزامی + +### Community 717 - "Community 717" +Cohesion: 0.50 +Nodes (4): ۲.۱۳ نظرات، لایک و امتیازدهی, ۲.۱۳.۱ نظر (Comment), ۲.۱۳.۲ لایک (Like), ۲.۱۳.۳ امتیاز (Rate) + +### Community 721 - "Community 721" +Cohesion: 0.67 +Nodes (3): 34. 🔵 `POST` image logo, هدرهای اضافی, پاسخ‌ها + +### Community 722 - "Community 722" +Cohesion: 0.67 +Nodes (3): 36. 🟢 `GET` get my rate, هدرهای اضافی, پاسخ‌ها + +### Community 723 - "Community 723" +Cohesion: 0.67 +Nodes (3): 42. 🔴 `DELETE` delete, هدرهای اضافی, پاسخ‌ها + +### Community 724 - "Community 724" +Cohesion: 0.67 +Nodes (3): 43. 🟢 `GET` get, هدرهای اضافی, پاسخ‌ها + ## Knowledge Gaps -- **3916 isolated node(s):** `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps`, `TenantInsurance`, `CoverageRow` (+3911 more) +- **3927 isolated node(s):** `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps`, `TenantInsurance`, `CoverageRow` (+3922 more) These have ≤1 connection - possible missing edges or undocumented components. -- **137 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. +- **140 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. ## Suggested Questions _Questions this graph is uniquely positioned to answer:_ -- **Why does `BaseController` connect `Community 108` to `Community 4`, `Community 6`, `Community 138`, `Community 139`, `Community 14`, `Community 654`, `Community 655`, `Community 15`, `Community 20`, `Community 22`, `Community 26`, `Community 164`, `Community 295`, `Community 424`, `Community 169`, `Community 300`, `Community 175`, `Community 177`, `Community 58`, `Community 59`, `Community 63`, `Community 64`, `Community 75`, `Community 77`, `Community 607`, `Community 227`, `Community 230`, `Community 104`, `Community 107`, `Community 109`, `Community 121`, `Community 122`, `Community 252`?** - _High betweenness centrality (0.027) - this node is a cross-community bridge._ -- **Why does `ApiTestCase` connect `Community 86` to `Community 397`, `Community 661`, `Community 22`, `Community 535`, `Community 541`, `Community 41`, `Community 688`, `Community 562`, `Community 565`, `Community 573`, `Community 574`, `Community 318`, `Community 575`, `Community 594`, `Community 352`, `Community 609`, `Community 484`, `Community 618`, `Community 497`?** +- **Why does `BaseController` connect `Community 108` to `Community 6`, `Community 138`, `Community 139`, `Community 14`, `Community 654`, `Community 655`, `Community 15`, `Community 20`, `Community 22`, `Community 26`, `Community 164`, `Community 295`, `Community 424`, `Community 300`, `Community 697`, `Community 58`, `Community 59`, `Community 63`, `Community 64`, `Community 75`, `Community 77`, `Community 607`, `Community 225`, `Community 227`, `Community 230`, `Community 104`, `Community 107`, `Community 109`, `Community 121`, `Community 122`, `Community 252`?** + _High betweenness centrality (0.029) - this node is a cross-community bridge._ +- **Why does `ApiTestCase` connect `Community 86` to `Community 352`, `Community 609`, `Community 541`, `Community 707`, `Community 484`, `Community 41`, `Community 618`, `Community 397`, `Community 497`, `Community 594`, `Community 562`, `Community 82`, `Community 565`, `Community 371`, `Community 535`, `Community 573`, `Community 574`, `Community 575`?** _High betweenness centrality (0.017) - this node is a cross-community bridge._ -- **Why does `AppointmentRepository` connect `Community 119` to `Community 53`?** +- **Why does `Version20260705070546` connect `Community 646` to `Community 421`?** _High betweenness centrality (0.017) - this node is a cross-community bridge._ - **What connects `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps` to the rest of the system?** - _3916 weakly-connected nodes found - possible documentation gaps or missing edges._ + _3927 weakly-connected nodes found - possible documentation gaps or missing edges._ - **Should `Community 0` be split into smaller, more focused modules?** - _Cohesion score 0.05200501253132832 - nodes in this community are weakly interconnected._ + _Cohesion score 0.05387205387205387 - nodes in this community are weakly interconnected._ - **Should `Community 1` be split into smaller, more focused modules?** _Cohesion score 0.028985507246376812 - nodes in this community are weakly interconnected._ - **Should `Community 2` be split into smaller, more focused modules?** diff --git a/graphify-out/cache/ast/v0.8.44/610d9a1710e853a246efd84e13cf20944b9d921d162d4d6e50315e8185d34dc5.json b/graphify-out/cache/ast/v0.8.44/610d9a1710e853a246efd84e13cf20944b9d921d162d4d6e50315e8185d34dc5.json new file mode 100644 index 00000000..94723f34 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/610d9a1710e853a246efd84e13cf20944b9d921d162d4d6e50315e8185d34dc5.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_dependencyinjection_corsregexenvprocessor_php", "label": "CorsRegexEnvProcessor.php", "file_type": "code", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L1"}, {"id": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", "label": "CorsRegexEnvProcessor", "file_type": "code", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L15"}, {"id": "envvarprocessorinterface", "label": "EnvVarProcessorInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "label": ".getEnv()", "file_type": "code", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L17"}, {"id": "closure", "label": "Closure", "file_type": "code", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L17"}, {"id": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getprovidedtypes", "label": ".getProvidedTypes()", "file_type": "code", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L37"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_dependencyinjection_corsregexenvprocessor_php", "target": "envvarprocessorinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_dependencyinjection_corsregexenvprocessor_php", "target": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L15", "weight": 1.0}, {"source": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", "target": "envvarprocessorinterface", "relation": "implements", "confidence": "EXTRACTED", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L15", "weight": 1.0}, {"source": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", "target": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L17", "weight": 1.0}, {"source": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "target": "closure", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", "target": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getprovidedtypes", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L37", "weight": 1.0}], "raw_calls": [{"caller_nid": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "callee": "$getEnv", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L19", "receiver": null}, {"caller_nid": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L20", "receiver": null}, {"caller_nid": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "callee": "array_filter", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L20", "receiver": null}, {"caller_nid": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L20", "receiver": null}, {"caller_nid": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "callee": "explode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L20", "receiver": null}, {"caller_nid": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "callee": "implode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L27", "receiver": null}, {"caller_nid": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L27", "receiver": null}, {"caller_nid": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", "callee": "preg_quote", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", "source_location": "L28", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/6eca57bd6f1e720d0c8649acded03d3a6f5434544bfb6f6cafaab3e462d542ea.json b/graphify-out/cache/ast/v0.8.44/6eca57bd6f1e720d0c8649acded03d3a6f5434544bfb6f6cafaab3e462d542ea.json new file mode 100644 index 00000000..16ab1754 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/6eca57bd6f1e720d0c8649acded03d3a6f5434544bfb6f6cafaab3e462d542ea.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_corsregexenvprocessortest_php", "label": "CorsRegexEnvProcessorTest.php", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L1"}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "label": "CorsRegexEnvProcessorTest", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L8"}, {"id": "testcase", "label": "TestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", "label": ".regexFor()", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L10"}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", "label": ".originMatches()", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L17"}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", "label": ".testAllowsListedHostsHttpsAndSubdomains()", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L22"}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", "label": ".testAllowsHttpAndPortForLocalDev()", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L30"}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", "label": ".testRejectsUnlistedAndLookalikeHosts()", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L38"}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", "label": ".testDotIsEscapedNotWildcard()", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L48"}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", "label": ".testEmptyListMatchesNothing()", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L56"}, {"id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testprovidedtype", "label": ".testProvidedType()", "file_type": "code", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L64"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_corsregexenvprocessortest_php", "target": "corsregexenvprocessor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_corsregexenvprocessortest_php", "target": "testcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_corsregexenvprocessortest_php", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L8", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "testcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L8", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L10", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L17", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L22", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L30", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L38", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L48", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L56", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testprovidedtype", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L64", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L24", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L26", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L32", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L34", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L40", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L42", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L50", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L53", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L58", "weight": 1.0}, {"source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L60", "weight": 1.0}], "raw_calls": [{"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", "callee": "getEnv", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L13", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L19", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L26", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L34", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L42", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L45", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L53", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testprovidedtype", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L66", "receiver": null}, {"caller_nid": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testprovidedtype", "callee": "CorsRegexEnvProcessor", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php", "source_location": "L66", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/a8e8a22c1e371890913e78f210ab6cbf36b0f47220e4fabad8c874c284af29ee.json b/graphify-out/cache/ast/v0.8.44/a8e8a22c1e371890913e78f210ab6cbf36b0f47220e4fabad8c874c284af29ee.json new file mode 100644 index 00000000..6ae9ec6f --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/a8e8a22c1e371890913e78f210ab6cbf36b0f47220e4fabad8c874c284af29ee.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docker_gen_cors_env_php", "label": "gen-cors-env.php", "file_type": "code", "source_file": "docker/gen-cors-env.php", "source_location": "L1"}], "edges": [], "raw_calls": []} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/f48fd368e9e878730fe06cfb0a6d201125d6ec0939166dd3e75eeac6c1eda620.json b/graphify-out/cache/ast/v0.8.44/f48fd368e9e878730fe06cfb0a6d201125d6ec0939166dd3e75eeac6c1eda620.json new file mode 100644 index 00000000..ce6c0343 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/f48fd368e9e878730fe06cfb0a6d201125d6ec0939166dd3e75eeac6c1eda620.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_claude_prompt_cors_regex_from_hosts_coolify_safe_md", "label": "cors-regex-from-hosts-coolify-safe.md", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L1"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "label": "\u0631\u0641\u0639 \u062f\u0627\u0626\u0645\u06cc CORS \u062f\u0631 Coolify: \u0633\u0627\u062e\u062a regex \u0627\u0632 `ALLOWED_FRONTEND_HOSTS` (\u062d\u0630\u0641 \u0648\u0627\u0628\u0633\u062a\u06af\u06cc \u0628\u0647 `CORS_ALLOW_ORIGIN`)", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L1"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u067e\u0631\u0648\u0698\u0647", "label": "\u067e\u0631\u0648\u0698\u0647", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L3"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u0632\u0645\u06cc\u0646\u0647", "label": "\u0632\u0645\u06cc\u0646\u0647", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L7"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", "label": "\u0645\u0634\u06a9\u0644 / \u0647\u062f\u0641", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L30"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", "label": "\u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L43"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", "label": "\u0648\u0636\u0639\u06cc\u062a \u0641\u0639\u0644\u06cc", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L54"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", "label": "\u0648\u0638\u0627\u06cc\u0641", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L87"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u06f1_\u0633\u0627\u062e\u062a_env_var_processor_\u0633\u0641\u0627\u0631\u0634\u06cc_cors_regex", "label": "\u06f1. \u0633\u0627\u062e\u062a Env Var Processor \u0633\u0641\u0627\u0631\u0634\u06cc `cors_regex`", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L89"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u06f2_\u062a\u063a\u06cc\u06cc\u0631_nelmio_cors_yaml_\u0628\u0631\u0627\u06cc_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_processor", "label": "\u06f2. \u062a\u063a\u06cc\u06cc\u0631 `nelmio_cors.yaml` \u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 processor", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L140"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u06f3_\u0628\u0647_\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_env", "label": "\u06f3. \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc env", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L157"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u06f4_\u062a\u0633\u062a", "label": "\u06f4. \u062a\u0633\u062a", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L166"}, {"id": "prompt_cors_regex_from_hosts_coolify_safe_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", "label": "\u0646\u06a9\u0627\u062a \u0645\u0647\u0645", "file_type": "document", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L186"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_claude_prompt_cors_regex_from_hosts_coolify_safe_md", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L1", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u067e\u0631\u0648\u0698\u0647", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L3", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0632\u0645\u06cc\u0646\u0647", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L7", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L30", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L43", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L54", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L87", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u06f1_\u0633\u0627\u062e\u062a_env_var_processor_\u0633\u0641\u0627\u0631\u0634\u06cc_cors_regex", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L89", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u06f2_\u062a\u063a\u06cc\u06cc\u0631_nelmio_cors_yaml_\u0628\u0631\u0627\u06cc_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_processor", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L140", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u06f3_\u0628\u0647_\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_env", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L157", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u06f4_\u062a\u0633\u062a", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L166", "weight": 1.0}, {"source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", "source_location": "L186", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/stat-index.json b/graphify-out/cache/stat-index.json index db747fc1..c50e6eba 100644 --- a/graphify-out/cache/stat-index.json +++ b/graphify-out/cache/stat-index.json @@ -1 +1 @@ -{"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/assets/controllers.json":{"size":198,"mtime_ns":1781030172830093265,"hash":"c2038f4c739d4a1620199394a2ccfdd5c91ef846a0f81048388ffa7b65df091b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/composer.json":{"size":3082,"mtime_ns":1782645766148245683,"hash":"d1fe8db3ea082855e8c562819934d2719debd0d5541e7eb5853d87d13cc47459"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/bundles.php":{"size":991,"mtime_ns":1781030790602666616,"hash":"ffc97986a2386074ed8eb1b4b9dcbca2ffa7cc6b3600a6c37e3112d6be39e0f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/preload.php":{"size":184,"mtime_ns":1781009656090972900,"hash":"718612fb509259556db6202d93b5f3b1bd85a6be6d523cdc6fb1d81b569ce256"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/reference.php":{"size":105233,"mtime_ns":1782645766235591855,"hash":"a2030203ccca39bf435675e884e805a2bc3db13ddfded1d346ac649bab6deeab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php":{"size":4062,"mtime_ns":1781168063674077630,"hash":"35e828a0495a0a4aaa7539781076edff3b0af2e88562ea0ae1299cfc17fa91b6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/city.json":{"size":48958,"mtime_ns":1760953552261818528,"hash":"4c321bdc22df2c9e02e37cb3c1a44d792710e94c53f0131f14e88f0ba60cfbf5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/doctor_services.json":{"size":42359,"mtime_ns":1781085019042251229,"hash":"086809f01c4c6e77ab1161688bd03d60ff524735d0d7655cb0daa55bbb53875a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/import.php":{"size":5488,"mtime_ns":1781089058225002885,"hash":"7f22b1eef5dacde90d1f87178f5b446df06562e86331f2b1fef0672da6d33fb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed.php":{"size":27683,"mtime_ns":1781090517391813278,"hash":"9f68801870c368286543040b482a6a8e9773a82506565226d705c0b410873025"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_finish.php":{"size":10806,"mtime_ns":1781091340487318516,"hash":"f36f97df126491fcfdc438f289489a189bbc58b7fa5dc61e48a40edefb77c623"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_full.php":{"size":42270,"mtime_ns":1781091251098443866,"hash":"da652ff8b7513cab398dc4f7d6dcc92399ef0507410f466a72929684aee6abc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/specialties.json":{"size":16189,"mtime_ns":1781084374016184330,"hash":"de4ba8a0ed9fe595a89be7b4113ae37bddd5dcc5e59766f4cdf7ec34cfd44dc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/state.json":{"size":1708,"mtime_ns":1760953552262399793,"hash":"3678b80abe63c2c45d0ef5f5cfd63cb46f5bcff7cb6f73fb3c8d188ce24d0242"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609130407.php":{"size":1154,"mtime_ns":1781010250896191835,"hash":"d9130e4e0fcecbfc302da5ef3184d0665ef9844067e63673b091dc6b09e5c432"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php":{"size":8945,"mtime_ns":1781010908745260477,"hash":"d8db037c64d216c9d6e3018caab7c9a4966abfe31e41794f43728ac0bd3c11bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131553.php":{"size":1477,"mtime_ns":1781010960853107810,"hash":"1b3c9ad833965008985bcf3f6a1894e400bc58bb0a8de2b6bc159c31ecdcca5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132009.php":{"size":1986,"mtime_ns":1781011210879944205,"hash":"95e296cf289224cc43748507a9496f493d0e25b829a9e3d8bb8567f6f022d378"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132708.php":{"size":5572,"mtime_ns":1781011630935659766,"hash":"d3211b9b4b08ad40b543052498b4ad7adeb034ffbabc4a83f761807df8e2fe9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133121.php":{"size":4855,"mtime_ns":1781011890870506406,"hash":"fc65641b70ce6d9bb2409aeecccb580333685ba71bcdddb72ea185fc9b717e9b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133334.php":{"size":1529,"mtime_ns":1781012020936148882,"hash":"d2753baf2902d723dba6ef2928c65627dbc4f006c5493a45182b450fb4598fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133546.php":{"size":1688,"mtime_ns":1781012150911850095,"hash":"98b56edc2e31c609f70d82d1e697c6598f3c65c4120d4e77510d19c0030e9d87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134112.php":{"size":2830,"mtime_ns":1781012480955463648,"hash":"ffb5700205e312f10728cd20f9638450cd2195df9627b5b51f92690526214845"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134741.php":{"size":1789,"mtime_ns":1781012870832220674,"hash":"eb2a55b4f50f4fd58288452b71dfb5e190958cb8c775354dc9c9f99c929dfff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135126.php":{"size":1922,"mtime_ns":1781013090876422882,"hash":"a736efea5774baa48ac87522442943580e9ce47cab3479e1033e71fc6131eae5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135514.php":{"size":1449,"mtime_ns":1781013320954994440,"hash":"e3901078cc23a4e9ba6a7b748e32fc1a04f888c8d5680da5100b26a56dcd0559"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135704.php":{"size":2558,"mtime_ns":1781013430957508206,"hash":"6ce6851d5331c07c1f13c94f475a7f6823551927ff0b7ccfa8fddec146e69fcc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135923.php":{"size":3457,"mtime_ns":1781013570869080544,"hash":"b7a581c53e463fa8bfb6a7ccdd65d75c2146aa3b8190852a84a15ad2c8d3bf3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140223.php":{"size":1590,"mtime_ns":1781013750963170886,"hash":"c0c011d8f3040d2b81dff1ec667f2d650567eb141271ff4d368ed66fdfef9342"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140423.php":{"size":1535,"mtime_ns":1781013870906972885,"hash":"0fb344e74f64622b3ea3f4a29e8b6412f35ec60ee46cd25abd5ea3e0abc8c299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610062539.php":{"size":826,"mtime_ns":1781072744933894396,"hash":"c9a4bfd06b4bdb00f74c6a5973acbea2b86b4c8ab64c8d28c730dcdda5bc0e88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610092558.php":{"size":780,"mtime_ns":1781083564938987613,"hash":"7b3ae1ae82625519d5c7986d542c84dc5c37949ac4f3a8c356191dc480b7cc0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610103401.php":{"size":20904,"mtime_ns":1781087803230706453,"hash":"f54443ba8ee1b2d436f3e2bdafcdb026b5b3c8dae9941623fb401792aa68bb85"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110039.php":{"size":817,"mtime_ns":1781089244896521926,"hash":"a68634b6818f1b331bc2232ff9429792f11a7090ef18315754dbb5feec3981b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110921.php":{"size":1611,"mtime_ns":1781089784421230793,"hash":"2f112d7fbfee7d1a0ec047535854cfb1bf8088099d4f5219e23f9458380f90ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610111254.php":{"size":1109,"mtime_ns":1781089984946035862,"hash":"2c68d5ebfef56abee588aa5abb74a571918a0ed04eec7be7ea8039d9a12046ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610113711.php":{"size":1499,"mtime_ns":1781091448606693864,"hash":"4cd9c0910a49718627e7ea3c5f6f448e6508e609c70d643e160a6c740937d13f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610140853.php":{"size":5927,"mtime_ns":1782583543657239761,"hash":"02683252b3c23dc3005af00fc6a42cbc360a306c799a88ee722cf1560ba22da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610175105.php":{"size":767,"mtime_ns":1781113873591904402,"hash":"49ffb1ef4d630a180b47d4b1f42da6c3ddf8283dc93bc192c16060cc093b5b82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610183655.php":{"size":2273,"mtime_ns":1781116623586431980,"hash":"e1573ba5f962b956314e7e17a8adf8fc3683dc6065c34490b60a25636d7fe4a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611075829.php":{"size":3004,"mtime_ns":1782626301195816873,"hash":"b3ba50cb2690810d8fb010f0ede4cf92906376908208bf0093512752d72fed76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611083424.php":{"size":881,"mtime_ns":1781166873770630956,"hash":"38e49fefb94b0029f3a10ac5aa846f341e47fb69686ad6d23c4b324de4b5e218"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611084046.php":{"size":1410,"mtime_ns":1781167246413147688,"hash":"ace825e63afb52cfc794f24547a03563c501cb951545c1a8fe50e2f198e11572"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612081739.php":{"size":1185,"mtime_ns":1781252261521732569,"hash":"abfc51c67c959f525711c661c21872e6a831079510241c197b86175623bc217b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612132848.php":{"size":1667,"mtime_ns":1781258338612526059,"hash":"c3d155690c12d3c3243190dcc759adf44cdf6a727b3b2563ba50caa78fd2a3cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181134.php":{"size":1715,"mtime_ns":1781516938570601065,"hash":"4febd40d1e647abbd00413dbb51dc59d5f73d15a6d54d7668d08861f2e6c2d99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181629.php":{"size":3515,"mtime_ns":1781516938570859523,"hash":"c8a4a0b22f709c3ad72760ab89c787f44260064e9d3222449292133d85b27862"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181657.php":{"size":4760,"mtime_ns":1781516938571506442,"hash":"3f5f75cf96210cabb9a36a61036acb7bea5fd01466b367725995b9fd52bedb2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182549.php":{"size":2122,"mtime_ns":1781516938571645400,"hash":"1fc5633381813d3939e8513eb233bfd9c24797537a8348bc83e1f29c2b41e311"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182950.php":{"size":2545,"mtime_ns":1781516938571764692,"hash":"fd126b1e4e09b2f3433242d40992cb2a829d80a357faa87bf922d86bbf514c2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614183527.php":{"size":4022,"mtime_ns":1781516938571888567,"hash":"98a07ace9623c623dddcecb1bf1d4189d8efe1692ba261779b1f9661ac07ff25"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615060415.php":{"size":851,"mtime_ns":1781516938572128193,"hash":"0231ff42cfb43dd4cb4ecfaff3e4f1d285d30fdd87a120fccc6046fac3d1e040"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615061938.php":{"size":981,"mtime_ns":1781516938572427735,"hash":"1ac836b1d7089a2dd47756eb7ba0e65801105e2dda52aee3f5df981daa57db88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615074107.php":{"size":1712,"mtime_ns":1781516938573278653,"hash":"f16f0d0bcf5a4646bcaf98725563639c8ff8b4f2a6d8cf9b8f6a0e7bfbe4c39d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615142236.php":{"size":1117,"mtime_ns":1781535498215147916,"hash":"27e62ea86a4f3aa8539bd976213f57efbd6eb36b8aa4798fe52f2274571941c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615203529.php":{"size":1746,"mtime_ns":1781557035803907615,"hash":"b735a483f4db548f9613dd6d5efc8489f1a14559737b39f5fa9ec395f6ad21c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619062912.php":{"size":772,"mtime_ns":1781850555276849213,"hash":"7803c7d2fe66171063a19937794a6630d34dff563450bbcead5fa6051866ca2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619121047.php":{"size":780,"mtime_ns":1781871054836536786,"hash":"5b96978f092d4e81b6b9ca61e2a5d5a53e51f1b9b8bf6be43f38cc462371a252"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619170105.php":{"size":1000,"mtime_ns":1781888467242271818,"hash":"24b56c5edca5c601b008f28dc8b642de32dceeeb408ec38cd5e3f7c40c3ce4f3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621084558.php":{"size":774,"mtime_ns":1782031565107938146,"hash":"1a88683010bc9f3571111e2c63fceda2062724f08e0c93a8519405d4ed8bf33c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621094624.php":{"size":774,"mtime_ns":1782035186037116338,"hash":"846706a2c43ed5b3354ff1ebc8d0eb9d9c7dcaca94802f6b8ae4d4653eb54fc9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622160119.php":{"size":779,"mtime_ns":1782144086923054995,"hash":"d1a46bd2a54a9e9f55a692342bbd1bc49add55e4c29368fef1c0fd6d4f8a9292"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622163152.php":{"size":1377,"mtime_ns":1782214545724072190,"hash":"64ff3985f32d0d18646d441f0edd99be402305cbff68d66519dcb196e17e42bd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622171538.php":{"size":1410,"mtime_ns":1782214545724191815,"hash":"42c0bfb273a488f98079a84f3331c2000ec0018e5c1a748a4f76481853fca168"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622173707.php":{"size":1491,"mtime_ns":1782214545724314524,"hash":"e7ca8699e56c8ce50350006668b7958af1be4663f36620a12ce34dc1fecea6e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622181251.php":{"size":1171,"mtime_ns":1782214545724441066,"hash":"9a5233ddd9873b485bfcf9b9009619a42cec5bc0a4516d98a387b42a249aa0c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622184409.php":{"size":2212,"mtime_ns":1782214545724627733,"hash":"caa199786e4c7016e4232e653b063278fe809536f4eb2b42305e3bd30beef290"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622185948.php":{"size":2005,"mtime_ns":1782214545724826651,"hash":"7048fe9c1439b52f85abf3186cf4eec913eb873e8ac6ae1154712adccc327b83"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623115721.php":{"size":779,"mtime_ns":1782215846636875546,"hash":"4c8e43a5be46030c087a8679b9b84e8cf58b4174e9228f94fa02dd0d3f2e5990"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623173907.php":{"size":779,"mtime_ns":1782253591740927223,"hash":"237d660c556b7f37176854a98f02cd114fafab9405f9ae4945a8a75941928f8d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624030339.php":{"size":916,"mtime_ns":1782270223182271448,"hash":"a97dc816b64080ab3aabd67347c2161faff7090629810a6db13c051991edd8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624092459.php":{"size":2059,"mtime_ns":1782293101374459999,"hash":"44b5621ce383ac7cb1cea47d7006f3c2b0b47bba8d49f59c78a0df4f737f8482"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624093738.php":{"size":1266,"mtime_ns":1782293867202071491,"hash":"dedb9cb5586cb39f3d35af323fab3e41ff8e63ca961cdb98b8a7beabd113c8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624123236.php":{"size":809,"mtime_ns":1782304359030218634,"hash":"acb3129833c4f6b1ec99f90496e23400de1df0624f1dbbba5077a20500a38548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625135132.php":{"size":780,"mtime_ns":1782395498606655159,"hash":"a1c3aafeaa1761bfaff51ae0c523a2781cf359fca511e7aa8bd294b70011a9a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625150304.php":{"size":1990,"mtime_ns":1782399813900039403,"hash":"87f84613f1b928abd28cf7502c4572ebf7599d0c47d3c97497a5d74b9fb2c983"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/package.json":{"size":2352,"mtime_ns":1783189109134887945,"hash":"3e0045fee56c6eaf7f2973ff15b96e205c89dae7f66ed2353de7990b4858e7a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/index.php":{"size":206,"mtime_ns":1781009656089267135,"hash":"6609137ba6c6187032cdfd84e9d39097732d861414157cacbdeb77b2b271ac8b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/manifest.json":{"size":851,"mtime_ns":1783067213231257247,"hash":"ffb0ad60c98078073b6590566e106ce7f1e2d0a830fe67fed83566e3a9614728"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_realistic_data.php":{"size":24320,"mtime_ns":1781519949285784202,"hash":"2ad075c6d333a42f3ac51adb0e1d8b444f64f3b5a01bc87f53d9522cb272ce68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_test_data.php":{"size":13557,"mtime_ns":1781169644756523490,"hash":"d5bbc3b4a96e7abf610d9cd63da61dac6b73bdd97b5672eb4ec191bbec2255e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/skills-lock.json":{"size":267,"mtime_ns":1782232921467371596,"hash":"4b889910ed363cee9dbd7da20e9c0748ddf40dd483ed92b5e581ebedb506f179"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php":{"size":104696,"mtime_ns":1783010796434586125,"hash":"994517b626d00af208e8a11857bf7e1b74ef2d445d00f0711825d412642909cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminController.php":{"size":490,"mtime_ns":1781030416417456388,"hash":"7d18322ef916885ae0181a7b9dde07ab07d08bc49cbf72669f50e5268ffeef62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php":{"size":920,"mtime_ns":1781551622411049671,"hash":"3b56ad9741a4349bd249a4a4e320f7195c320fec9a96ccde6da5b8f75d87b32d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php":{"size":24240,"mtime_ns":1782304270243667628,"hash":"8a6f406c0d70ab3cc8802470ee6fe0d24c883177fb8fd436653c31edaa915e36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentSettingsController.php":{"size":17714,"mtime_ns":1782728407188976018,"hash":"213d1b93ba08882b32a47b70be27553aae4d53bf92fcdb66d2c2876e33f0eb6a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php":{"size":15723,"mtime_ns":1782728407189591731,"hash":"36e9472f0cdcf7178c898629a676f50452d0572c9dfc7f6c0d3f91a602716a0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php":{"size":10213,"mtime_ns":1783059631681371250,"hash":"71772f7b52621ca23f103b0badf87b12d25c430546a5adf6782758c47fc5d0b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/DateOverride.php":{"size":2925,"mtime_ns":1782728407190402153,"hash":"c59fdb6d3f05bdb6cd558bb74e701897aa14947acafadb64943469c19fe696f0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php":{"size":2953,"mtime_ns":1782650883604011152,"hash":"45b9c56571e20dfc0cabc789b083e2099273efbe5c0a589268a7f5e35106e631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php":{"size":3519,"mtime_ns":1782650883602991274,"hash":"ac7a64333676e95bd5f9a78c22fe0f83fcad6bf96d65ae2605685ab8c01ed453"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Message/ExpireAppointmentsMessage.php":{"size":85,"mtime_ns":1781551622411423796,"hash":"094a07b7c7552dd1c2812e066ae7e9cde6dc6bc9ca4ef07e11b82f8feec45fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/MessageHandler/ExpireAppointmentsHandler.php":{"size":504,"mtime_ns":1781551622411619546,"hash":"8981c0048e84b26121eb8e2a6e1f9913a7d61d958a48bc4bee113df6c0c77a80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php":{"size":7660,"mtime_ns":1782728407190649529,"hash":"293ee69d87a2ee0421f6a4f73ef854b9fd7d261642ac34795a453438ac762b39"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php":{"size":1119,"mtime_ns":1781012268350237489,"hash":"f383ecc7f0712616f9969689e3a2011faf49b3ee6c2ec3fc6751f0e93560df91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/HolidayRepository.php":{"size":1768,"mtime_ns":1781099253934669137,"hash":"f886ede4b1998bcbd43c335af00c205c410cfe7bd74b17c12add062b12b84d7c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/SlotTakenException.php":{"size":101,"mtime_ns":1781535498216404171,"hash":"e6ca84966b94b947c7df53646b8a0c5b1a5f5564d144e2b0e00b7756c97d718a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/WeeklyScheduleRepository.php":{"size":1480,"mtime_ns":1781523180068721029,"hash":"8a3deac81ebf1b16b5221f172aeefc9a45009658b7820e6e8597a589ea3af936"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php":{"size":1834,"mtime_ns":1782728407190939073,"hash":"0e08a53cd50f1fa75c2998ce2d39400cf116f1e7d5632015fefd589ca730e771"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/SlotCalculatorService.php":{"size":11056,"mtime_ns":1782217986438154633,"hash":"b42aeef988db241ca6b6bba68a3932214b3a0bcd6b89e1185883c7a52ee8be3f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/AuthController.php":{"size":36235,"mtime_ns":1783071277197098748,"hash":"0d35c229354b07670c935752c25f3dd83ee724c9af7412063f6562964df2a1b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/NotificationMobileController.php":{"size":7242,"mtime_ns":1783237168983222014,"hash":"e87024acef4e93a1bddbdd8545b41f9130635d605b1a327ab4ac11661585b71e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php":{"size":7775,"mtime_ns":1783238186842551652,"hash":"7827ce2a3eb6f03cd0b910462517c24c0762731357afc3558311d229a5062c36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/MobileVerificationOtp.php":{"size":1930,"mtime_ns":1781167196281533241,"hash":"511faa2e0698158b312aa66c5b7d54539963056b011200b3a7b86a65651e56b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/PreRegistration.php":{"size":3061,"mtime_ns":1781252232305967808,"hash":"74a388c7ebafa889c4428ba1538ac46ed8f1f5c6ef5a34975016f85a128c5f40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php":{"size":4972,"mtime_ns":1782728407192144123,"hash":"83e9341f771214eaab94dd7c4f0aa2de0e5c0528a0fa5eb4927659f94bc7ddf0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/UserActiveContext.php":{"size":1160,"mtime_ns":1782652951356493481,"hash":"1c60c30e2800176bb2dde9730607d081f2fa1a05f8f6ee6e917ad256bcfa73cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/PreRegistrationRepository.php":{"size":842,"mtime_ns":1781252241014651656,"hash":"050d7fae8134856aeccfff39607f5cfb44e8b923e13d0235411a577b78a6f96d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserActiveContextRepository.php":{"size":952,"mtime_ns":1781164699567301035,"hash":"22c3a507b65fe3f858806b1d7bed15411be794586278ddae7ac5ebe09782bbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserRepository.php":{"size":1023,"mtime_ns":1781010107490769863,"hash":"748b70a06bf6833d94e5168e4ebc06ad7faf0dff67f5f099f595f10cf4f59137"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php":{"size":4195,"mtime_ns":1781946748878509164,"hash":"abec4d9e6782d2833c1eb7862460130ae093b20b5afd4e1ca468f9ce784b53ef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/OtpService.php":{"size":3747,"mtime_ns":1783236682997204096,"hash":"ac8f9cfa6d67decc1ff89d2ed61e9eb2ad2034214c015aa072acbbb66be05e97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/TokenService.php":{"size":2166,"mtime_ns":1782036558107915300,"hash":"3b749587b4c8ffc2d0fcf9a266ab32aff75b1681af31e6797d8046dd3ee36713"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmissionResult.php":{"size":509,"mtime_ns":1782214545726213864,"hash":"5391e205be5e00bf0cdd088d6f9b52427e30e3a5d29d2c0ae39753b15b67fac8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmitterInterface.php":{"size":461,"mtime_ns":1782214545726346198,"hash":"9286f1fdb68765c4512fa8aa302156a4fc54df7af3fb5d5d1e2d59c24111c3db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Controller/BillingController.php":{"size":13703,"mtime_ns":1782728407192799169,"hash":"7226845540da9c2d9121eb7e25eab910b5d60d45d0f5dc14321ce9379b079967"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Claim.php":{"size":6465,"mtime_ns":1782214545726749575,"hash":"85028f866ff4695fa0095e4ba3191a385a63fdb3aa1f3222fda2d94b61d6d39c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/ClaimItem.php":{"size":1646,"mtime_ns":1782214545726889450,"hash":"0e3bb1ebc45d4c045ef0e6fe09170976c315d7da410efd79bdcc53189e9dab49"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Invoice.php":{"size":6079,"mtime_ns":1782214545727230826,"hash":"02081acac585d1cfaabd1d404b0bb25c7bcf25fa51e32bf986cd75675d14ac24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/InvoiceItem.php":{"size":3448,"mtime_ns":1782214545727383452,"hash":"63280ec10f55dc16106afecac0784a9094ce12fbd3787a482a75eafe451aa5bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimItemRepository.php":{"size":895,"mtime_ns":1782214545727554077,"hash":"9f606952d141e1db9f444ec80bba343c34a5c39f905f72c53c76d7cc7dc58f89"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimRepository.php":{"size":5807,"mtime_ns":1782728407193826801,"hash":"26fd73c5de681031611a56b0e9a1140cf3b4c1088059ba954e7c3c8a344392de"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php":{"size":2056,"mtime_ns":1782262433593751772,"hash":"6a2e18c9de2434f67ce2250dc17ec50a29f207b95ca2fc6e2a9c7d338a67a67e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php":{"size":865,"mtime_ns":1782214545727978079,"hash":"71c55535e6b20d820e351a26af6bd1c1b6cb26c371414e611e8e858c2d8486f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/BillingCalculator.php":{"size":1975,"mtime_ns":1782214545728144705,"hash":"9751645f561446a0d0f6a618cbbeae012f7f2274c5c1fbb4379220b995070f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ClaimService.php":{"size":4124,"mtime_ns":1782254015995593528,"hash":"f04e02faaf3d8f49d493c2e77f8f80120e8de353af185e624996c9b14e36267b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/InvoiceService.php":{"size":3335,"mtime_ns":1782263056583478624,"hash":"411b9e4e6aa41a158211959c5b9c4c286ada95c8b68596364eca3b1cbf436e86"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ManualClaimSubmitter.php":{"size":771,"mtime_ns":1782214545728543539,"hash":"11064e4cf0182849f67012ead852a3b45c2d8b66693e9680bfabf4094c3b9d40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/Money.php":{"size":775,"mtime_ns":1782214545728705873,"hash":"97c8de0bcd950f7b29c8f8fb87d33f4cb79bd0b17e531592c80fa5fb5c0e6de8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/ShareBreakdown.php":{"size":599,"mtime_ns":1782214545728844457,"hash":"98b4c746ff1d241697d227cd21bf6a8b010cea93dbf0a219f89910456c511ac1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php":{"size":17742,"mtime_ns":1782050215484280688,"hash":"4bc5e62060b6e27970972698933b7e9b6f63a4eba44cac9fd08cabb6d5c355f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php":{"size":5562,"mtime_ns":1782650883613744390,"hash":"5e6a312d48b1efacb7e4c14b87a658d1ad64bf0d3aefa5bdb2008011cb3b175b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php":{"size":2133,"mtime_ns":1782049659479434537,"hash":"a15b4c1c26d71f5cd0b0d4e3c913702999a475ae13abd7d8eb29ab20e033adee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryController.php":{"size":1776,"mtime_ns":1782728407194246845,"hash":"1be28d02d6f241500cc7a55f1a597962d80b5f72c814c9308fd6811029aef714"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php":{"size":34368,"mtime_ns":1782035216514487631,"hash":"434df68031d6367be88eaa0faa9ed185484cd9e7d4e4b4b9e0b50d4d743e18a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Entity/Clinic.php":{"size":12311,"mtime_ns":1782728407194604639,"hash":"d192f3609f782986a1c36a6236066c503364b8d1bb7312c928e7c9ff1a2f5d80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php":{"size":4495,"mtime_ns":1781782025398193552,"hash":"e6a358cbfbbd1bd23e4e823ad1b981c488de8282df7bdcf2eea921232be0b090"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Controller/ClinicInvitationController.php":{"size":10193,"mtime_ns":1782728407194937600,"hash":"9e968ad47c34e34775e6793301147eaf9768692a8f254ceed37152207ae3d202"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Entity/ClinicDoctorInvitation.php":{"size":5434,"mtime_ns":1782728407195142351,"hash":"44d986e38a0aaff4ff36d621205c7361769814ac64e5e559dfeb02d2e63b09d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Repository/ClinicDoctorInvitationRepository.php":{"size":1821,"mtime_ns":1781293272835808881,"hash":"10604824317018d8f535539834b9913ef3982889b1ffb2874e4438f848f06726"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Service/ClinicInvitationService.php":{"size":4248,"mtime_ns":1783237201612845423,"hash":"ce837f6e039960c4c885be2aea3ae1ed14c3c98905348c67343fd65fa976f45e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Controller/ClinicServiceController.php":{"size":15449,"mtime_ns":1782728407195387478,"hash":"38d8db77331e6ccdf9e78a54f5f223cd74cd1b83880d40ececcf4cce392472cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItem.php":{"size":4270,"mtime_ns":1782260462891413703,"hash":"f7c314c5ddc678d4896d358c4b89ee1048c314fe237fb307b1909e44d986307f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php":{"size":2865,"mtime_ns":1781516938575505158,"hash":"6fce4d578f8878eb023372cfeeed180e1826274363811165b1623578b8911386"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/Tariff.php":{"size":2497,"mtime_ns":1782214545729589627,"hash":"77a5e0dca59cd5587ab614a2bedd46a0de3485d620a6125f4804db7b688115f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php":{"size":1193,"mtime_ns":1781516938575690367,"hash":"3561e5174c09c2d295bf2b77e3a2692c234f30cfe76b597213ce1bd2ff9bc81b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceSectionRepository.php":{"size":1274,"mtime_ns":1781516938575822117,"hash":"6e87ff4062b59b4870ac32891b6fd40ab36ed939b3a67959c600a63a0375b299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/TariffRepository.php":{"size":1312,"mtime_ns":1782214545729721752,"hash":"fece09188f0d746cc7fdc518fb8d63488c77314d629940d1c0969b6f28fc7b38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Service/TariffService.php":{"size":1653,"mtime_ns":1782214545729910003,"hash":"13d77eda5f22d43badf639d0127bc7252b3adfe6c72657c33423ad5a04f345b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Controller/SiteConfigController.php":{"size":3598,"mtime_ns":1783010796435138624,"hash":"f2ac3a77ebe11da45b93f24513955f734586b01d2f18cdca5d0849e927df88f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/SiteConfig.php":{"size":1026,"mtime_ns":1782650883609343293,"hash":"694f1f497f5a3a1095f2949eacd68694eb7e8d6536abcd1bb61e7d788abed158"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/TaxRateHistory.php":{"size":1836,"mtime_ns":1782650883608855500,"hash":"1b50a1ed1a3d72be73df9bce2bcb010e2b90888bc7daa0a312ede4d181327631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php":{"size":2334,"mtime_ns":1782929759660596058,"hash":"5ea072c77a0f25c8ccdd23616656fce0b88b93408c6cd461d98e9b18a6fa85b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/TaxRateHistoryRepository.php":{"size":591,"mtime_ns":1782293892020820040,"hash":"1161721d41f057cd7c7d820b405a526cf644ade3da6a44a93e63ce9a364a9ca3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Dashboard/Controller/DashboardController.php":{"size":18353,"mtime_ns":1782895903517818351,"hash":"daee2d9b6d06d625e6cab2ea419f7cc5f7ddc2ebfd53f1132502a4029bb71f7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php":{"size":38478,"mtime_ns":1782978998655477695,"hash":"4e11a4de7119bceffd73258b7e865d7019ccbcbf5787fcc02fdd06a293c38f88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/Doctor.php":{"size":16811,"mtime_ns":1782728407196033316,"hash":"dcd2dd96c11cd47f033dbb41718dde4b0f7fa2a2110f25ba4804b33e37e331e2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/DoctorAddress.php":{"size":5470,"mtime_ns":1782650883611537550,"hash":"f42a0409b492abf55f1ed704e65e2273b1a9b7424abf0d2bd9c9507ea9345747"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorAddressRepository.php":{"size":2770,"mtime_ns":1781783246170814153,"hash":"531973c4cf541ba9e8f3955fad4c863ec94f0a5cf84a03c9fa438aa59f979a3c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php":{"size":7973,"mtime_ns":1782977943310029192,"hash":"6a54958abae2be938e6d6eb88e8005aeb8796d35b70e04630d66ab6ae5da2279"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Controller/DoctorServiceController.php":{"size":5592,"mtime_ns":1782844356167570792,"hash":"4e16c69d4c1e7d4b295ed6840c0b6010e03e8c0c7411102cb63c1295dacc8538"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Entity/DoctorService.php":{"size":2831,"mtime_ns":1781085550562230229,"hash":"6d7d545954a787dfcf52e2f9b8ccae47a1af55c21a43d3c60ca8c59dbade506e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Repository/DoctorServiceRepository.php":{"size":1274,"mtime_ns":1781085558665462494,"hash":"79eb3168176aa86043e1613fa832e0a94b683ab7cd5a7553222d88ef9198f4c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php":{"size":25579,"mtime_ns":1782844375135424196,"hash":"81785346450737ea93ec13608e671ec5702072ca36bda0b89666f1497c9e6e68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/DoctorInsurance.php":{"size":1960,"mtime_ns":1782728407197029697,"hash":"3835c0d26cf2af6937ccb1990a2a097e0696bc03c144ca9863867906de1b3a94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php":{"size":2507,"mtime_ns":1782214545730369713,"hash":"e0c3664524d71706ffc2c377c20c9ea5d12be0b8aacbe3feaeffe555ee003ef7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/Insurance.php":{"size":2270,"mtime_ns":1781085569269281268,"hash":"bb5c7b593458bca73e6d767909d845c59371d50aefc54d6819b53b036d16d8a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantInsurance.php":{"size":4767,"mtime_ns":1782214545730514547,"hash":"8f4a4e4087e65a58cdc2444a4584a3a40796948313e4374e1f8a38983385bda9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php":{"size":3432,"mtime_ns":1782214545730644047,"hash":"fd098f4aef57bc0988ca8d17760b0009d2742666fd62fc0ff2ce07fc6b0dab1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Enum/InsuranceType.php":{"size":351,"mtime_ns":1781085440519759893,"hash":"30ae4d15da752fad6f6fdf214fc764732f372af51c1361fcdd23ccf7cb66d41c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/DoctorInsuranceRepository.php":{"size":848,"mtime_ns":1781011984448803782,"hash":"61e05cda6d846d53a56fe1bc16a932bd7ee1fcc43f8ad9cdc4f8eda7635a2bb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/EntityInsurancePricingRepository.php":{"size":1404,"mtime_ns":1782214545730775964,"hash":"623b73aedc8f41f9f0ac7d374725808c1c72012956628e15ebde5681f7034dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/InsuranceRepository.php":{"size":1220,"mtime_ns":1781085576476951957,"hash":"dc63f462de508c5f6d1fd51b08ebd887c5f79528d5183fc7a792e6cb579e26ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantInsuranceRepository.php":{"size":2436,"mtime_ns":1782214545730912256,"hash":"b99e224b9f48a68ebdb627590ef6c9057f3ec7969e4ca2e317378766527785a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantServiceCoverageRepository.php":{"size":1339,"mtime_ns":1782214545731054174,"hash":"5d8193d5276ee2a12f650ee075fc47f0bb32f32bcaf26f46328b1c7498636853"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceService.php":{"size":6310,"mtime_ns":1782268410292219426,"hash":"088a8086ca7a8284aa67577aa0ffe060d532f3bbb2090b6c3e3ff0f4730e2703"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/ValueObject/CoverageRule.php":{"size":381,"mtime_ns":1782214545731415633,"hash":"3ce989704beb3ff9aa60cad8460e69a1ef5a411ff0024b7d5541df502f4cbf2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php":{"size":992,"mtime_ns":1782743240249498742,"hash":"3b2fcf35ae459cfe82147916f43a6da872819e946938e0cd330a596a226065a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Controller/LocationController.php":{"size":10686,"mtime_ns":1782974061724307246,"hash":"932a44a4ab3a500433da4f1d7f2be16eb6f50420871c62a73f8c8f2ca3fbb624"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/City.php":{"size":6193,"mtime_ns":1782974046991891215,"hash":"87707d98ee67a674c5e81583b81f493c6c213d6f937f50b001533b334b1ee3a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/Province.php":{"size":1688,"mtime_ns":1781085458710667014,"hash":"3353fa978b6558c945031d0c09a3dc24706f592287978236072c53c3cc13d033"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php":{"size":1187,"mtime_ns":1781085493561648130,"hash":"1a7f0d07099224c30cc6111ba102ddf6cd583df610528c692ce923d42bf1e591"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php":{"size":1071,"mtime_ns":1781085486117016673,"hash":"4572085d4a4e79a86a1c2cfcc89b5cd6268ddeb466878a16db71f60216a6c148"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Controller/PatientController.php":{"size":15797,"mtime_ns":1782728407197647952,"hash":"0adb531514bb19b3fabe1e679468f731f00cc6d34a2edbb9e887a18c94447bc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php":{"size":3088,"mtime_ns":1782144029159424511,"hash":"8be2218c1dcc6dd9101278637b469d927567abf3e264d6b8c634292641096dfe"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php":{"size":7041,"mtime_ns":1782728407197911662,"hash":"e99aa5f70fa1eee35e78e90f7ea8e8e5f4bc80b77d2de0888eafd91b3ef0fcf6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php":{"size":3069,"mtime_ns":1782253591741414931,"hash":"d7326f5115c044fe75744a4c6ac0e2d0efca2b4a93e57984483f1c859ffba1c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientRecordRepository.php":{"size":3131,"mtime_ns":1782144042914186374,"hash":"c445fbf45f6eb65c5fd5c3f0704e1c972f0a9d9297a80d0dc879165fc57666c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientSessionRepository.php":{"size":3665,"mtime_ns":1782268984212730950,"hash":"24f29fe0ee2cade4f4bef5572aa45086f444ab02d67f82d24228de49ccc25a2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionServiceRepository.php":{"size":563,"mtime_ns":1781516938578050288,"hash":"24beb2335672cb84cfa5a787618c7907663606aa14262af1b8ee93058c0ac265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php":{"size":7827,"mtime_ns":1782263039495809276,"hash":"e23289a2e8d04c22a69888e3775e2b851246b28c6e217cf22e8c91e99ada9ee9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Controller/PaymentController.php":{"size":31102,"mtime_ns":1783059694944318453,"hash":"06f9abb6001a7bf771e905db060daf3e5b6e80f67b4e2521ec377a8a59ca8be2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/Payment.php":{"size":5779,"mtime_ns":1782995955189532682,"hash":"f26e537b012e10faaac23f291ccc341345bb2512c3c4496c4bffea3308086eba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php":{"size":17878,"mtime_ns":1783010796437088205,"hash":"79ddf5f1ee1b38138385106d78b195971374a41970f58f405a53990462819c0d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MockGateway.php":{"size":1863,"mtime_ns":1783010796437333621,"hash":"67b67fd5299c1e912359d94dce4c88d5742e2ee324d699fd12333e1a225bcf7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentGatewayInterface.php":{"size":948,"mtime_ns":1783010796437841370,"hash":"fb3512aff2ebfdbe34c6d5eab4e67dfd5c90fa6dbbf0cec8bd23eac0c2e51734"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentInitResult.php":{"size":663,"mtime_ns":1782981352831261065,"hash":"e474570a753b56888f8fa5458cf7eeafcf7e4ff390429a5f6612bada28f9b401"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentVerifyResult.php":{"size":368,"mtime_ns":1781591920508677099,"hash":"88f08d81dc92ac75d2f0628c60f3fb78b039b9184039592047cc92c58d0db068"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php":{"size":4481,"mtime_ns":1783010796438445827,"hash":"46964086d05dde76b1c0e3bc7f3dae8eab8aa1ac6d9ae609abfb3396eae5aa6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentRepository.php":{"size":3863,"mtime_ns":1782993112274771320,"hash":"f8e7f5bb986225beb28c2d175a78cb1c2dafdc8b99a60779bc1e04834ad1dff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/CircuitBreakerService.php":{"size":1228,"mtime_ns":1781012993246621609,"hash":"4e04548bbb1ae6b6c17a4206408f3050ad341da5ddcc74d4b1af376b50580911"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Controller/RatingController.php":{"size":22783,"mtime_ns":1782728407199386297,"hash":"64462e603b4569268e25d7f6a989f1b4d9b598a7613405a5d5d0165df2b477fc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php":{"size":4881,"mtime_ns":1782650883605327864,"hash":"c43aa389121312d1fe2ba9639e3a6a0ba5fc21f78d0784adb723c26e3afbc0fa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php":{"size":2153,"mtime_ns":1782650883604545320,"hash":"7a7937df6b8df47196e035544c1ec78a11847a0a1688114bdb5265adde8d32c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php":{"size":4359,"mtime_ns":1782650883604952613,"hash":"bb8b2b8ccda54b99bd5ab0bd937dc29d4ac840195e3f89fcfc286b5429b2b863"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php":{"size":3785,"mtime_ns":1782728407199666132,"hash":"57721807456fc1a9e0c2df0dadb2b4c45cff8a7c2e650c33ff1e4edc22ec9eb0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/LikeRepository.php":{"size":1619,"mtime_ns":1781557035805931490,"hash":"9c2c1575ce7f26c9d2139ab8301fd887658e295f66b4f164b48d050bd43a411a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/RateRepository.php":{"size":2052,"mtime_ns":1781557035806516573,"hash":"5e2c5765f0d67648d72fde8992e1969822df630577e503f9a086dc01960e3f90"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php":{"size":41262,"mtime_ns":1783236899056081118,"hash":"73475defd275c9aa8be88f4111486749fce766f658313b0d6fd2a98f7996ee24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php":{"size":21984,"mtime_ns":1782728407200758181,"hash":"681dfdf19f3a7a8d0d86ddefff60f30fb81d1a9c1024137c0f9ba3af6c658fe4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php":{"size":5417,"mtime_ns":1782650883614592767,"hash":"ce5a938bccaf71572af189a1b92ee7e21baa9865c299dd261e3f18180b21b620"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php":{"size":1239,"mtime_ns":1782304285868497898,"hash":"7b69c315115cadf10ed9b253b37141184c085cad544ab6274f330a0d1b17bfc1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/JalaliDateService.php":{"size":4368,"mtime_ns":1782384877403158726,"hash":"8a1282441580b6b46896c1c52a6ff284279e0e3610da60c638bfce1067450fb3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Schedule.php":{"size":1037,"mtime_ns":1782929801207590724,"hash":"e1ed1b5ef5b6100bcb8a1e0d3e361ce40a2721501cdb5f14aa6fba8739654eee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Controller/SecretaryController.php":{"size":10960,"mtime_ns":1783237220892646662,"hash":"21ce325a02909122b15186e4aaf8609886b5e1401d30e4684efade11540c1321"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Entity/DoctorSecretary.php":{"size":5203,"mtime_ns":1782728407201032933,"hash":"7a89e177bf272aa6e20c29d8e39c66c4e9f761daa1875a073525369cebc48193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Repository/DoctorSecretaryRepository.php":{"size":5327,"mtime_ns":1782728407201262976,"hash":"bac031cd09fb91bf156e250accd69b5bb83f2af7738e8394852e746f3152dbb2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Security/SecretaryPermissionChecker.php":{"size":724,"mtime_ns":1781012108901602268,"hash":"42ddb598442c2c167950e1a33eeceb551384377427749d0ee3b6a61f152e64bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Controller/SettlementController.php":{"size":23112,"mtime_ns":1782728407201510186,"hash":"b6f3ad0ae1b555833b87edf0398a96200295160b1c6a57c26e3f751274892c9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/FinancialBreakdown.php":{"size":5470,"mtime_ns":1782728407201776813,"hash":"a0c5e8cc2f0a3597518275c45fe403a188bbfe210fa75da65eee3ebeef594963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/Settlement.php":{"size":4252,"mtime_ns":1782650883606160908,"hash":"36b84f9a63c52cdf4150c0848c4a3fd28a0c7a1aba6bda3f147c3dd9da2f969c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php":{"size":3099,"mtime_ns":1782728407202004397,"hash":"d2acafb91806e555535cdbddd5151e71b71561cddf2d0872461285e6d1489b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/FinancialBreakdownRepository.php":{"size":779,"mtime_ns":1782293142660794730,"hash":"ae9fa6ec3678bedb9574a38678795af169ff793fe2e660d9413fe05ba1523041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/SettlementRepository.php":{"size":2270,"mtime_ns":1782728407202173607,"hash":"9c617a929f6ed0595a371ee05d2e9d19d204ed3eb80bd0df9fe9de71fbf76e2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php":{"size":974,"mtime_ns":1782728407202497901,"hash":"12fdfe848f6eb143b87b09645122480b33a778bdf2d9179fd9d45c27540a23a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php":{"size":5477,"mtime_ns":1782304402886645822,"hash":"643e2a0f6dbf7cbcb2f4002b3dae74d02c8d6e9f694cd1249ad54ae7ddc63e92"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Constant/ErrorCodes.php":{"size":9417,"mtime_ns":1782728407202855820,"hash":"3e172a36ac3e336ad3501c5defbd9ec894334ba4f7f720b04d4515bd6703b939"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/BaseController.php":{"size":1710,"mtime_ns":1781009861592137456,"hash":"4bd3aa269121a122fcf443aa15c884adf07e0700950135a3e66dbdf27b9c2416"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HealthController.php":{"size":1190,"mtime_ns":1781009995463320374,"hash":"124d5bfe7f63a910acd5ddab19c0ecb83c9d9005786fcd6606e597e7f6b6050b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php":{"size":409,"mtime_ns":1781248993159620643,"hash":"d08f9d35b78ee68ab06620388e34b709eab59364bd0b84e5d2e1478f45310970"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Doctrine/JsonContains.php":{"size":1061,"mtime_ns":1782050362337187655,"hash":"bc76253c31cf5a3bb23264736171549281989a4d9915b05a303647324d5aa4e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/ExceptionSubscriber.php":{"size":5579,"mtime_ns":1782747822711536821,"hash":"cc3e848cbd0237379c1c26afed58de7230b93b095d87ca672ffc16e88a7bac40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/SecurityHeadersSubscriber.php":{"size":2575,"mtime_ns":1783010796440870365,"hash":"7562c1a0460eb6831ccd6e2ff396ed01256672933fc480a9454dfd202efd0d55"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Exception/AppException.php":{"size":637,"mtime_ns":1781009868466892123,"hash":"7956e81fe8e81b642076d55380a796ca70431e6c3880db06d2fc264c8b078f82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Message/SendSmsMessage.php":{"size":235,"mtime_ns":1781010000546687126,"hash":"daff508176e43de48738f7d7b86a97f047329c0c3a9896602933c7aa130ff739"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/ApiIrService.php":{"size":4598,"mtime_ns":1782750061879006297,"hash":"d2a46876b0e6e0cc5cf9a88c3ea9067de7a0f64df5bc59099c215c14a123a305"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/FileValidatorService.php":{"size":2743,"mtime_ns":1781946812332075105,"hash":"4c26e4f47f2793bbef582d233a1f08e96e91274448209159653ec0d95a3b8b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/InputValidator.php":{"size":1811,"mtime_ns":1782290232599858088,"hash":"3d610effa54b8c5afa1c206c0dd46ed3ead6b84215d54b39e6789c498c01427d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Command/SeedSmsMessageTemplatesCommand.php":{"size":1917,"mtime_ns":1783237401025294121,"hash":"04f1982a5c4317dd15ee55dfcbc7c0182f86fbce90766e5a3366fe4f19378c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsController.php":{"size":21883,"mtime_ns":1783422449654674455,"hash":"b15e9b15dedddb501f30a18e46b3c7052cdf5778006913d86f34279e6159ab21"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsMessageController.php":{"size":4630,"mtime_ns":1783237134183460253,"hash":"2869945324e63ed664748e1770ce7065d91428cbd313843814ac4256cd8b2fe8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php":{"size":11400,"mtime_ns":1782998941568914993,"hash":"af47e04758a2a47c3122a567c79aaf3a2638c5c09e2d21308a91b966b1cfe8aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsLog.php":{"size":3173,"mtime_ns":1783012949948250048,"hash":"0f62f04627bb90caea61226780ba29857fe914f5c9d2beaefc1fd17659d0af30"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsMessageTemplate.php":{"size":7545,"mtime_ns":1783239399682426157,"hash":"40fcf700f49544484e460b779e7cd1105a0aac40cf36a805aa69f61f0223d12f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsSettings.php":{"size":5136,"mtime_ns":1782109802341264005,"hash":"751faac90d0b9d9320a8315e7b0765dc39d94089c96a65bacb4a59d84bc442c6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php":{"size":4085,"mtime_ns":1782650883608045581,"hash":"9c1ebef6b3ee3a4724e94af555854df18a8d5f2bba6f524781a94478123be0dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php":{"size":1749,"mtime_ns":1781516938580571044,"hash":"af121e73720cdd1fac6a329c931f01349fae4aba0cc9ca12bf25c232ebb69e5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php":{"size":2423,"mtime_ns":1781516938580684919,"hash":"5272a1b08bc5d6f28d5d845e9201780a4804fce789175b7be82001a4102f09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Message/SendSmsMessage.php":{"size":495,"mtime_ns":1781871113880839659,"hash":"e37f791352f7f9ab7ededa626d6c3d53fa7675ae4e9cd65f499d5b0f0d8a356f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/KavehNegarProvider.php":{"size":3855,"mtime_ns":1783239423587164106,"hash":"1fd1996634511a745c97e57e57e8bca091d55531c65d0e57d5eff654c4fa92cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/RanginehProvider.php":{"size":2234,"mtime_ns":1782749977746062400,"hash":"e2910a9314c0a63d60a4d5df210a421d12149e64db2550cb58bf021bb84f19c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/SmsProviderInterface.php":{"size":361,"mtime_ns":1781013608175277472,"hash":"225781d93f9a713aa0a979f12efff07f7805972e287cc1fe11371367bfcc4e43"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsLogRepository.php":{"size":502,"mtime_ns":1781013670673270702,"hash":"66b4158b7f47661bd573f21e65c35e20e22ecbb830736f07091857004868eeb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsMessageTemplateRepository.php":{"size":752,"mtime_ns":1781888405897787839,"hash":"a6b1523de3a122f8c6dd8e442929ae821b0cc88dab224899c0a8cf100b6247a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsSettingsRepository.php":{"size":729,"mtime_ns":1781516938580977169,"hash":"c2df1e6cc37ef5422312c0eac75fdea0d42de8e6eb822faa96e7bc5e423be9cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsTemplateRepository.php":{"size":789,"mtime_ns":1781013662226415873,"hash":"8da60c0de8613863b8928cb46c6bd846cff26539f158be4a68115ff3a6c68684"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletRepository.php":{"size":911,"mtime_ns":1781516938581096086,"hash":"01a35794369da341601324499da53378a75ab8592d14a32b72d564b44137177d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php":{"size":1325,"mtime_ns":1781516938581213795,"hash":"68b117404c5f1c7c68914a367f9ac656b25cb486daeabb9808a36be205f4de56"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SendSmsHandler.php":{"size":372,"mtime_ns":1781013692820181847,"hash":"f644961f4a1538c1d315e1d6000fcae2d4466975c054685003dc616186614172"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsService.php":{"size":4321,"mtime_ns":1783422449654906083,"hash":"44e7760aba53c674ba1b631ae9e524d0f4a798902ef09761d7f8096eecee15af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsTextResolver.php":{"size":990,"mtime_ns":1781888419028487399,"hash":"c83ed15618515fd7301a8fd03a409f17232d3d03e917fcda93bf1f72fc70b963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php":{"size":1830,"mtime_ns":1781516938581332837,"hash":"72dc9bef8e8ddc92b4e2053e804407f80ffde9a4b57d1dbd07095d47f6651dc0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Controller/SpecialtyController.php":{"size":6336,"mtime_ns":1782844333713927668,"hash":"84c72c8da1f6fc901ef1b8c75accdfed1fb314c943d3b81a1d031c26f79aacf9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Entity/Specialty.php":{"size":2698,"mtime_ns":1781085518712241650,"hash":"683f2375f3d9528dd02e9cbfe7bd344ff51208aff0ef02dfed3d576c3460a1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Repository/SpecialtyRepository.php":{"size":2293,"mtime_ns":1781636247076888517,"hash":"9b991dc48c3a9c42baad98f553ee0fa395c4b596f65e84230420929f3e32e6c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Controller/StaffController.php":{"size":5842,"mtime_ns":1781522583734490612,"hash":"8b6ad6acaf1a93214344464c7dcc3b9792720118a1c0963340f639a87de43264"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php":{"size":4240,"mtime_ns":1781516938581704629,"hash":"95c3df6b577ad88a80af1bec2e17b48c6d7b9f35b1a8f75490d0a1bfbc940fee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php":{"size":1179,"mtime_ns":1781516938581849755,"hash":"d83ac7466427c09ca77b63924a66dd5710c8ecc9ba3b6dbdeecc4648940a711b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Controller/SubscriptionController.php":{"size":11864,"mtime_ns":1783235518955936576,"hash":"34f7415b9246e4c6bc25a43e9138ca0ac585d5cc664c0b78fe351c6239937a96"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/ClinicSubscription.php":{"size":4057,"mtime_ns":1782728407203534324,"hash":"a21caf7417e2a32180b91b4fe18ac8245f2b0aeb8887104b2739771151a37350"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPeriod.php":{"size":3806,"mtime_ns":1782728407203839326,"hash":"0121bf60210628bcbb1cbe89419eddfd71b29c65debdbd3dbce51e2d2632c75b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPlan.php":{"size":3881,"mtime_ns":1783233488170274281,"hash":"707633e0b704ec71df2c5a0d4dc21304aece2e79e95bf4fba01ee0431d5963a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/ClinicSubscriptionRepository.php":{"size":2126,"mtime_ns":1783010796441510739,"hash":"181ff34438c057f8cf22ecb7fa36577841e11a22a389e97e2378d690653be005"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPeriodRepository.php":{"size":954,"mtime_ns":1781516938582865590,"hash":"726666fe5f74b8a9927376e82af264b70b209a4e86d164061eb7a9b1d9440942"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPlanRepository.php":{"size":1280,"mtime_ns":1783234723504837640,"hash":"bf1ff4007b9e8aa2bd0442a5a2bf4f5194828006cf8e3fba99817cdad2dff3c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Service/SubscriptionService.php":{"size":4710,"mtime_ns":1783235508735444591,"hash":"1dd4e13de8685bfb17844898217673ce9dca5e6e8c878296567a8de5a599f1a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php":{"size":4239,"mtime_ns":1782844396159141068,"hash":"f4aa363cf77d90bfca146bffb70b496661bd3e4822fc2502a6bd390c84b15bc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Entity/Tag.php":{"size":1775,"mtime_ns":1781085585665970564,"hash":"cd3edf2f90d5bdd70487b38e085a751cb578a9cb2395086bbe2964e5dbd1996d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php":{"size":967,"mtime_ns":1781085592043241382,"hash":"283d4f4300d6202a7ab924d3bf130f7b2d90716a520b6d40ba35edd27cc88059"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Controller/UserProfileController.php":{"size":12912,"mtime_ns":1782289553079211479,"hash":"9d2e310f94dcbde48859dea9872428189b32d7f415af52e6aa5eb523c446fed7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php":{"size":9546,"mtime_ns":1782650883615317561,"hash":"d65393c833dec86f7dae8413a72b3a6cd0cc75f3e7faf36bb02995d72b463bb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Repository/UserProfileRepository.php":{"size":1267,"mtime_ns":1782270252112779103,"hash":"d36f160a81c8fa1927ea604fb2c27f0ed0f1b33507d838e28adf9fa1fa3b6fcd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/BillingCalculatorTest.php":{"size":3007,"mtime_ns":1782214545731907969,"hash":"85b469b70480541f73092cf1593029c76fb703bdaf77f71327a0f25ecffd7924"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/bootstrap.php":{"size":248,"mtime_ns":1781009800080637813,"hash":"57ff9294703e34a685f28cd3c0e46ab54a5dd3f4fe3356c224e3aed0958269d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tsconfig.json":{"size":423,"mtime_ns":1782729422588693047,"hash":"53fac6b4a0917eecde4dc3efc021cceca3d48600d9cfb58a3d4c946135751c66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-pwa.md":{"size":9407,"mtime_ns":1781343171405896374,"hash":"f6294cbb97d2ca4465b4f185c394daabb11f6ddacc29c2d471decb04da8c7265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ui-kit-redesign.md":{"size":10577,"mtime_ns":1782232921465705417,"hash":"24c6ca8b5c2e6f9b9783d446829be9cd4ffe5c6b550e0754d2d4521555382892"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-user-detail-show-profile.md":{"size":9288,"mtime_ns":1781549990210378142,"hash":"629f80e928f666143a4f251067bb31a4f866773e509f34b6c2d623580424e3aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-detail-enrich.md":{"size":4876,"mtime_ns":1781636247075313849,"hash":"a846f9cb4c0d643d7488873cd7a27a15adf39c8b1a206a371efdd0bedb472612"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-lock-patient-confirm.md":{"size":16770,"mtime_ns":1781535498213998370,"hash":"0a79349da76f2fe2c50e76e3add06522ea796a255722386426e7b7edf988637e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-day-of-week.md":{"size":15777,"mtime_ns":1781192992528836012,"hash":"73bc57098ab8816c91d042649840e5d34f5d00f096aa88b4bd3d5b9501b749b4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-redesign.md":{"size":24082,"mtime_ns":1781173659296708465,"hash":"fe28753bae9a95b192796f18322282909e707d96f00082b8d1ce655b47d2aa2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/build-homepage.md":{"size":4205,"mtime_ns":1781248910704293609,"hash":"4dda73a4d2f91de3fa5b641c559cf509ba8b87ec4621bf2e8eeedea3f9927412"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-detail-fixes.md":{"size":3514,"mtime_ns":1781286844618120218,"hash":"2cecd1fb0904f3aff92545007b33eb4bf970efd7b03cff7c53e6ca73dd2ef9e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-doctor-deactivate.md":{"size":15114,"mtime_ns":1781257376721043348,"hash":"6b36b95516cd5fafc100a500b72fc98d68992d8cb07c02160a09f827e2fb58e9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-social-media-field.md":{"size":5746,"mtime_ns":1782034582969356341,"hash":"01a6fc5a55d6357607e36837cd39a6ed646f4097fd4ba944ababf826cd1f0ff4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-view-doctor-profile.md":{"size":6746,"mtime_ns":1781361314655405808,"hash":"b7d523d90f08ea239fa8b03eae601cf68353be6f45c0192762cabfef28c55e67"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-patient-without-signup.md":{"size":5271,"mtime_ns":1782145462624789979,"hash":"5bf24921d4002ea348e38c87cc81bc08ef8e169924787c3c719bac9d3e62d4a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-phase2-tasks.md":{"size":24506,"mtime_ns":1781516938546554807,"hash":"f3d49625dfa644a00f6cd5a582e52d63bfefbd2db875f25164774a71cf345ecd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-booking-window-and-month-availability.md":{"size":12511,"mtime_ns":1781535414057585490,"hash":"505938967d29a4e337e18cb22f2a299f97e5e452e05c9b94a9e409c86107f23c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-clinic-address-access.md":{"size":10705,"mtime_ns":1781362104619727130,"hash":"657c686420a8a45159812178f8a65dbc317591779844dc26b3921c536f92de8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-profile-page.md":{"size":8799,"mtime_ns":1781175765248517513,"hash":"f1078372d9fc8eaa9196ec9840ce187d86a27b723a1c218cf872cc4e4ede5d3e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-social-media-field.md":{"size":6783,"mtime_ns":1782031213435560461,"hash":"072cbab44fe86ab89e7a46724b8631528acdd63ae0c3aee2526ab408e1c021d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-access-scoping-doctor-clinic-representation.md":{"size":14171,"mtime_ns":1781863132633307507,"hash":"8ad2e8c5d53e8f34d69e1b4fd6ce71775720cee430130043803bc44f903341e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-auth-token-hardening.md":{"size":12680,"mtime_ns":1781946301827134938,"hash":"a52ecdd96fda0f396864de78704f6c53efb9982debb51f4ea1a4494007f925cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-bugs-and-features.md":{"size":20820,"mtime_ns":1781516938546940516,"hash":"c45843d9ef701e2b73f7cd161083ffe23d315d81b68382ed4f9f45feb642c6dd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-filter-by-address-location.md":{"size":6683,"mtime_ns":1781674935483152098,"hash":"b5aa923fc81b1ab79f29f7f02401dcfc56b88ce6bbcf0c5e015200000d7ae6d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-patient-auto-add.md":{"size":4991,"mtime_ns":1782145525259778908,"hash":"9dcfac3aba7cdb8101c97017973a1bf7e4217f0d8df94b9dcbd1bda10192263b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-city-via-clinic.md":{"size":5124,"mtime_ns":1782040974660614329,"hash":"a3571d2085a8c4aa6cdc7094b964fbf54281b482a064cbf368f623dc5fda26c4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-schedule-fields.md":{"size":10822,"mtime_ns":1781523041417094452,"hash":"7ceaad108bd7bcec35b9271f73308586072e8fe12be63b1dc754e5ec902bfa1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-search-performance.md":{"size":13253,"mtime_ns":1782046573636729825,"hash":"febfb8452181a0ee429a6c1383b489ca071afe45ffb617b9343e9a406ca02d0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-guest-doctor-clinic-context-access.md":{"size":9535,"mtime_ns":1781890240620846065,"hash":"dbcabb830aa0a81fc529eb14feeec65afdd979ac4eb7ce31c80eeb22b2166166"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-invitation-accept.md":{"size":4399,"mtime_ns":1781360063617429536,"hash":"2bc99d1a7460fdf5be3711a0add4de54d4ab78a0fc16079680d4da58e4615997"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-profile-in-clinic-context.md":{"size":8367,"mtime_ns":1781365327185378947,"hash":"f063eae11f94b2132d84b0a8472bac1d4d404a2bfbfacb049f0c583f9c586219"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-server-side-mobile-nationalcode-validation.md":{"size":8677,"mtime_ns":1781945049606053409,"hash":"32049409986f11fd29d302dc3e1036cab7172ae9033c3901e0622e8171fda14a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-switch-context-role.md":{"size":7032,"mtime_ns":1781363356184798552,"hash":"74cb88449b93fd682e3ac81a322e1d405d54e111e172758e5b10ca80437e1a3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-backend.md":{"size":23991,"mtime_ns":1781516938547317892,"hash":"ba39a2e1ccfbc1a98662ecc71225aa32583a410df8e238dad15de69a62fdb521"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-frontend.md":{"size":28042,"mtime_ns":1781520442021329832,"hash":"4faf26a0b91c83a3c183e3ed929d5d2dc92e7624549af170165bbf2faa9eec2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pages-subscription-gating.md":{"size":8256,"mtime_ns":1782258337653428004,"hash":"3755a25eb7694c8c1587bfad9e02166c438ab4bd361268126cfe0f3ee553bbb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pricing-and-selects-cleanup.md":{"size":7612,"mtime_ns":1782253591735960479,"hash":"00ca797277e9520885bf056e719721e9d72d97c4000fbd9f8bcd69980a5bd69d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-visit-pricing.md":{"size":6483,"mtime_ns":1782214545719956341,"hash":"4197cd316ec7560bb084840cd96f82df6d524916d4a4ec4a0f71108c2cdbec6e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/location-clinic-address.md":{"size":15649,"mtime_ns":1781257855652300954,"hash":"c147a47466d89f4591d1efff242e3ec90e1b979463cc2d2ce5f65bd55002b770"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mark-past-slots-unavailable.md":{"size":7754,"mtime_ns":1781535427967339672,"hash":"51d4e6c59bbcf69395fb0d0a1420f5c47f5c3ea5bf77e95b3180fef5e2081fed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/multi-role-dashboard.md":{"size":47174,"mtime_ns":1781164462782884121,"hash":"bdbb8f8d4f66f36005c2c7e87f123d905c49048dba266e475c775b73d438b434"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/my-payments-list-endpoint.md":{"size":6964,"mtime_ns":1781539108766134646,"hash":"5c6b5a4fff2796f32393914512d82d2cf18fe1a2bb5c70f7087c6152451e2ce9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/national-code-unique-profile.md":{"size":9589,"mtime_ns":1782270001832720420,"hash":"4bac96e773838ee4ef912cca328f84ce957deb6c594c1a00016b305380c93112"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/new-visit-modal-ux.md":{"size":5602,"mtime_ns":1782145407253133698,"hash":"5ec3558c752110146df788f8f2f85025c4ff17876ace24f8de0b2208013a622b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/patient-record-profile-binding.md":{"size":5004,"mtime_ns":1782145573523412851,"hash":"5195bc67dec077d35f5220df58a5c2ffbb62fd44c881cc9e51d8aa53a08d065b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-test-mode-ui.md":{"size":7973,"mtime_ns":1781516938547896351,"hash":"a37f514022aea65c1e8d35c8855c087e0913c650a642cabdd39f9690577d8cd1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-unified-status-canceled-and-managed-hosts.md":{"size":11866,"mtime_ns":1781591920505562932,"hash":"32799eaded7c02d109b78be529dc0ecc8b7fc0b500326573428a365e21869b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/pre-registration.md":{"size":12415,"mtime_ns":1781252082262696147,"hash":"b1857341551ffad0b98d9d867f3caeeb8924c5b903099e9f2823620efa8eecc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/profile-birthday-jalali-persist.md":{"size":4796,"mtime_ns":1781597628367003291,"hash":"e90db79d423bcbe97680ffed422228037e2843e8169bb1188237f7f6b6babbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-bug-audit.md":{"size":10008,"mtime_ns":1781892497314247088,"hash":"63ca9f918e24b1c15839c13744045e0b8aac212279b5b4fbfa5ae619b7709804"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-multidimensional-and-rich-comments.md":{"size":12831,"mtime_ns":1781557035802767573,"hash":"332d9f393aee67c403841f184f3e6c069edaeb4459b4ee328a9310055f937cef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-require-recent-confirmed-appointment.md":{"size":9517,"mtime_ns":1781557035802942698,"hash":"305ff640dad68d7e842a5825bbf7a8f4cdb02b145eed8b782c1151db3305632e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-admin-panel-access.md":{"size":16498,"mtime_ns":1781857058512546863,"hash":"72c1500ed688169cfd796adcf9554b63994849119943dba5d5a70883eb5a8dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-commission-tax-engine.md":{"size":21994,"mtime_ns":1782292728412115840,"hash":"ca8cb1567b8434a59f5717a4b33c6ea142e69f4d1010df15010081905b556669"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-domain-guard-dashboard-settlement.md":{"size":16314,"mtime_ns":1782304099038050829,"hash":"be8842b5ac2c5a57277b047c4c6ac3f828ae302dc6a94569e8f46760564b90d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-identity-iban-verification.md":{"size":17082,"mtime_ns":1782399022752193648,"hash":"59271ef71e8e71f9f1bb9dcde1aea41565a2dbef6ed9aa8d35b1e7202c685f38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/schedule-cancel-expired-appointments.md":{"size":8800,"mtime_ns":1781551622406496621,"hash":"43d63ab1fbae2e6e2d5192d922a09293b1abbadddfe98819e39671dc00e04a99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-context-scope.md":{"size":14283,"mtime_ns":1781520442021272248,"hash":"e684ae83cc15db840406769e15852b219ceff63405fe6064bde19263b2fccfdc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/seed-realistic-data.md":{"size":14531,"mtime_ns":1781519566626148059,"hash":"6b2eea6f45404e64d2b8b3998a117e8bada7517c880339af1fc4ff72cd0409d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-coverage.md":{"size":4046,"mtime_ns":1782214545720279342,"hash":"3ff0f0f6b3a99f5facadc19ce455b27c8cea3020038a1b40bdebda4fdbaf84f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-per-insurer-coverage.md":{"size":14249,"mtime_ns":1782259799527430466,"hash":"295cae74decafadb2379fac86ac7ac1f420042d715f798d5024b03362560363d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-log-tags.md":{"size":15685,"mtime_ns":1781870909734605934,"hash":"abe301d83cba0655c353e32c6f55a9bf20dc808d033c9f5d1e40f8fa9ad5bd62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-login.md":{"size":9252,"mtime_ns":1781255737102412820,"hash":"af6300f99ef2e66cad5abf34a421e4c3f2d34995535a907f82aa86cfe4c29b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/specialty-doctor-counts.md":{"size":6533,"mtime_ns":1781636247075492016,"hash":"32a97260ea56f3bd9529a034cbb791df59ce29ca60d9966a24d469cb743fee41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/subscription-gate-ui.md":{"size":17009,"mtime_ns":1781520442075008039,"hash":"81757bb902f7ddb74f51b2aa43612d9c73fbe20abebbc2f046a6014498f9b58f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sync-user-realname-from-profile.md":{"size":6614,"mtime_ns":1781594222051658800,"hash":"b9ee6559e409596b698b855fe4ff283fac5a062a218b4aea42a3b09d14a8fd0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-darkmode-polish.md":{"size":9534,"mtime_ns":1781520979984254456,"hash":"9f195ed3dccbf8df6079d978142aac339fa50d0b949526fc1b7b832af151da1a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-ux-pages-redesign.md":{"size":18980,"mtime_ns":1781520442021457666,"hash":"2dce360a15f48c97610df47e5e6fbeea313e39fdc152e0d55bf687ec17784e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/user-profile-resolve-by-user-uuid.md":{"size":9637,"mtime_ns":1781537870411647855,"hash":"880cbf5c1bbd64937f4a197a91cdedf9c742bb3910ab2104cfb6c59e8cc7ba0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/prompt-writer/SKILL.md":{"size":5151,"mtime_ns":1781361052504791267,"hash":"abe2c711bf0a283fe50a70e5180d0ed7c7e10f7b699ceb50b4701485cf7b74bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/run-prompt/SKILL.md":{"size":9443,"mtime_ns":1781176103482888341,"hash":"bc8c63ca2411b0ed4242f54f4a998590698d1cc62ef9b2661a84668ed1e80689"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/CLAUDE.md":{"size":8393,"mtime_ns":1781551622406854747,"hash":"1712a6a680cb00c102367be014ced75a77306c0c8ac1fbccec95f37ed31cff4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/TEST_USERS.md":{"size":4101,"mtime_ns":1781520709654384302,"hash":"ae97e1e0de7fdd1d8dccf030c996f155262259cbd648b71d4834436f90827910"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/Architecture_Audit.md":{"size":33583,"mtime_ns":1780948937761931658,"hash":"e79771047616dbb7a604687b92ffcd47f09dc19a112fa51174cc2738a0e5c49b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ClinicPro_Manual_v2.md":{"size":228782,"mtime_ns":1780944864742215753,"hash":"86c808b50dd3da1c5107e4b6a3a03190f30c643643ad6de4c89b2045f803baee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/prd.md":{"size":28619,"mtime_ns":1781520442203119936,"hash":"a1691fe2f87737cd12253bac3bfda2f8feeaabc15a159a8dce6482eea7fd6e8e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/pre_prd.md":{"size":5454,"mtime_ns":1781516938560096835,"hash":"4736bcde5ba8e7c73405d0e7c31b6e2651b65d475e4cb9a924ae152b799bc4f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/ui-design-spec.md":{"size":20687,"mtime_ns":1781024129379257560,"hash":"60176b60869538ed763bfd4b0d02c138481811e62482b73c41693ea5393e8460"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/user-flow.md":{"size":16280,"mtime_ns":1781022482742007613,"hash":"aad348887a0347a4d348eb228959ef9e44099e2c4e60959d0dc06d976ebe7e16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/README.md":{"size":3621,"mtime_ns":1781158395412841916,"hash":"8ddb00666307b307dcaba4c0b7b4f4c13e5f31502f7d20d5c3a8a82729c606b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/admin.md":{"size":34752,"mtime_ns":1783010796433545751,"hash":"9ed706e8bc8927f07b698e380435a552f2eea674ac5bd78116de26f7891edc93"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment-settings.md":{"size":16574,"mtime_ns":1782728407106610964,"hash":"540be837def81a7c24a001654fde543de78f168ba34ed839c6e6fd597ea55ed6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment.md":{"size":16822,"mtime_ns":1782728407107114384,"hash":"7b39650f7266519461983913a0c78e186275d036101a827049dd6f8c3574707e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/auth.md":{"size":19494,"mtime_ns":1783072324109341756,"hash":"731194d44bfe38b142c7b5e2c6367ab52c325988d60151f60d7eb55ef7cc07d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/billing.md":{"size":10078,"mtime_ns":1782728407107896681,"hash":"c9f6afebfd6b6f7a7e55bf1d14c8123f9230a99fc566c63aa9cb4d01b6204324"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/blog.md":{"size":5522,"mtime_ns":1782050526553302749,"hash":"fc22dc80387b6c8f477854a19dfe01e496b90b688020325f1df589e0ae5cab8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-invitation.md":{"size":9237,"mtime_ns":1781360269658725816,"hash":"50b040f0cc844000cdf24ba7971b4bfe4367e7980413f2dd90d7187a4e0c9991"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-services.md":{"size":6228,"mtime_ns":1782728407108299892,"hash":"d03260630a54476e8c29c60a2eb6540abb203d81d7656a95fbb1381344ad1a00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic.md":{"size":14733,"mtime_ns":1782035382888801592,"hash":"f92d6767717fca87e08884cee26a75a77b5ff8278bf0f6a0219245b3028130ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/dashboard.md":{"size":6099,"mtime_ns":1781516938560827336,"hash":"8368266c4453ba5364ed0787679059288d98527506bf05a44f86b5a31a7e0a6b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-service.md":{"size":3542,"mtime_ns":1782844893680414173,"hash":"e89e263e5bbc843f579006c3b353fe521d9366fc228515e8a5e596321c8c0c42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor.md":{"size":14166,"mtime_ns":1782979047543892080,"hash":"93c2ba36b25d898a701cdff25d37e0236e866cd1a358394172a3f572ffecd87e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/insurance.md":{"size":14620,"mtime_ns":1782844893680930170,"hash":"777ea6859a4a038025bff4fd5619e698c213fb174f40b4f41292b07a7bf12dd2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/location.md":{"size":5955,"mtime_ns":1782974277464731662,"hash":"ab2fe5f2a37d5018a85f0391923ddfb058682c2107c85c2ecc9b60f24cbe0433"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/patient.md":{"size":11646,"mtime_ns":1782289600489452444,"hash":"37294299886dbe4d8227c8fdc5afea62f50755e0fd42f229eedc58f1a036abb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/payment.md":{"size":31190,"mtime_ns":1783059802815483222,"hash":"185d415dd222b32e42748feaf8665013567822eb83e50ff737ef9d7bcce4da9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/rating.md":{"size":11090,"mtime_ns":1782728407110670616,"hash":"61914c5f9d29060ba157369cf8e82392cc6b094df3f3a1423904c2988b19def9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/representation.md":{"size":21255,"mtime_ns":1782979067555992803,"hash":"8d1eeb4f42518a2b78f43c69a4ca775076d5684e0f466217c27ae75d34ec39c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/secretary.md":{"size":11082,"mtime_ns":1782902968293482660,"hash":"8a4df85eba0a0da8f2a31f07cb8ed2b182bae88bc4530db5c743bd012bc4bbed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/settlement.md":{"size":9976,"mtime_ns":1782728407112458962,"hash":"ad88d08fd6960cb9bfd932b91def2ad395a50c391f7692e9ec30fa4dab681722"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/sms.md":{"size":20849,"mtime_ns":1783422271864870816,"hash":"5ad384eb9ae6db2019dd46351a80207aa9ea9a52813d7233faf1ccf2f10f56a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/specialty.md":{"size":4869,"mtime_ns":1782844893680226216,"hash":"8f43fadb8c8754ab788dc183df3538096cfffc5d7a542fde683d8fffee10fafb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/staff.md":{"size":3093,"mtime_ns":1781516938562286131,"hash":"b3690ab9cdd530eb6a0180f96f08a258ccae0c77d31416e80f49a92974eac730"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/subscription.md":{"size":6894,"mtime_ns":1783235773210706870,"hash":"1d6915cccf364cf13b21f3258d454831c311fb1bf1c0c88a295cf5694fff1889"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/tag.md":{"size":3045,"mtime_ns":1782844893681057377,"hash":"4044766bce277cb59476fa2c470b399018dafd94191893c53aca75291de87b7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/user-profile.md":{"size":7549,"mtime_ns":1782289592597934192,"hash":"5d269afd10ce9174f3ac63fb4fdcf1cb7272564925db2d3f5f7e75df50c42925"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/architecture/insurance-billing-system.md":{"size":22566,"mtime_ns":1782214545723920606,"hash":"afec1678fc22a9caa8f39eb9fac3f934751dcd6a315ac1441f1378193b88ba0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/architecture.md":{"size":4831,"mtime_ns":1781516938563423092,"hash":"589134d822642da7433ffa06823f4e2c79ad74e3feb135df95e581377b01ffd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/database.md":{"size":2045,"mtime_ns":1781516938563622759,"hash":"580ede75d18ef6d8117ef56ab233775e5143bc25de4716cfaf53464bdaeac599"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/task.md":{"size":2775,"mtime_ns":1781516938564295343,"hash":"b55eb66cf597d5665d57d79f268a2fc106da8a8e01c18d7f8da2327da6dc7927"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/user_flow.md":{"size":3553,"mtime_ns":1781516938564465635,"hash":"c5436837b9320d6cb9e5f50e7e6b7aeaaa8bdb8dc9a68fa4b5f4b22fdd58002a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/architecture.md":{"size":6182,"mtime_ns":1781516938564667844,"hash":"97af6c2e032264f5dd128efc6ec07a4c1c23664f325cba46bc7dca9da57b9578"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/database.md":{"size":4694,"mtime_ns":1781516938564824594,"hash":"3b798be28cfff874d1b09b25429767e7c928e7c0fd9a9db2a9685f429b299299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/task.md":{"size":5322,"mtime_ns":1781516938564985928,"hash":"46d7f8870c6b9f46071a717d0235dceffd7d25508ca4f69886e5062c8b37d0e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/user_flow.md":{"size":5889,"mtime_ns":1781516938565157637,"hash":"d11628bbcd90efc0d3d09961a2ed62fe3707c3f5b60bbbfcc615da3b7180acd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/architecture.md":{"size":2393,"mtime_ns":1781516938565327637,"hash":"d036ecddd7c889f68aac644919fb9255189de2f82cd62e3933b860bc348d34a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/database.md":{"size":1646,"mtime_ns":1781516938565469596,"hash":"bb7eaeece88f414ea6253e95b2acbbdbbf74396c5e51b213301593f2aa5d409c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/task.md":{"size":6288,"mtime_ns":1781520442208567994,"hash":"f18a2edba4a0b75fef8e08e155a4cf100b8a98e463acf88d31d506c195f5b27b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/user_flow.md":{"size":3821,"mtime_ns":1781520442059890701,"hash":"72aca8c6bba58695e7e1b63a3aa709d1068753beb31b981c648564fb822e4fec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/architecture.md":{"size":3719,"mtime_ns":1781516938565894180,"hash":"c2c7361b57f654925f2801d0820f78bbbb97dfbd07c808b4ec304f7938139151"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/database.md":{"size":2673,"mtime_ns":1781516938566026680,"hash":"de17f21b92fb807651d65288c8539699aad5597b8e541e47c9bce4dd0f97b696"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/task.md":{"size":2931,"mtime_ns":1781516938566167056,"hash":"87038a0b3a2f872944d232bcf66eb5fab7676f00a9d29319c082a4b576a1fc40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/user_flow.md":{"size":4046,"mtime_ns":1781516938566343181,"hash":"4bce3394d64f2c1d3441cd2c3ad717670d1c91817b9015db00aa9ae4eead4f66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/architecture.md":{"size":5145,"mtime_ns":1781516938566580015,"hash":"14afd5263c7d520a89f36bbba8c8a1884f88df74d09afe4caf7464025ee25063"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/database.md":{"size":3803,"mtime_ns":1781516938567109641,"hash":"2a952887767f9f9811df0c99a9bc2ba9986defd5ea1caf3ed11080ce11c61f1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/task.md":{"size":3454,"mtime_ns":1781516938567288849,"hash":"5badde1225cf74657f886825aaaae8582c1c627570f655ae9f631144bc75d7a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/user_flow.md":{"size":4630,"mtime_ns":1781516938567444933,"hash":"8e4bcbd2fd0a486d4942df7ced8131738816487d2c16f0a05730d4c190a10296"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/architecture.md":{"size":6622,"mtime_ns":1781516938567688975,"hash":"138a7655a0efa500b4a9a8f829bebbdff35803cb3abfd3da7f4d4f362d7b63c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/database.md":{"size":5463,"mtime_ns":1781516938567863767,"hash":"1dceb66c7a12a35660145fdf3bf0bbe4d5b8275f5b45bf86cbba4cf80f64675a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/task.md":{"size":4809,"mtime_ns":1781516938568156268,"hash":"1222b425e9e9856e291b8fb39c28348287dbafcf7b0a30531c5bab8642d2cb17"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/user_flow.md":{"size":6283,"mtime_ns":1781516938568370060,"hash":"e28725b4fd619e8e105951b570c0066efb23fd6f378c1939bbe5cfcdad47b2d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/architecture.md":{"size":3095,"mtime_ns":1781516938569635604,"hash":"6494802db54a411d47ce102df7a5584c1e7db3482aad69df967bf1ca71c5ba58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/database.md":{"size":1971,"mtime_ns":1781516938569893480,"hash":"ec0826918bb413f88d2d989f514b0c75a8cb932d11476d2c6e46908ce87968e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/task.md":{"size":2630,"mtime_ns":1781516938570195856,"hash":"19bc98b5866f489ff0cafdb3533f2698de3546aef26ad438d16beb2d7218c859"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/user_flow.md":{"size":5110,"mtime_ns":1781516938570362314,"hash":"3572f80a2a4741eeaa91c80e9c362bd8ff452c14c4d1f052efad6467db72ce60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/bug-report-2026-06-20.md":{"size":6123,"mtime_ns":1781932195178136627,"hash":"12f46177c25b3354d11d67086bea1387dfc7c630aa26c3ae766c680f2843640e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/security-audit.md":{"size":17685,"mtime_ns":1781029533522601843,"hash":"a4ff28a805763f65454696132ecea7011101bc37b1b6517222f1c75daf450ab1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/README.md":{"size":3380,"mtime_ns":1780914526335796118,"hash":"defeedb0410731f689fba5e8e2c6f3e35b8bf9e5e284dad43313a1184b58b1ae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/architecture.md":{"size":4379,"mtime_ns":1780948878189677238,"hash":"01cbb020665bc50a95519b010c5cb4bdcda727e5e3b11144854ea69380bba84d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/database.md":{"size":2777,"mtime_ns":1780913653761675119,"hash":"6ad045e9dcec53f77822e126640dacb6bd22ac3baee94373331ba46567bf37f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/implementation_notes.md":{"size":11109,"mtime_ns":1781000268522993445,"hash":"7fcefe550ef23683ee4ed703af2881fb5c985930b4d1a3ab7c93a74ef491bdae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/task.md":{"size":15372,"mtime_ns":1780948866192116618,"hash":"311edd5597e787245e16d25b061f5faccd468d3d7a63ebb05bb04e26b3c7218e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/architecture.md":{"size":2897,"mtime_ns":1780913716805987120,"hash":"ee14b45989f69598f9862c975c097e7c3cb720c2bb06967b9787307e7acfe361"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/database.md":{"size":4381,"mtime_ns":1780945850080810308,"hash":"d1ce5e67b210864664df658d7de16fc479948f90164e90c89f53c33ee6de069a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/implementation_notes.md":{"size":4894,"mtime_ns":1780945075278630018,"hash":"8074b8f1bfe41c918b96cb9ab1c78937bf5986feb3ebe9db3c3ca7af88d7dc2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/task.md":{"size":14847,"mtime_ns":1781000259106649518,"hash":"500d89358f6bf99cb445fcb71f0fe67afc142c3c607ccfb030cbcbea8409883e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/user_flow.md":{"size":2706,"mtime_ns":1780915019246111035,"hash":"03ed965fb14b51c065108f4eeca9672f20e8090195fcc442de5c5c60c950ec10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/architecture.md":{"size":2719,"mtime_ns":1780913810512596011,"hash":"1a83b9b76c0687098bffc9471e7fb2c51a97be4939347bd11990d55fc290fbe9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/database.md":{"size":4620,"mtime_ns":1780945096397670031,"hash":"8d639d843c5d51531781080fa6179168662a5cbd22af7ea828e770823d374c00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/implementation_notes.md":{"size":2408,"mtime_ns":1780913848138283491,"hash":"5a60299e3ce86373b2ae7c2e0efdc5fb85b753123cc45bb09e0c9d671d396811"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/task.md":{"size":2503,"mtime_ns":1780913798113112926,"hash":"f00a38d5a28420b3a8fda800286352a56f0f98b190ec67e57e1d971debae3bef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/architecture.md":{"size":1757,"mtime_ns":1780913877006618619,"hash":"e63b0d01ec3714992eefec62777ee965be7af2a59d55a9e72cf87effac0f4a8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/database.md":{"size":2332,"mtime_ns":1780917970043029189,"hash":"ae2d7fd401bce729cba77a040a613a7f8fe0e9b20e8d4a31eaa970451296a001"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/implementation_notes.md":{"size":4727,"mtime_ns":1780945968298846841,"hash":"92f49568f1ecb690bef8287e9455ef0b2ed56d897309ea6b8a580fa667f8a5f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/task.md":{"size":1962,"mtime_ns":1780913865638451815,"hash":"2884592d17fcc3363768f899a4371d0ff2f25bc05bf4ab378647224aac695fc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/architecture.md":{"size":6624,"mtime_ns":1780915477914900899,"hash":"180c8f1b3163d1c97e3add7912571278ce7d53477095695010024be863743ee8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/database.md":{"size":7593,"mtime_ns":1780917946898365021,"hash":"00d19e027d60b4461e43310d6445f95fab85d7b6ba26ba946e44ea001556b0d0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/implementation_notes.md":{"size":2375,"mtime_ns":1780913973933789015,"hash":"1fa793e81dd07304171c11a760104acd6802dbeec00363618f5d4c1e651668ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/task.md":{"size":6294,"mtime_ns":1780946040236355543,"hash":"042d405bfc9f389c3f4031533534485742dabdcfe86b4d753c0cc052a755f1f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/architecture.md":{"size":1851,"mtime_ns":1780913996728031516,"hash":"6cb465ec4509143b1ff168e629400684e18542a7c1f616f5885f1c4f8be7876f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/database.md":{"size":3657,"mtime_ns":1780926795107362628,"hash":"6ae9c1c5e9c833a0781878a60323428b3388dc46dfdb5620d649371d98c03f36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/implementation_notes.md":{"size":1042,"mtime_ns":1780914015153456807,"hash":"5bb3da0cf9daf5a64f1316e32f20d5a24d70ae5a639bc0d4b62a2667a6742b19"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/task.md":{"size":5429,"mtime_ns":1780946101876308203,"hash":"709ac2fb057f4d470a55c5e47dc0bbda7f38f6a336622fd93be0e334019ee066"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/architecture.md":{"size":1985,"mtime_ns":1780914070674333692,"hash":"b6839bd6197cc3e53162104e0ccddcb4c0dad2d268815ce71e50591dd58dcaea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/database.md":{"size":3623,"mtime_ns":1780917987390393019,"hash":"6a1ac2b1feeec574386ab34b5176b6c069ee3582e7152757e4693e18440d0365"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/implementation_notes.md":{"size":1244,"mtime_ns":1780914095217341542,"hash":"fa7fd9bc9193bd89ed8e6438a3538bb8ba6aac5dbc8859735887b8a2a876956a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/task.md":{"size":1912,"mtime_ns":1780914058797929168,"hash":"4a40fbf276a9595d6be7409e5b8ec3ce0963f7cff1ae1acdbbd8e2a8962f0f76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/architecture.md":{"size":3399,"mtime_ns":1780914129817089915,"hash":"b75f451ea0018239fff4ace9a06e486880409d0015582b1aa5f843b4ff14d9ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/database.md":{"size":4225,"mtime_ns":1780915919108824849,"hash":"07a565453b405723fef58584dc058518729c7d27e873492d8a3cea7e7de0d690"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/implementation_notes.md":{"size":3094,"mtime_ns":1780945173910875440,"hash":"c75e7608c3765170173b475dc5b2b224c663e6c116cecadf38107efdc86d6878"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/task.md":{"size":2582,"mtime_ns":1780914114135141253,"hash":"48422a947301ff86b51f11c3168ec190bfa7f9dcc10821abd5ce5b9a460979ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/user_flow.md":{"size":2191,"mtime_ns":1780914171627644777,"hash":"07b7bc5971ab5201243c5bdf67eb2d111629753dd697034c85e92c96d1008809"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/architecture.md":{"size":1996,"mtime_ns":1780914199549617529,"hash":"289adc397ac626b52b89755bfe8648fab0d7afbbdca30005de728b7697b9a214"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/database.md":{"size":3717,"mtime_ns":1780915937514717817,"hash":"88321d5b96f7d4a6b8e1704430500c45915eb2e259eef363d95f26de72109092"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/implementation_notes.md":{"size":4621,"mtime_ns":1780915380116156578,"hash":"a83b0c475c907a8d8a30ed2d0ca711db33f60fb1e61c202b76bc4731a5bf8243"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/task.md":{"size":8716,"mtime_ns":1780948491117865920,"hash":"da3cd77c8f2c7ad9129a69ccf1f8dc2317dc91a1dd956cf2f042b65361be6395"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/user_flow.md":{"size":1550,"mtime_ns":1780914238340850115,"hash":"9f5dce77e5f9988bba7dfcc621622610a49a42e0b065b884bab56b56661cd84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/architecture.md":{"size":1127,"mtime_ns":1780914261808559537,"hash":"375e8ddd7ec2c6078760759c4501a4cfbfa68fafd7835fb01fb77ec9e63edae3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/database.md":{"size":1786,"mtime_ns":1780945194993545294,"hash":"d839d386d4403610f52b0415868efd6ee3555dc5b209d13ec923975ec4bb799f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/implementation_notes.md":{"size":682,"mtime_ns":1780914277970139742,"hash":"9f0f9dc9c02d7e8672e66bf856526f7b0ed7956b926665bf807466cb5be8ae97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/task.md":{"size":1020,"mtime_ns":1780914250465105891,"hash":"6dd946fad62474b45da1077a795263188685817d871a6fe6a7a48686e24d6193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/architecture.md":{"size":2188,"mtime_ns":1780914305970064998,"hash":"5fdcb2df78dd410d0c2d434203efb1e7a932ef9e9a17270a252584779e59f6cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/database.md":{"size":3810,"mtime_ns":1780915977159314990,"hash":"2fdfac8ae3f0fc238d5398ffcc770d33470901fe1d371043f2762ca15a0c6e50"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/implementation_notes.md":{"size":5724,"mtime_ns":1780946157194396377,"hash":"df382ed8eb807a193bfc884447401cd87c9a678f6ecb95a0a246468cc9311851"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/task.md":{"size":3935,"mtime_ns":1780946250306428313,"hash":"fa4fc2ef76c08670eae962ffd0a3836d7cce4469bc5f407cebff751c025e5c7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/architecture.md":{"size":974,"mtime_ns":1780914349899858832,"hash":"a0adb45cf9f78498055809006e340318b4ca21e6f8627ecbcdcac2205f3f7b29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/database.md":{"size":1630,"mtime_ns":1780926837375006318,"hash":"3d670c92b56d80fa1da6b751fda3b776da46ea368106339d1b80dd6012e01d2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/implementation_notes.md":{"size":596,"mtime_ns":1780914363412821531,"hash":"d49115b6d3c76aec3c3678cc86c6ef5b394e8e63d96e493479bc79db4cd8558c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/task.md":{"size":475,"mtime_ns":1780914338292873383,"hash":"0f032e0490838820a0692ba9c0042dadce5a9558d87083874219c84dcde92742"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/architecture.md":{"size":1308,"mtime_ns":1780914379600079656,"hash":"17eba56cf557f9cf9d6300b9946fe25cd348fd937bd20914ba382b1a760112aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/database.md":{"size":1827,"mtime_ns":1780926849934970617,"hash":"46384e53c3b5bd73ef416c647833213a49f5eaefdd7a6c63c4227cf54e5e8aa6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/implementation_notes.md":{"size":849,"mtime_ns":1780914395413759232,"hash":"432b4d0ed90802ae1dd2495e54a2493f60f07ca0ca57a7e68734ff493b2c8031"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/task.md":{"size":9039,"mtime_ns":1781000115337852359,"hash":"322eeb47d17aa1d34573f1daab3e4e6aaaa6c89a6c97bb7be08ea4e10c475f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/architecture.md":{"size":1945,"mtime_ns":1780914418815337658,"hash":"434ff7a1e4e0cb8d175321f3af647ef5276602ed753c9ca9c3c9480a7456d53c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/database.md":{"size":5305,"mtime_ns":1780946202243066788,"hash":"86fdf19600fc6c72961d37e60d2f056f9012b1b26d0fddac2a6d31b15295f105"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/implementation_notes.md":{"size":3038,"mtime_ns":1780915087810785770,"hash":"1fbc6a5462ddb25a89b765941b2c4eebae1b3c2e62cf5dbf48bc48015b79e6ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/task.md":{"size":8918,"mtime_ns":1780948846758672237,"hash":"ae564ca5b8f57b3e399f6996c978ed63e5d2425342b6d9dc6eb0b29c90fa2da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/architecture.md":{"size":1957,"mtime_ns":1780915416796818495,"hash":"9ed187252c771e6fbbbc24009d84f0fe52b4c3f565b16413ffd753c16c1793d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/database.md":{"size":2934,"mtime_ns":1780917918423562169,"hash":"bc18f2996973b821a4c393e627028ca7212b1bb769a7faf122fd0b7f4fc4da10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/implementation_notes.md":{"size":4833,"mtime_ns":1780915404939572215,"hash":"b8c731a6b5e06985b3179372e17bf6b678fd4bccf0f2a488cec7b842ecd56798"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/task.md":{"size":4814,"mtime_ns":1780948110250153184,"hash":"ecf2f1d6b695c256805cea006ad4ea2c64d4419dba5da0e8a862ddcb78c185d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/database.md":{"size":2141,"mtime_ns":1780945235470226049,"hash":"4ef4177ff9c455909dc4d2d64ef4ee2fd8e1d5eaef1bda53fe9fed7923809e1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/implementation_notes.md":{"size":1864,"mtime_ns":1780945250993937969,"hash":"75cfb72ca7fff3f679ed78b75fb7cc251344cba57d46d4926a1ff24c61a18193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/task.md":{"size":14473,"mtime_ns":1781000201191461921,"hash":"b4a1a494a5417c78db3a85dc80fa158db77860e74eee9337fb15a5f5052f829f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/database.md":{"size":3780,"mtime_ns":1780948101369445086,"hash":"8c43bfccc6aafad28eebd86afc5b32f56ca6db3dc081b796567f4c95824df146"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/task.md":{"size":4116,"mtime_ns":1780948080182510614,"hash":"33696ec512d7848300e8575d2a387e09a90153045860fed8b8f2c5632b6592f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/entrypoint.sh":{"size":1468,"mtime_ns":1782633219516893494,"hash":"48c33a7c55c256a65ba4c089893e1112aea5b1320c9dc6b46f4eadb865b68ae4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/frontend-domains.json":{"size":2348,"mtime_ns":1782410142646593892,"hash":"dc12d68e32830d446995ea2a8cf98fe0bc24e15d4b6b0b27dd5b97dc84b06568"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/gen-cors-env.php":{"size":1941,"mtime_ns":1782410159219136761,"hash":"cee724b4cbfc04771874ccdf454cb5bf04dcf63d16955f9e11357390e3a65c6b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/healthcheck.sh":{"size":443,"mtime_ns":1782647901237410548,"hash":"b4d2a6f75f334c832e9a015b4e296f3fb9210f128b2b1b40bfe74abf6e6babc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628133044.php":{"size":1747,"mtime_ns":1782728407177086438,"hash":"5c24097f68a7696b4ae58ba6df68b6ace4f508b1f0ebf3e964fff23661c8ea0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628134241.php":{"size":1159,"mtime_ns":1782728407177374107,"hash":"c31886c1f10dd25296b56fb7ba336f1fc45aa45d6627ab6bdb148f18d49872ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628152738.php":{"size":1873,"mtime_ns":1782728407177652192,"hash":"d7a00a9e505a45fe1056cde539a8cbefcb42f67a0c3755427d77ba12959e0c4c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153625.php":{"size":882,"mtime_ns":1782728407177952152,"hash":"b314e4f194586cb9b4037fb48ab8400a307ce428def8108b94616a263e24e238"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153855.php":{"size":1146,"mtime_ns":1782728407179127785,"hash":"1ec80db45af56adf7be93c412e0165c70fb629dde2ccc09b06a3452a66c52c05"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628165710.php":{"size":809,"mtime_ns":1782728407179735539,"hash":"cca05740bf26d1540b361283f5a140aeb446bd717250615b7ed040977788dab6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628173151.php":{"size":1639,"mtime_ns":1782728407180333627,"hash":"b8bbe9ad2ce3faae637534db20bfc455e288bc2c5fb3a1b9a10f4a29db2432aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Command/CreateAdminCommand.php":{"size":2428,"mtime_ns":1782649564990017265,"hash":"2fd1cffeb4d8299abb1a5fda3d9f29a08c882ff6e66781dffbc038ff675906c8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceCleanupService.php":{"size":1874,"mtime_ns":1782728407197355450,"hash":"19f366c81466bfebfd37cd2310f8602b243cf5111e51308892e196b7d5a7dc4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php":{"size":2923,"mtime_ns":1782728407205043418,"hash":"6ec92ce7ac31774fec6ceb5e33a073d6cdbe06044221f38e4939f99270fe8bfb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentExpiryServiceTest.php":{"size":2163,"mtime_ns":1782728407205393295,"hash":"5586072347e23a24fddaa187efeb93d702697b7cdd1a399909239684cf371372"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentSettingsListOwnershipTest.php":{"size":1592,"mtime_ns":1782728407205827923,"hash":"1ffb3b0a89f531658a75520df810efc7e18022e106a75d885d92986d62ba74e7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingScopeTest.php":{"size":1653,"mtime_ns":1782728407206108967,"hash":"395161c96b8a660dab252a12c063090de94131b66d672c3b8804d70800327451"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/DateOverrideOwnershipTest.php":{"size":1259,"mtime_ns":1782728407206489928,"hash":"10dfd3691f16464f1d16a317942a53046f5369260a74ce133960d1b1f30218aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ScheduleOwnershipTest.php":{"size":1721,"mtime_ns":1782728407206779055,"hash":"f935dde55aaa34b8c10780019e1c8ee7f5733c602874cc951411737dc9691329"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/SlotUniquenessTest.php":{"size":2475,"mtime_ns":1782728407206954431,"hash":"0168f3c381e9da2663e2cf118fd67f5b90d2ea6e4e96433e3d05a567248961f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Audit/LowTierFixesTest.php":{"size":1517,"mtime_ns":1782728407207202432,"hash":"6d65ac794b959d7b177dfd5ed9792082e5f79a073b0cda79be8503b689edc907"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/RefreshTokenTest.php":{"size":1924,"mtime_ns":1782728407207460101,"hash":"745716b0c8627a1f72fed9305b2dc70af84c14ed015ff3341bd3c6422ea63c87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/SendCodeMobileRateLimitTest.php":{"size":1421,"mtime_ns":1782728407207651102,"hash":"f069f1c427ffbeb082d3777ae8da34e031e940e4a0c79e5da4e80708345890aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimAmountBoundsTest.php":{"size":1863,"mtime_ns":1782728407207878645,"hash":"0b7551406b5b0c2fe47812614e3edbf359b72ef3c0f16b12466e387c5bdbb041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListNPlusOneTest.php":{"size":1782,"mtime_ns":1782728407208062397,"hash":"dcf666e9d1a149bf85e0ef7869083bceec48bd8ba95958292878d73f7e330467"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListPaginationTest.php":{"size":1215,"mtime_ns":1782728407208282107,"hash":"3d81e096e779dc685eed5920d7fef419ebf2c96e96794ae8d6222daeb0dea7e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemDeleteCleanupTest.php":{"size":1598,"mtime_ns":1782728407208527691,"hash":"f9809dce56ba099731d9fbf6e1da781c18acc49a758537002868a7db3efad7b1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemStaffOwnershipTest.php":{"size":1464,"mtime_ns":1782728407208738276,"hash":"e8b808423b34ee5471e7d00407f94ed22593e06ed6c4e674f92e972ed0e8718f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Database/UniqueConstraintsTest.php":{"size":2595,"mtime_ns":1782728407208978278,"hash":"aeaae84730fbdecfb8337f25283653d3867d3cf50332e7bea917c946672c97cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/ClinicDoctorListNPlusOneTest.php":{"size":2457,"mtime_ns":1782728407209223988,"hash":"705820b9d1590cf2f642e6ee7391a651536104c92acf39f261e2df71516ed55a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorAddressOwnershipTest.php":{"size":1313,"mtime_ns":1782728407209479490,"hash":"8fde8b4d6db03191fc8d650bf86fa6962956b504013b76a55c4e5ae791e47c38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctrine/RepositoryClassMappingTest.php":{"size":1573,"mtime_ns":1782728407209727575,"hash":"5289139754fae16d85a09fcff134ceef249968876f029c180f36b1c7d53bf5d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/DoctorInsuranceOwnershipTest.php":{"size":1486,"mtime_ns":1782728407209989701,"hash":"9231aaeffd13bf27869e74186679ddd38d1f6ebc9c52d36a8dad9b589bea3ad0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/ServiceCoverageNPlusOneTest.php":{"size":3714,"mtime_ns":1782728407210225203,"hash":"dd8ffa7d6329453fa49a9403b95a13556ad08dd318c89733a202d9d6c8ecfa4f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsuranceCleanupTest.php":{"size":3021,"mtime_ns":1782728407210448121,"hash":"986643979f19f6a7ee71127782524852eb9eb163b77db793253e95b8df534675"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentCallbackAmountTest.php":{"size":3356,"mtime_ns":1782728407210719081,"hash":"1b32d36a573652e1860ae2ceaf20ead7eee9cef0c204c9d4875ce8926849e278"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentListNPlusOneTest.php":{"size":3794,"mtime_ns":1782728407210931374,"hash":"473c67b119935570a66ab5e75cc36311f04ce314729e75bf44fd337bacbc4535"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentPaginationTest.php":{"size":1836,"mtime_ns":1782728407211216876,"hash":"7d11e7ba342faf3c69e5844c1adab2aa7583b201737d16e0724d9233d00ad1e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/RepresentationCommissionTest.php":{"size":2548,"mtime_ns":1782728407211506878,"hash":"26b9f23b2462b30adea512eeb07f92f4db597a60c0ed3610a4169bd22f7c6c26"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryListNPlusOneTest.php":{"size":1592,"mtime_ns":1782728407211848922,"hash":"bce8c0d2597c3641885ba9322eb03bada116d979e3bd7a0b4c90d5208fdd620c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/FinancialBreakdownIntegrityTest.php":{"size":1173,"mtime_ns":1782728407212105424,"hash":"3e987494345d3a7c1cc90de7b27bfcac7bc45bb54e8fa0a7a3f790bdfa406aaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/SettlementListPaginationTest.php":{"size":957,"mtime_ns":1782728407212820054,"hash":"74501df43886dc66c5fe19f849549a2194644dc948d94856f97d0af17c0d179c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/WalletTransactionsPaginationTest.php":{"size":1087,"mtime_ns":1782728407213026555,"hash":"8df4dfce9a91d73297d88f22e047a4127fee2b00e2fe1bc8f43eed2ff805fae9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/ErrorCodesTest.php":{"size":1547,"mtime_ns":1782728407213280973,"hash":"bf392c01cd7a70c25efe7c4ad59ffdb4579b1216576d58393c3a965524360f0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Smoke/InfraSmokeTest.php":{"size":1444,"mtime_ns":1782728407213624767,"hash":"d8d4a8c5688d7ed7168570bfc39c3cf038e2c43324498dff3239f5668afa0a1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/doctrine_object_manager.php":{"size":479,"mtime_ns":1782728407213800685,"hash":"7a99fb0ab55d30b31cdebe923546775d6372a0aa6e731b409c37fb8f98671f5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-adapt-backend-audit.md":{"size":8798,"mtime_ns":1782728407083687268,"hash":"f7e83133c40658496827e06f6182a995ccaff35018d83b7ee8aa32aba25a03fb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-docker-production-hardening.md":{"size":13443,"mtime_ns":1782647901236299599,"hash":"74228033d085f739ed39f615762ad721c6b3678122d0afc3f988676c4b514589"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-symfony-deploy.md":{"size":18877,"mtime_ns":1782409236333930026,"hash":"a81d0aa4535ae4be51f69d47c5101f7a72415654ded3889e01f1baf98718715a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/full-backend-audit.md":{"size":11545,"mtime_ns":1782728407084760233,"hash":"448fb57a5fdadd9bb3176b1570c0421b6459bbf2a5bd69bd4154246ae0c61285"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/home-landing-copy-and-mobile.md":{"size":11823,"mtime_ns":1782728407085277028,"hash":"596043e27126b0500ddbd861f0e7a8c17681ca49b3381da382458f2bc2355b09"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/split-db-redis-to-coolify-resources.md":{"size":12357,"mtime_ns":1782632977626228125,"hash":"6d87685ede07fb029b01d211fa82bdb7311bde9eb31ee9869992e6c49da5c75f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/DEPLOY.md":{"size":11539,"mtime_ns":1782647901238565498,"hash":"39797d5439fd4fd0fd19ae7a5b033febf0fbf6b58d07fdd1750d3aa2799b9163"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/audit-backlog.md":{"size":19190,"mtime_ns":1782728407113021215,"hash":"63afb7aaff2eb3113700644ab9bbfa07562ccec38cba4c77c0f21cd9acb98706"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy/coolify.md":{"size":10378,"mtime_ns":1782410984792896284,"hash":"f1d06d336c14b8df1530ec41dd80021b40e7113be0895504f9dda70b112a1cdf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/SeoController.php":{"size":1860,"mtime_ns":1782728407203067196,"hash":"df1028d7b1b294928a318cc7c27de5ca99b00d583d81ef6f400494c22380b6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara.json":{"size":638,"mtime_ns":1782743447395127690,"hash":"337416608afe2e6e989bfd903bb5bca1e977e6f8eb5cc02ca05a46bbda53edc4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_build.sh":{"size":559,"mtime_ns":1782735663785720587,"hash":"d9b9232a0f115eb1d752c2b149a5224ea030fd04d3c92ab964d53a6701d5e0a7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_start.sh":{"size":1063,"mtime_ns":1782747838542662883,"hash":"c5d143014bb281d056f6c286cf66faa4894b059584cceeacd150b01648cbde52"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-test-suite.md":{"size":19691,"mtime_ns":1782728407084188354,"hash":"73ad644cede4254811fab6f825750f127edb1b5f08b8bad25b99b85c097a9556"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-docker.md":{"size":14106,"mtime_ns":1782732118990034632,"hash":"1a5f6f8bba054ea974f99dc5c01aeb19ed1cf612c3fd18a700bc03beaded2b5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-php.md":{"size":13353,"mtime_ns":1782735439025822952,"hash":"39f30d7c6d20b1869f5f06b2b532071e94b264f4bddf248c3cf84c62159ed86c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara-php.md":{"size":10664,"mtime_ns":1782736008651392836,"hash":"65c93d7d9e14dd468b75c5c81dee1ae6438d267253e8ad295953d3746d68d250"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara.md":{"size":8919,"mtime_ns":1782732335270881309,"hash":"ade1392f7cf72c544736a765b03140858e45cc5f12a480cd03ba4628af17e84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260629161536.php":{"size":1115,"mtime_ns":1782749766472631367,"hash":"c0e9b10f345c3d894d27267c90618903fab9693fd4be3542a755fbed3787fcba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLog.php":{"size":1707,"mtime_ns":1782749711194459630,"hash":"5b3237552e7ae040e5a3b2a289e8fc0f0518a1df84553665ea214efd36c2321d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLogRepository.php":{"size":1042,"mtime_ns":1782929739410604413,"hash":"1ea5a9d3ace2fce4b476ccb2b0954b06f3d4c364fa9e7aa9d77c25a8a6631d1c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/DbLogger.php":{"size":3546,"mtime_ns":1782749810227775663,"hash":"4d5328c774fe4619eb75f9de434173ae4a4b5ca53f7729383399b12c2a222805"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Admin/AdminLogsTest.php":{"size":1600,"mtime_ns":1782750195979032925,"hash":"a8f899cc061053e5664833c2ebcbf1fe2613c8d5b150973bb95e621750267c61"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/DbLoggerTest.php":{"size":1768,"mtime_ns":1782749879165982208,"hash":"48db5c733cc7e02a8a226fc4ed552cd5282c91d400dc72b32f3f122c127033bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/project-wide-logging.md":{"size":14450,"mtime_ns":1782749549958444881,"hash":"3970d300cb4b804fed477773b47b653edb7aa3754b8cefd0e3f7d31a49417e6f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php":{"size":3511,"mtime_ns":1782843840412881578,"hash":"721aecace95083433388fa4205e063cb45867b202d5430f44c1b0bbb1faa4465"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Category/CategoryImportTest.php":{"size":3925,"mtime_ns":1782839178845925849,"hash":"03c15491170644124dd399b100bbac0982d3ffad86ccffa9a2b9f4076bfabaad"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/category-import.md":{"size":5124,"mtime_ns":1782844030493510597,"hash":"d7c221bd66dc2ed13630b80966c57f9f824126dfcff92928ea41a28441d30879"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/cities.json":{"size":48429,"mtime_ns":1783069922211903568,"hash":"bc9e35461beaff09660f3c9b7be8e252b4c336debe5fcce1bde419b038696ab5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/doctor_services.json":{"size":46716,"mtime_ns":1782843868777989827,"hash":"3a5610d926bb9581c868449c387e80feef104aec7c9bdc6ed39835e87c287015"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/provinces.json":{"size":4364,"mtime_ns":1782843868770610383,"hash":"c28e9c29f212ac946af73f8122b545bd3761766ebc2c8e0a47567ef6a9fc5197"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/specialties.json":{"size":18764,"mtime_ns":1782843868775505763,"hash":"9bcf8a9b8f83e159a290b14c13b17b485185812c9e53ef62df4e33f84b216e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Command/SeedCategoriesCommand.php":{"size":2775,"mtime_ns":1782843891881834765,"hash":"13a71e6dab76fcb921270b6e2f996145b78e3c09d69b38592612a879707d87dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Service/CategoryImporter.php":{"size":11240,"mtime_ns":1782974082771482078,"hash":"7b56b3429cfc36bc155e5848b12d8412ecaff681183a32df088ec93e6cfc2146"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/production-fixes-cors-payment-gateways.md":{"size":15490,"mtime_ns":1782896794174529460,"hash":"4a016b326e836f770e919fd1f5d3bf3f5f70fc4dd7aa9676c198e9b7e63f7b91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-full-system-audit.md":{"size":15299,"mtime_ns":1782894418024832296,"hash":"8cccd87e3d45acefda119c2e63b85e013e60943b2524a9bc2e9b62074c9bb9f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-welcome-sms.md":{"size":8951,"mtime_ns":1782902722286387081,"hash":"05b7b6fbd16251df4d8049e99a7692e0fe3245c4f8ad6f0188e7f0b79fb92f4d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-settings-apikey-env-only.md":{"size":16545,"mtime_ns":1782893768608578413,"hash":"dada8658d0861aa23bbca638f3f832a420d16699a71a02d2dc6358bac834538e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/full-system-audit-report.md":{"size":18928,"mtime_ns":1782896060811421986,"hash":"0053ebf6c21b4a5da087f668332ebdacbceef6a781cd3767155d08647b165b9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Command/PruneLogsCommand.php":{"size":866,"mtime_ns":1782929791849281801,"hash":"e80ac76c51bb7ac78fe69679cbe82454f65f5ba6b35d3b3c3a01260698c35c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/LogPruneService.php":{"size":883,"mtime_ns":1782929784989711179,"hash":"9fe084116ccdb7a551ccae4c8d48626f7370549ae386e31c112cb579d8647ba6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Message/PruneLogsMessage.php":{"size":73,"mtime_ns":1782929786004422877,"hash":"d060dc486c8bcd48d507d001c65b68f4e3b84eb5cdccede2272bcfd2437ca142"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/MessageHandler/PruneLogsHandler.php":{"size":463,"mtime_ns":1782929788291896556,"hash":"20acb36c09cd00f50865c9d8bd04f8234eb0a76285a744e34d5cd2e50e3f4eaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702063537.php":{"size":651,"mtime_ns":1782974183036403270,"hash":"2d3311a9342c690139154fabd01bcf942f32b1533612dbdf7de677ee04dc34db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ios-safari-css-fallbacks.md":{"size":9046,"mtime_ns":1782975691974719871,"hash":"48e210b06690285c3db657ab7a964830ecfc5d826e7624eb0a64df550fdccdca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702115209.php":{"size":962,"mtime_ns":1782993164666143613,"hash":"821f2b858cff251eebc74ac92b4b9263c24dbaffaa34e05b03b2324186bbeb08"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/PaymentLog.php":{"size":2358,"mtime_ns":1783010796435723748,"hash":"14cb8d07e807806c11ce8602cae3bcd05b3d639dd8698c78f262136fced58b37"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/GatewayFactory.php":{"size":3532,"mtime_ns":1783010796436002206,"hash":"587b83007d7a8d0ac0d45c6a3c8108d3e0dde9568168144061e182fa1f7767c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentRefundResult.php":{"size":331,"mtime_ns":1783010796438108203,"hash":"2bc320c00a5049780d14735c7ff72b376159b6535e94c3993ae15d43ad72e548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentLogRepository.php":{"size":577,"mtime_ns":1782993118701194485,"hash":"06bcfbcd017b77e4ad6f855cc6f3184bf863fe3f29641fca8c4a8d4f48bf6be8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php":{"size":19702,"mtime_ns":1783239408129023969,"hash":"6be6697ec7e2257f850e5d091cfc2abeaa82143d8da485af326f660bc39ef018"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/MellatGatewayTest.php":{"size":735,"mtime_ns":1782984645104304163,"hash":"94d88c7055fe1be78f52d3dcc56078b62bbad4a24a1d7c5ffad6f86e9d5e2c7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-mobile-responsive.md":{"size":11674,"mtime_ns":1783014366933033009,"hash":"852ccdcc3659967ca4aab8059adec237b69e5fb8416d951b052cdf7eb647f9a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-payment-refund-reversal.md":{"size":15214,"mtime_ns":1783010796431742588,"hash":"e55052916115c1c67bcbd5ee1f39be8454ab3eb77d82902f271f52433da4951d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-appointment-notification-sms.md":{"size":7985,"mtime_ns":1783012880392028526,"hash":"16f20ad212e905030ddb53ae8899b9b185eee3bf094ef7782437156a83808f2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-experience-activity-date.md":{"size":12376,"mtime_ns":1782978755921887105,"hash":"062541c7937a458a5c0aa4245699f9b6c5343cdc7551aebf36af5e3c1ca95b2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-admin-modal-and-calendar.md":{"size":9611,"mtime_ns":1782979774560814821,"hash":"fe83975f003f964e3ae9fc1ac9c0b5354ce8cf02fe51ef3dfaee6b3a766a2452"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctors-list-location-filter.md":{"size":12852,"mtime_ns":1782977589946540539,"hash":"cba39cdd0c017cb66792a6c4707e1cd9f060c8c03e9f7b16878a0ddae96a616d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-production-soap.md":{"size":11655,"mtime_ns":1783010796432002379,"hash":"57bef1c36673ed6135d976b61ae551e590fb757e403fcfce8475ad4950ffabe6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-sandbox-gateway.md":{"size":13487,"mtime_ns":1783010796432293420,"hash":"de2aec27fbadc4dd88f1587822b349985073b32d1c9f09f54642f3d56a21fffa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-flow-architecture.md":{"size":13171,"mtime_ns":1782992901105315211,"hash":"9ae4872e0ca49d602b246c6c04e97dc6476a3fbbc4bf29c43dee8cca84e8307e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-single-flow-consolidation.md":{"size":12823,"mtime_ns":1782994765480242696,"hash":"4e04a45a73afaa8b4a0c80552519e5cd1dbc641f1b9dbe8e2d70bdb974c37111"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-price-and-wallet-settings.md":{"size":9735,"mtime_ns":1782998857276789821,"hash":"cbb79a9bd90c62fcd753606137f8d384a1cdbb47164c4879400c93919dae09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260703085828.php":{"size":867,"mtime_ns":1783069119205310313,"hash":"c627a3c2239ef4caae61a87ac9b189d97886576d9f151b3b64ece5f8e5c5e325"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705070546.php":{"size":1214,"mtime_ns":1783235160126438474,"hash":"4e02d6033fc62b44eddabfdedabfcecea984630a43bf651af2eb3620a617ee9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705072835.php":{"size":2428,"mtime_ns":1783236836060491368,"hash":"5a3681228a5349171fba0c11c024024e75a40d303f6d2695cfa9096a48d8b21c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705081716.php":{"size":2217,"mtime_ns":1783239466992612707,"hash":"053bcd79fc331f32d94a31317b83fbb4925d3ed129e9f974c935e74925186c68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/SmsServiceLookupOnlyTest.php":{"size":4914,"mtime_ns":1783422346619453209,"hash":"77d01e4b07caa35a78571de1dace038cbf81da169379ba41e0d740b0212260bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-pro-promo-video.md":{"size":10920,"mtime_ns":1783245223582403990,"hash":"61af8b73d12e2eeb2acfa40fd359218d83e1a7eb2187a8dbf881c70c761ac9f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/currency-toman-display-admin.md":{"size":8321,"mtime_ns":1783060267941162529,"hash":"90c735ff59081e8af302d91dadf9eed20d877f17154cfc1df58c1852bb82f1a5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/expired-appointment-blocks-payment.md":{"size":10679,"mtime_ns":1783059494354544687,"hash":"94824beb21147a04f6d699242d4dd586127ba983fb48d74e73919a2b125b64a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-modal-portal-positioning.md":{"size":8120,"mtime_ns":1783189568446030666,"hash":"8b407ba218adf3d2dd670f58379fe3ad658b0df9b6c5a45cbf6d54323d4449ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-sms-site-name.md":{"size":9080,"mtime_ns":1783070793009698214,"hash":"300c3b5f55738ef62b573163272078d6ac3d5ac0d61393dc9bfbcb75532781f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-via-kavenegar-lookup.md":{"size":10815,"mtime_ns":1783151621410073439,"hash":"116fabb2150ad9157f2a59c6b42ab8af4c4100c6b0bfffa8a48a84db50da6d1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-lookup-only.md":{"size":9841,"mtime_ns":1783421842166664361,"hash":"32a4e3ffaacba3c1a02652cd46380ec298569d36b6938495ff858175e31e9332"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-verify-lookup-templates.md":{"size":17062,"mtime_ns":1783236336652480520,"hash":"d891097629add975bb30ebf1770536544a2df95270359c4fd75471e43be0ff7a"}} \ No newline at end of file +{"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/assets/controllers.json":{"size":198,"mtime_ns":1781030172830093265,"hash":"c2038f4c739d4a1620199394a2ccfdd5c91ef846a0f81048388ffa7b65df091b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/composer.json":{"size":3082,"mtime_ns":1782645766148245683,"hash":"d1fe8db3ea082855e8c562819934d2719debd0d5541e7eb5853d87d13cc47459"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/bundles.php":{"size":991,"mtime_ns":1781030790602666616,"hash":"ffc97986a2386074ed8eb1b4b9dcbca2ffa7cc6b3600a6c37e3112d6be39e0f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/preload.php":{"size":184,"mtime_ns":1781009656090972900,"hash":"718612fb509259556db6202d93b5f3b1bd85a6be6d523cdc6fb1d81b569ce256"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/reference.php":{"size":105233,"mtime_ns":1782645766235591855,"hash":"a2030203ccca39bf435675e884e805a2bc3db13ddfded1d346ac649bab6deeab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php":{"size":4062,"mtime_ns":1781168063674077630,"hash":"35e828a0495a0a4aaa7539781076edff3b0af2e88562ea0ae1299cfc17fa91b6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/city.json":{"size":48958,"mtime_ns":1760953552261818528,"hash":"4c321bdc22df2c9e02e37cb3c1a44d792710e94c53f0131f14e88f0ba60cfbf5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/doctor_services.json":{"size":42359,"mtime_ns":1781085019042251229,"hash":"086809f01c4c6e77ab1161688bd03d60ff524735d0d7655cb0daa55bbb53875a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/import.php":{"size":5488,"mtime_ns":1781089058225002885,"hash":"7f22b1eef5dacde90d1f87178f5b446df06562e86331f2b1fef0672da6d33fb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed.php":{"size":27683,"mtime_ns":1781090517391813278,"hash":"9f68801870c368286543040b482a6a8e9773a82506565226d705c0b410873025"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_finish.php":{"size":10806,"mtime_ns":1781091340487318516,"hash":"f36f97df126491fcfdc438f289489a189bbc58b7fa5dc61e48a40edefb77c623"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_full.php":{"size":42270,"mtime_ns":1781091251098443866,"hash":"da652ff8b7513cab398dc4f7d6dcc92399ef0507410f466a72929684aee6abc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/specialties.json":{"size":16189,"mtime_ns":1781084374016184330,"hash":"de4ba8a0ed9fe595a89be7b4113ae37bddd5dcc5e59766f4cdf7ec34cfd44dc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/state.json":{"size":1708,"mtime_ns":1760953552262399793,"hash":"3678b80abe63c2c45d0ef5f5cfd63cb46f5bcff7cb6f73fb3c8d188ce24d0242"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609130407.php":{"size":1154,"mtime_ns":1781010250896191835,"hash":"d9130e4e0fcecbfc302da5ef3184d0665ef9844067e63673b091dc6b09e5c432"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php":{"size":8945,"mtime_ns":1781010908745260477,"hash":"d8db037c64d216c9d6e3018caab7c9a4966abfe31e41794f43728ac0bd3c11bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131553.php":{"size":1477,"mtime_ns":1781010960853107810,"hash":"1b3c9ad833965008985bcf3f6a1894e400bc58bb0a8de2b6bc159c31ecdcca5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132009.php":{"size":1986,"mtime_ns":1781011210879944205,"hash":"95e296cf289224cc43748507a9496f493d0e25b829a9e3d8bb8567f6f022d378"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132708.php":{"size":5572,"mtime_ns":1781011630935659766,"hash":"d3211b9b4b08ad40b543052498b4ad7adeb034ffbabc4a83f761807df8e2fe9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133121.php":{"size":4855,"mtime_ns":1781011890870506406,"hash":"fc65641b70ce6d9bb2409aeecccb580333685ba71bcdddb72ea185fc9b717e9b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133334.php":{"size":1529,"mtime_ns":1781012020936148882,"hash":"d2753baf2902d723dba6ef2928c65627dbc4f006c5493a45182b450fb4598fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133546.php":{"size":1688,"mtime_ns":1781012150911850095,"hash":"98b56edc2e31c609f70d82d1e697c6598f3c65c4120d4e77510d19c0030e9d87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134112.php":{"size":2830,"mtime_ns":1781012480955463648,"hash":"ffb5700205e312f10728cd20f9638450cd2195df9627b5b51f92690526214845"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134741.php":{"size":1789,"mtime_ns":1781012870832220674,"hash":"eb2a55b4f50f4fd58288452b71dfb5e190958cb8c775354dc9c9f99c929dfff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135126.php":{"size":1922,"mtime_ns":1781013090876422882,"hash":"a736efea5774baa48ac87522442943580e9ce47cab3479e1033e71fc6131eae5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135514.php":{"size":1449,"mtime_ns":1781013320954994440,"hash":"e3901078cc23a4e9ba6a7b748e32fc1a04f888c8d5680da5100b26a56dcd0559"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135704.php":{"size":2558,"mtime_ns":1781013430957508206,"hash":"6ce6851d5331c07c1f13c94f475a7f6823551927ff0b7ccfa8fddec146e69fcc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135923.php":{"size":3457,"mtime_ns":1781013570869080544,"hash":"b7a581c53e463fa8bfb6a7ccdd65d75c2146aa3b8190852a84a15ad2c8d3bf3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140223.php":{"size":1590,"mtime_ns":1781013750963170886,"hash":"c0c011d8f3040d2b81dff1ec667f2d650567eb141271ff4d368ed66fdfef9342"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140423.php":{"size":1535,"mtime_ns":1781013870906972885,"hash":"0fb344e74f64622b3ea3f4a29e8b6412f35ec60ee46cd25abd5ea3e0abc8c299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610062539.php":{"size":826,"mtime_ns":1781072744933894396,"hash":"c9a4bfd06b4bdb00f74c6a5973acbea2b86b4c8ab64c8d28c730dcdda5bc0e88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610092558.php":{"size":780,"mtime_ns":1781083564938987613,"hash":"7b3ae1ae82625519d5c7986d542c84dc5c37949ac4f3a8c356191dc480b7cc0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610103401.php":{"size":20904,"mtime_ns":1781087803230706453,"hash":"f54443ba8ee1b2d436f3e2bdafcdb026b5b3c8dae9941623fb401792aa68bb85"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110039.php":{"size":817,"mtime_ns":1781089244896521926,"hash":"a68634b6818f1b331bc2232ff9429792f11a7090ef18315754dbb5feec3981b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110921.php":{"size":1611,"mtime_ns":1781089784421230793,"hash":"2f112d7fbfee7d1a0ec047535854cfb1bf8088099d4f5219e23f9458380f90ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610111254.php":{"size":1109,"mtime_ns":1781089984946035862,"hash":"2c68d5ebfef56abee588aa5abb74a571918a0ed04eec7be7ea8039d9a12046ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610113711.php":{"size":1499,"mtime_ns":1781091448606693864,"hash":"4cd9c0910a49718627e7ea3c5f6f448e6508e609c70d643e160a6c740937d13f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610140853.php":{"size":5927,"mtime_ns":1782583543657239761,"hash":"02683252b3c23dc3005af00fc6a42cbc360a306c799a88ee722cf1560ba22da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610175105.php":{"size":767,"mtime_ns":1781113873591904402,"hash":"49ffb1ef4d630a180b47d4b1f42da6c3ddf8283dc93bc192c16060cc093b5b82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610183655.php":{"size":2273,"mtime_ns":1781116623586431980,"hash":"e1573ba5f962b956314e7e17a8adf8fc3683dc6065c34490b60a25636d7fe4a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611075829.php":{"size":3004,"mtime_ns":1782626301195816873,"hash":"b3ba50cb2690810d8fb010f0ede4cf92906376908208bf0093512752d72fed76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611083424.php":{"size":881,"mtime_ns":1781166873770630956,"hash":"38e49fefb94b0029f3a10ac5aa846f341e47fb69686ad6d23c4b324de4b5e218"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611084046.php":{"size":1410,"mtime_ns":1781167246413147688,"hash":"ace825e63afb52cfc794f24547a03563c501cb951545c1a8fe50e2f198e11572"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612081739.php":{"size":1185,"mtime_ns":1781252261521732569,"hash":"abfc51c67c959f525711c661c21872e6a831079510241c197b86175623bc217b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612132848.php":{"size":1667,"mtime_ns":1781258338612526059,"hash":"c3d155690c12d3c3243190dcc759adf44cdf6a727b3b2563ba50caa78fd2a3cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181134.php":{"size":1715,"mtime_ns":1781516938570601065,"hash":"4febd40d1e647abbd00413dbb51dc59d5f73d15a6d54d7668d08861f2e6c2d99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181629.php":{"size":3515,"mtime_ns":1781516938570859523,"hash":"c8a4a0b22f709c3ad72760ab89c787f44260064e9d3222449292133d85b27862"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181657.php":{"size":4760,"mtime_ns":1781516938571506442,"hash":"3f5f75cf96210cabb9a36a61036acb7bea5fd01466b367725995b9fd52bedb2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182549.php":{"size":2122,"mtime_ns":1781516938571645400,"hash":"1fc5633381813d3939e8513eb233bfd9c24797537a8348bc83e1f29c2b41e311"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182950.php":{"size":2545,"mtime_ns":1781516938571764692,"hash":"fd126b1e4e09b2f3433242d40992cb2a829d80a357faa87bf922d86bbf514c2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614183527.php":{"size":4022,"mtime_ns":1781516938571888567,"hash":"98a07ace9623c623dddcecb1bf1d4189d8efe1692ba261779b1f9661ac07ff25"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615060415.php":{"size":851,"mtime_ns":1781516938572128193,"hash":"0231ff42cfb43dd4cb4ecfaff3e4f1d285d30fdd87a120fccc6046fac3d1e040"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615061938.php":{"size":981,"mtime_ns":1781516938572427735,"hash":"1ac836b1d7089a2dd47756eb7ba0e65801105e2dda52aee3f5df981daa57db88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615074107.php":{"size":1712,"mtime_ns":1781516938573278653,"hash":"f16f0d0bcf5a4646bcaf98725563639c8ff8b4f2a6d8cf9b8f6a0e7bfbe4c39d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615142236.php":{"size":1117,"mtime_ns":1781535498215147916,"hash":"27e62ea86a4f3aa8539bd976213f57efbd6eb36b8aa4798fe52f2274571941c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615203529.php":{"size":1746,"mtime_ns":1781557035803907615,"hash":"b735a483f4db548f9613dd6d5efc8489f1a14559737b39f5fa9ec395f6ad21c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619062912.php":{"size":772,"mtime_ns":1781850555276849213,"hash":"7803c7d2fe66171063a19937794a6630d34dff563450bbcead5fa6051866ca2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619121047.php":{"size":780,"mtime_ns":1781871054836536786,"hash":"5b96978f092d4e81b6b9ca61e2a5d5a53e51f1b9b8bf6be43f38cc462371a252"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619170105.php":{"size":1000,"mtime_ns":1781888467242271818,"hash":"24b56c5edca5c601b008f28dc8b642de32dceeeb408ec38cd5e3f7c40c3ce4f3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621084558.php":{"size":774,"mtime_ns":1782031565107938146,"hash":"1a88683010bc9f3571111e2c63fceda2062724f08e0c93a8519405d4ed8bf33c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621094624.php":{"size":774,"mtime_ns":1782035186037116338,"hash":"846706a2c43ed5b3354ff1ebc8d0eb9d9c7dcaca94802f6b8ae4d4653eb54fc9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622160119.php":{"size":779,"mtime_ns":1782144086923054995,"hash":"d1a46bd2a54a9e9f55a692342bbd1bc49add55e4c29368fef1c0fd6d4f8a9292"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622163152.php":{"size":1377,"mtime_ns":1782214545724072190,"hash":"64ff3985f32d0d18646d441f0edd99be402305cbff68d66519dcb196e17e42bd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622171538.php":{"size":1410,"mtime_ns":1782214545724191815,"hash":"42c0bfb273a488f98079a84f3331c2000ec0018e5c1a748a4f76481853fca168"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622173707.php":{"size":1491,"mtime_ns":1782214545724314524,"hash":"e7ca8699e56c8ce50350006668b7958af1be4663f36620a12ce34dc1fecea6e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622181251.php":{"size":1171,"mtime_ns":1782214545724441066,"hash":"9a5233ddd9873b485bfcf9b9009619a42cec5bc0a4516d98a387b42a249aa0c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622184409.php":{"size":2212,"mtime_ns":1782214545724627733,"hash":"caa199786e4c7016e4232e653b063278fe809536f4eb2b42305e3bd30beef290"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622185948.php":{"size":2005,"mtime_ns":1782214545724826651,"hash":"7048fe9c1439b52f85abf3186cf4eec913eb873e8ac6ae1154712adccc327b83"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623115721.php":{"size":779,"mtime_ns":1782215846636875546,"hash":"4c8e43a5be46030c087a8679b9b84e8cf58b4174e9228f94fa02dd0d3f2e5990"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623173907.php":{"size":779,"mtime_ns":1782253591740927223,"hash":"237d660c556b7f37176854a98f02cd114fafab9405f9ae4945a8a75941928f8d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624030339.php":{"size":916,"mtime_ns":1782270223182271448,"hash":"a97dc816b64080ab3aabd67347c2161faff7090629810a6db13c051991edd8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624092459.php":{"size":2059,"mtime_ns":1782293101374459999,"hash":"44b5621ce383ac7cb1cea47d7006f3c2b0b47bba8d49f59c78a0df4f737f8482"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624093738.php":{"size":1266,"mtime_ns":1782293867202071491,"hash":"dedb9cb5586cb39f3d35af323fab3e41ff8e63ca961cdb98b8a7beabd113c8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624123236.php":{"size":809,"mtime_ns":1782304359030218634,"hash":"acb3129833c4f6b1ec99f90496e23400de1df0624f1dbbba5077a20500a38548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625135132.php":{"size":780,"mtime_ns":1782395498606655159,"hash":"a1c3aafeaa1761bfaff51ae0c523a2781cf359fca511e7aa8bd294b70011a9a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625150304.php":{"size":1990,"mtime_ns":1782399813900039403,"hash":"87f84613f1b928abd28cf7502c4572ebf7599d0c47d3c97497a5d74b9fb2c983"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/package.json":{"size":2352,"mtime_ns":1783189109134887945,"hash":"3e0045fee56c6eaf7f2973ff15b96e205c89dae7f66ed2353de7990b4858e7a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/index.php":{"size":206,"mtime_ns":1781009656089267135,"hash":"6609137ba6c6187032cdfd84e9d39097732d861414157cacbdeb77b2b271ac8b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/manifest.json":{"size":851,"mtime_ns":1783067213231257247,"hash":"ffb0ad60c98078073b6590566e106ce7f1e2d0a830fe67fed83566e3a9614728"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_realistic_data.php":{"size":24320,"mtime_ns":1781519949285784202,"hash":"2ad075c6d333a42f3ac51adb0e1d8b444f64f3b5a01bc87f53d9522cb272ce68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_test_data.php":{"size":13557,"mtime_ns":1781169644756523490,"hash":"d5bbc3b4a96e7abf610d9cd63da61dac6b73bdd97b5672eb4ec191bbec2255e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/skills-lock.json":{"size":267,"mtime_ns":1782232921467371596,"hash":"4b889910ed363cee9dbd7da20e9c0748ddf40dd483ed92b5e581ebedb506f179"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php":{"size":104696,"mtime_ns":1783010796434586125,"hash":"994517b626d00af208e8a11857bf7e1b74ef2d445d00f0711825d412642909cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminController.php":{"size":490,"mtime_ns":1781030416417456388,"hash":"7d18322ef916885ae0181a7b9dde07ab07d08bc49cbf72669f50e5268ffeef62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php":{"size":920,"mtime_ns":1781551622411049671,"hash":"3b56ad9741a4349bd249a4a4e320f7195c320fec9a96ccde6da5b8f75d87b32d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php":{"size":24240,"mtime_ns":1782304270243667628,"hash":"8a6f406c0d70ab3cc8802470ee6fe0d24c883177fb8fd436653c31edaa915e36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentSettingsController.php":{"size":17714,"mtime_ns":1782728407188976018,"hash":"213d1b93ba08882b32a47b70be27553aae4d53bf92fcdb66d2c2876e33f0eb6a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php":{"size":15723,"mtime_ns":1782728407189591731,"hash":"36e9472f0cdcf7178c898629a676f50452d0572c9dfc7f6c0d3f91a602716a0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php":{"size":10213,"mtime_ns":1783059631681371250,"hash":"71772f7b52621ca23f103b0badf87b12d25c430546a5adf6782758c47fc5d0b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/DateOverride.php":{"size":2925,"mtime_ns":1782728407190402153,"hash":"c59fdb6d3f05bdb6cd558bb74e701897aa14947acafadb64943469c19fe696f0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php":{"size":2953,"mtime_ns":1782650883604011152,"hash":"45b9c56571e20dfc0cabc789b083e2099273efbe5c0a589268a7f5e35106e631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php":{"size":3519,"mtime_ns":1782650883602991274,"hash":"ac7a64333676e95bd5f9a78c22fe0f83fcad6bf96d65ae2605685ab8c01ed453"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Message/ExpireAppointmentsMessage.php":{"size":85,"mtime_ns":1781551622411423796,"hash":"094a07b7c7552dd1c2812e066ae7e9cde6dc6bc9ca4ef07e11b82f8feec45fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/MessageHandler/ExpireAppointmentsHandler.php":{"size":504,"mtime_ns":1781551622411619546,"hash":"8981c0048e84b26121eb8e2a6e1f9913a7d61d958a48bc4bee113df6c0c77a80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php":{"size":7660,"mtime_ns":1782728407190649529,"hash":"293ee69d87a2ee0421f6a4f73ef854b9fd7d261642ac34795a453438ac762b39"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php":{"size":1119,"mtime_ns":1781012268350237489,"hash":"f383ecc7f0712616f9969689e3a2011faf49b3ee6c2ec3fc6751f0e93560df91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/HolidayRepository.php":{"size":1768,"mtime_ns":1781099253934669137,"hash":"f886ede4b1998bcbd43c335af00c205c410cfe7bd74b17c12add062b12b84d7c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/SlotTakenException.php":{"size":101,"mtime_ns":1781535498216404171,"hash":"e6ca84966b94b947c7df53646b8a0c5b1a5f5564d144e2b0e00b7756c97d718a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/WeeklyScheduleRepository.php":{"size":1480,"mtime_ns":1781523180068721029,"hash":"8a3deac81ebf1b16b5221f172aeefc9a45009658b7820e6e8597a589ea3af936"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php":{"size":1834,"mtime_ns":1782728407190939073,"hash":"0e08a53cd50f1fa75c2998ce2d39400cf116f1e7d5632015fefd589ca730e771"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/SlotCalculatorService.php":{"size":11056,"mtime_ns":1782217986438154633,"hash":"b42aeef988db241ca6b6bba68a3932214b3a0bcd6b89e1185883c7a52ee8be3f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/AuthController.php":{"size":36235,"mtime_ns":1783071277197098748,"hash":"0d35c229354b07670c935752c25f3dd83ee724c9af7412063f6562964df2a1b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/NotificationMobileController.php":{"size":7242,"mtime_ns":1783237168983222014,"hash":"e87024acef4e93a1bddbdd8545b41f9130635d605b1a327ab4ac11661585b71e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php":{"size":7775,"mtime_ns":1783238186842551652,"hash":"7827ce2a3eb6f03cd0b910462517c24c0762731357afc3558311d229a5062c36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/MobileVerificationOtp.php":{"size":1930,"mtime_ns":1781167196281533241,"hash":"511faa2e0698158b312aa66c5b7d54539963056b011200b3a7b86a65651e56b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/PreRegistration.php":{"size":3061,"mtime_ns":1781252232305967808,"hash":"74a388c7ebafa889c4428ba1538ac46ed8f1f5c6ef5a34975016f85a128c5f40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php":{"size":4972,"mtime_ns":1782728407192144123,"hash":"83e9341f771214eaab94dd7c4f0aa2de0e5c0528a0fa5eb4927659f94bc7ddf0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/UserActiveContext.php":{"size":1160,"mtime_ns":1782652951356493481,"hash":"1c60c30e2800176bb2dde9730607d081f2fa1a05f8f6ee6e917ad256bcfa73cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/PreRegistrationRepository.php":{"size":842,"mtime_ns":1781252241014651656,"hash":"050d7fae8134856aeccfff39607f5cfb44e8b923e13d0235411a577b78a6f96d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserActiveContextRepository.php":{"size":952,"mtime_ns":1781164699567301035,"hash":"22c3a507b65fe3f858806b1d7bed15411be794586278ddae7ac5ebe09782bbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserRepository.php":{"size":1023,"mtime_ns":1781010107490769863,"hash":"748b70a06bf6833d94e5168e4ebc06ad7faf0dff67f5f099f595f10cf4f59137"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php":{"size":4195,"mtime_ns":1781946748878509164,"hash":"abec4d9e6782d2833c1eb7862460130ae093b20b5afd4e1ca468f9ce784b53ef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/OtpService.php":{"size":3747,"mtime_ns":1783236682997204096,"hash":"ac8f9cfa6d67decc1ff89d2ed61e9eb2ad2034214c015aa072acbbb66be05e97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/TokenService.php":{"size":2166,"mtime_ns":1782036558107915300,"hash":"3b749587b4c8ffc2d0fcf9a266ab32aff75b1681af31e6797d8046dd3ee36713"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmissionResult.php":{"size":509,"mtime_ns":1782214545726213864,"hash":"5391e205be5e00bf0cdd088d6f9b52427e30e3a5d29d2c0ae39753b15b67fac8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmitterInterface.php":{"size":461,"mtime_ns":1782214545726346198,"hash":"9286f1fdb68765c4512fa8aa302156a4fc54df7af3fb5d5d1e2d59c24111c3db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Controller/BillingController.php":{"size":13703,"mtime_ns":1782728407192799169,"hash":"7226845540da9c2d9121eb7e25eab910b5d60d45d0f5dc14321ce9379b079967"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Claim.php":{"size":6465,"mtime_ns":1782214545726749575,"hash":"85028f866ff4695fa0095e4ba3191a385a63fdb3aa1f3222fda2d94b61d6d39c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/ClaimItem.php":{"size":1646,"mtime_ns":1782214545726889450,"hash":"0e3bb1ebc45d4c045ef0e6fe09170976c315d7da410efd79bdcc53189e9dab49"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Invoice.php":{"size":6079,"mtime_ns":1782214545727230826,"hash":"02081acac585d1cfaabd1d404b0bb25c7bcf25fa51e32bf986cd75675d14ac24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/InvoiceItem.php":{"size":3448,"mtime_ns":1782214545727383452,"hash":"63280ec10f55dc16106afecac0784a9094ce12fbd3787a482a75eafe451aa5bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimItemRepository.php":{"size":895,"mtime_ns":1782214545727554077,"hash":"9f606952d141e1db9f444ec80bba343c34a5c39f905f72c53c76d7cc7dc58f89"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimRepository.php":{"size":5807,"mtime_ns":1782728407193826801,"hash":"26fd73c5de681031611a56b0e9a1140cf3b4c1088059ba954e7c3c8a344392de"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php":{"size":2056,"mtime_ns":1782262433593751772,"hash":"6a2e18c9de2434f67ce2250dc17ec50a29f207b95ca2fc6e2a9c7d338a67a67e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php":{"size":865,"mtime_ns":1782214545727978079,"hash":"71c55535e6b20d820e351a26af6bd1c1b6cb26c371414e611e8e858c2d8486f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/BillingCalculator.php":{"size":1975,"mtime_ns":1782214545728144705,"hash":"9751645f561446a0d0f6a618cbbeae012f7f2274c5c1fbb4379220b995070f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ClaimService.php":{"size":4124,"mtime_ns":1782254015995593528,"hash":"f04e02faaf3d8f49d493c2e77f8f80120e8de353af185e624996c9b14e36267b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/InvoiceService.php":{"size":3335,"mtime_ns":1782263056583478624,"hash":"411b9e4e6aa41a158211959c5b9c4c286ada95c8b68596364eca3b1cbf436e86"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ManualClaimSubmitter.php":{"size":771,"mtime_ns":1782214545728543539,"hash":"11064e4cf0182849f67012ead852a3b45c2d8b66693e9680bfabf4094c3b9d40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/Money.php":{"size":775,"mtime_ns":1782214545728705873,"hash":"97c8de0bcd950f7b29c8f8fb87d33f4cb79bd0b17e531592c80fa5fb5c0e6de8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/ShareBreakdown.php":{"size":599,"mtime_ns":1782214545728844457,"hash":"98b4c746ff1d241697d227cd21bf6a8b010cea93dbf0a219f89910456c511ac1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php":{"size":17742,"mtime_ns":1782050215484280688,"hash":"4bc5e62060b6e27970972698933b7e9b6f63a4eba44cac9fd08cabb6d5c355f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php":{"size":5562,"mtime_ns":1782650883613744390,"hash":"5e6a312d48b1efacb7e4c14b87a658d1ad64bf0d3aefa5bdb2008011cb3b175b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php":{"size":2133,"mtime_ns":1782049659479434537,"hash":"a15b4c1c26d71f5cd0b0d4e3c913702999a475ae13abd7d8eb29ab20e033adee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryController.php":{"size":1776,"mtime_ns":1782728407194246845,"hash":"1be28d02d6f241500cc7a55f1a597962d80b5f72c814c9308fd6811029aef714"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php":{"size":34368,"mtime_ns":1782035216514487631,"hash":"434df68031d6367be88eaa0faa9ed185484cd9e7d4e4b4b9e0b50d4d743e18a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Entity/Clinic.php":{"size":12311,"mtime_ns":1782728407194604639,"hash":"d192f3609f782986a1c36a6236066c503364b8d1bb7312c928e7c9ff1a2f5d80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php":{"size":4495,"mtime_ns":1781782025398193552,"hash":"e6a358cbfbbd1bd23e4e823ad1b981c488de8282df7bdcf2eea921232be0b090"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Controller/ClinicInvitationController.php":{"size":10193,"mtime_ns":1782728407194937600,"hash":"9e968ad47c34e34775e6793301147eaf9768692a8f254ceed37152207ae3d202"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Entity/ClinicDoctorInvitation.php":{"size":5434,"mtime_ns":1782728407195142351,"hash":"44d986e38a0aaff4ff36d621205c7361769814ac64e5e559dfeb02d2e63b09d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Repository/ClinicDoctorInvitationRepository.php":{"size":1821,"mtime_ns":1781293272835808881,"hash":"10604824317018d8f535539834b9913ef3982889b1ffb2874e4438f848f06726"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Service/ClinicInvitationService.php":{"size":4248,"mtime_ns":1783237201612845423,"hash":"ce837f6e039960c4c885be2aea3ae1ed14c3c98905348c67343fd65fa976f45e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Controller/ClinicServiceController.php":{"size":15449,"mtime_ns":1782728407195387478,"hash":"38d8db77331e6ccdf9e78a54f5f223cd74cd1b83880d40ececcf4cce392472cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItem.php":{"size":4270,"mtime_ns":1782260462891413703,"hash":"f7c314c5ddc678d4896d358c4b89ee1048c314fe237fb307b1909e44d986307f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php":{"size":2865,"mtime_ns":1781516938575505158,"hash":"6fce4d578f8878eb023372cfeeed180e1826274363811165b1623578b8911386"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/Tariff.php":{"size":2497,"mtime_ns":1782214545729589627,"hash":"77a5e0dca59cd5587ab614a2bedd46a0de3485d620a6125f4804db7b688115f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php":{"size":1193,"mtime_ns":1781516938575690367,"hash":"3561e5174c09c2d295bf2b77e3a2692c234f30cfe76b597213ce1bd2ff9bc81b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceSectionRepository.php":{"size":1274,"mtime_ns":1781516938575822117,"hash":"6e87ff4062b59b4870ac32891b6fd40ab36ed939b3a67959c600a63a0375b299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/TariffRepository.php":{"size":1312,"mtime_ns":1782214545729721752,"hash":"fece09188f0d746cc7fdc518fb8d63488c77314d629940d1c0969b6f28fc7b38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Service/TariffService.php":{"size":1653,"mtime_ns":1782214545729910003,"hash":"13d77eda5f22d43badf639d0127bc7252b3adfe6c72657c33423ad5a04f345b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Controller/SiteConfigController.php":{"size":3598,"mtime_ns":1783010796435138624,"hash":"f2ac3a77ebe11da45b93f24513955f734586b01d2f18cdca5d0849e927df88f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/SiteConfig.php":{"size":1026,"mtime_ns":1782650883609343293,"hash":"694f1f497f5a3a1095f2949eacd68694eb7e8d6536abcd1bb61e7d788abed158"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/TaxRateHistory.php":{"size":1836,"mtime_ns":1782650883608855500,"hash":"1b50a1ed1a3d72be73df9bce2bcb010e2b90888bc7daa0a312ede4d181327631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php":{"size":2334,"mtime_ns":1782929759660596058,"hash":"5ea072c77a0f25c8ccdd23616656fce0b88b93408c6cd461d98e9b18a6fa85b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/TaxRateHistoryRepository.php":{"size":591,"mtime_ns":1782293892020820040,"hash":"1161721d41f057cd7c7d820b405a526cf644ade3da6a44a93e63ce9a364a9ca3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Dashboard/Controller/DashboardController.php":{"size":18353,"mtime_ns":1782895903517818351,"hash":"daee2d9b6d06d625e6cab2ea419f7cc5f7ddc2ebfd53f1132502a4029bb71f7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php":{"size":38478,"mtime_ns":1782978998655477695,"hash":"4e11a4de7119bceffd73258b7e865d7019ccbcbf5787fcc02fdd06a293c38f88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/Doctor.php":{"size":16811,"mtime_ns":1782728407196033316,"hash":"dcd2dd96c11cd47f033dbb41718dde4b0f7fa2a2110f25ba4804b33e37e331e2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/DoctorAddress.php":{"size":5470,"mtime_ns":1782650883611537550,"hash":"f42a0409b492abf55f1ed704e65e2273b1a9b7424abf0d2bd9c9507ea9345747"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorAddressRepository.php":{"size":2770,"mtime_ns":1781783246170814153,"hash":"531973c4cf541ba9e8f3955fad4c863ec94f0a5cf84a03c9fa438aa59f979a3c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php":{"size":7973,"mtime_ns":1782977943310029192,"hash":"6a54958abae2be938e6d6eb88e8005aeb8796d35b70e04630d66ab6ae5da2279"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Controller/DoctorServiceController.php":{"size":5592,"mtime_ns":1782844356167570792,"hash":"4e16c69d4c1e7d4b295ed6840c0b6010e03e8c0c7411102cb63c1295dacc8538"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Entity/DoctorService.php":{"size":2831,"mtime_ns":1781085550562230229,"hash":"6d7d545954a787dfcf52e2f9b8ccae47a1af55c21a43d3c60ca8c59dbade506e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Repository/DoctorServiceRepository.php":{"size":1274,"mtime_ns":1781085558665462494,"hash":"79eb3168176aa86043e1613fa832e0a94b683ab7cd5a7553222d88ef9198f4c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php":{"size":25579,"mtime_ns":1782844375135424196,"hash":"81785346450737ea93ec13608e671ec5702072ca36bda0b89666f1497c9e6e68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/DoctorInsurance.php":{"size":1960,"mtime_ns":1782728407197029697,"hash":"3835c0d26cf2af6937ccb1990a2a097e0696bc03c144ca9863867906de1b3a94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php":{"size":2507,"mtime_ns":1782214545730369713,"hash":"e0c3664524d71706ffc2c377c20c9ea5d12be0b8aacbe3feaeffe555ee003ef7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/Insurance.php":{"size":2270,"mtime_ns":1781085569269281268,"hash":"bb5c7b593458bca73e6d767909d845c59371d50aefc54d6819b53b036d16d8a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantInsurance.php":{"size":4767,"mtime_ns":1782214545730514547,"hash":"8f4a4e4087e65a58cdc2444a4584a3a40796948313e4374e1f8a38983385bda9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php":{"size":3432,"mtime_ns":1782214545730644047,"hash":"fd098f4aef57bc0988ca8d17760b0009d2742666fd62fc0ff2ce07fc6b0dab1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Enum/InsuranceType.php":{"size":351,"mtime_ns":1781085440519759893,"hash":"30ae4d15da752fad6f6fdf214fc764732f372af51c1361fcdd23ccf7cb66d41c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/DoctorInsuranceRepository.php":{"size":848,"mtime_ns":1781011984448803782,"hash":"61e05cda6d846d53a56fe1bc16a932bd7ee1fcc43f8ad9cdc4f8eda7635a2bb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/EntityInsurancePricingRepository.php":{"size":1404,"mtime_ns":1782214545730775964,"hash":"623b73aedc8f41f9f0ac7d374725808c1c72012956628e15ebde5681f7034dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/InsuranceRepository.php":{"size":1220,"mtime_ns":1781085576476951957,"hash":"dc63f462de508c5f6d1fd51b08ebd887c5f79528d5183fc7a792e6cb579e26ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantInsuranceRepository.php":{"size":2436,"mtime_ns":1782214545730912256,"hash":"b99e224b9f48a68ebdb627590ef6c9057f3ec7969e4ca2e317378766527785a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantServiceCoverageRepository.php":{"size":1339,"mtime_ns":1782214545731054174,"hash":"5d8193d5276ee2a12f650ee075fc47f0bb32f32bcaf26f46328b1c7498636853"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceService.php":{"size":6310,"mtime_ns":1782268410292219426,"hash":"088a8086ca7a8284aa67577aa0ffe060d532f3bbb2090b6c3e3ff0f4730e2703"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/ValueObject/CoverageRule.php":{"size":381,"mtime_ns":1782214545731415633,"hash":"3ce989704beb3ff9aa60cad8460e69a1ef5a411ff0024b7d5541df502f4cbf2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php":{"size":992,"mtime_ns":1782743240249498742,"hash":"3b2fcf35ae459cfe82147916f43a6da872819e946938e0cd330a596a226065a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Controller/LocationController.php":{"size":10686,"mtime_ns":1782974061724307246,"hash":"932a44a4ab3a500433da4f1d7f2be16eb6f50420871c62a73f8c8f2ca3fbb624"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/City.php":{"size":6193,"mtime_ns":1782974046991891215,"hash":"87707d98ee67a674c5e81583b81f493c6c213d6f937f50b001533b334b1ee3a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/Province.php":{"size":1688,"mtime_ns":1781085458710667014,"hash":"3353fa978b6558c945031d0c09a3dc24706f592287978236072c53c3cc13d033"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php":{"size":1187,"mtime_ns":1781085493561648130,"hash":"1a7f0d07099224c30cc6111ba102ddf6cd583df610528c692ce923d42bf1e591"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php":{"size":1071,"mtime_ns":1781085486117016673,"hash":"4572085d4a4e79a86a1c2cfcc89b5cd6268ddeb466878a16db71f60216a6c148"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Controller/PatientController.php":{"size":15797,"mtime_ns":1782728407197647952,"hash":"0adb531514bb19b3fabe1e679468f731f00cc6d34a2edbb9e887a18c94447bc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php":{"size":3088,"mtime_ns":1782144029159424511,"hash":"8be2218c1dcc6dd9101278637b469d927567abf3e264d6b8c634292641096dfe"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php":{"size":7041,"mtime_ns":1782728407197911662,"hash":"e99aa5f70fa1eee35e78e90f7ea8e8e5f4bc80b77d2de0888eafd91b3ef0fcf6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php":{"size":3069,"mtime_ns":1782253591741414931,"hash":"d7326f5115c044fe75744a4c6ac0e2d0efca2b4a93e57984483f1c859ffba1c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientRecordRepository.php":{"size":3131,"mtime_ns":1782144042914186374,"hash":"c445fbf45f6eb65c5fd5c3f0704e1c972f0a9d9297a80d0dc879165fc57666c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientSessionRepository.php":{"size":3665,"mtime_ns":1782268984212730950,"hash":"24f29fe0ee2cade4f4bef5572aa45086f444ab02d67f82d24228de49ccc25a2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionServiceRepository.php":{"size":563,"mtime_ns":1781516938578050288,"hash":"24beb2335672cb84cfa5a787618c7907663606aa14262af1b8ee93058c0ac265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php":{"size":7827,"mtime_ns":1782263039495809276,"hash":"e23289a2e8d04c22a69888e3775e2b851246b28c6e217cf22e8c91e99ada9ee9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Controller/PaymentController.php":{"size":31102,"mtime_ns":1783059694944318453,"hash":"06f9abb6001a7bf771e905db060daf3e5b6e80f67b4e2521ec377a8a59ca8be2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/Payment.php":{"size":5779,"mtime_ns":1782995955189532682,"hash":"f26e537b012e10faaac23f291ccc341345bb2512c3c4496c4bffea3308086eba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php":{"size":17878,"mtime_ns":1783010796437088205,"hash":"79ddf5f1ee1b38138385106d78b195971374a41970f58f405a53990462819c0d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MockGateway.php":{"size":1863,"mtime_ns":1783010796437333621,"hash":"67b67fd5299c1e912359d94dce4c88d5742e2ee324d699fd12333e1a225bcf7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentGatewayInterface.php":{"size":948,"mtime_ns":1783010796437841370,"hash":"fb3512aff2ebfdbe34c6d5eab4e67dfd5c90fa6dbbf0cec8bd23eac0c2e51734"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentInitResult.php":{"size":663,"mtime_ns":1782981352831261065,"hash":"e474570a753b56888f8fa5458cf7eeafcf7e4ff390429a5f6612bada28f9b401"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentVerifyResult.php":{"size":368,"mtime_ns":1781591920508677099,"hash":"88f08d81dc92ac75d2f0628c60f3fb78b039b9184039592047cc92c58d0db068"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php":{"size":4481,"mtime_ns":1783010796438445827,"hash":"46964086d05dde76b1c0e3bc7f3dae8eab8aa1ac6d9ae609abfb3396eae5aa6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentRepository.php":{"size":3863,"mtime_ns":1782993112274771320,"hash":"f8e7f5bb986225beb28c2d175a78cb1c2dafdc8b99a60779bc1e04834ad1dff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/CircuitBreakerService.php":{"size":1228,"mtime_ns":1781012993246621609,"hash":"4e04548bbb1ae6b6c17a4206408f3050ad341da5ddcc74d4b1af376b50580911"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Controller/RatingController.php":{"size":22783,"mtime_ns":1782728407199386297,"hash":"64462e603b4569268e25d7f6a989f1b4d9b598a7613405a5d5d0165df2b477fc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php":{"size":4881,"mtime_ns":1782650883605327864,"hash":"c43aa389121312d1fe2ba9639e3a6a0ba5fc21f78d0784adb723c26e3afbc0fa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php":{"size":2153,"mtime_ns":1782650883604545320,"hash":"7a7937df6b8df47196e035544c1ec78a11847a0a1688114bdb5265adde8d32c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php":{"size":4359,"mtime_ns":1782650883604952613,"hash":"bb8b2b8ccda54b99bd5ab0bd937dc29d4ac840195e3f89fcfc286b5429b2b863"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php":{"size":3785,"mtime_ns":1782728407199666132,"hash":"57721807456fc1a9e0c2df0dadb2b4c45cff8a7c2e650c33ff1e4edc22ec9eb0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/LikeRepository.php":{"size":1619,"mtime_ns":1781557035805931490,"hash":"9c2c1575ce7f26c9d2139ab8301fd887658e295f66b4f164b48d050bd43a411a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/RateRepository.php":{"size":2052,"mtime_ns":1781557035806516573,"hash":"5e2c5765f0d67648d72fde8992e1969822df630577e503f9a086dc01960e3f90"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php":{"size":41262,"mtime_ns":1783236899056081118,"hash":"73475defd275c9aa8be88f4111486749fce766f658313b0d6fd2a98f7996ee24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php":{"size":21984,"mtime_ns":1782728407200758181,"hash":"681dfdf19f3a7a8d0d86ddefff60f30fb81d1a9c1024137c0f9ba3af6c658fe4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php":{"size":5417,"mtime_ns":1782650883614592767,"hash":"ce5a938bccaf71572af189a1b92ee7e21baa9865c299dd261e3f18180b21b620"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php":{"size":1239,"mtime_ns":1782304285868497898,"hash":"7b69c315115cadf10ed9b253b37141184c085cad544ab6274f330a0d1b17bfc1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/JalaliDateService.php":{"size":4368,"mtime_ns":1782384877403158726,"hash":"8a1282441580b6b46896c1c52a6ff284279e0e3610da60c638bfce1067450fb3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Schedule.php":{"size":1037,"mtime_ns":1782929801207590724,"hash":"e1ed1b5ef5b6100bcb8a1e0d3e361ce40a2721501cdb5f14aa6fba8739654eee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Controller/SecretaryController.php":{"size":10960,"mtime_ns":1783237220892646662,"hash":"21ce325a02909122b15186e4aaf8609886b5e1401d30e4684efade11540c1321"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Entity/DoctorSecretary.php":{"size":5203,"mtime_ns":1782728407201032933,"hash":"7a89e177bf272aa6e20c29d8e39c66c4e9f761daa1875a073525369cebc48193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Repository/DoctorSecretaryRepository.php":{"size":5327,"mtime_ns":1782728407201262976,"hash":"bac031cd09fb91bf156e250accd69b5bb83f2af7738e8394852e746f3152dbb2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Security/SecretaryPermissionChecker.php":{"size":724,"mtime_ns":1781012108901602268,"hash":"42ddb598442c2c167950e1a33eeceb551384377427749d0ee3b6a61f152e64bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Controller/SettlementController.php":{"size":23112,"mtime_ns":1782728407201510186,"hash":"b6f3ad0ae1b555833b87edf0398a96200295160b1c6a57c26e3f751274892c9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/FinancialBreakdown.php":{"size":5470,"mtime_ns":1782728407201776813,"hash":"a0c5e8cc2f0a3597518275c45fe403a188bbfe210fa75da65eee3ebeef594963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/Settlement.php":{"size":4252,"mtime_ns":1782650883606160908,"hash":"36b84f9a63c52cdf4150c0848c4a3fd28a0c7a1aba6bda3f147c3dd9da2f969c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php":{"size":3099,"mtime_ns":1782728407202004397,"hash":"d2acafb91806e555535cdbddd5151e71b71561cddf2d0872461285e6d1489b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/FinancialBreakdownRepository.php":{"size":779,"mtime_ns":1782293142660794730,"hash":"ae9fa6ec3678bedb9574a38678795af169ff793fe2e660d9413fe05ba1523041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/SettlementRepository.php":{"size":2270,"mtime_ns":1782728407202173607,"hash":"9c617a929f6ed0595a371ee05d2e9d19d204ed3eb80bd0df9fe9de71fbf76e2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php":{"size":974,"mtime_ns":1782728407202497901,"hash":"12fdfe848f6eb143b87b09645122480b33a778bdf2d9179fd9d45c27540a23a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php":{"size":5477,"mtime_ns":1782304402886645822,"hash":"643e2a0f6dbf7cbcb2f4002b3dae74d02c8d6e9f694cd1249ad54ae7ddc63e92"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Constant/ErrorCodes.php":{"size":9417,"mtime_ns":1782728407202855820,"hash":"3e172a36ac3e336ad3501c5defbd9ec894334ba4f7f720b04d4515bd6703b939"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/BaseController.php":{"size":1710,"mtime_ns":1781009861592137456,"hash":"4bd3aa269121a122fcf443aa15c884adf07e0700950135a3e66dbdf27b9c2416"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HealthController.php":{"size":1190,"mtime_ns":1781009995463320374,"hash":"124d5bfe7f63a910acd5ddab19c0ecb83c9d9005786fcd6606e597e7f6b6050b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php":{"size":409,"mtime_ns":1781248993159620643,"hash":"d08f9d35b78ee68ab06620388e34b709eab59364bd0b84e5d2e1478f45310970"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Doctrine/JsonContains.php":{"size":1061,"mtime_ns":1782050362337187655,"hash":"bc76253c31cf5a3bb23264736171549281989a4d9915b05a303647324d5aa4e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/ExceptionSubscriber.php":{"size":5579,"mtime_ns":1782747822711536821,"hash":"cc3e848cbd0237379c1c26afed58de7230b93b095d87ca672ffc16e88a7bac40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/SecurityHeadersSubscriber.php":{"size":2575,"mtime_ns":1783010796440870365,"hash":"7562c1a0460eb6831ccd6e2ff396ed01256672933fc480a9454dfd202efd0d55"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Exception/AppException.php":{"size":637,"mtime_ns":1781009868466892123,"hash":"7956e81fe8e81b642076d55380a796ca70431e6c3880db06d2fc264c8b078f82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Message/SendSmsMessage.php":{"size":235,"mtime_ns":1781010000546687126,"hash":"daff508176e43de48738f7d7b86a97f047329c0c3a9896602933c7aa130ff739"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/ApiIrService.php":{"size":4598,"mtime_ns":1782750061879006297,"hash":"d2a46876b0e6e0cc5cf9a88c3ea9067de7a0f64df5bc59099c215c14a123a305"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/FileValidatorService.php":{"size":2743,"mtime_ns":1781946812332075105,"hash":"4c26e4f47f2793bbef582d233a1f08e96e91274448209159653ec0d95a3b8b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/InputValidator.php":{"size":1811,"mtime_ns":1782290232599858088,"hash":"3d610effa54b8c5afa1c206c0dd46ed3ead6b84215d54b39e6789c498c01427d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Command/SeedSmsMessageTemplatesCommand.php":{"size":1917,"mtime_ns":1783237401025294121,"hash":"04f1982a5c4317dd15ee55dfcbc7c0182f86fbce90766e5a3366fe4f19378c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsController.php":{"size":21883,"mtime_ns":1783422449654674455,"hash":"b15e9b15dedddb501f30a18e46b3c7052cdf5778006913d86f34279e6159ab21"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsMessageController.php":{"size":4630,"mtime_ns":1783237134183460253,"hash":"2869945324e63ed664748e1770ce7065d91428cbd313843814ac4256cd8b2fe8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php":{"size":11400,"mtime_ns":1782998941568914993,"hash":"af47e04758a2a47c3122a567c79aaf3a2638c5c09e2d21308a91b966b1cfe8aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsLog.php":{"size":3173,"mtime_ns":1783012949948250048,"hash":"0f62f04627bb90caea61226780ba29857fe914f5c9d2beaefc1fd17659d0af30"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsMessageTemplate.php":{"size":7545,"mtime_ns":1783239399682426157,"hash":"40fcf700f49544484e460b779e7cd1105a0aac40cf36a805aa69f61f0223d12f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsSettings.php":{"size":5136,"mtime_ns":1782109802341264005,"hash":"751faac90d0b9d9320a8315e7b0765dc39d94089c96a65bacb4a59d84bc442c6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php":{"size":4085,"mtime_ns":1782650883608045581,"hash":"9c1ebef6b3ee3a4724e94af555854df18a8d5f2bba6f524781a94478123be0dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php":{"size":1749,"mtime_ns":1781516938580571044,"hash":"af121e73720cdd1fac6a329c931f01349fae4aba0cc9ca12bf25c232ebb69e5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php":{"size":2423,"mtime_ns":1781516938580684919,"hash":"5272a1b08bc5d6f28d5d845e9201780a4804fce789175b7be82001a4102f09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Message/SendSmsMessage.php":{"size":495,"mtime_ns":1781871113880839659,"hash":"e37f791352f7f9ab7ededa626d6c3d53fa7675ae4e9cd65f499d5b0f0d8a356f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/KavehNegarProvider.php":{"size":3855,"mtime_ns":1783239423587164106,"hash":"1fd1996634511a745c97e57e57e8bca091d55531c65d0e57d5eff654c4fa92cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/RanginehProvider.php":{"size":2234,"mtime_ns":1782749977746062400,"hash":"e2910a9314c0a63d60a4d5df210a421d12149e64db2550cb58bf021bb84f19c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/SmsProviderInterface.php":{"size":361,"mtime_ns":1781013608175277472,"hash":"225781d93f9a713aa0a979f12efff07f7805972e287cc1fe11371367bfcc4e43"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsLogRepository.php":{"size":502,"mtime_ns":1781013670673270702,"hash":"66b4158b7f47661bd573f21e65c35e20e22ecbb830736f07091857004868eeb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsMessageTemplateRepository.php":{"size":752,"mtime_ns":1781888405897787839,"hash":"a6b1523de3a122f8c6dd8e442929ae821b0cc88dab224899c0a8cf100b6247a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsSettingsRepository.php":{"size":729,"mtime_ns":1781516938580977169,"hash":"c2df1e6cc37ef5422312c0eac75fdea0d42de8e6eb822faa96e7bc5e423be9cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsTemplateRepository.php":{"size":789,"mtime_ns":1781013662226415873,"hash":"8da60c0de8613863b8928cb46c6bd846cff26539f158be4a68115ff3a6c68684"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletRepository.php":{"size":911,"mtime_ns":1781516938581096086,"hash":"01a35794369da341601324499da53378a75ab8592d14a32b72d564b44137177d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php":{"size":1325,"mtime_ns":1781516938581213795,"hash":"68b117404c5f1c7c68914a367f9ac656b25cb486daeabb9808a36be205f4de56"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SendSmsHandler.php":{"size":372,"mtime_ns":1781013692820181847,"hash":"f644961f4a1538c1d315e1d6000fcae2d4466975c054685003dc616186614172"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsService.php":{"size":4321,"mtime_ns":1783422449654906083,"hash":"44e7760aba53c674ba1b631ae9e524d0f4a798902ef09761d7f8096eecee15af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsTextResolver.php":{"size":990,"mtime_ns":1781888419028487399,"hash":"c83ed15618515fd7301a8fd03a409f17232d3d03e917fcda93bf1f72fc70b963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php":{"size":1830,"mtime_ns":1781516938581332837,"hash":"72dc9bef8e8ddc92b4e2053e804407f80ffde9a4b57d1dbd07095d47f6651dc0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Controller/SpecialtyController.php":{"size":6336,"mtime_ns":1782844333713927668,"hash":"84c72c8da1f6fc901ef1b8c75accdfed1fb314c943d3b81a1d031c26f79aacf9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Entity/Specialty.php":{"size":2698,"mtime_ns":1781085518712241650,"hash":"683f2375f3d9528dd02e9cbfe7bd344ff51208aff0ef02dfed3d576c3460a1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Repository/SpecialtyRepository.php":{"size":2293,"mtime_ns":1781636247076888517,"hash":"9b991dc48c3a9c42baad98f553ee0fa395c4b596f65e84230420929f3e32e6c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Controller/StaffController.php":{"size":5842,"mtime_ns":1781522583734490612,"hash":"8b6ad6acaf1a93214344464c7dcc3b9792720118a1c0963340f639a87de43264"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php":{"size":4240,"mtime_ns":1781516938581704629,"hash":"95c3df6b577ad88a80af1bec2e17b48c6d7b9f35b1a8f75490d0a1bfbc940fee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php":{"size":1179,"mtime_ns":1781516938581849755,"hash":"d83ac7466427c09ca77b63924a66dd5710c8ecc9ba3b6dbdeecc4648940a711b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Controller/SubscriptionController.php":{"size":11864,"mtime_ns":1783235518955936576,"hash":"34f7415b9246e4c6bc25a43e9138ca0ac585d5cc664c0b78fe351c6239937a96"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/ClinicSubscription.php":{"size":4057,"mtime_ns":1782728407203534324,"hash":"a21caf7417e2a32180b91b4fe18ac8245f2b0aeb8887104b2739771151a37350"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPeriod.php":{"size":3806,"mtime_ns":1782728407203839326,"hash":"0121bf60210628bcbb1cbe89419eddfd71b29c65debdbd3dbce51e2d2632c75b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPlan.php":{"size":3881,"mtime_ns":1783233488170274281,"hash":"707633e0b704ec71df2c5a0d4dc21304aece2e79e95bf4fba01ee0431d5963a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/ClinicSubscriptionRepository.php":{"size":2126,"mtime_ns":1783010796441510739,"hash":"181ff34438c057f8cf22ecb7fa36577841e11a22a389e97e2378d690653be005"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPeriodRepository.php":{"size":954,"mtime_ns":1781516938582865590,"hash":"726666fe5f74b8a9927376e82af264b70b209a4e86d164061eb7a9b1d9440942"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPlanRepository.php":{"size":1280,"mtime_ns":1783234723504837640,"hash":"bf1ff4007b9e8aa2bd0442a5a2bf4f5194828006cf8e3fba99817cdad2dff3c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Service/SubscriptionService.php":{"size":4710,"mtime_ns":1783235508735444591,"hash":"1dd4e13de8685bfb17844898217673ce9dca5e6e8c878296567a8de5a599f1a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php":{"size":4239,"mtime_ns":1782844396159141068,"hash":"f4aa363cf77d90bfca146bffb70b496661bd3e4822fc2502a6bd390c84b15bc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Entity/Tag.php":{"size":1775,"mtime_ns":1781085585665970564,"hash":"cd3edf2f90d5bdd70487b38e085a751cb578a9cb2395086bbe2964e5dbd1996d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php":{"size":967,"mtime_ns":1781085592043241382,"hash":"283d4f4300d6202a7ab924d3bf130f7b2d90716a520b6d40ba35edd27cc88059"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Controller/UserProfileController.php":{"size":12912,"mtime_ns":1782289553079211479,"hash":"9d2e310f94dcbde48859dea9872428189b32d7f415af52e6aa5eb523c446fed7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php":{"size":9546,"mtime_ns":1782650883615317561,"hash":"d65393c833dec86f7dae8413a72b3a6cd0cc75f3e7faf36bb02995d72b463bb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Repository/UserProfileRepository.php":{"size":1267,"mtime_ns":1782270252112779103,"hash":"d36f160a81c8fa1927ea604fb2c27f0ed0f1b33507d838e28adf9fa1fa3b6fcd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/BillingCalculatorTest.php":{"size":3007,"mtime_ns":1782214545731907969,"hash":"85b469b70480541f73092cf1593029c76fb703bdaf77f71327a0f25ecffd7924"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/bootstrap.php":{"size":248,"mtime_ns":1781009800080637813,"hash":"57ff9294703e34a685f28cd3c0e46ab54a5dd3f4fe3356c224e3aed0958269d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tsconfig.json":{"size":423,"mtime_ns":1782729422588693047,"hash":"53fac6b4a0917eecde4dc3efc021cceca3d48600d9cfb58a3d4c946135751c66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-pwa.md":{"size":9407,"mtime_ns":1781343171405896374,"hash":"f6294cbb97d2ca4465b4f185c394daabb11f6ddacc29c2d471decb04da8c7265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ui-kit-redesign.md":{"size":10577,"mtime_ns":1782232921465705417,"hash":"24c6ca8b5c2e6f9b9783d446829be9cd4ffe5c6b550e0754d2d4521555382892"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-user-detail-show-profile.md":{"size":9288,"mtime_ns":1781549990210378142,"hash":"629f80e928f666143a4f251067bb31a4f866773e509f34b6c2d623580424e3aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-detail-enrich.md":{"size":4876,"mtime_ns":1781636247075313849,"hash":"a846f9cb4c0d643d7488873cd7a27a15adf39c8b1a206a371efdd0bedb472612"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-lock-patient-confirm.md":{"size":16770,"mtime_ns":1781535498213998370,"hash":"0a79349da76f2fe2c50e76e3add06522ea796a255722386426e7b7edf988637e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-day-of-week.md":{"size":15777,"mtime_ns":1781192992528836012,"hash":"73bc57098ab8816c91d042649840e5d34f5d00f096aa88b4bd3d5b9501b749b4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-redesign.md":{"size":24082,"mtime_ns":1781173659296708465,"hash":"fe28753bae9a95b192796f18322282909e707d96f00082b8d1ce655b47d2aa2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/build-homepage.md":{"size":4205,"mtime_ns":1781248910704293609,"hash":"4dda73a4d2f91de3fa5b641c559cf509ba8b87ec4621bf2e8eeedea3f9927412"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-detail-fixes.md":{"size":3514,"mtime_ns":1781286844618120218,"hash":"2cecd1fb0904f3aff92545007b33eb4bf970efd7b03cff7c53e6ca73dd2ef9e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-doctor-deactivate.md":{"size":15114,"mtime_ns":1781257376721043348,"hash":"6b36b95516cd5fafc100a500b72fc98d68992d8cb07c02160a09f827e2fb58e9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-social-media-field.md":{"size":5746,"mtime_ns":1782034582969356341,"hash":"01a6fc5a55d6357607e36837cd39a6ed646f4097fd4ba944ababf826cd1f0ff4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-view-doctor-profile.md":{"size":6746,"mtime_ns":1781361314655405808,"hash":"b7d523d90f08ea239fa8b03eae601cf68353be6f45c0192762cabfef28c55e67"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-patient-without-signup.md":{"size":5271,"mtime_ns":1782145462624789979,"hash":"5bf24921d4002ea348e38c87cc81bc08ef8e169924787c3c719bac9d3e62d4a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-phase2-tasks.md":{"size":24506,"mtime_ns":1781516938546554807,"hash":"f3d49625dfa644a00f6cd5a582e52d63bfefbd2db875f25164774a71cf345ecd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-booking-window-and-month-availability.md":{"size":12511,"mtime_ns":1781535414057585490,"hash":"505938967d29a4e337e18cb22f2a299f97e5e452e05c9b94a9e409c86107f23c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-clinic-address-access.md":{"size":10705,"mtime_ns":1781362104619727130,"hash":"657c686420a8a45159812178f8a65dbc317591779844dc26b3921c536f92de8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-profile-page.md":{"size":8799,"mtime_ns":1781175765248517513,"hash":"f1078372d9fc8eaa9196ec9840ce187d86a27b723a1c218cf872cc4e4ede5d3e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-social-media-field.md":{"size":6783,"mtime_ns":1782031213435560461,"hash":"072cbab44fe86ab89e7a46724b8631528acdd63ae0c3aee2526ab408e1c021d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-access-scoping-doctor-clinic-representation.md":{"size":14171,"mtime_ns":1781863132633307507,"hash":"8ad2e8c5d53e8f34d69e1b4fd6ce71775720cee430130043803bc44f903341e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-auth-token-hardening.md":{"size":12680,"mtime_ns":1781946301827134938,"hash":"a52ecdd96fda0f396864de78704f6c53efb9982debb51f4ea1a4494007f925cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-bugs-and-features.md":{"size":20820,"mtime_ns":1781516938546940516,"hash":"c45843d9ef701e2b73f7cd161083ffe23d315d81b68382ed4f9f45feb642c6dd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-filter-by-address-location.md":{"size":6683,"mtime_ns":1781674935483152098,"hash":"b5aa923fc81b1ab79f29f7f02401dcfc56b88ce6bbcf0c5e015200000d7ae6d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-patient-auto-add.md":{"size":4991,"mtime_ns":1782145525259778908,"hash":"9dcfac3aba7cdb8101c97017973a1bf7e4217f0d8df94b9dcbd1bda10192263b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-city-via-clinic.md":{"size":5124,"mtime_ns":1782040974660614329,"hash":"a3571d2085a8c4aa6cdc7094b964fbf54281b482a064cbf368f623dc5fda26c4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-schedule-fields.md":{"size":10822,"mtime_ns":1781523041417094452,"hash":"7ceaad108bd7bcec35b9271f73308586072e8fe12be63b1dc754e5ec902bfa1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-search-performance.md":{"size":13253,"mtime_ns":1782046573636729825,"hash":"febfb8452181a0ee429a6c1383b489ca071afe45ffb617b9343e9a406ca02d0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-guest-doctor-clinic-context-access.md":{"size":9535,"mtime_ns":1781890240620846065,"hash":"dbcabb830aa0a81fc529eb14feeec65afdd979ac4eb7ce31c80eeb22b2166166"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-invitation-accept.md":{"size":4399,"mtime_ns":1781360063617429536,"hash":"2bc99d1a7460fdf5be3711a0add4de54d4ab78a0fc16079680d4da58e4615997"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-profile-in-clinic-context.md":{"size":8367,"mtime_ns":1781365327185378947,"hash":"f063eae11f94b2132d84b0a8472bac1d4d404a2bfbfacb049f0c583f9c586219"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-server-side-mobile-nationalcode-validation.md":{"size":8677,"mtime_ns":1781945049606053409,"hash":"32049409986f11fd29d302dc3e1036cab7172ae9033c3901e0622e8171fda14a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-switch-context-role.md":{"size":7032,"mtime_ns":1781363356184798552,"hash":"74cb88449b93fd682e3ac81a322e1d405d54e111e172758e5b10ca80437e1a3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-backend.md":{"size":23991,"mtime_ns":1781516938547317892,"hash":"ba39a2e1ccfbc1a98662ecc71225aa32583a410df8e238dad15de69a62fdb521"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-frontend.md":{"size":28042,"mtime_ns":1781520442021329832,"hash":"4faf26a0b91c83a3c183e3ed929d5d2dc92e7624549af170165bbf2faa9eec2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pages-subscription-gating.md":{"size":8256,"mtime_ns":1782258337653428004,"hash":"3755a25eb7694c8c1587bfad9e02166c438ab4bd361268126cfe0f3ee553bbb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pricing-and-selects-cleanup.md":{"size":7612,"mtime_ns":1782253591735960479,"hash":"00ca797277e9520885bf056e719721e9d72d97c4000fbd9f8bcd69980a5bd69d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-visit-pricing.md":{"size":6483,"mtime_ns":1782214545719956341,"hash":"4197cd316ec7560bb084840cd96f82df6d524916d4a4ec4a0f71108c2cdbec6e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/location-clinic-address.md":{"size":15649,"mtime_ns":1781257855652300954,"hash":"c147a47466d89f4591d1efff242e3ec90e1b979463cc2d2ce5f65bd55002b770"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mark-past-slots-unavailable.md":{"size":7754,"mtime_ns":1781535427967339672,"hash":"51d4e6c59bbcf69395fb0d0a1420f5c47f5c3ea5bf77e95b3180fef5e2081fed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/multi-role-dashboard.md":{"size":47174,"mtime_ns":1781164462782884121,"hash":"bdbb8f8d4f66f36005c2c7e87f123d905c49048dba266e475c775b73d438b434"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/my-payments-list-endpoint.md":{"size":6964,"mtime_ns":1781539108766134646,"hash":"5c6b5a4fff2796f32393914512d82d2cf18fe1a2bb5c70f7087c6152451e2ce9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/national-code-unique-profile.md":{"size":9589,"mtime_ns":1782270001832720420,"hash":"4bac96e773838ee4ef912cca328f84ce957deb6c594c1a00016b305380c93112"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/new-visit-modal-ux.md":{"size":5602,"mtime_ns":1782145407253133698,"hash":"5ec3558c752110146df788f8f2f85025c4ff17876ace24f8de0b2208013a622b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/patient-record-profile-binding.md":{"size":5004,"mtime_ns":1782145573523412851,"hash":"5195bc67dec077d35f5220df58a5c2ffbb62fd44c881cc9e51d8aa53a08d065b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-test-mode-ui.md":{"size":7973,"mtime_ns":1781516938547896351,"hash":"a37f514022aea65c1e8d35c8855c087e0913c650a642cabdd39f9690577d8cd1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-unified-status-canceled-and-managed-hosts.md":{"size":11866,"mtime_ns":1781591920505562932,"hash":"32799eaded7c02d109b78be529dc0ecc8b7fc0b500326573428a365e21869b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/pre-registration.md":{"size":12415,"mtime_ns":1781252082262696147,"hash":"b1857341551ffad0b98d9d867f3caeeb8924c5b903099e9f2823620efa8eecc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/profile-birthday-jalali-persist.md":{"size":4796,"mtime_ns":1781597628367003291,"hash":"e90db79d423bcbe97680ffed422228037e2843e8169bb1188237f7f6b6babbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-bug-audit.md":{"size":10008,"mtime_ns":1781892497314247088,"hash":"63ca9f918e24b1c15839c13744045e0b8aac212279b5b4fbfa5ae619b7709804"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-multidimensional-and-rich-comments.md":{"size":12831,"mtime_ns":1781557035802767573,"hash":"332d9f393aee67c403841f184f3e6c069edaeb4459b4ee328a9310055f937cef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-require-recent-confirmed-appointment.md":{"size":9517,"mtime_ns":1781557035802942698,"hash":"305ff640dad68d7e842a5825bbf7a8f4cdb02b145eed8b782c1151db3305632e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-admin-panel-access.md":{"size":16498,"mtime_ns":1781857058512546863,"hash":"72c1500ed688169cfd796adcf9554b63994849119943dba5d5a70883eb5a8dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-commission-tax-engine.md":{"size":21994,"mtime_ns":1782292728412115840,"hash":"ca8cb1567b8434a59f5717a4b33c6ea142e69f4d1010df15010081905b556669"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-domain-guard-dashboard-settlement.md":{"size":16314,"mtime_ns":1782304099038050829,"hash":"be8842b5ac2c5a57277b047c4c6ac3f828ae302dc6a94569e8f46760564b90d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-identity-iban-verification.md":{"size":17082,"mtime_ns":1782399022752193648,"hash":"59271ef71e8e71f9f1bb9dcde1aea41565a2dbef6ed9aa8d35b1e7202c685f38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/schedule-cancel-expired-appointments.md":{"size":8800,"mtime_ns":1781551622406496621,"hash":"43d63ab1fbae2e6e2d5192d922a09293b1abbadddfe98819e39671dc00e04a99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-context-scope.md":{"size":14283,"mtime_ns":1781520442021272248,"hash":"e684ae83cc15db840406769e15852b219ceff63405fe6064bde19263b2fccfdc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/seed-realistic-data.md":{"size":14531,"mtime_ns":1781519566626148059,"hash":"6b2eea6f45404e64d2b8b3998a117e8bada7517c880339af1fc4ff72cd0409d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-coverage.md":{"size":4046,"mtime_ns":1782214545720279342,"hash":"3ff0f0f6b3a99f5facadc19ce455b27c8cea3020038a1b40bdebda4fdbaf84f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-per-insurer-coverage.md":{"size":14249,"mtime_ns":1782259799527430466,"hash":"295cae74decafadb2379fac86ac7ac1f420042d715f798d5024b03362560363d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-log-tags.md":{"size":15685,"mtime_ns":1781870909734605934,"hash":"abe301d83cba0655c353e32c6f55a9bf20dc808d033c9f5d1e40f8fa9ad5bd62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-login.md":{"size":9252,"mtime_ns":1781255737102412820,"hash":"af6300f99ef2e66cad5abf34a421e4c3f2d34995535a907f82aa86cfe4c29b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/specialty-doctor-counts.md":{"size":6533,"mtime_ns":1781636247075492016,"hash":"32a97260ea56f3bd9529a034cbb791df59ce29ca60d9966a24d469cb743fee41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/subscription-gate-ui.md":{"size":17009,"mtime_ns":1781520442075008039,"hash":"81757bb902f7ddb74f51b2aa43612d9c73fbe20abebbc2f046a6014498f9b58f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sync-user-realname-from-profile.md":{"size":6614,"mtime_ns":1781594222051658800,"hash":"b9ee6559e409596b698b855fe4ff283fac5a062a218b4aea42a3b09d14a8fd0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-darkmode-polish.md":{"size":9534,"mtime_ns":1781520979984254456,"hash":"9f195ed3dccbf8df6079d978142aac339fa50d0b949526fc1b7b832af151da1a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-ux-pages-redesign.md":{"size":18980,"mtime_ns":1781520442021457666,"hash":"2dce360a15f48c97610df47e5e6fbeea313e39fdc152e0d55bf687ec17784e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/user-profile-resolve-by-user-uuid.md":{"size":9637,"mtime_ns":1781537870411647855,"hash":"880cbf5c1bbd64937f4a197a91cdedf9c742bb3910ab2104cfb6c59e8cc7ba0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/prompt-writer/SKILL.md":{"size":5151,"mtime_ns":1781361052504791267,"hash":"abe2c711bf0a283fe50a70e5180d0ed7c7e10f7b699ceb50b4701485cf7b74bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/run-prompt/SKILL.md":{"size":9443,"mtime_ns":1781176103482888341,"hash":"bc8c63ca2411b0ed4242f54f4a998590698d1cc62ef9b2661a84668ed1e80689"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/CLAUDE.md":{"size":8393,"mtime_ns":1781551622406854747,"hash":"1712a6a680cb00c102367be014ced75a77306c0c8ac1fbccec95f37ed31cff4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/TEST_USERS.md":{"size":4101,"mtime_ns":1781520709654384302,"hash":"ae97e1e0de7fdd1d8dccf030c996f155262259cbd648b71d4834436f90827910"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/Architecture_Audit.md":{"size":33583,"mtime_ns":1780948937761931658,"hash":"e79771047616dbb7a604687b92ffcd47f09dc19a112fa51174cc2738a0e5c49b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ClinicPro_Manual_v2.md":{"size":228782,"mtime_ns":1780944864742215753,"hash":"86c808b50dd3da1c5107e4b6a3a03190f30c643643ad6de4c89b2045f803baee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/prd.md":{"size":28619,"mtime_ns":1781520442203119936,"hash":"a1691fe2f87737cd12253bac3bfda2f8feeaabc15a159a8dce6482eea7fd6e8e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/pre_prd.md":{"size":5454,"mtime_ns":1781516938560096835,"hash":"4736bcde5ba8e7c73405d0e7c31b6e2651b65d475e4cb9a924ae152b799bc4f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/ui-design-spec.md":{"size":20687,"mtime_ns":1781024129379257560,"hash":"60176b60869538ed763bfd4b0d02c138481811e62482b73c41693ea5393e8460"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/user-flow.md":{"size":16280,"mtime_ns":1781022482742007613,"hash":"aad348887a0347a4d348eb228959ef9e44099e2c4e60959d0dc06d976ebe7e16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/README.md":{"size":3621,"mtime_ns":1781158395412841916,"hash":"8ddb00666307b307dcaba4c0b7b4f4c13e5f31502f7d20d5c3a8a82729c606b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/admin.md":{"size":34752,"mtime_ns":1783010796433545751,"hash":"9ed706e8bc8927f07b698e380435a552f2eea674ac5bd78116de26f7891edc93"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment-settings.md":{"size":16574,"mtime_ns":1782728407106610964,"hash":"540be837def81a7c24a001654fde543de78f168ba34ed839c6e6fd597ea55ed6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment.md":{"size":16822,"mtime_ns":1782728407107114384,"hash":"7b39650f7266519461983913a0c78e186275d036101a827049dd6f8c3574707e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/auth.md":{"size":19494,"mtime_ns":1783072324109341756,"hash":"731194d44bfe38b142c7b5e2c6367ab52c325988d60151f60d7eb55ef7cc07d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/billing.md":{"size":10078,"mtime_ns":1782728407107896681,"hash":"c9f6afebfd6b6f7a7e55bf1d14c8123f9230a99fc566c63aa9cb4d01b6204324"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/blog.md":{"size":5522,"mtime_ns":1782050526553302749,"hash":"fc22dc80387b6c8f477854a19dfe01e496b90b688020325f1df589e0ae5cab8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-invitation.md":{"size":9237,"mtime_ns":1781360269658725816,"hash":"50b040f0cc844000cdf24ba7971b4bfe4367e7980413f2dd90d7187a4e0c9991"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-services.md":{"size":6228,"mtime_ns":1782728407108299892,"hash":"d03260630a54476e8c29c60a2eb6540abb203d81d7656a95fbb1381344ad1a00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic.md":{"size":14733,"mtime_ns":1782035382888801592,"hash":"f92d6767717fca87e08884cee26a75a77b5ff8278bf0f6a0219245b3028130ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/dashboard.md":{"size":6099,"mtime_ns":1781516938560827336,"hash":"8368266c4453ba5364ed0787679059288d98527506bf05a44f86b5a31a7e0a6b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-service.md":{"size":3542,"mtime_ns":1782844893680414173,"hash":"e89e263e5bbc843f579006c3b353fe521d9366fc228515e8a5e596321c8c0c42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor.md":{"size":14166,"mtime_ns":1782979047543892080,"hash":"93c2ba36b25d898a701cdff25d37e0236e866cd1a358394172a3f572ffecd87e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/insurance.md":{"size":14620,"mtime_ns":1782844893680930170,"hash":"777ea6859a4a038025bff4fd5619e698c213fb174f40b4f41292b07a7bf12dd2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/location.md":{"size":5955,"mtime_ns":1782974277464731662,"hash":"ab2fe5f2a37d5018a85f0391923ddfb058682c2107c85c2ecc9b60f24cbe0433"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/patient.md":{"size":11646,"mtime_ns":1782289600489452444,"hash":"37294299886dbe4d8227c8fdc5afea62f50755e0fd42f229eedc58f1a036abb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/payment.md":{"size":31190,"mtime_ns":1783059802815483222,"hash":"185d415dd222b32e42748feaf8665013567822eb83e50ff737ef9d7bcce4da9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/rating.md":{"size":11090,"mtime_ns":1782728407110670616,"hash":"61914c5f9d29060ba157369cf8e82392cc6b094df3f3a1423904c2988b19def9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/representation.md":{"size":21255,"mtime_ns":1782979067555992803,"hash":"8d1eeb4f42518a2b78f43c69a4ca775076d5684e0f466217c27ae75d34ec39c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/secretary.md":{"size":11082,"mtime_ns":1782902968293482660,"hash":"8a4df85eba0a0da8f2a31f07cb8ed2b182bae88bc4530db5c743bd012bc4bbed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/settlement.md":{"size":9976,"mtime_ns":1782728407112458962,"hash":"ad88d08fd6960cb9bfd932b91def2ad395a50c391f7692e9ec30fa4dab681722"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/sms.md":{"size":20849,"mtime_ns":1783422271864870816,"hash":"5ad384eb9ae6db2019dd46351a80207aa9ea9a52813d7233faf1ccf2f10f56a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/specialty.md":{"size":4869,"mtime_ns":1782844893680226216,"hash":"8f43fadb8c8754ab788dc183df3538096cfffc5d7a542fde683d8fffee10fafb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/staff.md":{"size":3093,"mtime_ns":1781516938562286131,"hash":"b3690ab9cdd530eb6a0180f96f08a258ccae0c77d31416e80f49a92974eac730"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/subscription.md":{"size":6894,"mtime_ns":1783235773210706870,"hash":"1d6915cccf364cf13b21f3258d454831c311fb1bf1c0c88a295cf5694fff1889"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/tag.md":{"size":3045,"mtime_ns":1782844893681057377,"hash":"4044766bce277cb59476fa2c470b399018dafd94191893c53aca75291de87b7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/user-profile.md":{"size":7549,"mtime_ns":1782289592597934192,"hash":"5d269afd10ce9174f3ac63fb4fdcf1cb7272564925db2d3f5f7e75df50c42925"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/architecture/insurance-billing-system.md":{"size":22566,"mtime_ns":1782214545723920606,"hash":"afec1678fc22a9caa8f39eb9fac3f934751dcd6a315ac1441f1378193b88ba0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/architecture.md":{"size":4831,"mtime_ns":1781516938563423092,"hash":"589134d822642da7433ffa06823f4e2c79ad74e3feb135df95e581377b01ffd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/database.md":{"size":2045,"mtime_ns":1781516938563622759,"hash":"580ede75d18ef6d8117ef56ab233775e5143bc25de4716cfaf53464bdaeac599"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/task.md":{"size":2775,"mtime_ns":1781516938564295343,"hash":"b55eb66cf597d5665d57d79f268a2fc106da8a8e01c18d7f8da2327da6dc7927"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/user_flow.md":{"size":3553,"mtime_ns":1781516938564465635,"hash":"c5436837b9320d6cb9e5f50e7e6b7aeaaa8bdb8dc9a68fa4b5f4b22fdd58002a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/architecture.md":{"size":6182,"mtime_ns":1781516938564667844,"hash":"97af6c2e032264f5dd128efc6ec07a4c1c23664f325cba46bc7dca9da57b9578"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/database.md":{"size":4694,"mtime_ns":1781516938564824594,"hash":"3b798be28cfff874d1b09b25429767e7c928e7c0fd9a9db2a9685f429b299299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/task.md":{"size":5322,"mtime_ns":1781516938564985928,"hash":"46d7f8870c6b9f46071a717d0235dceffd7d25508ca4f69886e5062c8b37d0e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/user_flow.md":{"size":5889,"mtime_ns":1781516938565157637,"hash":"d11628bbcd90efc0d3d09961a2ed62fe3707c3f5b60bbbfcc615da3b7180acd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/architecture.md":{"size":2393,"mtime_ns":1781516938565327637,"hash":"d036ecddd7c889f68aac644919fb9255189de2f82cd62e3933b860bc348d34a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/database.md":{"size":1646,"mtime_ns":1781516938565469596,"hash":"bb7eaeece88f414ea6253e95b2acbbdbbf74396c5e51b213301593f2aa5d409c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/task.md":{"size":6288,"mtime_ns":1781520442208567994,"hash":"f18a2edba4a0b75fef8e08e155a4cf100b8a98e463acf88d31d506c195f5b27b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/user_flow.md":{"size":3821,"mtime_ns":1781520442059890701,"hash":"72aca8c6bba58695e7e1b63a3aa709d1068753beb31b981c648564fb822e4fec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/architecture.md":{"size":3719,"mtime_ns":1781516938565894180,"hash":"c2c7361b57f654925f2801d0820f78bbbb97dfbd07c808b4ec304f7938139151"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/database.md":{"size":2673,"mtime_ns":1781516938566026680,"hash":"de17f21b92fb807651d65288c8539699aad5597b8e541e47c9bce4dd0f97b696"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/task.md":{"size":2931,"mtime_ns":1781516938566167056,"hash":"87038a0b3a2f872944d232bcf66eb5fab7676f00a9d29319c082a4b576a1fc40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/user_flow.md":{"size":4046,"mtime_ns":1781516938566343181,"hash":"4bce3394d64f2c1d3441cd2c3ad717670d1c91817b9015db00aa9ae4eead4f66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/architecture.md":{"size":5145,"mtime_ns":1781516938566580015,"hash":"14afd5263c7d520a89f36bbba8c8a1884f88df74d09afe4caf7464025ee25063"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/database.md":{"size":3803,"mtime_ns":1781516938567109641,"hash":"2a952887767f9f9811df0c99a9bc2ba9986defd5ea1caf3ed11080ce11c61f1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/task.md":{"size":3454,"mtime_ns":1781516938567288849,"hash":"5badde1225cf74657f886825aaaae8582c1c627570f655ae9f631144bc75d7a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/user_flow.md":{"size":4630,"mtime_ns":1781516938567444933,"hash":"8e4bcbd2fd0a486d4942df7ced8131738816487d2c16f0a05730d4c190a10296"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/architecture.md":{"size":6622,"mtime_ns":1781516938567688975,"hash":"138a7655a0efa500b4a9a8f829bebbdff35803cb3abfd3da7f4d4f362d7b63c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/database.md":{"size":5463,"mtime_ns":1781516938567863767,"hash":"1dceb66c7a12a35660145fdf3bf0bbe4d5b8275f5b45bf86cbba4cf80f64675a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/task.md":{"size":4809,"mtime_ns":1781516938568156268,"hash":"1222b425e9e9856e291b8fb39c28348287dbafcf7b0a30531c5bab8642d2cb17"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/user_flow.md":{"size":6283,"mtime_ns":1781516938568370060,"hash":"e28725b4fd619e8e105951b570c0066efb23fd6f378c1939bbe5cfcdad47b2d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/architecture.md":{"size":3095,"mtime_ns":1781516938569635604,"hash":"6494802db54a411d47ce102df7a5584c1e7db3482aad69df967bf1ca71c5ba58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/database.md":{"size":1971,"mtime_ns":1781516938569893480,"hash":"ec0826918bb413f88d2d989f514b0c75a8cb932d11476d2c6e46908ce87968e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/task.md":{"size":2630,"mtime_ns":1781516938570195856,"hash":"19bc98b5866f489ff0cafdb3533f2698de3546aef26ad438d16beb2d7218c859"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/user_flow.md":{"size":5110,"mtime_ns":1781516938570362314,"hash":"3572f80a2a4741eeaa91c80e9c362bd8ff452c14c4d1f052efad6467db72ce60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/bug-report-2026-06-20.md":{"size":6123,"mtime_ns":1781932195178136627,"hash":"12f46177c25b3354d11d67086bea1387dfc7c630aa26c3ae766c680f2843640e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/security-audit.md":{"size":17685,"mtime_ns":1781029533522601843,"hash":"a4ff28a805763f65454696132ecea7011101bc37b1b6517222f1c75daf450ab1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/README.md":{"size":3380,"mtime_ns":1780914526335796118,"hash":"defeedb0410731f689fba5e8e2c6f3e35b8bf9e5e284dad43313a1184b58b1ae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/architecture.md":{"size":4379,"mtime_ns":1780948878189677238,"hash":"01cbb020665bc50a95519b010c5cb4bdcda727e5e3b11144854ea69380bba84d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/database.md":{"size":2777,"mtime_ns":1780913653761675119,"hash":"6ad045e9dcec53f77822e126640dacb6bd22ac3baee94373331ba46567bf37f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/implementation_notes.md":{"size":11109,"mtime_ns":1781000268522993445,"hash":"7fcefe550ef23683ee4ed703af2881fb5c985930b4d1a3ab7c93a74ef491bdae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/task.md":{"size":15372,"mtime_ns":1780948866192116618,"hash":"311edd5597e787245e16d25b061f5faccd468d3d7a63ebb05bb04e26b3c7218e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/architecture.md":{"size":2897,"mtime_ns":1780913716805987120,"hash":"ee14b45989f69598f9862c975c097e7c3cb720c2bb06967b9787307e7acfe361"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/database.md":{"size":4381,"mtime_ns":1780945850080810308,"hash":"d1ce5e67b210864664df658d7de16fc479948f90164e90c89f53c33ee6de069a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/implementation_notes.md":{"size":4894,"mtime_ns":1780945075278630018,"hash":"8074b8f1bfe41c918b96cb9ab1c78937bf5986feb3ebe9db3c3ca7af88d7dc2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/task.md":{"size":14847,"mtime_ns":1781000259106649518,"hash":"500d89358f6bf99cb445fcb71f0fe67afc142c3c607ccfb030cbcbea8409883e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/user_flow.md":{"size":2706,"mtime_ns":1780915019246111035,"hash":"03ed965fb14b51c065108f4eeca9672f20e8090195fcc442de5c5c60c950ec10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/architecture.md":{"size":2719,"mtime_ns":1780913810512596011,"hash":"1a83b9b76c0687098bffc9471e7fb2c51a97be4939347bd11990d55fc290fbe9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/database.md":{"size":4620,"mtime_ns":1780945096397670031,"hash":"8d639d843c5d51531781080fa6179168662a5cbd22af7ea828e770823d374c00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/implementation_notes.md":{"size":2408,"mtime_ns":1780913848138283491,"hash":"5a60299e3ce86373b2ae7c2e0efdc5fb85b753123cc45bb09e0c9d671d396811"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/task.md":{"size":2503,"mtime_ns":1780913798113112926,"hash":"f00a38d5a28420b3a8fda800286352a56f0f98b190ec67e57e1d971debae3bef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/architecture.md":{"size":1757,"mtime_ns":1780913877006618619,"hash":"e63b0d01ec3714992eefec62777ee965be7af2a59d55a9e72cf87effac0f4a8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/database.md":{"size":2332,"mtime_ns":1780917970043029189,"hash":"ae2d7fd401bce729cba77a040a613a7f8fe0e9b20e8d4a31eaa970451296a001"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/implementation_notes.md":{"size":4727,"mtime_ns":1780945968298846841,"hash":"92f49568f1ecb690bef8287e9455ef0b2ed56d897309ea6b8a580fa667f8a5f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/task.md":{"size":1962,"mtime_ns":1780913865638451815,"hash":"2884592d17fcc3363768f899a4371d0ff2f25bc05bf4ab378647224aac695fc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/architecture.md":{"size":6624,"mtime_ns":1780915477914900899,"hash":"180c8f1b3163d1c97e3add7912571278ce7d53477095695010024be863743ee8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/database.md":{"size":7593,"mtime_ns":1780917946898365021,"hash":"00d19e027d60b4461e43310d6445f95fab85d7b6ba26ba946e44ea001556b0d0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/implementation_notes.md":{"size":2375,"mtime_ns":1780913973933789015,"hash":"1fa793e81dd07304171c11a760104acd6802dbeec00363618f5d4c1e651668ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/task.md":{"size":6294,"mtime_ns":1780946040236355543,"hash":"042d405bfc9f389c3f4031533534485742dabdcfe86b4d753c0cc052a755f1f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/architecture.md":{"size":1851,"mtime_ns":1780913996728031516,"hash":"6cb465ec4509143b1ff168e629400684e18542a7c1f616f5885f1c4f8be7876f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/database.md":{"size":3657,"mtime_ns":1780926795107362628,"hash":"6ae9c1c5e9c833a0781878a60323428b3388dc46dfdb5620d649371d98c03f36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/implementation_notes.md":{"size":1042,"mtime_ns":1780914015153456807,"hash":"5bb3da0cf9daf5a64f1316e32f20d5a24d70ae5a639bc0d4b62a2667a6742b19"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/task.md":{"size":5429,"mtime_ns":1780946101876308203,"hash":"709ac2fb057f4d470a55c5e47dc0bbda7f38f6a336622fd93be0e334019ee066"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/architecture.md":{"size":1985,"mtime_ns":1780914070674333692,"hash":"b6839bd6197cc3e53162104e0ccddcb4c0dad2d268815ce71e50591dd58dcaea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/database.md":{"size":3623,"mtime_ns":1780917987390393019,"hash":"6a1ac2b1feeec574386ab34b5176b6c069ee3582e7152757e4693e18440d0365"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/implementation_notes.md":{"size":1244,"mtime_ns":1780914095217341542,"hash":"fa7fd9bc9193bd89ed8e6438a3538bb8ba6aac5dbc8859735887b8a2a876956a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/task.md":{"size":1912,"mtime_ns":1780914058797929168,"hash":"4a40fbf276a9595d6be7409e5b8ec3ce0963f7cff1ae1acdbbd8e2a8962f0f76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/architecture.md":{"size":3399,"mtime_ns":1780914129817089915,"hash":"b75f451ea0018239fff4ace9a06e486880409d0015582b1aa5f843b4ff14d9ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/database.md":{"size":4225,"mtime_ns":1780915919108824849,"hash":"07a565453b405723fef58584dc058518729c7d27e873492d8a3cea7e7de0d690"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/implementation_notes.md":{"size":3094,"mtime_ns":1780945173910875440,"hash":"c75e7608c3765170173b475dc5b2b224c663e6c116cecadf38107efdc86d6878"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/task.md":{"size":2582,"mtime_ns":1780914114135141253,"hash":"48422a947301ff86b51f11c3168ec190bfa7f9dcc10821abd5ce5b9a460979ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/user_flow.md":{"size":2191,"mtime_ns":1780914171627644777,"hash":"07b7bc5971ab5201243c5bdf67eb2d111629753dd697034c85e92c96d1008809"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/architecture.md":{"size":1996,"mtime_ns":1780914199549617529,"hash":"289adc397ac626b52b89755bfe8648fab0d7afbbdca30005de728b7697b9a214"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/database.md":{"size":3717,"mtime_ns":1780915937514717817,"hash":"88321d5b96f7d4a6b8e1704430500c45915eb2e259eef363d95f26de72109092"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/implementation_notes.md":{"size":4621,"mtime_ns":1780915380116156578,"hash":"a83b0c475c907a8d8a30ed2d0ca711db33f60fb1e61c202b76bc4731a5bf8243"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/task.md":{"size":8716,"mtime_ns":1780948491117865920,"hash":"da3cd77c8f2c7ad9129a69ccf1f8dc2317dc91a1dd956cf2f042b65361be6395"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/user_flow.md":{"size":1550,"mtime_ns":1780914238340850115,"hash":"9f5dce77e5f9988bba7dfcc621622610a49a42e0b065b884bab56b56661cd84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/architecture.md":{"size":1127,"mtime_ns":1780914261808559537,"hash":"375e8ddd7ec2c6078760759c4501a4cfbfa68fafd7835fb01fb77ec9e63edae3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/database.md":{"size":1786,"mtime_ns":1780945194993545294,"hash":"d839d386d4403610f52b0415868efd6ee3555dc5b209d13ec923975ec4bb799f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/implementation_notes.md":{"size":682,"mtime_ns":1780914277970139742,"hash":"9f0f9dc9c02d7e8672e66bf856526f7b0ed7956b926665bf807466cb5be8ae97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/task.md":{"size":1020,"mtime_ns":1780914250465105891,"hash":"6dd946fad62474b45da1077a795263188685817d871a6fe6a7a48686e24d6193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/architecture.md":{"size":2188,"mtime_ns":1780914305970064998,"hash":"5fdcb2df78dd410d0c2d434203efb1e7a932ef9e9a17270a252584779e59f6cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/database.md":{"size":3810,"mtime_ns":1780915977159314990,"hash":"2fdfac8ae3f0fc238d5398ffcc770d33470901fe1d371043f2762ca15a0c6e50"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/implementation_notes.md":{"size":5724,"mtime_ns":1780946157194396377,"hash":"df382ed8eb807a193bfc884447401cd87c9a678f6ecb95a0a246468cc9311851"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/task.md":{"size":3935,"mtime_ns":1780946250306428313,"hash":"fa4fc2ef76c08670eae962ffd0a3836d7cce4469bc5f407cebff751c025e5c7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/architecture.md":{"size":974,"mtime_ns":1780914349899858832,"hash":"a0adb45cf9f78498055809006e340318b4ca21e6f8627ecbcdcac2205f3f7b29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/database.md":{"size":1630,"mtime_ns":1780926837375006318,"hash":"3d670c92b56d80fa1da6b751fda3b776da46ea368106339d1b80dd6012e01d2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/implementation_notes.md":{"size":596,"mtime_ns":1780914363412821531,"hash":"d49115b6d3c76aec3c3678cc86c6ef5b394e8e63d96e493479bc79db4cd8558c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/task.md":{"size":475,"mtime_ns":1780914338292873383,"hash":"0f032e0490838820a0692ba9c0042dadce5a9558d87083874219c84dcde92742"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/architecture.md":{"size":1308,"mtime_ns":1780914379600079656,"hash":"17eba56cf557f9cf9d6300b9946fe25cd348fd937bd20914ba382b1a760112aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/database.md":{"size":1827,"mtime_ns":1780926849934970617,"hash":"46384e53c3b5bd73ef416c647833213a49f5eaefdd7a6c63c4227cf54e5e8aa6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/implementation_notes.md":{"size":849,"mtime_ns":1780914395413759232,"hash":"432b4d0ed90802ae1dd2495e54a2493f60f07ca0ca57a7e68734ff493b2c8031"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/task.md":{"size":9039,"mtime_ns":1781000115337852359,"hash":"322eeb47d17aa1d34573f1daab3e4e6aaaa6c89a6c97bb7be08ea4e10c475f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/architecture.md":{"size":1945,"mtime_ns":1780914418815337658,"hash":"434ff7a1e4e0cb8d175321f3af647ef5276602ed753c9ca9c3c9480a7456d53c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/database.md":{"size":5305,"mtime_ns":1780946202243066788,"hash":"86fdf19600fc6c72961d37e60d2f056f9012b1b26d0fddac2a6d31b15295f105"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/implementation_notes.md":{"size":3038,"mtime_ns":1780915087810785770,"hash":"1fbc6a5462ddb25a89b765941b2c4eebae1b3c2e62cf5dbf48bc48015b79e6ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/task.md":{"size":8918,"mtime_ns":1780948846758672237,"hash":"ae564ca5b8f57b3e399f6996c978ed63e5d2425342b6d9dc6eb0b29c90fa2da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/architecture.md":{"size":1957,"mtime_ns":1780915416796818495,"hash":"9ed187252c771e6fbbbc24009d84f0fe52b4c3f565b16413ffd753c16c1793d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/database.md":{"size":2934,"mtime_ns":1780917918423562169,"hash":"bc18f2996973b821a4c393e627028ca7212b1bb769a7faf122fd0b7f4fc4da10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/implementation_notes.md":{"size":4833,"mtime_ns":1780915404939572215,"hash":"b8c731a6b5e06985b3179372e17bf6b678fd4bccf0f2a488cec7b842ecd56798"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/task.md":{"size":4814,"mtime_ns":1780948110250153184,"hash":"ecf2f1d6b695c256805cea006ad4ea2c64d4419dba5da0e8a862ddcb78c185d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/database.md":{"size":2141,"mtime_ns":1780945235470226049,"hash":"4ef4177ff9c455909dc4d2d64ef4ee2fd8e1d5eaef1bda53fe9fed7923809e1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/implementation_notes.md":{"size":1864,"mtime_ns":1780945250993937969,"hash":"75cfb72ca7fff3f679ed78b75fb7cc251344cba57d46d4926a1ff24c61a18193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/task.md":{"size":14473,"mtime_ns":1781000201191461921,"hash":"b4a1a494a5417c78db3a85dc80fa158db77860e74eee9337fb15a5f5052f829f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/database.md":{"size":3780,"mtime_ns":1780948101369445086,"hash":"8c43bfccc6aafad28eebd86afc5b32f56ca6db3dc081b796567f4c95824df146"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/task.md":{"size":4116,"mtime_ns":1780948080182510614,"hash":"33696ec512d7848300e8575d2a387e09a90153045860fed8b8f2c5632b6592f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/entrypoint.sh":{"size":1468,"mtime_ns":1782633219516893494,"hash":"48c33a7c55c256a65ba4c089893e1112aea5b1320c9dc6b46f4eadb865b68ae4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/frontend-domains.json":{"size":2348,"mtime_ns":1782410142646593892,"hash":"dc12d68e32830d446995ea2a8cf98fe0bc24e15d4b6b0b27dd5b97dc84b06568"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/gen-cors-env.php":{"size":1933,"mtime_ns":1783423497551393748,"hash":"a8e8a22c1e371890913e78f210ab6cbf36b0f47220e4fabad8c874c284af29ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/healthcheck.sh":{"size":443,"mtime_ns":1782647901237410548,"hash":"b4d2a6f75f334c832e9a015b4e296f3fb9210f128b2b1b40bfe74abf6e6babc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628133044.php":{"size":1747,"mtime_ns":1782728407177086438,"hash":"5c24097f68a7696b4ae58ba6df68b6ace4f508b1f0ebf3e964fff23661c8ea0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628134241.php":{"size":1159,"mtime_ns":1782728407177374107,"hash":"c31886c1f10dd25296b56fb7ba336f1fc45aa45d6627ab6bdb148f18d49872ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628152738.php":{"size":1873,"mtime_ns":1782728407177652192,"hash":"d7a00a9e505a45fe1056cde539a8cbefcb42f67a0c3755427d77ba12959e0c4c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153625.php":{"size":882,"mtime_ns":1782728407177952152,"hash":"b314e4f194586cb9b4037fb48ab8400a307ce428def8108b94616a263e24e238"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153855.php":{"size":1146,"mtime_ns":1782728407179127785,"hash":"1ec80db45af56adf7be93c412e0165c70fb629dde2ccc09b06a3452a66c52c05"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628165710.php":{"size":809,"mtime_ns":1782728407179735539,"hash":"cca05740bf26d1540b361283f5a140aeb446bd717250615b7ed040977788dab6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628173151.php":{"size":1639,"mtime_ns":1782728407180333627,"hash":"b8bbe9ad2ce3faae637534db20bfc455e288bc2c5fb3a1b9a10f4a29db2432aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Command/CreateAdminCommand.php":{"size":2428,"mtime_ns":1782649564990017265,"hash":"2fd1cffeb4d8299abb1a5fda3d9f29a08c882ff6e66781dffbc038ff675906c8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceCleanupService.php":{"size":1874,"mtime_ns":1782728407197355450,"hash":"19f366c81466bfebfd37cd2310f8602b243cf5111e51308892e196b7d5a7dc4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php":{"size":2923,"mtime_ns":1782728407205043418,"hash":"6ec92ce7ac31774fec6ceb5e33a073d6cdbe06044221f38e4939f99270fe8bfb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentExpiryServiceTest.php":{"size":2163,"mtime_ns":1782728407205393295,"hash":"5586072347e23a24fddaa187efeb93d702697b7cdd1a399909239684cf371372"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentSettingsListOwnershipTest.php":{"size":1592,"mtime_ns":1782728407205827923,"hash":"1ffb3b0a89f531658a75520df810efc7e18022e106a75d885d92986d62ba74e7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingScopeTest.php":{"size":1653,"mtime_ns":1782728407206108967,"hash":"395161c96b8a660dab252a12c063090de94131b66d672c3b8804d70800327451"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/DateOverrideOwnershipTest.php":{"size":1259,"mtime_ns":1782728407206489928,"hash":"10dfd3691f16464f1d16a317942a53046f5369260a74ce133960d1b1f30218aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ScheduleOwnershipTest.php":{"size":1721,"mtime_ns":1782728407206779055,"hash":"f935dde55aaa34b8c10780019e1c8ee7f5733c602874cc951411737dc9691329"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/SlotUniquenessTest.php":{"size":2475,"mtime_ns":1782728407206954431,"hash":"0168f3c381e9da2663e2cf118fd67f5b90d2ea6e4e96433e3d05a567248961f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Audit/LowTierFixesTest.php":{"size":1517,"mtime_ns":1782728407207202432,"hash":"6d65ac794b959d7b177dfd5ed9792082e5f79a073b0cda79be8503b689edc907"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/RefreshTokenTest.php":{"size":1924,"mtime_ns":1782728407207460101,"hash":"745716b0c8627a1f72fed9305b2dc70af84c14ed015ff3341bd3c6422ea63c87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/SendCodeMobileRateLimitTest.php":{"size":1421,"mtime_ns":1782728407207651102,"hash":"f069f1c427ffbeb082d3777ae8da34e031e940e4a0c79e5da4e80708345890aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimAmountBoundsTest.php":{"size":1863,"mtime_ns":1782728407207878645,"hash":"0b7551406b5b0c2fe47812614e3edbf359b72ef3c0f16b12466e387c5bdbb041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListNPlusOneTest.php":{"size":1782,"mtime_ns":1782728407208062397,"hash":"dcf666e9d1a149bf85e0ef7869083bceec48bd8ba95958292878d73f7e330467"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListPaginationTest.php":{"size":1215,"mtime_ns":1782728407208282107,"hash":"3d81e096e779dc685eed5920d7fef419ebf2c96e96794ae8d6222daeb0dea7e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemDeleteCleanupTest.php":{"size":1598,"mtime_ns":1782728407208527691,"hash":"f9809dce56ba099731d9fbf6e1da781c18acc49a758537002868a7db3efad7b1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemStaffOwnershipTest.php":{"size":1464,"mtime_ns":1782728407208738276,"hash":"e8b808423b34ee5471e7d00407f94ed22593e06ed6c4e674f92e972ed0e8718f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Database/UniqueConstraintsTest.php":{"size":2595,"mtime_ns":1782728407208978278,"hash":"aeaae84730fbdecfb8337f25283653d3867d3cf50332e7bea917c946672c97cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/ClinicDoctorListNPlusOneTest.php":{"size":2457,"mtime_ns":1782728407209223988,"hash":"705820b9d1590cf2f642e6ee7391a651536104c92acf39f261e2df71516ed55a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorAddressOwnershipTest.php":{"size":1313,"mtime_ns":1782728407209479490,"hash":"8fde8b4d6db03191fc8d650bf86fa6962956b504013b76a55c4e5ae791e47c38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctrine/RepositoryClassMappingTest.php":{"size":1573,"mtime_ns":1782728407209727575,"hash":"5289139754fae16d85a09fcff134ceef249968876f029c180f36b1c7d53bf5d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/DoctorInsuranceOwnershipTest.php":{"size":1486,"mtime_ns":1782728407209989701,"hash":"9231aaeffd13bf27869e74186679ddd38d1f6ebc9c52d36a8dad9b589bea3ad0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/ServiceCoverageNPlusOneTest.php":{"size":3714,"mtime_ns":1782728407210225203,"hash":"dd8ffa7d6329453fa49a9403b95a13556ad08dd318c89733a202d9d6c8ecfa4f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsuranceCleanupTest.php":{"size":3021,"mtime_ns":1782728407210448121,"hash":"986643979f19f6a7ee71127782524852eb9eb163b77db793253e95b8df534675"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentCallbackAmountTest.php":{"size":3356,"mtime_ns":1782728407210719081,"hash":"1b32d36a573652e1860ae2ceaf20ead7eee9cef0c204c9d4875ce8926849e278"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentListNPlusOneTest.php":{"size":3794,"mtime_ns":1782728407210931374,"hash":"473c67b119935570a66ab5e75cc36311f04ce314729e75bf44fd337bacbc4535"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentPaginationTest.php":{"size":1836,"mtime_ns":1782728407211216876,"hash":"7d11e7ba342faf3c69e5844c1adab2aa7583b201737d16e0724d9233d00ad1e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/RepresentationCommissionTest.php":{"size":2548,"mtime_ns":1782728407211506878,"hash":"26b9f23b2462b30adea512eeb07f92f4db597a60c0ed3610a4169bd22f7c6c26"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryListNPlusOneTest.php":{"size":1592,"mtime_ns":1782728407211848922,"hash":"bce8c0d2597c3641885ba9322eb03bada116d979e3bd7a0b4c90d5208fdd620c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/FinancialBreakdownIntegrityTest.php":{"size":1173,"mtime_ns":1782728407212105424,"hash":"3e987494345d3a7c1cc90de7b27bfcac7bc45bb54e8fa0a7a3f790bdfa406aaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/SettlementListPaginationTest.php":{"size":957,"mtime_ns":1782728407212820054,"hash":"74501df43886dc66c5fe19f849549a2194644dc948d94856f97d0af17c0d179c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/WalletTransactionsPaginationTest.php":{"size":1087,"mtime_ns":1782728407213026555,"hash":"8df4dfce9a91d73297d88f22e047a4127fee2b00e2fe1bc8f43eed2ff805fae9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/ErrorCodesTest.php":{"size":1547,"mtime_ns":1782728407213280973,"hash":"bf392c01cd7a70c25efe7c4ad59ffdb4579b1216576d58393c3a965524360f0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Smoke/InfraSmokeTest.php":{"size":1444,"mtime_ns":1782728407213624767,"hash":"d8d4a8c5688d7ed7168570bfc39c3cf038e2c43324498dff3239f5668afa0a1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/doctrine_object_manager.php":{"size":479,"mtime_ns":1782728407213800685,"hash":"7a99fb0ab55d30b31cdebe923546775d6372a0aa6e731b409c37fb8f98671f5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-adapt-backend-audit.md":{"size":8798,"mtime_ns":1782728407083687268,"hash":"f7e83133c40658496827e06f6182a995ccaff35018d83b7ee8aa32aba25a03fb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-docker-production-hardening.md":{"size":13443,"mtime_ns":1782647901236299599,"hash":"74228033d085f739ed39f615762ad721c6b3678122d0afc3f988676c4b514589"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-symfony-deploy.md":{"size":18877,"mtime_ns":1782409236333930026,"hash":"a81d0aa4535ae4be51f69d47c5101f7a72415654ded3889e01f1baf98718715a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/full-backend-audit.md":{"size":11545,"mtime_ns":1782728407084760233,"hash":"448fb57a5fdadd9bb3176b1570c0421b6459bbf2a5bd69bd4154246ae0c61285"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/home-landing-copy-and-mobile.md":{"size":11823,"mtime_ns":1782728407085277028,"hash":"596043e27126b0500ddbd861f0e7a8c17681ca49b3381da382458f2bc2355b09"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/split-db-redis-to-coolify-resources.md":{"size":12357,"mtime_ns":1782632977626228125,"hash":"6d87685ede07fb029b01d211fa82bdb7311bde9eb31ee9869992e6c49da5c75f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/DEPLOY.md":{"size":11539,"mtime_ns":1782647901238565498,"hash":"39797d5439fd4fd0fd19ae7a5b033febf0fbf6b58d07fdd1750d3aa2799b9163"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/audit-backlog.md":{"size":19190,"mtime_ns":1782728407113021215,"hash":"63afb7aaff2eb3113700644ab9bbfa07562ccec38cba4c77c0f21cd9acb98706"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy/coolify.md":{"size":10378,"mtime_ns":1782410984792896284,"hash":"f1d06d336c14b8df1530ec41dd80021b40e7113be0895504f9dda70b112a1cdf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/SeoController.php":{"size":1860,"mtime_ns":1782728407203067196,"hash":"df1028d7b1b294928a318cc7c27de5ca99b00d583d81ef6f400494c22380b6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara.json":{"size":638,"mtime_ns":1782743447395127690,"hash":"337416608afe2e6e989bfd903bb5bca1e977e6f8eb5cc02ca05a46bbda53edc4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_build.sh":{"size":559,"mtime_ns":1782735663785720587,"hash":"d9b9232a0f115eb1d752c2b149a5224ea030fd04d3c92ab964d53a6701d5e0a7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_start.sh":{"size":1063,"mtime_ns":1782747838542662883,"hash":"c5d143014bb281d056f6c286cf66faa4894b059584cceeacd150b01648cbde52"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-test-suite.md":{"size":19691,"mtime_ns":1782728407084188354,"hash":"73ad644cede4254811fab6f825750f127edb1b5f08b8bad25b99b85c097a9556"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-docker.md":{"size":14106,"mtime_ns":1782732118990034632,"hash":"1a5f6f8bba054ea974f99dc5c01aeb19ed1cf612c3fd18a700bc03beaded2b5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-php.md":{"size":13353,"mtime_ns":1782735439025822952,"hash":"39f30d7c6d20b1869f5f06b2b532071e94b264f4bddf248c3cf84c62159ed86c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara-php.md":{"size":10664,"mtime_ns":1782736008651392836,"hash":"65c93d7d9e14dd468b75c5c81dee1ae6438d267253e8ad295953d3746d68d250"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara.md":{"size":8919,"mtime_ns":1782732335270881309,"hash":"ade1392f7cf72c544736a765b03140858e45cc5f12a480cd03ba4628af17e84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260629161536.php":{"size":1115,"mtime_ns":1782749766472631367,"hash":"c0e9b10f345c3d894d27267c90618903fab9693fd4be3542a755fbed3787fcba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLog.php":{"size":1707,"mtime_ns":1782749711194459630,"hash":"5b3237552e7ae040e5a3b2a289e8fc0f0518a1df84553665ea214efd36c2321d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLogRepository.php":{"size":1042,"mtime_ns":1782929739410604413,"hash":"1ea5a9d3ace2fce4b476ccb2b0954b06f3d4c364fa9e7aa9d77c25a8a6631d1c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/DbLogger.php":{"size":3546,"mtime_ns":1782749810227775663,"hash":"4d5328c774fe4619eb75f9de434173ae4a4b5ca53f7729383399b12c2a222805"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Admin/AdminLogsTest.php":{"size":1600,"mtime_ns":1782750195979032925,"hash":"a8f899cc061053e5664833c2ebcbf1fe2613c8d5b150973bb95e621750267c61"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/DbLoggerTest.php":{"size":1768,"mtime_ns":1782749879165982208,"hash":"48db5c733cc7e02a8a226fc4ed552cd5282c91d400dc72b32f3f122c127033bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/project-wide-logging.md":{"size":14450,"mtime_ns":1782749549958444881,"hash":"3970d300cb4b804fed477773b47b653edb7aa3754b8cefd0e3f7d31a49417e6f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php":{"size":3511,"mtime_ns":1782843840412881578,"hash":"721aecace95083433388fa4205e063cb45867b202d5430f44c1b0bbb1faa4465"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Category/CategoryImportTest.php":{"size":3925,"mtime_ns":1782839178845925849,"hash":"03c15491170644124dd399b100bbac0982d3ffad86ccffa9a2b9f4076bfabaad"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/category-import.md":{"size":5124,"mtime_ns":1782844030493510597,"hash":"d7c221bd66dc2ed13630b80966c57f9f824126dfcff92928ea41a28441d30879"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/cities.json":{"size":48429,"mtime_ns":1783069922211903568,"hash":"bc9e35461beaff09660f3c9b7be8e252b4c336debe5fcce1bde419b038696ab5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/doctor_services.json":{"size":46716,"mtime_ns":1782843868777989827,"hash":"3a5610d926bb9581c868449c387e80feef104aec7c9bdc6ed39835e87c287015"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/provinces.json":{"size":4364,"mtime_ns":1782843868770610383,"hash":"c28e9c29f212ac946af73f8122b545bd3761766ebc2c8e0a47567ef6a9fc5197"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/specialties.json":{"size":18764,"mtime_ns":1782843868775505763,"hash":"9bcf8a9b8f83e159a290b14c13b17b485185812c9e53ef62df4e33f84b216e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Command/SeedCategoriesCommand.php":{"size":2775,"mtime_ns":1782843891881834765,"hash":"13a71e6dab76fcb921270b6e2f996145b78e3c09d69b38592612a879707d87dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Service/CategoryImporter.php":{"size":11240,"mtime_ns":1782974082771482078,"hash":"7b56b3429cfc36bc155e5848b12d8412ecaff681183a32df088ec93e6cfc2146"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/production-fixes-cors-payment-gateways.md":{"size":15490,"mtime_ns":1782896794174529460,"hash":"4a016b326e836f770e919fd1f5d3bf3f5f70fc4dd7aa9676c198e9b7e63f7b91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-full-system-audit.md":{"size":15299,"mtime_ns":1782894418024832296,"hash":"8cccd87e3d45acefda119c2e63b85e013e60943b2524a9bc2e9b62074c9bb9f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-welcome-sms.md":{"size":8951,"mtime_ns":1782902722286387081,"hash":"05b7b6fbd16251df4d8049e99a7692e0fe3245c4f8ad6f0188e7f0b79fb92f4d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-settings-apikey-env-only.md":{"size":16545,"mtime_ns":1782893768608578413,"hash":"dada8658d0861aa23bbca638f3f832a420d16699a71a02d2dc6358bac834538e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/full-system-audit-report.md":{"size":18928,"mtime_ns":1782896060811421986,"hash":"0053ebf6c21b4a5da087f668332ebdacbceef6a781cd3767155d08647b165b9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Command/PruneLogsCommand.php":{"size":866,"mtime_ns":1782929791849281801,"hash":"e80ac76c51bb7ac78fe69679cbe82454f65f5ba6b35d3b3c3a01260698c35c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/LogPruneService.php":{"size":883,"mtime_ns":1782929784989711179,"hash":"9fe084116ccdb7a551ccae4c8d48626f7370549ae386e31c112cb579d8647ba6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Message/PruneLogsMessage.php":{"size":73,"mtime_ns":1782929786004422877,"hash":"d060dc486c8bcd48d507d001c65b68f4e3b84eb5cdccede2272bcfd2437ca142"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/MessageHandler/PruneLogsHandler.php":{"size":463,"mtime_ns":1782929788291896556,"hash":"20acb36c09cd00f50865c9d8bd04f8234eb0a76285a744e34d5cd2e50e3f4eaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702063537.php":{"size":651,"mtime_ns":1782974183036403270,"hash":"2d3311a9342c690139154fabd01bcf942f32b1533612dbdf7de677ee04dc34db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ios-safari-css-fallbacks.md":{"size":9046,"mtime_ns":1782975691974719871,"hash":"48e210b06690285c3db657ab7a964830ecfc5d826e7624eb0a64df550fdccdca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702115209.php":{"size":962,"mtime_ns":1782993164666143613,"hash":"821f2b858cff251eebc74ac92b4b9263c24dbaffaa34e05b03b2324186bbeb08"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/PaymentLog.php":{"size":2358,"mtime_ns":1783010796435723748,"hash":"14cb8d07e807806c11ce8602cae3bcd05b3d639dd8698c78f262136fced58b37"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/GatewayFactory.php":{"size":3532,"mtime_ns":1783010796436002206,"hash":"587b83007d7a8d0ac0d45c6a3c8108d3e0dde9568168144061e182fa1f7767c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentRefundResult.php":{"size":331,"mtime_ns":1783010796438108203,"hash":"2bc320c00a5049780d14735c7ff72b376159b6535e94c3993ae15d43ad72e548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentLogRepository.php":{"size":577,"mtime_ns":1782993118701194485,"hash":"06bcfbcd017b77e4ad6f855cc6f3184bf863fe3f29641fca8c4a8d4f48bf6be8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php":{"size":19702,"mtime_ns":1783239408129023969,"hash":"6be6697ec7e2257f850e5d091cfc2abeaa82143d8da485af326f660bc39ef018"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/MellatGatewayTest.php":{"size":735,"mtime_ns":1782984645104304163,"hash":"94d88c7055fe1be78f52d3dcc56078b62bbad4a24a1d7c5ffad6f86e9d5e2c7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-mobile-responsive.md":{"size":11674,"mtime_ns":1783014366933033009,"hash":"852ccdcc3659967ca4aab8059adec237b69e5fb8416d951b052cdf7eb647f9a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-payment-refund-reversal.md":{"size":15214,"mtime_ns":1783010796431742588,"hash":"e55052916115c1c67bcbd5ee1f39be8454ab3eb77d82902f271f52433da4951d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-appointment-notification-sms.md":{"size":7985,"mtime_ns":1783012880392028526,"hash":"16f20ad212e905030ddb53ae8899b9b185eee3bf094ef7782437156a83808f2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-experience-activity-date.md":{"size":12376,"mtime_ns":1782978755921887105,"hash":"062541c7937a458a5c0aa4245699f9b6c5343cdc7551aebf36af5e3c1ca95b2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-admin-modal-and-calendar.md":{"size":9611,"mtime_ns":1782979774560814821,"hash":"fe83975f003f964e3ae9fc1ac9c0b5354ce8cf02fe51ef3dfaee6b3a766a2452"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctors-list-location-filter.md":{"size":12852,"mtime_ns":1782977589946540539,"hash":"cba39cdd0c017cb66792a6c4707e1cd9f060c8c03e9f7b16878a0ddae96a616d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-production-soap.md":{"size":11655,"mtime_ns":1783010796432002379,"hash":"57bef1c36673ed6135d976b61ae551e590fb757e403fcfce8475ad4950ffabe6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-sandbox-gateway.md":{"size":13487,"mtime_ns":1783010796432293420,"hash":"de2aec27fbadc4dd88f1587822b349985073b32d1c9f09f54642f3d56a21fffa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-flow-architecture.md":{"size":13171,"mtime_ns":1782992901105315211,"hash":"9ae4872e0ca49d602b246c6c04e97dc6476a3fbbc4bf29c43dee8cca84e8307e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-single-flow-consolidation.md":{"size":12823,"mtime_ns":1782994765480242696,"hash":"4e04a45a73afaa8b4a0c80552519e5cd1dbc641f1b9dbe8e2d70bdb974c37111"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-price-and-wallet-settings.md":{"size":9735,"mtime_ns":1782998857276789821,"hash":"cbb79a9bd90c62fcd753606137f8d384a1cdbb47164c4879400c93919dae09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260703085828.php":{"size":867,"mtime_ns":1783069119205310313,"hash":"c627a3c2239ef4caae61a87ac9b189d97886576d9f151b3b64ece5f8e5c5e325"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705070546.php":{"size":1214,"mtime_ns":1783235160126438474,"hash":"4e02d6033fc62b44eddabfdedabfcecea984630a43bf651af2eb3620a617ee9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705072835.php":{"size":2428,"mtime_ns":1783236836060491368,"hash":"5a3681228a5349171fba0c11c024024e75a40d303f6d2695cfa9096a48d8b21c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705081716.php":{"size":2217,"mtime_ns":1783239466992612707,"hash":"053bcd79fc331f32d94a31317b83fbb4925d3ed129e9f974c935e74925186c68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/SmsServiceLookupOnlyTest.php":{"size":4914,"mtime_ns":1783422346619453209,"hash":"77d01e4b07caa35a78571de1dace038cbf81da169379ba41e0d740b0212260bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-pro-promo-video.md":{"size":10920,"mtime_ns":1783245223582403990,"hash":"61af8b73d12e2eeb2acfa40fd359218d83e1a7eb2187a8dbf881c70c761ac9f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/currency-toman-display-admin.md":{"size":8321,"mtime_ns":1783060267941162529,"hash":"90c735ff59081e8af302d91dadf9eed20d877f17154cfc1df58c1852bb82f1a5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/expired-appointment-blocks-payment.md":{"size":10679,"mtime_ns":1783059494354544687,"hash":"94824beb21147a04f6d699242d4dd586127ba983fb48d74e73919a2b125b64a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-modal-portal-positioning.md":{"size":8120,"mtime_ns":1783189568446030666,"hash":"8b407ba218adf3d2dd670f58379fe3ad658b0df9b6c5a45cbf6d54323d4449ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-sms-site-name.md":{"size":9080,"mtime_ns":1783070793009698214,"hash":"300c3b5f55738ef62b573163272078d6ac3d5ac0d61393dc9bfbcb75532781f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-via-kavenegar-lookup.md":{"size":10815,"mtime_ns":1783151621410073439,"hash":"116fabb2150ad9157f2a59c6b42ab8af4c4100c6b0bfffa8a48a84db50da6d1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-lookup-only.md":{"size":9841,"mtime_ns":1783421842166664361,"hash":"32a4e3ffaacba3c1a02652cd46380ec298569d36b6938495ff858175e31e9332"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-verify-lookup-templates.md":{"size":17062,"mtime_ns":1783236336652480520,"hash":"d891097629add975bb30ebf1770536544a2df95270359c4fd75471e43be0ff7a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php":{"size":1417,"mtime_ns":1783423339918379070,"hash":"610d9a1710e853a246efd84e13cf20944b9d921d162d4d6e50315e8185d34dc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php":{"size":2522,"mtime_ns":1783423530411102164,"hash":"6eca57bd6f1e720d0c8649acded03d3a6f5434544bfb6f6cafaab3e462d542ea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/cors-regex-from-hosts-coolify-safe.md":{"size":10867,"mtime_ns":1783423233682261850,"hash":"f48fd368e9e878730fe06cfb0a6d201125d6ec0939166dd3e75eeac6c1eda620"}} \ No newline at end of file diff --git a/graphify-out/graph.json b/graphify-out/graph.json index b4ffbaab..8290cee4 100644 --- a/graphify-out/graph.json +++ b/graphify-out/graph.json @@ -470,7 +470,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_confirmdialog", - "community": 71, + "community": 19, "norm_label": "confirmdialog.tsx" }, { @@ -480,7 +480,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_confirmdialog_props", - "community": 71, + "community": 19, "norm_label": "props" }, { @@ -490,7 +490,7 @@ "source_location": "L17", "_origin": "ast", "id": "ui_confirmdialog_confirmdialog", - "community": 71, + "community": 19, "norm_label": "confirmdialog()" }, { @@ -740,7 +740,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_pageheader", - "community": 245, + "community": 301, "norm_label": "pageheader.tsx" }, { @@ -750,7 +750,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_pageheader_crumb", - "community": 245, + "community": 301, "norm_label": "crumb" }, { @@ -760,7 +760,7 @@ "source_location": "L10", "_origin": "ast", "id": "ui_pageheader_props", - "community": 245, + "community": 301, "norm_label": "props" }, { @@ -770,7 +770,7 @@ "source_location": "L17", "_origin": "ast", "id": "ui_pageheader_pageheader", - "community": 245, + "community": 301, "norm_label": "pageheader()" }, { @@ -920,7 +920,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_persiandateinput", - "community": 245, + "community": 19, "norm_label": "persiandateinput.tsx" }, { @@ -930,7 +930,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_persiandateinput_props", - "community": 245, + "community": 19, "norm_label": "props" }, { @@ -940,7 +940,7 @@ "source_location": "L15", "_origin": "ast", "id": "ui_persiandateinput_persiandateinput", - "community": 245, + "community": 19, "norm_label": "persiandateinput()" }, { @@ -980,7 +980,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_portal", - "community": 71, + "community": 19, "norm_label": "portal.tsx" }, { @@ -990,7 +990,7 @@ "source_location": "L4", "_origin": "ast", "id": "ui_portal_portal", - "community": 71, + "community": 19, "norm_label": "portal()" }, { @@ -1150,7 +1150,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_statcard", - "community": 21, + "community": 708, "norm_label": "statcard.tsx" }, { @@ -1160,7 +1160,7 @@ "source_location": "L3", "_origin": "ast", "id": "ui_statcard_stattone", - "community": 21, + "community": 708, "norm_label": "stattone" }, { @@ -1170,7 +1170,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_statcard_tone", - "community": 21, + "community": 708, "norm_label": "tone" }, { @@ -1180,7 +1180,7 @@ "source_location": "L12", "_origin": "ast", "id": "ui_statcard_props", - "community": 21, + "community": 708, "norm_label": "props" }, { @@ -1190,7 +1190,7 @@ "source_location": "L19", "_origin": "ast", "id": "ui_statcard_statcard", - "community": 21, + "community": 708, "norm_label": "statcard()" }, { @@ -1290,7 +1290,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_ui_test", - "community": 71, + "community": 19, "norm_label": "ui.test.tsx" }, { @@ -1320,7 +1320,7 @@ "source_location": "L1", "_origin": "ast", "id": "hooks_usepaymentconfig", - "community": 21, + "community": 13, "norm_label": "usepaymentconfig.ts" }, { @@ -1330,7 +1330,7 @@ "source_location": "L5", "_origin": "ast", "id": "hooks_usepaymentconfig_paymentgatewayinfo", - "community": 21, + "community": 13, "norm_label": "paymentgatewayinfo" }, { @@ -1340,7 +1340,7 @@ "source_location": "L10", "_origin": "ast", "id": "hooks_usepaymentconfig_paymentconfig", - "community": 21, + "community": 13, "norm_label": "paymentconfig" }, { @@ -1350,7 +1350,7 @@ "source_location": "L16", "_origin": "ast", "id": "hooks_usepaymentconfig_usepaymentconfig", - "community": 21, + "community": 301, "norm_label": "usepaymentconfig()" }, { @@ -1560,7 +1560,7 @@ "source_location": "L88", "_origin": "ast", "id": "lib_api_apiresponse", - "community": 21, + "community": 452, "norm_label": "apiresponse" }, { @@ -1650,7 +1650,7 @@ "source_location": "L9", "_origin": "ast", "id": "lib_utils_formatrial", - "community": 21, + "community": 301, "norm_label": "formatrial()" }, { @@ -1680,7 +1680,7 @@ "source_location": "L25", "_origin": "ast", "id": "lib_utils_formatdate", - "community": 245, + "community": 19, "norm_label": "formatdate()" }, { @@ -1690,7 +1690,7 @@ "source_location": "L33", "_origin": "ast", "id": "lib_utils_formatdatetime", - "community": 245, + "community": 301, "norm_label": "formatdatetime()" }, { @@ -1920,7 +1920,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_appointmentdetailpage", - "community": 245, + "community": 452, "norm_label": "appointmentdetailpage.tsx" }, { @@ -1930,7 +1930,7 @@ "source_location": "L15", "_origin": "ast", "id": "pages_appointmentdetailpage_all_statuses", - "community": 245, + "community": 452, "norm_label": "all_statuses" }, { @@ -1940,7 +1940,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_appointmentdetailpage_timeof", - "community": 245, + "community": 452, "norm_label": "timeof()" }, { @@ -1950,7 +1950,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_appointmentdetailpage_inforow", - "community": 245, + "community": 452, "norm_label": "inforow()" }, { @@ -1960,7 +1960,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_appointmentdetailpage_appointmentdetailpage", - "community": 245, + "community": 452, "norm_label": "appointmentdetailpage()" }, { @@ -2330,7 +2330,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_blogspage", - "community": 13, + "community": 19, "norm_label": "blogspage.tsx" }, { @@ -2340,7 +2340,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_blogspage_status_filters", - "community": 13, + "community": 19, "norm_label": "status_filters" }, { @@ -2350,7 +2350,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_blogspage_blogspage", - "community": 13, + "community": 19, "norm_label": "blogspage()" }, { @@ -2360,7 +2360,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_categoriespage", - "community": 19, + "community": 169, "norm_label": "categoriespage.tsx" }, { @@ -2370,7 +2370,7 @@ "source_location": "L22", "_origin": "ast", "id": "pages_categoriespage_tabkey", - "community": 19, + "community": 169, "norm_label": "tabkey" }, { @@ -2380,7 +2380,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_categoriespage_importerror", - "community": 19, + "community": 169, "norm_label": "importerror" }, { @@ -2390,7 +2390,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_categoriespage_tabconfig", - "community": 19, + "community": 169, "norm_label": "tabconfig" }, { @@ -2400,7 +2400,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_categoriespage_tabs", - "community": 19, + "community": 169, "norm_label": "tabs" }, { @@ -2410,7 +2410,7 @@ "source_location": "L44", "_origin": "ast", "id": "pages_categoriespage_logouploadfield", - "community": 19, + "community": 169, "norm_label": "logouploadfield()" }, { @@ -2420,7 +2420,7 @@ "source_location": "L111", "_origin": "ast", "id": "pages_categoriespage_sbadge", - "community": 19, + "community": 169, "norm_label": "sbadge()" }, { @@ -2430,7 +2430,7 @@ "source_location": "L122", "_origin": "ast", "id": "pages_categoriespage_exportjson", - "community": 19, + "community": 169, "norm_label": "exportjson()" }, { @@ -2440,7 +2440,7 @@ "source_location": "L136", "_origin": "ast", "id": "pages_categoriespage_tabactions", - "community": 19, + "community": 169, "norm_label": "tabactions()" }, { @@ -2450,7 +2450,7 @@ "source_location": "L264", "_origin": "ast", "id": "pages_categoriespage_provinceschema", - "community": 19, + "community": 169, "norm_label": "provinceschema" }, { @@ -2460,7 +2460,7 @@ "source_location": "L269", "_origin": "ast", "id": "pages_categoriespage_provinceform", - "community": 19, + "community": 169, "norm_label": "provinceform" }, { @@ -2470,7 +2470,7 @@ "source_location": "L271", "_origin": "ast", "id": "pages_categoriespage_provincestab", - "community": 19, + "community": 169, "norm_label": "provincestab()" }, { @@ -2480,7 +2480,7 @@ "source_location": "L371", "_origin": "ast", "id": "pages_categoriespage_cityschema", - "community": 19, + "community": 169, "norm_label": "cityschema" }, { @@ -2490,7 +2490,7 @@ "source_location": "L386", "_origin": "ast", "id": "pages_categoriespage_cityform", - "community": 19, + "community": 169, "norm_label": "cityform" }, { @@ -2500,7 +2500,7 @@ "source_location": "L388", "_origin": "ast", "id": "pages_categoriespage_citiestab", - "community": 19, + "community": 169, "norm_label": "citiestab()" }, { @@ -2510,7 +2510,7 @@ "source_location": "L587", "_origin": "ast", "id": "pages_categoriespage_specialtyschema", - "community": 19, + "community": 169, "norm_label": "specialtyschema" }, { @@ -2520,7 +2520,7 @@ "source_location": "L593", "_origin": "ast", "id": "pages_categoriespage_specialtyform", - "community": 19, + "community": 169, "norm_label": "specialtyform" }, { @@ -2530,7 +2530,7 @@ "source_location": "L595", "_origin": "ast", "id": "pages_categoriespage_specialtiestab", - "community": 19, + "community": 169, "norm_label": "specialtiestab()" }, { @@ -2540,7 +2540,7 @@ "source_location": "L715", "_origin": "ast", "id": "pages_categoriespage_serviceschema", - "community": 19, + "community": 169, "norm_label": "serviceschema" }, { @@ -2550,7 +2550,7 @@ "source_location": "L721", "_origin": "ast", "id": "pages_categoriespage_serviceform", - "community": 19, + "community": 169, "norm_label": "serviceform" }, { @@ -2560,7 +2560,7 @@ "source_location": "L723", "_origin": "ast", "id": "pages_categoriespage_doctorservicestab", - "community": 19, + "community": 169, "norm_label": "doctorservicestab()" }, { @@ -2570,7 +2570,7 @@ "source_location": "L840", "_origin": "ast", "id": "pages_categoriespage_insuranceschema", - "community": 19, + "community": 169, "norm_label": "insuranceschema" }, { @@ -2580,7 +2580,7 @@ "source_location": "L845", "_origin": "ast", "id": "pages_categoriespage_insuranceform", - "community": 19, + "community": 169, "norm_label": "insuranceform" }, { @@ -2590,7 +2590,7 @@ "source_location": "L847", "_origin": "ast", "id": "pages_categoriespage_insurancestab", - "community": 19, + "community": 169, "norm_label": "insurancestab()" }, { @@ -2600,7 +2600,7 @@ "source_location": "L974", "_origin": "ast", "id": "pages_categoriespage_tagschema", - "community": 19, + "community": 169, "norm_label": "tagschema" }, { @@ -2610,7 +2610,7 @@ "source_location": "L978", "_origin": "ast", "id": "pages_categoriespage_tagform", - "community": 19, + "community": 169, "norm_label": "tagform" }, { @@ -2620,7 +2620,7 @@ "source_location": "L980", "_origin": "ast", "id": "pages_categoriespage_tagstab", - "community": 19, + "community": 169, "norm_label": "tagstab()" }, { @@ -2630,7 +2630,7 @@ "source_location": "L1070", "_origin": "ast", "id": "pages_categoriespage_categoriespage", - "community": 19, + "community": 169, "norm_label": "categoriespage()" }, { @@ -3130,7 +3130,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_clinicspage", - "community": 71, + "community": 19, "norm_label": "clinicspage.tsx" }, { @@ -3140,7 +3140,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_clinicspage_hues_list", - "community": 71, + "community": 19, "norm_label": "hues_list" }, { @@ -3150,7 +3150,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_clinicspage_addschema", - "community": 71, + "community": 19, "norm_label": "addschema" }, { @@ -3160,7 +3160,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_clinicspage_addform", - "community": 71, + "community": 19, "norm_label": "addform" }, { @@ -3170,7 +3170,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_clinicspage_clinicspage", - "community": 71, + "community": 19, "norm_label": "clinicspage()" }, { @@ -4640,7 +4640,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_insurancepricingpage", - "community": 0, + "community": 301, "norm_label": "insurancepricingpage.tsx" }, { @@ -4650,7 +4650,7 @@ "source_location": "L6", "_origin": "ast", "id": "pages_insurancepricingpage_insurancepricingpage", - "community": 0, + "community": 301, "norm_label": "insurancepricingpage()" }, { @@ -4770,7 +4770,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_logspage_logspage", - "community": 245, + "community": 301, "norm_label": "logspage()" }, { @@ -4810,7 +4810,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_myfinancialpage", - "community": 21, + "community": 301, "norm_label": "myfinancialpage.tsx" }, { @@ -4820,7 +4820,7 @@ "source_location": "L8", "_origin": "ast", "id": "pages_myfinancialpage_monthlyentry", - "community": 21, + "community": 301, "norm_label": "monthlyentry" }, { @@ -4830,7 +4830,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_myfinancialpage_financialsummary", - "community": 21, + "community": 301, "norm_label": "financialsummary" }, { @@ -4840,7 +4840,7 @@ "source_location": "L22", "_origin": "ast", "id": "pages_myfinancialpage_kpicard", - "community": 21, + "community": 301, "norm_label": "kpicard()" }, { @@ -4850,7 +4850,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_myfinancialpage_myfinancialpage", - "community": 21, + "community": 301, "norm_label": "myfinancialpage()" }, { @@ -5040,7 +5040,7 @@ "source_location": "L1432", "_origin": "ast", "id": "pages_mypatientspage_sessionrow", - "community": 245, + "community": 301, "norm_label": "sessionrow()" }, { @@ -5290,7 +5290,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_paymentdetailpage", - "community": 245, + "community": 301, "norm_label": "paymentdetailpage.tsx" }, { @@ -5300,7 +5300,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_paymentdetailpage_payment_type_labels", - "community": 245, + "community": 301, "norm_label": "payment_type_labels" }, { @@ -5310,7 +5310,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_paymentdetailpage_inforow", - "community": 245, + "community": 301, "norm_label": "inforow()" }, { @@ -5320,7 +5320,7 @@ "source_location": "L29", "_origin": "ast", "id": "pages_paymentdetailpage_paymentdetailpage", - "community": 245, + "community": 301, "norm_label": "paymentdetailpage()" }, { @@ -5360,7 +5360,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_preregistrationspage", - "community": 71, + "community": 19, "norm_label": "preregistrationspage.tsx" }, { @@ -5370,7 +5370,7 @@ "source_location": "L13", "_origin": "ast", "id": "pages_preregistrationspage_preregistration", - "community": 71, + "community": 19, "norm_label": "preregistration" }, { @@ -5380,7 +5380,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_preregistrationspage_empty", - "community": 71, + "community": 19, "norm_label": "empty" }, { @@ -5390,7 +5390,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_preregistrationspage_type_meta", - "community": 71, + "community": 19, "norm_label": "type_meta" }, { @@ -5400,7 +5400,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_preregistrationspage_status_meta", - "community": 71, + "community": 19, "norm_label": "status_meta" }, { @@ -5410,7 +5410,7 @@ "source_location": "L38", "_origin": "ast", "id": "pages_preregistrationspage_status_tabs", - "community": 71, + "community": 19, "norm_label": "status_tabs" }, { @@ -5420,7 +5420,7 @@ "source_location": "L45", "_origin": "ast", "id": "pages_preregistrationspage_preregistrationspage", - "community": 71, + "community": 19, "norm_label": "preregistrationspage()" }, { @@ -5550,7 +5550,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_representationprofilepage", - "community": 13, + "community": 245, "norm_label": "representationprofilepage.tsx" }, { @@ -5560,7 +5560,7 @@ "source_location": "L10", "_origin": "ast", "id": "pages_representationprofilepage_tojalali", - "community": 13, + "community": 245, "norm_label": "tojalali()" }, { @@ -5570,7 +5570,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_representationprofilepage_ibanitem", - "community": 13, + "community": 245, "norm_label": "ibanitem" }, { @@ -5580,7 +5580,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_representationprofilepage_repprofile", - "community": 13, + "community": 245, "norm_label": "repprofile" }, { @@ -5590,7 +5590,7 @@ "source_location": "L38", "_origin": "ast", "id": "pages_representationprofilepage_unwrap", - "community": 13, + "community": 245, "norm_label": "unwrap()" }, { @@ -5600,7 +5600,7 @@ "source_location": "L40", "_origin": "ast", "id": "pages_representationprofilepage_representationprofilepage", - "community": 13, + "community": 245, "norm_label": "representationprofilepage()" }, { @@ -6040,7 +6040,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_smspage", - "community": 19, + "community": 169, "norm_label": "smspage.tsx" }, { @@ -6050,7 +6050,7 @@ "source_location": "L19", "_origin": "ast", "id": "pages_smspage_templateschema", - "community": 19, + "community": 169, "norm_label": "templateschema" }, { @@ -6060,7 +6060,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_smspage_templateformdata", - "community": 19, + "community": 169, "norm_label": "templateformdata" }, { @@ -6070,7 +6070,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_smspage_tab", - "community": 19, + "community": 169, "norm_label": "tab" }, { @@ -6080,7 +6080,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_smspage_status_log_meta", - "community": 19, + "community": 169, "norm_label": "status_log_meta" }, { @@ -6090,7 +6090,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_smspage_tag_labels", - "community": 19, + "community": 169, "norm_label": "tag_labels" }, { @@ -6100,7 +6100,7 @@ "source_location": "L43", "_origin": "ast", "id": "pages_smspage_tag_filter_options", - "community": 19, + "community": 169, "norm_label": "tag_filter_options" }, { @@ -6110,7 +6110,7 @@ "source_location": "L50", "_origin": "ast", "id": "pages_smspage_buildkavenegarpattern", - "community": 19, + "community": 169, "norm_label": "buildkavenegarpattern()" }, { @@ -6120,7 +6120,7 @@ "source_location": "L56", "_origin": "ast", "id": "pages_smspage_kavenegarguide", - "community": 19, + "community": 169, "norm_label": "kavenegarguide()" }, { @@ -6130,7 +6130,7 @@ "source_location": "L117", "_origin": "ast", "id": "pages_smspage_smspage", - "community": 245, + "community": 301, "norm_label": "smspage()" }, { @@ -6140,7 +6140,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_smswalletpage", - "community": 21, + "community": 301, "norm_label": "smswalletpage.tsx" }, { @@ -6150,7 +6150,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_smswalletpage_chargeschema", - "community": 21, + "community": 301, "norm_label": "chargeschema" }, { @@ -6160,7 +6160,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_smswalletpage_chargeform", - "community": 21, + "community": 301, "norm_label": "chargeform" }, { @@ -6170,7 +6170,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_smswalletpage_empty_logs", - "community": 21, + "community": 301, "norm_label": "empty_logs" }, { @@ -6180,7 +6180,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_smswalletpage_reminder_hour_options", - "community": 21, + "community": 301, "norm_label": "reminder_hour_options" }, { @@ -6190,7 +6190,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_smswalletpage_post_visit_vars", - "community": 21, + "community": 301, "norm_label": "post_visit_vars" }, { @@ -6200,7 +6200,7 @@ "source_location": "L39", "_origin": "ast", "id": "pages_smswalletpage_smswalletpageinner", - "community": 21, + "community": 301, "norm_label": "smswalletpageinner()" }, { @@ -6210,7 +6210,7 @@ "source_location": "L566", "_origin": "ast", "id": "pages_smswalletpage_smswalletpage", - "community": 21, + "community": 301, "norm_label": "smswalletpage()" }, { @@ -6280,7 +6280,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_subscriptionpage", - "community": 21, + "community": 169, "norm_label": "subscriptionpage.tsx" }, { @@ -6290,7 +6290,7 @@ "source_location": "L17", "_origin": "ast", "id": "pages_subscriptionpage_plan_feature_labels", - "community": 21, + "community": 169, "norm_label": "plan_feature_labels" }, { @@ -6300,7 +6300,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_subscriptionpage_plan_meta", - "community": 21, + "community": 169, "norm_label": "plan_meta" }, { @@ -6310,7 +6310,7 @@ "source_location": "L47", "_origin": "ast", "id": "pages_subscriptionpage_subscriptionpage", - "community": 21, + "community": 301, "norm_label": "subscriptionpage()" }, { @@ -6320,7 +6320,7 @@ "source_location": "L396", "_origin": "ast", "id": "pages_subscriptionpage_plancard", - "community": 21, + "community": 169, "norm_label": "plancard()" }, { @@ -6330,7 +6330,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_userdetailpage", - "community": 245, + "community": 175, "norm_label": "userdetailpage.tsx" }, { @@ -6340,7 +6340,7 @@ "source_location": "L22", "_origin": "ast", "id": "pages_userdetailpage_adminuserdetail", - "community": 245, + "community": 175, "norm_label": "adminuserdetail" }, { @@ -6350,7 +6350,7 @@ "source_location": "L35", "_origin": "ast", "id": "pages_userdetailpage_userprofiledata", - "community": 245, + "community": 175, "norm_label": "userprofiledata" }, { @@ -6360,7 +6360,7 @@ "source_location": "L53", "_origin": "ast", "id": "pages_userdetailpage_gender_labels", - "community": 245, + "community": 175, "norm_label": "gender_labels" }, { @@ -6370,7 +6370,7 @@ "source_location": "L54", "_origin": "ast", "id": "pages_userdetailpage_marital_labels", - "community": 245, + "community": 175, "norm_label": "marital_labels" }, { @@ -6380,7 +6380,7 @@ "source_location": "L57", "_origin": "ast", "id": "pages_userdetailpage_medical_sections", - "community": 245, + "community": 175, "norm_label": "medical_sections" }, { @@ -6390,7 +6390,7 @@ "source_location": "L73", "_origin": "ast", "id": "pages_userdetailpage_role_meta", - "community": 245, + "community": 175, "norm_label": "role_meta" }, { @@ -6400,7 +6400,7 @@ "source_location": "L81", "_origin": "ast", "id": "pages_userdetailpage_role_map", - "community": 245, + "community": 175, "norm_label": "role_map" }, { @@ -6410,7 +6410,7 @@ "source_location": "L89", "_origin": "ast", "id": "pages_userdetailpage_getprimaryrole", - "community": 245, + "community": 175, "norm_label": "getprimaryrole()" }, { @@ -6420,7 +6420,7 @@ "source_location": "L97", "_origin": "ast", "id": "pages_userdetailpage_avatar_colors", - "community": 245, + "community": 175, "norm_label": "avatar_colors" }, { @@ -6430,7 +6430,7 @@ "source_location": "L105", "_origin": "ast", "id": "pages_userdetailpage_bigavatar", - "community": 245, + "community": 175, "norm_label": "bigavatar()" }, { @@ -6440,7 +6440,7 @@ "source_location": "L116", "_origin": "ast", "id": "pages_userdetailpage_infocard", - "community": 245, + "community": 175, "norm_label": "infocard()" }, { @@ -6450,7 +6450,7 @@ "source_location": "L152", "_origin": "ast", "id": "pages_userdetailpage_editschema", - "community": 245, + "community": 175, "norm_label": "editschema" }, { @@ -6460,7 +6460,7 @@ "source_location": "L157", "_origin": "ast", "id": "pages_userdetailpage_editform", - "community": 245, + "community": 175, "norm_label": "editform" }, { @@ -6470,7 +6470,7 @@ "source_location": "L161", "_origin": "ast", "id": "pages_userdetailpage_changerolemodal", - "community": 245, + "community": 175, "norm_label": "changerolemodal()" }, { @@ -6480,7 +6480,7 @@ "source_location": "L201", "_origin": "ast", "id": "pages_userdetailpage_userdetailpage", - "community": 245, + "community": 175, "norm_label": "userdetailpage()" }, { @@ -6840,7 +6840,7 @@ "source_location": "L1", "_origin": "ast", "id": "types_index", - "community": 19, + "community": 169, "norm_label": "index.ts" }, { @@ -6850,7 +6850,7 @@ "source_location": "L1", "_origin": "ast", "id": "types_index_user", - "community": 19, + "community": 169, "norm_label": "user" }, { @@ -6860,7 +6860,7 @@ "source_location": "L15", "_origin": "ast", "id": "types_index_userprofile", - "community": 19, + "community": 169, "norm_label": "userprofile" }, { @@ -6870,7 +6870,7 @@ "source_location": "L26", "_origin": "ast", "id": "types_index_doctor", - "community": 19, + "community": 169, "norm_label": "doctor" }, { @@ -6880,7 +6880,7 @@ "source_location": "L40", "_origin": "ast", "id": "types_index_clinic", - "community": 71, + "community": 19, "norm_label": "clinic" }, { @@ -6900,7 +6900,7 @@ "source_location": "L82", "_origin": "ast", "id": "types_index_appointmentstatus", - "community": 245, + "community": 452, "norm_label": "appointmentstatus" }, { @@ -6910,7 +6910,7 @@ "source_location": "L91", "_origin": "ast", "id": "types_index_appointment", - "community": 245, + "community": 452, "norm_label": "appointment" }, { @@ -6930,7 +6930,7 @@ "source_location": "L113", "_origin": "ast", "id": "types_index_paymentgateway", - "community": 19, + "community": 169, "norm_label": "paymentgateway" }, { @@ -6940,7 +6940,7 @@ "source_location": "L115", "_origin": "ast", "id": "types_index_payment", - "community": 19, + "community": 301, "norm_label": "payment" }, { @@ -7010,7 +7010,7 @@ "source_location": "L187", "_origin": "ast", "id": "types_index_smstemplate", - "community": 19, + "community": 169, "norm_label": "smstemplate" }, { @@ -7020,7 +7020,7 @@ "source_location": "L197", "_origin": "ast", "id": "types_index_smslog", - "community": 19, + "community": 169, "norm_label": "smslog" }, { @@ -7040,7 +7040,7 @@ "source_location": "L218", "_origin": "ast", "id": "types_index_smsmessagetext", - "community": 19, + "community": 169, "norm_label": "smsmessagetext" }, { @@ -7050,7 +7050,7 @@ "source_location": "L228", "_origin": "ast", "id": "types_index_province", - "community": 19, + "community": 169, "norm_label": "province" }, { @@ -7070,7 +7070,7 @@ "source_location": "L256", "_origin": "ast", "id": "types_index_specialtyfull", - "community": 19, + "community": 169, "norm_label": "specialtyfull" }, { @@ -7080,7 +7080,7 @@ "source_location": "L266", "_origin": "ast", "id": "types_index_doctorservice", - "community": 19, + "community": 169, "norm_label": "doctorservice" }, { @@ -7090,7 +7090,7 @@ "source_location": "L276", "_origin": "ast", "id": "types_index_insurance", - "community": 19, + "community": 169, "norm_label": "insurance" }, { @@ -7100,7 +7100,7 @@ "source_location": "L285", "_origin": "ast", "id": "types_index_tag", - "community": 19, + "community": 169, "norm_label": "tag" }, { @@ -7140,7 +7140,7 @@ "source_location": "L343", "_origin": "ast", "id": "types_index_specialty", - "community": 19, + "community": 169, "norm_label": "specialty" }, { @@ -7160,7 +7160,7 @@ "source_location": "L361", "_origin": "ast", "id": "types_index_subscriptionplan", - "community": 21, + "community": 169, "norm_label": "subscriptionplan" }, { @@ -7170,7 +7170,7 @@ "source_location": "L371", "_origin": "ast", "id": "types_index_subscriptionperiod", - "community": 21, + "community": 169, "norm_label": "subscriptionperiod" }, { @@ -7180,7 +7180,7 @@ "source_location": "L379", "_origin": "ast", "id": "types_index_mysubscriptiondata", - "community": 21, + "community": 169, "norm_label": "mysubscriptiondata" }, { @@ -7190,7 +7190,7 @@ "source_location": "L403", "_origin": "ast", "id": "types_index_mysubscription", - "community": 19, + "community": 169, "norm_label": "mysubscription" }, { @@ -7220,7 +7220,7 @@ "source_location": "L429", "_origin": "ast", "id": "types_index_smswalletbalance", - "community": 21, + "community": 301, "norm_label": "smswalletbalance" }, { @@ -7230,7 +7230,7 @@ "source_location": "L435", "_origin": "ast", "id": "types_index_smswalletlog", - "community": 21, + "community": 301, "norm_label": "smswalletlog" }, { @@ -7240,7 +7240,7 @@ "source_location": "L443", "_origin": "ast", "id": "types_index_smssettings", - "community": 21, + "community": 301, "norm_label": "smssettings" }, { @@ -7250,7 +7250,7 @@ "source_location": "L453", "_origin": "ast", "id": "types_index_patientprofile", - "community": 19, + "community": 169, "norm_label": "patientprofile" }, { @@ -8442,7 +8442,7 @@ "source_location": "", "_origin": "ast", "id": "abstractmigration", - "community": 399, + "community": 421, "norm_label": "abstractmigration" }, { @@ -10002,7 +10002,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260611075829", - "community": 399, + "community": 700, "norm_label": "version20260611075829.php" }, { @@ -10012,7 +10012,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260611075829_version20260611075829", - "community": 399, + "community": 700, "norm_label": "version20260611075829" }, { @@ -10022,7 +10022,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260611075829_version20260611075829_getdescription", - "community": 399, + "community": 700, "norm_label": ".getdescription()" }, { @@ -10032,7 +10032,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260611075829_version20260611075829_up", - "community": 399, + "community": 700, "norm_label": ".up()" }, { @@ -10042,7 +10042,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260611075829_php_schema", - "community": 399, + "community": 700, "norm_label": "schema" }, { @@ -10052,7 +10052,7 @@ "source_location": "L50", "_origin": "ast", "id": "migrations_version20260611075829_version20260611075829_down", - "community": 399, + "community": 700, "norm_label": ".down()" }, { @@ -10962,7 +10962,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260619062912", - "community": 490, + "community": 421, "norm_label": "version20260619062912.php" }, { @@ -10972,7 +10972,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260619062912_version20260619062912", - "community": 490, + "community": 421, "norm_label": "version20260619062912" }, { @@ -10982,7 +10982,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260619062912_version20260619062912_getdescription", - "community": 490, + "community": 421, "norm_label": ".getdescription()" }, { @@ -10992,7 +10992,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260619062912_version20260619062912_up", - "community": 490, + "community": 421, "norm_label": ".up()" }, { @@ -11002,7 +11002,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260619062912_php_schema", - "community": 490, + "community": 421, "norm_label": "schema" }, { @@ -11012,7 +11012,7 @@ "source_location": "L26", "_origin": "ast", "id": "migrations_version20260619062912_version20260619062912_down", - "community": 490, + "community": 421, "norm_label": ".down()" }, { @@ -13962,7 +13962,7 @@ "source_location": "L389", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_createdoctor", - "community": 20, + "community": 685, "norm_label": ".createdoctor()" }, { @@ -13982,7 +13982,7 @@ "source_location": "L503", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_createclinic", - "community": 20, + "community": 685, "norm_label": ".createclinic()" }, { @@ -16222,7 +16222,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_slottakenexception", - "community": 275, + "community": 63, "norm_label": "slottakenexception.php" }, { @@ -16232,7 +16232,7 @@ "source_location": "L5", "_origin": "ast", "id": "repository_slottakenexception_slottakenexception", - "community": 275, + "community": 63, "norm_label": "slottakenexception" }, { @@ -16242,7 +16242,7 @@ "source_location": "", "_origin": "ast", "id": "runtimeexception", - "community": 275, + "community": 63, "norm_label": "runtimeexception" }, { @@ -16362,7 +16362,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_appointmentexpiryservice", - "community": 66, + "community": 720, "norm_label": "appointmentexpiryservice.php" }, { @@ -16372,7 +16372,7 @@ "source_location": "L10", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice", - "community": 66, + "community": 720, "norm_label": "appointmentexpiryservice" }, { @@ -16382,7 +16382,7 @@ "source_location": "L12", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice_construct", - "community": 66, + "community": 720, "norm_label": ".__construct()" }, { @@ -16392,7 +16392,7 @@ "source_location": "L23", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", - "community": 66, + "community": 720, "norm_label": ".expirestale()" }, { @@ -17942,7 +17942,7 @@ "source_location": "L1", "_origin": "ast", "id": "security_passwordauthenticator", - "community": 225, + "community": 63, "norm_label": "passwordauthenticator.php" }, { @@ -17952,7 +17952,7 @@ "source_location": "L22", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator", - "community": 225, + "community": 63, "norm_label": "passwordauthenticator" }, { @@ -17962,7 +17962,7 @@ "source_location": "", "_origin": "ast", "id": "abstractauthenticator", - "community": 225, + "community": 63, "norm_label": "abstractauthenticator" }, { @@ -17972,7 +17972,7 @@ "source_location": "L24", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_construct", - "community": 225, + "community": 63, "norm_label": ".__construct()" }, { @@ -17982,7 +17982,7 @@ "source_location": "L33", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_supports", - "community": 225, + "community": 63, "norm_label": ".supports()" }, { @@ -17992,7 +17992,7 @@ "source_location": "L33", "_origin": "ast", "id": "src_auth_security_passwordauthenticator_php_request", - "community": 225, + "community": 63, "norm_label": "request" }, { @@ -18002,7 +18002,7 @@ "source_location": "L39", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_authenticate", - "community": 225, + "community": 63, "norm_label": ".authenticate()" }, { @@ -18012,7 +18012,7 @@ "source_location": "L39", "_origin": "ast", "id": "passport", - "community": 225, + "community": 63, "norm_label": "passport" }, { @@ -18022,7 +18022,7 @@ "source_location": "L56", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", - "community": 225, + "community": 63, "norm_label": ".onauthenticationsuccess()" }, { @@ -18032,7 +18032,7 @@ "source_location": "L56", "_origin": "ast", "id": "tokeninterface", - "community": 225, + "community": 63, "norm_label": "tokeninterface" }, { @@ -18042,7 +18042,7 @@ "source_location": "L56", "_origin": "ast", "id": "src_auth_security_passwordauthenticator_php_response", - "community": 225, + "community": 63, "norm_label": "response" }, { @@ -18052,7 +18052,7 @@ "source_location": "L92", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", - "community": 225, + "community": 63, "norm_label": ".onauthenticationfailure()" }, { @@ -18062,7 +18062,7 @@ "source_location": "L92", "_origin": "ast", "id": "authenticationexception", - "community": 204, + "community": 63, "norm_label": "authenticationexception" }, { @@ -19562,7 +19562,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_billingcalculator", - "community": 30, + "community": 701, "norm_label": "billingcalculator.php" }, { @@ -19572,7 +19572,7 @@ "source_location": "L9", "_origin": "ast", "id": "service_billingcalculator_billingcalculator", - "community": 30, + "community": 701, "norm_label": "billingcalculator" }, { @@ -19582,7 +19582,7 @@ "source_location": "L15", "_origin": "ast", "id": "service_billingcalculator_billingcalculator_calculateitem", - "community": 30, + "community": 701, "norm_label": ".calculateitem()" }, { @@ -19592,7 +19592,7 @@ "source_location": "L15", "_origin": "ast", "id": "money", - "community": 30, + "community": 701, "norm_label": "money" }, { @@ -19602,7 +19602,7 @@ "source_location": "L15", "_origin": "ast", "id": "src_billing_service_billingcalculator_php_coveragerule", - "community": 30, + "community": 701, "norm_label": "coveragerule" }, { @@ -19612,7 +19612,7 @@ "source_location": "L15", "_origin": "ast", "id": "src_billing_service_billingcalculator_php_sharebreakdown", - "community": 30, + "community": 701, "norm_label": "sharebreakdown" }, { @@ -19712,7 +19712,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_invoiceservice", - "community": 30, + "community": 698, "norm_label": "invoiceservice.php" }, { @@ -19722,7 +19722,7 @@ "source_location": "L13", "_origin": "ast", "id": "service_invoiceservice_invoiceservice", - "community": 30, + "community": 698, "norm_label": "invoiceservice" }, { @@ -19732,7 +19732,7 @@ "source_location": "L15", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_construct", - "community": 30, + "community": 698, "norm_label": ".__construct()" }, { @@ -19742,7 +19742,7 @@ "source_location": "L27", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_createfromsession", - "community": 30, + "community": 698, "norm_label": ".createfromsession()" }, { @@ -19752,7 +19752,7 @@ "source_location": "L27", "_origin": "ast", "id": "src_billing_service_invoiceservice_php_patientsession", - "community": 30, + "community": 698, "norm_label": "patientsession" }, { @@ -19762,7 +19762,7 @@ "source_location": "L27", "_origin": "ast", "id": "src_billing_service_invoiceservice_php_invoice", - "community": 30, + "community": 698, "norm_label": "invoice" }, { @@ -19772,7 +19772,7 @@ "source_location": "L72", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_finalize", - "community": 30, + "community": 698, "norm_label": ".finalize()" }, { @@ -20682,7 +20682,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_categoryimporter", - "community": 318, + "community": 82, "norm_label": "categoryimporter.php" }, { @@ -20692,7 +20692,7 @@ "source_location": "L16", "_origin": "ast", "id": "service_categoryimporter_categoryimporter", - "community": 340, + "community": 82, "norm_label": "categoryimporter" }, { @@ -20702,7 +20702,7 @@ "source_location": "L28", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_construct", - "community": 340, + "community": 82, "norm_label": ".__construct()" }, { @@ -20712,7 +20712,7 @@ "source_location": "L32", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_isvalidbundle", - "community": 340, + "community": 82, "norm_label": ".isvalidbundle()" }, { @@ -20722,7 +20722,7 @@ "source_location": "L38", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_exportall", - "community": 340, + "community": 82, "norm_label": ".exportall()" }, { @@ -20732,7 +20732,7 @@ "source_location": "L58", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_validate", - "community": 340, + "community": 82, "norm_label": ".validate()" }, { @@ -20742,7 +20742,7 @@ "source_location": "L170", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_replace", - "community": 340, + "community": 82, "norm_label": ".replace()" }, { @@ -20752,7 +20752,7 @@ "source_location": "L189", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_validatereferences", - "community": 340, + "community": 82, "norm_label": ".validatereferences()" }, { @@ -20762,7 +20762,7 @@ "source_location": "L233", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_existingids", - "community": 340, + "community": 82, "norm_label": ".existingids()" }, { @@ -20772,7 +20772,7 @@ "source_location": "L242", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_ispositiveint", - "community": 340, + "community": 82, "norm_label": ".ispositiveint()" }, { @@ -20782,7 +20782,7 @@ "source_location": "L247", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_normint", - "community": 340, + "community": 82, "norm_label": ".normint()" }, { @@ -20792,7 +20792,7 @@ "source_location": "L254", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_nullableid", - "community": 340, + "community": 82, "norm_label": ".nullableid()" }, { @@ -20802,7 +20802,7 @@ "source_location": "L264", "_origin": "ast", "id": "service_categoryimporter_categoryimporter_optstr", - "community": 340, + "community": 82, "norm_label": ".optstr()" }, { @@ -22402,7 +22402,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_clinicservicecontroller", - "community": 169, + "community": 63, "norm_label": "clinicservicecontroller.php" }, { @@ -22412,7 +22412,7 @@ "source_location": "L29", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller", - "community": 169, + "community": 63, "norm_label": "clinicservicecontroller" }, { @@ -22422,7 +22422,7 @@ "source_location": "L33", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_construct", - "community": 169, + "community": 63, "norm_label": ".__construct()" }, { @@ -22432,7 +22432,7 @@ "source_location": "L47", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_listsections", - "community": 169, + "community": 63, "norm_label": ".listsections()" }, { @@ -22442,7 +22442,7 @@ "source_location": "L47", "_origin": "ast", "id": "src_clinicservice_controller_clinicservicecontroller_php_user", - "community": 169, + "community": 63, "norm_label": "user" }, { @@ -22452,7 +22452,7 @@ "source_location": "L47", "_origin": "ast", "id": "src_clinicservice_controller_clinicservicecontroller_php_jsonresponse", - "community": 169, + "community": 63, "norm_label": "jsonresponse" }, { @@ -22462,7 +22462,7 @@ "source_location": "L61", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_createsection", - "community": 169, + "community": 63, "norm_label": ".createsection()" }, { @@ -22472,7 +22472,7 @@ "source_location": "L61", "_origin": "ast", "id": "src_clinicservice_controller_clinicservicecontroller_php_request", - "community": 169, + "community": 63, "norm_label": "request" }, { @@ -22482,7 +22482,7 @@ "source_location": "L80", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_updatesection", - "community": 169, + "community": 63, "norm_label": ".updatesection()" }, { @@ -22492,7 +22492,7 @@ "source_location": "L104", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_deletesection", - "community": 169, + "community": 63, "norm_label": ".deletesection()" }, { @@ -22502,7 +22502,7 @@ "source_location": "L122", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_listitems", - "community": 169, + "community": 63, "norm_label": ".listitems()" }, { @@ -22512,7 +22512,7 @@ "source_location": "L140", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_createitem", - "community": 169, + "community": 63, "norm_label": ".createitem()" }, { @@ -22522,7 +22522,7 @@ "source_location": "L184", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_updateitem", - "community": 169, + "community": 63, "norm_label": ".updateitem()" }, { @@ -22532,7 +22532,7 @@ "source_location": "L227", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_deleteitem", - "community": 169, + "community": 63, "norm_label": ".deleteitem()" }, { @@ -22542,7 +22542,7 @@ "source_location": "L256", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_listtariffs", - "community": 169, + "community": 63, "norm_label": ".listtariffs()" }, { @@ -22552,7 +22552,7 @@ "source_location": "L276", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_settariff", - "community": 169, + "community": 63, "norm_label": ".settariff()" }, { @@ -22562,7 +22562,7 @@ "source_location": "L307", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_resolveentity", - "community": 169, + "community": 63, "norm_label": ".resolveentity()" }, { @@ -22572,7 +22572,7 @@ "source_location": "L322", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_assertservicesgate", - "community": 169, + "community": 63, "norm_label": ".assertservicesgate()" }, { @@ -22582,7 +22582,7 @@ "source_location": "L333", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_ownssection", - "community": 169, + "community": 63, "norm_label": ".ownssection()" }, { @@ -22592,7 +22592,7 @@ "source_location": "L333", "_origin": "ast", "id": "src_clinicservice_controller_clinicservicecontroller_php_servicesection", - "community": 169, + "community": 63, "norm_label": "servicesection" }, { @@ -25302,7 +25302,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_doctorservicecontroller", - "community": 4, + "community": 225, "norm_label": "doctorservicecontroller.php" }, { @@ -25312,7 +25312,7 @@ "source_location": "L16", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller", - "community": 4, + "community": 225, "norm_label": "doctorservicecontroller" }, { @@ -25322,7 +25322,7 @@ "source_location": "L19", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_construct", - "community": 4, + "community": 225, "norm_label": ".__construct()" }, { @@ -25332,7 +25332,7 @@ "source_location": "L24", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_list", - "community": 4, + "community": 225, "norm_label": ".list()" }, { @@ -25342,7 +25342,7 @@ "source_location": "L24", "_origin": "ast", "id": "src_doctorservice_controller_doctorservicecontroller_php_request", - "community": 4, + "community": 225, "norm_label": "request" }, { @@ -25352,7 +25352,7 @@ "source_location": "L24", "_origin": "ast", "id": "src_doctorservice_controller_doctorservicecontroller_php_jsonresponse", - "community": 4, + "community": 225, "norm_label": "jsonresponse" }, { @@ -25362,7 +25362,7 @@ "source_location": "L37", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_create", - "community": 4, + "community": 225, "norm_label": ".create()" }, { @@ -25372,7 +25372,7 @@ "source_location": "L62", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_update", - "community": 4, + "community": 225, "norm_label": ".update()" }, { @@ -25382,7 +25382,7 @@ "source_location": "L85", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_delete", - "community": 4, + "community": 225, "norm_label": ".delete()" }, { @@ -25392,7 +25392,7 @@ "source_location": "L98", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_adminlist", - "community": 4, + "community": 225, "norm_label": ".adminlist()" }, { @@ -25402,7 +25402,7 @@ "source_location": "L130", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_slugify", - "community": 4, + "community": 225, "norm_label": ".slugify()" }, { @@ -28302,7 +28302,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_patientcontroller", - "community": 175, + "community": 63, "norm_label": "patientcontroller.php" }, { @@ -28312,7 +28312,7 @@ "source_location": "L29", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller", - "community": 175, + "community": 63, "norm_label": "patientcontroller" }, { @@ -28322,7 +28322,7 @@ "source_location": "L33", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_construct", - "community": 175, + "community": 63, "norm_label": ".__construct()" }, { @@ -28332,7 +28332,7 @@ "source_location": "L50", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_buildpatientprofile", - "community": 175, + "community": 63, "norm_label": ".buildpatientprofile()" }, { @@ -28342,7 +28342,7 @@ "source_location": "L50", "_origin": "ast", "id": "src_patient_controller_patientcontroller_php_user", - "community": 175, + "community": 63, "norm_label": "user" }, { @@ -28352,7 +28352,7 @@ "source_location": "L77", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_searchuser", - "community": 175, + "community": 63, "norm_label": ".searchuser()" }, { @@ -28362,7 +28362,7 @@ "source_location": "L77", "_origin": "ast", "id": "src_patient_controller_patientcontroller_php_request", - "community": 175, + "community": 63, "norm_label": "request" }, { @@ -28372,7 +28372,7 @@ "source_location": "L77", "_origin": "ast", "id": "src_patient_controller_patientcontroller_php_jsonresponse", - "community": 175, + "community": 63, "norm_label": "jsonresponse" }, { @@ -28382,7 +28382,7 @@ "source_location": "L101", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_list", - "community": 175, + "community": 63, "norm_label": ".list()" }, { @@ -28392,7 +28392,7 @@ "source_location": "L122", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_create", - "community": 175, + "community": 63, "norm_label": ".create()" }, { @@ -28402,7 +28402,7 @@ "source_location": "L189", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_show", - "community": 175, + "community": 63, "norm_label": ".show()" }, { @@ -28412,7 +28412,7 @@ "source_location": "L206", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_sessions", - "community": 175, + "community": 63, "norm_label": ".sessions()" }, { @@ -28422,7 +28422,7 @@ "source_location": "L230", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_createsession", - "community": 175, + "community": 63, "norm_label": ".createsession()" }, { @@ -28432,7 +28432,7 @@ "source_location": "L255", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_autocreateclaim", - "community": 175, + "community": 63, "norm_label": ".autocreateclaim()" }, { @@ -28442,7 +28442,7 @@ "source_location": "L255", "_origin": "ast", "id": "src_patient_controller_patientcontroller_php_patientsession", - "community": 175, + "community": 63, "norm_label": "patientsession" }, { @@ -28452,7 +28452,7 @@ "source_location": "L273", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_updatesession", - "community": 175, + "community": 63, "norm_label": ".updatesession()" }, { @@ -28462,7 +28462,7 @@ "source_location": "L294", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_resolveentity", - "community": 175, + "community": 63, "norm_label": ".resolveentity()" }, { @@ -28472,7 +28472,7 @@ "source_location": "L329", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_assertpatientgate", - "community": 175, + "community": 63, "norm_label": ".assertpatientgate()" }, { @@ -28482,7 +28482,7 @@ "source_location": "L340", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_ownsrecord", - "community": 175, + "community": 63, "norm_label": ".ownsrecord()" }, { @@ -29392,7 +29392,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_sessionservicerepository", - "community": 656, + "community": 53, "norm_label": "sessionservicerepository.php" }, { @@ -29402,7 +29402,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_sessionservicerepository_sessionservicerepository", - "community": 656, + "community": 53, "norm_label": "sessionservicerepository" }, { @@ -29412,7 +29412,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_sessionservicerepository_sessionservicerepository_construct", - "community": 656, + "community": 53, "norm_label": ".__construct()" }, { @@ -29422,7 +29422,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_patient_repository_sessionservicerepository_php_managerregistry", - "community": 656, + "community": 53, "norm_label": "managerregistry" }, { @@ -29432,7 +29432,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_sessionservicerepository_sessionservicerepository_save", - "community": 656, + "community": 53, "norm_label": ".save()" }, { @@ -29442,7 +29442,7 @@ "source_location": "L16", "_origin": "ast", "id": "src_patient_repository_sessionservicerepository_php_sessionservice", - "community": 656, + "community": 53, "norm_label": "sessionservice" }, { @@ -29452,7 +29452,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_patientservice", - "community": 30, + "community": 318, "norm_label": "patientservice.php" }, { @@ -29462,7 +29462,7 @@ "source_location": "L22", "_origin": "ast", "id": "service_patientservice_patientservice", - "community": 30, + "community": 318, "norm_label": "patientservice" }, { @@ -29472,7 +29472,7 @@ "source_location": "L24", "_origin": "ast", "id": "service_patientservice_patientservice_construct", - "community": 30, + "community": 318, "norm_label": ".__construct()" }, { @@ -29482,7 +29482,7 @@ "source_location": "L45", "_origin": "ast", "id": "service_patientservice_patientservice_calculatefinalprice", - "community": 30, + "community": 318, "norm_label": ".calculatefinalprice()" }, { @@ -29492,7 +29492,7 @@ "source_location": "L77", "_origin": "ast", "id": "service_patientservice_patientservice_autocreateonappointmentconfirm", - "community": 30, + "community": 318, "norm_label": ".autocreateonappointmentconfirm()" }, { @@ -29502,7 +29502,7 @@ "source_location": "L77", "_origin": "ast", "id": "src_patient_service_patientservice_php_appointment", - "community": 30, + "community": 318, "norm_label": "appointment" }, { @@ -29512,7 +29512,7 @@ "source_location": "L102", "_origin": "ast", "id": "service_patientservice_patientservice_autocreateforentity", - "community": 30, + "community": 318, "norm_label": ".autocreateforentity()" }, { @@ -29522,7 +29522,7 @@ "source_location": "L120", "_origin": "ast", "id": "service_patientservice_patientservice_createsession", - "community": 30, + "community": 318, "norm_label": ".createsession()" }, { @@ -29532,7 +29532,7 @@ "source_location": "L120", "_origin": "ast", "id": "src_patient_service_patientservice_php_patientrecord", - "community": 30, + "community": 318, "norm_label": "patientrecord" }, { @@ -29542,7 +29542,7 @@ "source_location": "L120", "_origin": "ast", "id": "src_patient_service_patientservice_php_patientsession", - "community": 30, + "community": 318, "norm_label": "patientsession" }, { @@ -30182,7 +30182,7 @@ "source_location": "L1", "_origin": "ast", "id": "gateway_gatewayfactory", - "community": 30, + "community": 340, "norm_label": "gatewayfactory.php" }, { @@ -30192,7 +30192,7 @@ "source_location": "L14", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory", - "community": 30, + "community": 340, "norm_label": "gatewayfactory" }, { @@ -30202,7 +30202,7 @@ "source_location": "L25", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_construct", - "community": 30, + "community": 340, "norm_label": ".__construct()" }, { @@ -30212,7 +30212,7 @@ "source_location": "L25", "_origin": "ast", "id": "mellatgateway", - "community": 30, + "community": 275, "norm_label": "mellatgateway" }, { @@ -30222,7 +30222,7 @@ "source_location": "L25", "_origin": "ast", "id": "sepgateway", - "community": 30, + "community": 340, "norm_label": "sepgateway" }, { @@ -30232,7 +30232,7 @@ "source_location": "L37", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_istestmode", - "community": 30, + "community": 340, "norm_label": ".istestmode()" }, { @@ -30242,7 +30242,7 @@ "source_location": "L43", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_ismellatsandbox", - "community": 30, + "community": 340, "norm_label": ".ismellatsandbox()" }, { @@ -30252,7 +30252,7 @@ "source_location": "L52", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_resolve", - "community": 30, + "community": 340, "norm_label": ".resolve()" }, { @@ -30272,7 +30272,7 @@ "source_location": "L68", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_isenabled", - "community": 30, + "community": 340, "norm_label": ".isenabled()" }, { @@ -30282,7 +30282,7 @@ "source_location": "L80", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_activegateways", - "community": 30, + "community": 340, "norm_label": ".activegateways()" }, { @@ -30562,7 +30562,7 @@ "source_location": "L364", "_origin": "ast", "id": "gateway_mellatgateway_mellatgateway_time", - "community": 66, + "community": 16, "norm_label": ".time()" }, { @@ -30872,7 +30872,7 @@ "source_location": "L1", "_origin": "ast", "id": "gateway_sepgateway", - "community": 206, + "community": 673, "norm_label": "sepgateway.php" }, { @@ -31002,7 +31002,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_paymentlogrepository", - "community": 53, + "community": 702, "norm_label": "paymentlogrepository.php" }, { @@ -31012,7 +31012,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository", - "community": 53, + "community": 702, "norm_label": "paymentlogrepository" }, { @@ -31022,7 +31022,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository_construct", - "community": 53, + "community": 702, "norm_label": ".__construct()" }, { @@ -31032,7 +31032,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_payment_repository_paymentlogrepository_php_managerregistry", - "community": 53, + "community": 702, "norm_label": "managerregistry" }, { @@ -31042,7 +31042,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository_save", - "community": 53, + "community": 702, "norm_label": ".save()" }, { @@ -31052,7 +31052,7 @@ "source_location": "L16", "_origin": "ast", "id": "paymentlog", - "community": 53, + "community": 702, "norm_label": "paymentlog" }, { @@ -34992,7 +34992,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_commissionservice", - "community": 6, + "community": 482, "norm_label": "commissionservice.php" }, { @@ -35002,7 +35002,7 @@ "source_location": "L20", "_origin": "ast", "id": "service_commissionservice_commissionservice", - "community": 6, + "community": 482, "norm_label": "commissionservice" }, { @@ -35012,7 +35012,7 @@ "source_location": "L22", "_origin": "ast", "id": "service_commissionservice_commissionservice_construct", - "community": 6, + "community": 482, "norm_label": ".__construct()" }, { @@ -35022,7 +35022,7 @@ "source_location": "L35", "_origin": "ast", "id": "service_commissionservice_commissionservice_processappointment", - "community": 6, + "community": 482, "norm_label": ".processappointment()" }, { @@ -35032,7 +35032,7 @@ "source_location": "L35", "_origin": "ast", "id": "src_settlement_service_commissionservice_php_payment", - "community": 6, + "community": 482, "norm_label": "payment" }, { @@ -35042,7 +35042,7 @@ "source_location": "L56", "_origin": "ast", "id": "service_commissionservice_commissionservice_processsubscription", - "community": 6, + "community": 482, "norm_label": ".processsubscription()" }, { @@ -35052,7 +35052,7 @@ "source_location": "L73", "_origin": "ast", "id": "service_commissionservice_commissionservice_resolverep", - "community": 6, + "community": 482, "norm_label": ".resolverep()" }, { @@ -35062,7 +35062,7 @@ "source_location": "L73", "_origin": "ast", "id": "src_settlement_service_commissionservice_php_representation", - "community": 6, + "community": 482, "norm_label": "representation" }, { @@ -35072,7 +35072,7 @@ "source_location": "L80", "_origin": "ast", "id": "service_commissionservice_commissionservice_settle", - "community": 6, + "community": 482, "norm_label": ".settle()" }, { @@ -35082,7 +35082,7 @@ "source_location": "L1", "_origin": "ast", "id": "constant_errorcodes", - "community": 169, + "community": 63, "norm_label": "errorcodes.php" }, { @@ -35092,7 +35092,7 @@ "source_location": "L5", "_origin": "ast", "id": "constant_errorcodes_errorcodes", - "community": 169, + "community": 63, "norm_label": "errorcodes" }, { @@ -35102,7 +35102,7 @@ "source_location": "L103", "_origin": "ast", "id": "constant_errorcodes_errorcodes_message", - "community": 169, + "community": 63, "norm_label": ".message()" }, { @@ -35335,6 +35335,66 @@ "community": 295, "norm_label": ".isstaging()" }, + { + "label": "CorsRegexEnvProcessor.php", + "file_type": "code", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L1", + "_origin": "ast", + "id": "dependencyinjection_corsregexenvprocessor", + "community": 688, + "norm_label": "corsregexenvprocessor.php" + }, + { + "label": "CorsRegexEnvProcessor", + "file_type": "code", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L15", + "_origin": "ast", + "id": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", + "community": 688, + "norm_label": "corsregexenvprocessor" + }, + { + "label": "EnvVarProcessorInterface", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "envvarprocessorinterface", + "community": 688, + "norm_label": "envvarprocessorinterface" + }, + { + "label": ".getEnv()", + "file_type": "code", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L17", + "_origin": "ast", + "id": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", + "community": 688, + "norm_label": ".getenv()" + }, + { + "label": "Closure", + "file_type": "code", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L17", + "_origin": "ast", + "id": "closure", + "community": 688, + "norm_label": "closure" + }, + { + "label": ".getProvidedTypes()", + "file_type": "code", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L37", + "_origin": "ast", + "id": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getprovidedtypes", + "community": 688, + "norm_label": ".getprovidedtypes()" + }, { "label": "JsonContains.php", "file_type": "code", @@ -35542,7 +35602,7 @@ "source_location": "L1", "_origin": "ast", "id": "exception_appexception", - "community": 275, + "community": 63, "norm_label": "appexception.php" }, { @@ -35552,7 +35612,7 @@ "source_location": "L7", "_origin": "ast", "id": "exception_appexception_appexception", - "community": 275, + "community": 63, "norm_label": "appexception" }, { @@ -35562,7 +35622,7 @@ "source_location": "L9", "_origin": "ast", "id": "exception_appexception_appexception_construct", - "community": 275, + "community": 63, "norm_label": ".__construct()" }, { @@ -35572,7 +35632,7 @@ "source_location": "L18", "_origin": "ast", "id": "exception_appexception_appexception_geterrorcode", - "community": 275, + "community": 63, "norm_label": ".geterrorcode()" }, { @@ -35582,7 +35642,7 @@ "source_location": "L19", "_origin": "ast", "id": "exception_appexception_appexception_gethttpstatus", - "community": 275, + "community": 63, "norm_label": ".gethttpstatus()" }, { @@ -35592,7 +35652,7 @@ "source_location": "L20", "_origin": "ast", "id": "exception_appexception_appexception_getfield", - "community": 275, + "community": 63, "norm_label": ".getfield()" }, { @@ -35602,7 +35662,7 @@ "source_location": "L1", "_origin": "ast", "id": "logging_applog", - "community": 66, + "community": 718, "norm_label": "applog.php" }, { @@ -35612,7 +35672,7 @@ "source_location": "L8", "_origin": "ast", "id": "logging_applog_applog", - "community": 66, + "community": 718, "norm_label": "applog" }, { @@ -35622,7 +35682,7 @@ "source_location": "L37", "_origin": "ast", "id": "logging_applog_applog_construct", - "community": 66, + "community": 718, "norm_label": ".__construct()" }, { @@ -35632,7 +35692,7 @@ "source_location": "L47", "_origin": "ast", "id": "logging_applog_applog_toarray", - "community": 66, + "community": 718, "norm_label": ".toarray()" }, { @@ -35762,7 +35822,7 @@ "source_location": "L1", "_origin": "ast", "id": "logging_dblogger", - "community": 318, + "community": 82, "norm_label": "dblogger.php" }, { @@ -35912,7 +35972,7 @@ "source_location": "L1", "_origin": "ast", "id": "logging_logpruneservice", - "community": 66, + "community": 719, "norm_label": "logpruneservice.php" }, { @@ -35922,7 +35982,7 @@ "source_location": "L11", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice", - "community": 66, + "community": 719, "norm_label": "logpruneservice" }, { @@ -35932,7 +35992,7 @@ "source_location": "L13", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice_construct", - "community": 66, + "community": 719, "norm_label": ".__construct()" }, { @@ -35942,7 +36002,7 @@ "source_location": "L19", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice_prunebyretention", - "community": 66, + "community": 719, "norm_label": ".prunebyretention()" }, { @@ -36482,7 +36542,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_smsmessagecontroller", - "community": 108, + "community": 697, "norm_label": "smsmessagecontroller.php" }, { @@ -36492,7 +36552,7 @@ "source_location": "L18", "_origin": "ast", "id": "controller_smsmessagecontroller_smsmessagecontroller", - "community": 108, + "community": 697, "norm_label": "smsmessagecontroller" }, { @@ -36502,7 +36562,7 @@ "source_location": "L22", "_origin": "ast", "id": "controller_smsmessagecontroller_smsmessagecontroller_construct", - "community": 108, + "community": 697, "norm_label": ".__construct()" }, { @@ -36512,7 +36572,7 @@ "source_location": "L26", "_origin": "ast", "id": "controller_smsmessagecontroller_smsmessagecontroller_list", - "community": 108, + "community": 697, "norm_label": ".list()" }, { @@ -36522,7 +36582,7 @@ "source_location": "L26", "_origin": "ast", "id": "src_sms_controller_smsmessagecontroller_php_jsonresponse", - "community": 108, + "community": 697, "norm_label": "jsonresponse" }, { @@ -36532,7 +36592,7 @@ "source_location": "L57", "_origin": "ast", "id": "controller_smsmessagecontroller_smsmessagecontroller_update", - "community": 108, + "community": 697, "norm_label": ".update()" }, { @@ -36542,7 +36602,7 @@ "source_location": "L57", "_origin": "ast", "id": "src_sms_controller_smsmessagecontroller_php_request", - "community": 108, + "community": 697, "norm_label": "request" }, { @@ -37432,7 +37492,7 @@ "source_location": "L1", "_origin": "ast", "id": "entity_smswallet", - "community": 66, + "community": 16, "norm_label": "smswallet.php" }, { @@ -37442,7 +37502,7 @@ "source_location": "L8", "_origin": "ast", "id": "entity_smswallet_smswallet", - "community": 66, + "community": 16, "norm_label": "smswallet" }, { @@ -37452,7 +37512,7 @@ "source_location": "L33", "_origin": "ast", "id": "entity_smswallet_smswallet_construct", - "community": 66, + "community": 16, "norm_label": ".__construct()" }, { @@ -37462,7 +37522,7 @@ "source_location": "L41", "_origin": "ast", "id": "entity_smswallet_smswallet_getid", - "community": 66, + "community": 16, "norm_label": ".getid()" }, { @@ -37472,7 +37532,7 @@ "source_location": "L42", "_origin": "ast", "id": "entity_smswallet_smswallet_getentitytype", - "community": 66, + "community": 16, "norm_label": ".getentitytype()" }, { @@ -37482,7 +37542,7 @@ "source_location": "L43", "_origin": "ast", "id": "entity_smswallet_smswallet_getentityid", - "community": 66, + "community": 16, "norm_label": ".getentityid()" }, { @@ -37492,7 +37552,7 @@ "source_location": "L44", "_origin": "ast", "id": "entity_smswallet_smswallet_getbalancerials", - "community": 66, + "community": 16, "norm_label": ".getbalancerials()" }, { @@ -37502,7 +37562,7 @@ "source_location": "L46", "_origin": "ast", "id": "entity_smswallet_smswallet_credit", - "community": 66, + "community": 16, "norm_label": ".credit()" }, { @@ -37512,7 +37572,7 @@ "source_location": "L52", "_origin": "ast", "id": "entity_smswallet_smswallet_debit", - "community": 66, + "community": 16, "norm_label": ".debit()" }, { @@ -37672,7 +37732,7 @@ "source_location": "L1", "_origin": "ast", "id": "provider_kavehnegarprovider", - "community": 673, + "community": 492, "norm_label": "kavehnegarprovider.php" }, { @@ -38062,7 +38122,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_smstemplaterepository", - "community": 53, + "community": 656, "norm_label": "smstemplaterepository.php" }, { @@ -38072,7 +38132,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_smstemplaterepository_smstemplaterepository", - "community": 53, + "community": 656, "norm_label": "smstemplaterepository" }, { @@ -38082,7 +38142,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_smstemplaterepository_smstemplaterepository_construct", - "community": 53, + "community": 656, "norm_label": ".__construct()" }, { @@ -38092,7 +38152,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_sms_repository_smstemplaterepository_php_managerregistry", - "community": 53, + "community": 656, "norm_label": "managerregistry" }, { @@ -38102,7 +38162,7 @@ "source_location": "L12", "_origin": "ast", "id": "repository_smstemplaterepository_smstemplaterepository_findbyuuid", - "community": 53, + "community": 656, "norm_label": ".findbyuuid()" }, { @@ -38112,7 +38172,7 @@ "source_location": "L12", "_origin": "ast", "id": "smstemplate", - "community": 53, + "community": 656, "norm_label": "smstemplate" }, { @@ -38122,7 +38182,7 @@ "source_location": "L13", "_origin": "ast", "id": "repository_smstemplaterepository_smstemplaterepository_save", - "community": 53, + "community": 656, "norm_label": ".save()" }, { @@ -38132,7 +38192,7 @@ "source_location": "L14", "_origin": "ast", "id": "repository_smstemplaterepository_smstemplaterepository_remove", - "community": 53, + "community": 656, "norm_label": ".remove()" }, { @@ -38972,7 +39032,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_staffcontroller", - "community": 177, + "community": 63, "norm_label": "staffcontroller.php" }, { @@ -38982,7 +39042,7 @@ "source_location": "L19", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller", - "community": 177, + "community": 63, "norm_label": "staffcontroller" }, { @@ -38992,7 +39052,7 @@ "source_location": "L23", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_construct", - "community": 177, + "community": 63, "norm_label": ".__construct()" }, { @@ -39002,7 +39062,7 @@ "source_location": "L29", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_list", - "community": 177, + "community": 63, "norm_label": ".list()" }, { @@ -39012,7 +39072,7 @@ "source_location": "L29", "_origin": "ast", "id": "src_staff_controller_staffcontroller_php_user", - "community": 177, + "community": 63, "norm_label": "user" }, { @@ -39022,7 +39082,7 @@ "source_location": "L29", "_origin": "ast", "id": "src_staff_controller_staffcontroller_php_jsonresponse", - "community": 177, + "community": 63, "norm_label": "jsonresponse" }, { @@ -39032,7 +39092,7 @@ "source_location": "L45", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_create", - "community": 177, + "community": 63, "norm_label": ".create()" }, { @@ -39042,7 +39102,7 @@ "source_location": "L45", "_origin": "ast", "id": "src_staff_controller_staffcontroller_php_request", - "community": 177, + "community": 63, "norm_label": "request" }, { @@ -39052,7 +39112,7 @@ "source_location": "L71", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_update", - "community": 177, + "community": 63, "norm_label": ".update()" }, { @@ -39062,7 +39122,7 @@ "source_location": "L98", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_toggle", - "community": 177, + "community": 63, "norm_label": ".toggle()" }, { @@ -39072,7 +39132,7 @@ "source_location": "L116", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_resolveentity", - "community": 177, + "community": 63, "norm_label": ".resolveentity()" }, { @@ -39082,7 +39142,7 @@ "source_location": "L131", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_ownsstaff", - "community": 177, + "community": 63, "norm_label": ".ownsstaff()" }, { @@ -39092,7 +39152,7 @@ "source_location": "L131", "_origin": "ast", "id": "src_staff_controller_staffcontroller_php_clinicstaff", - "community": 177, + "community": 63, "norm_label": "clinicstaff" }, { @@ -39102,7 +39162,7 @@ "source_location": "L143", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_tolatindigits", - "community": 177, + "community": 63, "norm_label": ".tolatindigits()" }, { @@ -39352,7 +39412,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_clinicstaffrepository", - "community": 606, + "community": 53, "norm_label": "clinicstaffrepository.php" }, { @@ -39362,7 +39422,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository", - "community": 606, + "community": 53, "norm_label": "clinicstaffrepository" }, { @@ -39372,7 +39432,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository_construct", - "community": 606, + "community": 53, "norm_label": ".__construct()" }, { @@ -39382,7 +39442,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_staff_repository_clinicstaffrepository_php_managerregistry", - "community": 606, + "community": 53, "norm_label": "managerregistry" }, { @@ -39392,7 +39452,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository_findbyuuid", - "community": 606, + "community": 53, "norm_label": ".findbyuuid()" }, { @@ -39402,7 +39462,7 @@ "source_location": "L16", "_origin": "ast", "id": "src_staff_repository_clinicstaffrepository_php_clinicstaff", - "community": 606, + "community": 53, "norm_label": "clinicstaff" }, { @@ -39412,7 +39472,7 @@ "source_location": "L21", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", - "community": 606, + "community": 53, "norm_label": ".findbyentity()" }, { @@ -39422,7 +39482,7 @@ "source_location": "L37", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository_save", - "community": 606, + "community": 53, "norm_label": ".save()" }, { @@ -40942,7 +41002,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_tagrepository", - "community": 104, + "community": 661, "norm_label": "tagrepository.php" }, { @@ -40952,7 +41012,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_tagrepository_tagrepository", - "community": 104, + "community": 661, "norm_label": "tagrepository" }, { @@ -40962,7 +41022,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_tagrepository_tagrepository_construct", - "community": 104, + "community": 661, "norm_label": ".__construct()" }, { @@ -40972,7 +41032,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_tag_repository_tagrepository_php_managerregistry", - "community": 104, + "community": 661, "norm_label": "managerregistry" }, { @@ -40982,7 +41042,7 @@ "source_location": "L17", "_origin": "ast", "id": "repository_tagrepository_tagrepository_findactive", - "community": 104, + "community": 661, "norm_label": ".findactive()" }, { @@ -40992,7 +41052,7 @@ "source_location": "L26", "_origin": "ast", "id": "repository_tagrepository_tagrepository_save", - "community": 104, + "community": 661, "norm_label": ".save()" }, { @@ -41002,7 +41062,7 @@ "source_location": "L26", "_origin": "ast", "id": "tag", - "community": 104, + "community": 661, "norm_label": "tag" }, { @@ -41012,7 +41072,7 @@ "source_location": "L32", "_origin": "ast", "id": "repository_tagrepository_tagrepository_remove", - "community": 104, + "community": 661, "norm_label": ".remove()" }, { @@ -42532,7 +42592,7 @@ "source_location": "", "_origin": "ast", "id": "testcase", - "community": 30, + "community": 275, "norm_label": "testcase" }, { @@ -42782,7 +42842,7 @@ "source_location": "L1", "_origin": "ast", "id": "category_categoryimporttest", - "community": 318, + "community": 82, "norm_label": "categoryimporttest.php" }, { @@ -42792,7 +42852,7 @@ "source_location": "L19", "_origin": "ast", "id": "category_categoryimporttest_categoryimporttest", - "community": 318, + "community": 82, "norm_label": "categoryimporttest" }, { @@ -42802,7 +42862,7 @@ "source_location": "L21", "_origin": "ast", "id": "category_categoryimporttest_categoryimporttest_db", - "community": 318, + "community": 82, "norm_label": ".db()" }, { @@ -42812,7 +42872,7 @@ "source_location": "L21", "_origin": "ast", "id": "connection", - "community": 318, + "community": 82, "norm_label": "connection" }, { @@ -42822,7 +42882,7 @@ "source_location": "L26", "_origin": "ast", "id": "category_categoryimporttest_categoryimporttest_rowcount", - "community": 318, + "community": 82, "norm_label": ".rowcount()" }, { @@ -42832,7 +42892,7 @@ "source_location": "L31", "_origin": "ast", "id": "category_categoryimporttest_categoryimporttest_testvalidimportreplacesthewholetable", - "community": 318, + "community": 82, "norm_label": ".testvalidimportreplacesthewholetable()" }, { @@ -42842,7 +42902,7 @@ "source_location": "L47", "_origin": "ast", "id": "category_categoryimporttest_categoryimporttest_testinvalidfileisrejectedandnothingiswritten", - "community": 318, + "community": 82, "norm_label": ".testinvalidfileisrejectedandnothingiswritten()" }, { @@ -42852,7 +42912,7 @@ "source_location": "L67", "_origin": "ast", "id": "category_categoryimporttest_categoryimporttest_testspecialtyparentmustexistwithinthefile", - "community": 318, + "community": 82, "norm_label": ".testspecialtyparentmustexistwithinthefile()" }, { @@ -42862,7 +42922,7 @@ "source_location": "L81", "_origin": "ast", "id": "category_categoryimporttest_categoryimporttest_testnonadminisforbidden", - "community": 318, + "community": 82, "norm_label": ".testnonadminisforbidden()" }, { @@ -42872,7 +42932,7 @@ "source_location": "L90", "_origin": "ast", "id": "category_categoryimporttest_categoryimporttest_testunknownbundleis404", - "community": 318, + "community": 82, "norm_label": ".testunknownbundleis404()" }, { @@ -42942,7 +43002,7 @@ "source_location": "L1", "_origin": "ast", "id": "database_uniqueconstraintstest", - "community": 86, + "community": 371, "norm_label": "uniqueconstraintstest.php" }, { @@ -42952,7 +43012,7 @@ "source_location": "L17", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest", - "community": 86, + "community": 371, "norm_label": "uniqueconstraintstest" }, { @@ -42962,7 +43022,7 @@ "source_location": "L19", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest_testduplicateemailrejected", - "community": 86, + "community": 371, "norm_label": ".testduplicateemailrejected()" }, { @@ -42972,7 +43032,7 @@ "source_location": "L29", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest_testduplicategatewaytokenrejected", - "community": 86, + "community": 371, "norm_label": ".testduplicategatewaytokenrejected()" }, { @@ -42982,7 +43042,7 @@ "source_location": "L43", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest_testduplicatedateoverriderejected", - "community": 86, + "community": 371, "norm_label": ".testduplicatedateoverriderejected()" }, { @@ -42992,7 +43052,7 @@ "source_location": "L57", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest_testduplicatebreakdownpaymentsourcerejected", - "community": 86, + "community": 371, "norm_label": ".testduplicatebreakdownpaymentsourcerejected()" }, { @@ -43112,7 +43172,7 @@ "source_location": "L1", "_origin": "ast", "id": "doctrine_repositoryclassmappingtest", - "community": 482, + "community": 82, "norm_label": "repositoryclassmappingtest.php" }, { @@ -43122,7 +43182,7 @@ "source_location": "L18", "_origin": "ast", "id": "doctrine_repositoryclassmappingtest_repositoryclassmappingtest", - "community": 482, + "community": 82, "norm_label": "repositoryclassmappingtest" }, { @@ -43132,7 +43192,7 @@ "source_location": "", "_origin": "ast", "id": "kerneltestcase", - "community": 482, + "community": 82, "norm_label": "kerneltestcase" }, { @@ -43142,7 +43202,7 @@ "source_location": "L20", "_origin": "ast", "id": "doctrine_repositoryclassmappingtest_repositoryclassmappingtest_testentitieswithcustomrepodeclareit", - "community": 482, + "community": 82, "norm_label": ".testentitieswithcustomrepodeclareit()" }, { @@ -43302,7 +43362,7 @@ "source_location": "L1", "_origin": "ast", "id": "payment_mellatgatewaytest", - "community": 30, + "community": 275, "norm_label": "mellatgatewaytest.php" }, { @@ -43312,7 +43372,7 @@ "source_location": "L11", "_origin": "ast", "id": "payment_mellatgatewaytest_mellatgatewaytest", - "community": 30, + "community": 275, "norm_label": "mellatgatewaytest" }, { @@ -43322,7 +43382,7 @@ "source_location": "L13", "_origin": "ast", "id": "payment_mellatgatewaytest_mellatgatewaytest_testconstructoracceptsnullcredentials", - "community": 30, + "community": 275, "norm_label": ".testconstructoracceptsnullcredentials()" }, { @@ -43442,7 +43502,7 @@ "source_location": "L1", "_origin": "ast", "id": "rating_commentlistnplusonetest", - "community": 22, + "community": 707, "norm_label": "commentlistnplusonetest.php" }, { @@ -43452,7 +43512,7 @@ "source_location": "L17", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest", - "community": 22, + "community": 707, "norm_label": "commentlistnplusonetest" }, { @@ -43462,7 +43522,7 @@ "source_location": "L19", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_testtreeisserializedcorrectly", - "community": 22, + "community": 707, "norm_label": ".testtreeisserializedcorrectly()" }, { @@ -43472,7 +43532,7 @@ "source_location": "L52", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_jsonget", - "community": 22, + "community": 707, "norm_label": ".jsonget()" }, { @@ -43482,7 +43542,7 @@ "source_location": "L64", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_testrepositoryfetchjoinscollections", - "community": 22, + "community": 707, "norm_label": ".testrepositoryfetchjoinscollections()" }, { @@ -43612,7 +43672,7 @@ "source_location": "L1", "_origin": "ast", "id": "secretary_secretarylistnplusonetest", - "community": 688, + "community": 86, "norm_label": "secretarylistnplusonetest.php" }, { @@ -43622,7 +43682,7 @@ "source_location": "L13", "_origin": "ast", "id": "secretary_secretarylistnplusonetest_secretarylistnplusonetest", - "community": 688, + "community": 86, "norm_label": "secretarylistnplusonetest" }, { @@ -43632,7 +43692,7 @@ "source_location": "L16", "_origin": "ast", "id": "secretary_secretarylistnplusonetest_secretarylistnplusonetest_makedoctorwithsecretaries", - "community": 688, + "community": 86, "norm_label": ".makedoctorwithsecretaries()" }, { @@ -43642,7 +43702,7 @@ "source_location": "L32", "_origin": "ast", "id": "secretary_secretarylistnplusonetest_secretarylistnplusonetest_testquerycountdoesnotgrowwithsecretarycount", - "community": 688, + "community": 86, "norm_label": ".testquerycountdoesnotgrowwithsecretarycount()" }, { @@ -43652,7 +43712,7 @@ "source_location": "L1", "_origin": "ast", "id": "settlement_financialbreakdownintegritytest", - "community": 86, + "community": 371, "norm_label": "financialbreakdownintegritytest.php" }, { @@ -43662,7 +43722,7 @@ "source_location": "L15", "_origin": "ast", "id": "settlement_financialbreakdownintegritytest_financialbreakdownintegritytest", - "community": 86, + "community": 371, "norm_label": "financialbreakdownintegritytest" }, { @@ -43672,7 +43732,7 @@ "source_location": "L17", "_origin": "ast", "id": "settlement_financialbreakdownintegritytest_financialbreakdownintegritytest_testdeletingpaymentwithbreakdownisrestricted", - "community": 86, + "community": 371, "norm_label": ".testdeletingpaymentwithbreakdownisrestricted()" }, { @@ -43735,6 +43795,106 @@ "community": 86, "norm_label": ".testpaginatesandreportstotals()" }, + { + "label": "CorsRegexEnvProcessorTest.php", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L1", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest", + "community": 275, + "norm_label": "corsregexenvprocessortest.php" + }, + { + "label": "CorsRegexEnvProcessorTest", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L8", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "community": 666, + "norm_label": "corsregexenvprocessortest" + }, + { + "label": ".regexFor()", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L10", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", + "community": 666, + "norm_label": ".regexfor()" + }, + { + "label": ".originMatches()", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L17", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", + "community": 666, + "norm_label": ".originmatches()" + }, + { + "label": ".testAllowsListedHostsHttpsAndSubdomains()", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L22", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", + "community": 666, + "norm_label": ".testallowslistedhostshttpsandsubdomains()" + }, + { + "label": ".testAllowsHttpAndPortForLocalDev()", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L30", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", + "community": 666, + "norm_label": ".testallowshttpandportforlocaldev()" + }, + { + "label": ".testRejectsUnlistedAndLookalikeHosts()", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L38", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", + "community": 666, + "norm_label": ".testrejectsunlistedandlookalikehosts()" + }, + { + "label": ".testDotIsEscapedNotWildcard()", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L48", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", + "community": 666, + "norm_label": ".testdotisescapednotwildcard()" + }, + { + "label": ".testEmptyListMatchesNothing()", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L56", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", + "community": 666, + "norm_label": ".testemptylistmatchesnothing()" + }, + { + "label": ".testProvidedType()", + "file_type": "code", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L64", + "_origin": "ast", + "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testprovidedtype", + "community": 688, + "norm_label": ".testprovidedtype()" + }, { "label": "DbLoggerTest.php", "file_type": "code", @@ -43742,7 +43902,7 @@ "source_location": "L1", "_origin": "ast", "id": "shared_dbloggertest", - "community": 482, + "community": 82, "norm_label": "dbloggertest.php" }, { @@ -43752,7 +43912,7 @@ "source_location": "L13", "_origin": "ast", "id": "shared_dbloggertest_dbloggertest", - "community": 482, + "community": 82, "norm_label": "dbloggertest" }, { @@ -43762,7 +43922,7 @@ "source_location": "L15", "_origin": "ast", "id": "shared_dbloggertest_dbloggertest_testwarningpersistedbutinfoisnot", - "community": 482, + "community": 82, "norm_label": ".testwarningpersistedbutinfoisnot()" }, { @@ -43772,7 +43932,7 @@ "source_location": "L1", "_origin": "ast", "id": "shared_errorcodestest", - "community": 30, + "community": 275, "norm_label": "errorcodestest.php" }, { @@ -43782,7 +43942,7 @@ "source_location": "L13", "_origin": "ast", "id": "shared_errorcodestest_errorcodestest", - "community": 30, + "community": 275, "norm_label": "errorcodestest" }, { @@ -43792,7 +43952,7 @@ "source_location": "L15", "_origin": "ast", "id": "shared_errorcodestest_errorcodestest_testwirevaluesarepreserved", - "community": 30, + "community": 275, "norm_label": ".testwirevaluesarepreserved()" }, { @@ -43802,7 +43962,7 @@ "source_location": "L25", "_origin": "ast", "id": "shared_errorcodestest_errorcodestest_testmessagesresolve", - "community": 30, + "community": 275, "norm_label": ".testmessagesresolve()" }, { @@ -43812,7 +43972,7 @@ "source_location": "L1", "_origin": "ast", "id": "smoke_infrasmoketest", - "community": 661, + "community": 86, "norm_label": "infrasmoketest.php" }, { @@ -43822,7 +43982,7 @@ "source_location": "L11", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest", - "community": 661, + "community": 86, "norm_label": "infrasmoketest" }, { @@ -43832,7 +43992,7 @@ "source_location": "L13", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest_testhealthispublicand200", - "community": 661, + "community": 86, "norm_label": ".testhealthispublicand200()" }, { @@ -43842,7 +44002,7 @@ "source_location": "L19", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest_testunauthenticatedapiis401", - "community": 661, + "community": 86, "norm_label": ".testunauthenticatedapiis401()" }, { @@ -43852,7 +44012,7 @@ "source_location": "L25", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest_testjwtauthreachesuserinfo", - "community": 661, + "community": 86, "norm_label": ".testjwtauthreachesuserinfo()" }, { @@ -43862,7 +44022,7 @@ "source_location": "L35", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest_testwalletusertypeindexexists", - "community": 661, + "community": 86, "norm_label": ".testwalletusertypeindexexists()" }, { @@ -47595,6 +47755,136 @@ "community": 303, "norm_label": "\u0646\u06a9\u0627\u062a \u0645\u0647\u0645 (\u0645\u062d\u062f\u0648\u062f\u06cc\u062a\u200c\u0647\u0627 \u0648 edge case\u0647\u0627)" }, + { + "label": "cors-regex-from-hosts-coolify-safe.md", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L1", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe", + "community": 177, + "norm_label": "cors-regex-from-hosts-coolify-safe.md" + }, + { + "label": "\u0631\u0641\u0639 \u062f\u0627\u0626\u0645\u06cc CORS \u062f\u0631 Coolify: \u0633\u0627\u062e\u062a regex \u0627\u0632 `ALLOWED_FRONTEND_HOSTS` (\u062d\u0630\u0641 \u0648\u0627\u0628\u0633\u062a\u06af\u06cc \u0628\u0647 `CORS_ALLOW_ORIGIN`)", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L1", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "community": 177, + "norm_label": "\u0631\u0641\u0639 \u062f\u0627\u064a\u0645\u06cc cors \u062f\u0631 coolify: \u0633\u0627\u062e\u062a regex \u0627\u0632 `allowed_frontend_hosts` (\u062d\u0630\u0641 \u0648\u0627\u0628\u0633\u062a\u06af\u06cc \u0628\u0647 `cors_allow_origin`)" + }, + { + "label": "\u067e\u0631\u0648\u0698\u0647", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L3", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u067e\u0631\u0648\u0698\u0647", + "community": 177, + "norm_label": "\u067e\u0631\u0648\u0698\u0647" + }, + { + "label": "\u0632\u0645\u06cc\u0646\u0647", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L7", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u0632\u0645\u06cc\u0646\u0647", + "community": 177, + "norm_label": "\u0632\u0645\u06cc\u0646\u0647" + }, + { + "label": "\u0645\u0634\u06a9\u0644 / \u0647\u062f\u0641", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L30", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", + "community": 177, + "norm_label": "\u0645\u0634\u06a9\u0644 / \u0647\u062f\u0641" + }, + { + "label": "\u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L43", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", + "community": 177, + "norm_label": "\u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637" + }, + { + "label": "\u0648\u0636\u0639\u06cc\u062a \u0641\u0639\u0644\u06cc", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L54", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", + "community": 177, + "norm_label": "\u0648\u0636\u0639\u06cc\u062a \u0641\u0639\u0644\u06cc" + }, + { + "label": "\u0648\u0638\u0627\u06cc\u0641", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L87", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", + "community": 177, + "norm_label": "\u0648\u0638\u0627\u06cc\u0641" + }, + { + "label": "\u06f1. \u0633\u0627\u062e\u062a Env Var Processor \u0633\u0641\u0627\u0631\u0634\u06cc `cors_regex`", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L89", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u06f1_\u0633\u0627\u062e\u062a_env_var_processor_\u0633\u0641\u0627\u0631\u0634\u06cc_cors_regex", + "community": 177, + "norm_label": "\u06f1. \u0633\u0627\u062e\u062a env var processor \u0633\u0641\u0627\u0631\u0634\u06cc `cors_regex`" + }, + { + "label": "\u06f2. \u062a\u063a\u06cc\u06cc\u0631 `nelmio_cors.yaml` \u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 processor", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L140", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u06f2_\u062a\u063a\u06cc\u06cc\u0631_nelmio_cors_yaml_\u0628\u0631\u0627\u06cc_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_processor", + "community": 177, + "norm_label": "\u06f2. \u062a\u063a\u06cc\u06cc\u0631 `nelmio_cors.yaml` \u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 processor" + }, + { + "label": "\u06f3. \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc env", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L157", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u06f3_\u0628\u0647_\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_env", + "community": 177, + "norm_label": "\u06f3. \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc env" + }, + { + "label": "\u06f4. \u062a\u0633\u062a", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L166", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u06f4_\u062a\u0633\u062a", + "community": 177, + "norm_label": "\u06f4. \u062a\u0633\u062a" + }, + { + "label": "\u0646\u06a9\u0627\u062a \u0645\u0647\u0645", + "file_type": "document", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L186", + "_origin": "ast", + "id": "prompt_cors_regex_from_hosts_coolify_safe_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", + "community": 177, + "norm_label": "\u0646\u06a9\u0627\u062a \u0645\u0647\u0645" + }, { "label": "create-patient-without-signup.md", "file_type": "document", @@ -63572,7 +63862,7 @@ "source_location": "L55", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u0645\u0639\u0631\u0641\u06cc_\u0645\u062d\u0635\u0648\u0644", - "community": 277, + "community": 490, "norm_label": "\u06f1. \u0645\u0639\u0631\u0641\u06cc \u0645\u062d\u0635\u0648\u0644" }, { @@ -63582,7 +63872,7 @@ "source_location": "L59", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u06f1_\u0646\u0642\u0634_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645", - "community": 277, + "community": 490, "norm_label": "\u06f1.\u06f1 \u0646\u0642\u0634\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645" }, { @@ -63592,7 +63882,7 @@ "source_location": "L71", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u06f2_\u0641\u0644\u0648\u0647\u0627\u06cc_\u0639\u0645\u0644\u06cc\u0627\u062a\u06cc_\u0627\u0635\u0644\u06cc", - "community": 277, + "community": 490, "norm_label": "\u06f1.\u06f2 \u0641\u0644\u0648\u0647\u0627\u06cc \u0639\u0645\u0644\u06cc\u0627\u062a\u06cc \u0627\u0635\u0644\u06cc" }, { @@ -63602,7 +63892,7 @@ "source_location": "L73", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u062b\u0628\u062a_\u0646\u0627\u0645_\u062f\u06a9\u062a\u0631_\u0645\u0633\u062a\u0642\u0644", - "community": 277, + "community": 490, "norm_label": "\u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u062f\u06a9\u062a\u0631 \u2014 \u0645\u0633\u062a\u0642\u0644" }, { @@ -63612,7 +63902,7 @@ "source_location": "L81", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u062b\u0628\u062a_\u0646\u0627\u0645_\u062f\u06a9\u062a\u0631_\u0627\u0632_\u0637\u0631\u06cc\u0642_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "community": 277, + "community": 490, "norm_label": "\u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u062f\u06a9\u062a\u0631 \u2014 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u06a9\u0644\u06cc\u0646\u06cc\u06a9" }, { @@ -63622,7 +63912,7 @@ "source_location": "L91", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u062b\u0628\u062a_\u0646\u0627\u0645_\u062f\u06a9\u062a\u0631_\u0627\u0632_\u0637\u0631\u06cc\u0642_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647", - "community": 277, + "community": 490, "norm_label": "\u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u062f\u06a9\u062a\u0631 \u2014 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647" }, { @@ -63632,7 +63922,7 @@ "source_location": "L99", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u06f3_\u067e\u0644\u0646_\u0647\u0627\u06cc_\u0627\u0634\u062a\u0631\u0627\u06a9", - "community": 277, + "community": 490, "norm_label": "\u06f1.\u06f3 \u067e\u0644\u0646\u200c\u0647\u0627\u06cc \u0627\u0634\u062a\u0631\u0627\u06a9" }, { @@ -63642,7 +63932,7 @@ "source_location": "L111", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u06f4_\u0633\u06cc\u0633\u062a\u0645_\u067e\u06cc\u0627\u0645\u06a9", - "community": 277, + "community": 490, "norm_label": "\u06f1.\u06f4 \u0633\u06cc\u0633\u062a\u0645 \u067e\u06cc\u0627\u0645\u06a9" }, { @@ -63672,7 +63962,7 @@ "source_location": "L147", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u0627\u0646\u0648\u0627\u0639_\u062f\u0633\u062a\u0647_\u0628\u0646\u062f\u06cc_category_types", - "community": 207, + "community": 606, "norm_label": "\u06f2.\u06f2 \u0627\u0646\u0648\u0627\u0639 \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc (category types)" }, { @@ -63682,7 +63972,7 @@ "source_location": "L151", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f1_\u062a\u06af_tag", - "community": 207, + "community": 606, "norm_label": "\u06f2.\u06f2.\u06f1 \u062a\u06af (tag)" }, { @@ -63692,7 +63982,7 @@ "source_location": "L163", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f2_\u0627\u0633\u062a\u0627\u0646_state", - "community": 207, + "community": 606, "norm_label": "\u06f2.\u06f2.\u06f2 \u0627\u0633\u062a\u0627\u0646 (state)" }, { @@ -63702,7 +63992,7 @@ "source_location": "L175", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f3_\u0634\u0647\u0631_city", - "community": 207, + "community": 606, "norm_label": "\u06f2.\u06f2.\u06f3 \u0634\u0647\u0631 (city)" }, { @@ -63712,7 +64002,7 @@ "source_location": "L201", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f4_\u0628\u06cc\u0645\u0647_\u067e\u0627\u06cc\u0647_basic_insurance", - "community": 207, + "community": 606, "norm_label": "\u06f2.\u06f2.\u06f4 \u0628\u06cc\u0645\u0647 \u067e\u0627\u06cc\u0647 (basic insurance)" }, { @@ -63722,7 +64012,7 @@ "source_location": "L214", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f5_\u0628\u06cc\u0645\u0647_\u0645\u06a9\u0645\u0644_supplementary_insurance", - "community": 207, + "community": 606, "norm_label": "\u06f2.\u06f2.\u06f5 \u0628\u06cc\u0645\u0647 \u0645\u06a9\u0645\u0644 (supplementary insurance)" }, { @@ -63732,7 +64022,7 @@ "source_location": "L218", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f6_\u062a\u062e\u0635\u0635_\u062f\u06a9\u062a\u0631_doctor_specialty", - "community": 207, + "community": 606, "norm_label": "\u06f2.\u06f2.\u06f6 \u062a\u062e\u0635\u0635 \u062f\u06a9\u062a\u0631 (doctor specialty)" }, { @@ -63742,7 +64032,7 @@ "source_location": "L231", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f7_\u062e\u062f\u0645\u0627\u062a_\u062f\u06a9\u062a\u0631_doctor_services", - "community": 207, + "community": 606, "norm_label": "\u06f2.\u06f2.\u06f7 \u062e\u062f\u0645\u0627\u062a \u062f\u06a9\u062a\u0631 (doctor services)" }, { @@ -63802,7 +64092,7 @@ "source_location": "L356", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_\u0646\u0648\u0628\u062a_appointment_settings", - "community": 207, + "community": 706, "norm_label": "\u06f2.\u06f8 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0646\u0648\u0628\u062a (appointment settings)" }, { @@ -63812,7 +64102,7 @@ "source_location": "L360", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u06f1_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0641\u062a\u06af\u06cc_weekly_schedule", - "community": 207, + "community": 706, "norm_label": "\u06f2.\u06f8.\u06f1 \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0641\u062a\u06af\u06cc (weekly schedule)" }, { @@ -63822,7 +64112,7 @@ "source_location": "L373", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u06f2_\u062a\u0639\u0637\u06cc\u0644\u0627\u062a_holidays", - "community": 207, + "community": 706, "norm_label": "\u06f2.\u06f8.\u06f2 \u062a\u0639\u0637\u06cc\u0644\u0627\u062a (holidays)" }, { @@ -63832,7 +64122,7 @@ "source_location": "L388", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u06f3_\u0644\u063a\u0648_\u062a\u0639\u0637\u06cc\u0644_date_override", - "community": 207, + "community": 706, "norm_label": "\u06f2.\u06f8.\u06f3 \u0644\u063a\u0648 \u062a\u0639\u0637\u06cc\u0644 (date override)" }, { @@ -63842,7 +64132,7 @@ "source_location": "L404", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u06f4_\u0627\u0644\u06af\u0648\u0631\u06cc\u062a\u0645_\u0645\u062d\u0627\u0633\u0628\u0647_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627\u06cc_\u062e\u0627\u0644\u06cc", - "community": 207, + "community": 706, "norm_label": "\u06f2.\u06f8.\u06f4 \u0627\u0644\u06af\u0648\u0631\u06cc\u062a\u0645 \u0645\u062d\u0627\u0633\u0628\u0647 \u0627\u0633\u0644\u0627\u062a\u200c\u0647\u0627\u06cc \u062e\u0627\u0644\u06cc" }, { @@ -63912,7 +64202,7 @@ "source_location": "L524", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f1\u06f3_\u0646\u0638\u0631\u0627\u062a_\u0644\u0627\u06cc\u06a9_\u0648_\u0627\u0645\u062a\u06cc\u0627\u0632\u062f\u0647\u06cc", - "community": 207, + "community": 717, "norm_label": "\u06f2.\u06f1\u06f3 \u0646\u0638\u0631\u0627\u062a\u060c \u0644\u0627\u06cc\u06a9 \u0648 \u0627\u0645\u062a\u06cc\u0627\u0632\u062f\u0647\u06cc" }, { @@ -63922,7 +64212,7 @@ "source_location": "L526", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f1\u06f3_\u06f1_\u0646\u0638\u0631_comment", - "community": 207, + "community": 717, "norm_label": "\u06f2.\u06f1\u06f3.\u06f1 \u0646\u0638\u0631 (comment)" }, { @@ -63932,7 +64222,7 @@ "source_location": "L539", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f1\u06f3_\u06f2_\u0644\u0627\u06cc\u06a9_like", - "community": 207, + "community": 717, "norm_label": "\u06f2.\u06f1\u06f3.\u06f2 \u0644\u0627\u06cc\u06a9 (like)" }, { @@ -63942,7 +64232,7 @@ "source_location": "L550", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f1\u06f3_\u06f3_\u0627\u0645\u062a\u06cc\u0627\u0632_rate", - "community": 207, + "community": 717, "norm_label": "\u06f2.\u06f1\u06f3.\u06f3 \u0627\u0645\u062a\u06cc\u0627\u0632 (rate)" }, { @@ -64062,7 +64352,7 @@ "source_location": "L646", "_origin": "ast", "id": "docs_clinicpro_manual_v2_task_08_api_\u062f\u0633\u062a\u0647_\u0628\u0646\u062f\u06cc_\u0647\u0627", - "community": 255, + "community": 716, "norm_label": "task-08: api \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc\u200c\u0647\u0627" }, { @@ -64072,7 +64362,7 @@ "source_location": "L650", "_origin": "ast", "id": "docs_clinicpro_manual_v2_get_api_v1_categories_states_\u0627\u0633\u062a\u0627\u0646_\u0647\u0627", - "community": 255, + "community": 716, "norm_label": "get /api/v1/categories/states \u2014 \u0627\u0633\u062a\u0627\u0646\u200c\u0647\u0627" }, { @@ -64082,7 +64372,7 @@ "source_location": "L659", "_origin": "ast", "id": "docs_clinicpro_manual_v2_get_api_v1_categories_cities_\u0634\u0647\u0631\u0647\u0627", - "community": 255, + "community": 716, "norm_label": "get /api/v1/categories/cities \u2014 \u0634\u0647\u0631\u0647\u0627" }, { @@ -64092,7 +64382,7 @@ "source_location": "L668", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0633\u0627\u06cc\u0631_endpoint_\u0647\u0627\u06cc_\u062f\u0633\u062a\u0647_\u0628\u0646\u062f\u06cc_\u0627\u0644\u0632\u0627\u0645\u06cc", - "community": 255, + "community": 716, "norm_label": "\u0633\u0627\u06cc\u0631 endpoint \u0647\u0627\u06cc \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc \u2014 \u0627\u0644\u0632\u0627\u0645\u06cc" }, { @@ -64102,7 +64392,7 @@ "source_location": "L678", "_origin": "ast", "id": "docs_clinicpro_manual_v2_task_09_api_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_\u0646\u0648\u0628\u062a", - "community": 255, + "community": 715, "norm_label": "task-09: api \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0646\u0648\u0628\u062a" }, { @@ -64112,7 +64402,7 @@ "source_location": "L680", "_origin": "ast", "id": "docs_clinicpro_manual_v2_get_api_v1_appointment_settings_slots_\u062f\u0631\u06cc\u0627\u0641\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627\u06cc_\u062e\u0627\u0644\u06cc", - "community": 255, + "community": 715, "norm_label": "get /api/v1/appointment-settings/slots \u2014 \u062f\u0631\u06cc\u0627\u0641\u062a \u0627\u0633\u0644\u0627\u062a\u200c\u0647\u0627\u06cc \u062e\u0627\u0644\u06cc" }, { @@ -64122,7 +64412,7 @@ "source_location": "L689", "_origin": "ast", "id": "docs_clinicpro_manual_v2_post_api_v1_appointment_settings_overrides_\u062b\u0628\u062a_override_\u062a\u0648\u0633\u0637_\u062f\u06a9\u062a\u0631", - "community": 255, + "community": 715, "norm_label": "post /api/v1/appointment-settings/overrides \u2014 \u062b\u0628\u062a override \u062a\u0648\u0633\u0637 \u062f\u06a9\u062a\u0631" }, { @@ -64132,7 +64422,7 @@ "source_location": "L698", "_origin": "ast", "id": "docs_clinicpro_manual_v2_post_api_v1_appointment_settings_holidays_\u062b\u0628\u062a_\u062a\u0639\u0637\u06cc\u0644\u06cc_\u0641\u0642\u0637_\u0627\u062f\u0645\u06cc\u0646", - "community": 255, + "community": 715, "norm_label": "post /api/v1/appointment-settings/holidays \u2014 \u062b\u0628\u062a \u062a\u0639\u0637\u06cc\u0644\u06cc (\u0641\u0642\u0637 \u0627\u062f\u0645\u06cc\u0646)" }, { @@ -64142,7 +64432,7 @@ "source_location": "L707", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f4_\u0633\u06cc\u0633\u062a\u0645_\u062d\u0633\u0627\u0628_\u0648_\u0635\u0641_\u067e\u06cc\u0627\u0645\u06a9", - "community": 277, + "community": 699, "norm_label": "\u06f4. \u0633\u06cc\u0633\u062a\u0645 \u062d\u0633\u0627\u0628 \u0648 \u0635\u0641 \u067e\u06cc\u0627\u0645\u06a9" }, { @@ -64152,7 +64442,7 @@ "source_location": "L709", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f4_\u06f1_\u062d\u0633\u0627\u0628_\u067e\u06cc\u0627\u0645\u06a9_sms_account", - "community": 277, + "community": 699, "norm_label": "\u06f4.\u06f1 \u062d\u0633\u0627\u0628 \u067e\u06cc\u0627\u0645\u06a9 (sms account)" }, { @@ -64162,7 +64452,7 @@ "source_location": "L721", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f4_\u06f2_\u0635\u0641_\u067e\u06cc\u0627\u0645\u06a9_sms_queue", - "community": 277, + "community": 699, "norm_label": "\u06f4.\u06f2 \u0635\u0641 \u067e\u06cc\u0627\u0645\u06a9 (sms queue)" }, { @@ -64172,7 +64462,7 @@ "source_location": "L737", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f4_\u06f3_api_\u067e\u06cc\u0627\u0645\u06a9", - "community": 277, + "community": 699, "norm_label": "\u06f4.\u06f3 api \u067e\u06cc\u0627\u0645\u06a9" }, { @@ -64182,7 +64472,7 @@ "source_location": "L739", "_origin": "ast", "id": "docs_clinicpro_manual_v2_post_api_v1_sms_queue_\u0627\u0641\u0632\u0648\u062f\u0646_\u0628\u0647_\u0635\u0641", - "community": 277, + "community": 699, "norm_label": "post /api/v1/sms/queue \u2014 \u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0635\u0641" }, { @@ -64192,7 +64482,7 @@ "source_location": "L748", "_origin": "ast", "id": "docs_clinicpro_manual_v2_get_api_v1_sms_balance_\u0645\u0648\u062c\u0648\u062f\u06cc_\u062d\u0633\u0627\u0628_\u067e\u06cc\u0627\u0645\u06a9", - "community": 277, + "community": 699, "norm_label": "get /api/v1/sms/balance \u2014 \u0645\u0648\u062c\u0648\u062f\u06cc \u062d\u0633\u0627\u0628 \u067e\u06cc\u0627\u0645\u06a9" }, { @@ -65382,7 +65672,7 @@ "source_location": "L3075", "_origin": "ast", "id": "docs_clinicpro_manual_v2_32_post_post", - "community": 304, + "community": 703, "norm_label": "32. \ud83d\udd35 `post` post" }, { @@ -65392,7 +65682,7 @@ "source_location": "L3085", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3085", - "community": 304, + "community": 703, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65402,7 +65692,7 @@ "source_location": "L3091", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_3091", - "community": 304, + "community": 703, "norm_label": "request body" }, { @@ -65412,7 +65702,7 @@ "source_location": "L3110", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3110", - "community": 304, + "community": 703, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -65422,7 +65712,7 @@ "source_location": "L3145", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3145", - "community": 304, + "community": 703, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65462,7 +65752,7 @@ "source_location": "L3177", "_origin": "ast", "id": "docs_clinicpro_manual_v2_34_post_image_logo", - "community": 304, + "community": 721, "norm_label": "34. \ud83d\udd35 `post` image logo" }, { @@ -65472,7 +65762,7 @@ "source_location": "L3185", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3185", - "community": 304, + "community": 721, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65482,7 +65772,7 @@ "source_location": "L3193", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3193", - "community": 304, + "community": 721, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65492,7 +65782,7 @@ "source_location": "L3201", "_origin": "ast", "id": "docs_clinicpro_manual_v2_35_patch_patch", - "community": 304, + "community": 704, "norm_label": "35. \ud83d\udfe1 `patch` patch" }, { @@ -65502,7 +65792,7 @@ "source_location": "L3209", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3209", - "community": 304, + "community": 704, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65512,7 +65802,7 @@ "source_location": "L3216", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_3216", - "community": 304, + "community": 704, "norm_label": "request body" }, { @@ -65522,7 +65812,7 @@ "source_location": "L3228", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3228", - "community": 304, + "community": 704, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -65532,7 +65822,7 @@ "source_location": "L3242", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3242", - "community": 304, + "community": 704, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65542,7 +65832,7 @@ "source_location": "L3250", "_origin": "ast", "id": "docs_clinicpro_manual_v2_36_get_get_my_rate", - "community": 304, + "community": 722, "norm_label": "36. \ud83d\udfe2 `get` get my rate" }, { @@ -65552,7 +65842,7 @@ "source_location": "L3260", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3260", - "community": 304, + "community": 722, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65562,7 +65852,7 @@ "source_location": "L3267", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3267", - "community": 304, + "community": 722, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65572,7 +65862,7 @@ "source_location": "L3275", "_origin": "ast", "id": "docs_clinicpro_manual_v2_37_post_post", - "community": 304, + "community": 705, "norm_label": "37. \ud83d\udd35 `post` post" }, { @@ -65582,7 +65872,7 @@ "source_location": "L3283", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3283", - "community": 304, + "community": 705, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65592,7 +65882,7 @@ "source_location": "L3290", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_3290", - "community": 304, + "community": 705, "norm_label": "request body" }, { @@ -65602,7 +65892,7 @@ "source_location": "L3302", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3302", - "community": 304, + "community": 705, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -65612,7 +65902,7 @@ "source_location": "L3316", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3316", - "community": 304, + "community": 705, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65662,7 +65952,7 @@ "source_location": "L3354", "_origin": "ast", "id": "docs_clinicpro_manual_v2_39_patch_comment_confirmation", - "community": 304, + "community": 710, "norm_label": "39. \ud83d\udfe1 `patch` comment confirmation" }, { @@ -65672,7 +65962,7 @@ "source_location": "L3362", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3362", - "community": 304, + "community": 710, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65682,7 +65972,7 @@ "source_location": "L3369", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3369", - "community": 304, + "community": 710, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -65692,7 +65982,7 @@ "source_location": "L3375", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3375", - "community": 304, + "community": 710, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65702,7 +65992,7 @@ "source_location": "L3383", "_origin": "ast", "id": "docs_clinicpro_manual_v2_40_post_post", - "community": 304, + "community": 711, "norm_label": "40. \ud83d\udd35 `post` post" }, { @@ -65712,7 +66002,7 @@ "source_location": "L3391", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3391", - "community": 304, + "community": 711, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65722,7 +66012,7 @@ "source_location": "L3398", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3398", - "community": 304, + "community": 711, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -65732,7 +66022,7 @@ "source_location": "L3404", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3404", - "community": 304, + "community": 711, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65792,7 +66082,7 @@ "source_location": "L3461", "_origin": "ast", "id": "docs_clinicpro_manual_v2_42_delete_delete", - "community": 304, + "community": 723, "norm_label": "42. \ud83d\udd34 `delete` delete" }, { @@ -65802,7 +66092,7 @@ "source_location": "L3469", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3469", - "community": 304, + "community": 723, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65812,7 +66102,7 @@ "source_location": "L3476", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3476", - "community": 304, + "community": 723, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65822,7 +66112,7 @@ "source_location": "L3484", "_origin": "ast", "id": "docs_clinicpro_manual_v2_43_get_get", - "community": 304, + "community": 724, "norm_label": "43. \ud83d\udfe2 `get` get" }, { @@ -65832,7 +66122,7 @@ "source_location": "L3492", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3492", - "community": 304, + "community": 724, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65842,7 +66132,7 @@ "source_location": "L3498", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3498", - "community": 304, + "community": 724, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65852,7 +66142,7 @@ "source_location": "L3506", "_origin": "ast", "id": "docs_clinicpro_manual_v2_44_get_list_comment", - "community": 304, + "community": 712, "norm_label": "44. \ud83d\udfe2 `get` list comment" }, { @@ -65862,7 +66152,7 @@ "source_location": "L3514", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0631\u0627\u0645\u062a\u0631\u0647\u0627\u06cc_query_3514", - "community": 304, + "community": 712, "norm_label": "\u067e\u0627\u0631\u0627\u0645\u062a\u0631\u0647\u0627\u06cc query" }, { @@ -65872,7 +66162,7 @@ "source_location": "L3521", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3521", - "community": 304, + "community": 712, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65882,7 +66172,7 @@ "source_location": "L3528", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3528", - "community": 304, + "community": 712, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65892,7 +66182,7 @@ "source_location": "L3536", "_origin": "ast", "id": "docs_clinicpro_manual_v2_45_post_post", - "community": 304, + "community": 713, "norm_label": "45. \ud83d\udd35 `post` post" }, { @@ -65902,7 +66192,7 @@ "source_location": "L3544", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3544", - "community": 304, + "community": 713, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65912,7 +66202,7 @@ "source_location": "L3551", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3551", - "community": 304, + "community": 713, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -65922,7 +66212,7 @@ "source_location": "L3557", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3557", - "community": 304, + "community": 713, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -65932,7 +66222,7 @@ "source_location": "L3565", "_origin": "ast", "id": "docs_clinicpro_manual_v2_46_patch_patch", - "community": 304, + "community": 714, "norm_label": "46. \ud83d\udfe1 `patch` patch" }, { @@ -65942,7 +66232,7 @@ "source_location": "L3573", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3573", - "community": 304, + "community": 714, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -65952,7 +66242,7 @@ "source_location": "L3580", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3580", - "community": 304, + "community": 714, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -65962,7 +66252,7 @@ "source_location": "L3586", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3586", - "community": 304, + "community": 714, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -68332,7 +68622,7 @@ "source_location": "L38", "_origin": "ast", "id": "prd_prd_\u0627\u067e\u06cc\u06a9_\u0647\u0627", - "community": 500, + "community": 459, "norm_label": "\u0627\u067e\u06cc\u06a9\u200c\u0647\u0627" }, { @@ -72922,7 +73212,7 @@ "source_location": "L195", "_origin": "ast", "id": "api_clinic_invitation_delete_api_v1_admin_clinic_invitation_invuuid", - "community": 12, + "community": 709, "norm_label": "delete `/api/v1/admin/clinic/invitation/{invuuid}`" }, { @@ -72932,7 +73222,7 @@ "source_location": "L201", "_origin": "ast", "id": "api_clinic_invitation_path_parameters_201", - "community": 12, + "community": 709, "norm_label": "path parameters" }, { @@ -72942,7 +73232,7 @@ "source_location": "L206", "_origin": "ast", "id": "api_clinic_invitation_response_204", - "community": 12, + "community": 709, "norm_label": "response `204`" }, { @@ -72952,7 +73242,7 @@ "source_location": "L209", "_origin": "ast", "id": "api_clinic_invitation_errors_209", - "community": 12, + "community": 709, "norm_label": "errors" }, { @@ -73112,7 +73402,7 @@ "source_location": "L353", "_origin": "ast", "id": "api_clinic_invitation_post_api_v1_doctor_invitation_invuuid_respond", - "community": 666, + "community": 12, "norm_label": "post `/api/v1/doctor/invitation/{invuuid}/respond`" }, { @@ -73122,7 +73412,7 @@ "source_location": "L361", "_origin": "ast", "id": "api_clinic_invitation_path_parameters_361", - "community": 666, + "community": 12, "norm_label": "path parameters" }, { @@ -73132,7 +73422,7 @@ "source_location": "L366", "_origin": "ast", "id": "api_clinic_invitation_request_body_366", - "community": 666, + "community": 12, "norm_label": "request body" }, { @@ -73142,7 +73432,7 @@ "source_location": "L374", "_origin": "ast", "id": "api_clinic_invitation_response_200_374", - "community": 666, + "community": 12, "norm_label": "response `200`" }, { @@ -73152,7 +73442,7 @@ "source_location": "L382", "_origin": "ast", "id": "api_clinic_invitation_errors_382", - "community": 666, + "community": 12, "norm_label": "errors" }, { @@ -90445,9 +90735,9 @@ "source_file": "assets/admin/components/FreeVisitPrice.tsx", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "components_freevisitprice", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "imports", @@ -90456,9 +90746,9 @@ "source_file": "assets/admin/components/FreeVisitPrice.tsx", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "components_freevisitprice", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "imports_from", @@ -90499,9 +90789,9 @@ "source_file": "assets/admin/components/ImageCropModal.tsx", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "components_imagecropmodal", - "target": "components_imagecropmodal_imagecropmodal", - "confidence_score": 1.0 + "target": "components_imagecropmodal_imagecropmodal" }, { "relation": "contains", @@ -90509,9 +90799,9 @@ "source_file": "assets/admin/components/ImageCropModal.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "components_imagecropmodal", - "target": "components_imagecropmodal_imagecropmodalprops", - "confidence_score": 1.0 + "target": "components_imagecropmodal_imagecropmodalprops" }, { "relation": "imports_from", @@ -90520,9 +90810,9 @@ "source_file": "assets/admin/components/ImageCropModal.tsx", "source_location": "L4", "weight": 1.0, + "confidence_score": 1.0, "source": "components_imagecropmodal", - "target": "lib_cropimage", - "confidence_score": 1.0 + "target": "lib_cropimage" }, { "relation": "imports", @@ -90531,9 +90821,9 @@ "source_file": "assets/admin/components/ImageCropModal.tsx", "source_location": "L4", "weight": 1.0, + "confidence_score": 1.0, "source": "components_imagecropmodal", - "target": "lib_cropimage_getcroppedimage", - "confidence_score": 1.0 + "target": "lib_cropimage_getcroppedimage" }, { "relation": "imports_from", @@ -90542,9 +90832,9 @@ "source_file": "assets/admin/pages/DoctorDetailPage.tsx", "source_location": "L32", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_doctordetailpage", - "target": "components_imagecropmodal", - "confidence_score": 1.0 + "target": "components_imagecropmodal" }, { "relation": "contains", @@ -90797,9 +91087,9 @@ "source_file": "assets/admin/components/ServiceTariffModal.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "components_servicetariffmodal", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "imports", @@ -90808,9 +91098,9 @@ "source_file": "assets/admin/components/ServiceTariffModal.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "components_servicetariffmodal", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "imports_from", @@ -91013,9 +91303,9 @@ "source_file": "assets/admin/components/TenantInsuranceContracts.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "components_tenantinsurancecontracts", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "imports", @@ -91024,9 +91314,9 @@ "source_file": "assets/admin/components/TenantInsuranceContracts.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "components_tenantinsurancecontracts", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "imports_from", @@ -91388,9 +91678,9 @@ "source_file": "assets/admin/components/layout/Topbar.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "layout_topbar", - "target": "ui_portal", - "confidence_score": 1.0 + "target": "ui_portal" }, { "relation": "imports", @@ -91399,9 +91689,9 @@ "source_file": "assets/admin/components/layout/Topbar.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "layout_topbar", - "target": "ui_portal_portal", - "confidence_score": 1.0 + "target": "ui_portal_portal" }, { "relation": "calls", @@ -91778,9 +92068,9 @@ "source_file": "assets/admin/components/ui/ConfirmDialog.tsx", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "ui_confirmdialog", - "target": "ui_portal", - "confidence_score": 1.0 + "target": "ui_portal" }, { "relation": "imports", @@ -91789,9 +92079,9 @@ "source_file": "assets/admin/components/ui/ConfirmDialog.tsx", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "ui_confirmdialog", - "target": "ui_portal_portal", - "confidence_score": 1.0 + "target": "ui_portal_portal" }, { "relation": "imports_from", @@ -92648,9 +92938,9 @@ "source_file": "assets/admin/components/ui/InviteDoctorModal.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "ui_invitedoctormodal", - "target": "ui_portal", - "confidence_score": 1.0 + "target": "ui_portal" }, { "relation": "imports", @@ -92659,9 +92949,9 @@ "source_file": "assets/admin/components/ui/InviteDoctorModal.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "ui_invitedoctormodal", - "target": "ui_portal_portal", - "confidence_score": 1.0 + "target": "ui_portal_portal" }, { "relation": "imports", @@ -94128,9 +94418,9 @@ "source_file": "assets/admin/pages/ClinicsPage.tsx", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_clinicspage", - "target": "ui_portal", - "confidence_score": 1.0 + "target": "ui_portal" }, { "relation": "imports_from", @@ -94139,9 +94429,9 @@ "source_file": "assets/admin/pages/PreRegistrationsPage.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_preregistrationspage", - "target": "ui_portal", - "confidence_score": 1.0 + "target": "ui_portal" }, { "relation": "imports_from", @@ -94150,9 +94440,9 @@ "source_file": "assets/admin/pages/UsersPage.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_userspage", - "target": "ui_portal", - "confidence_score": 1.0 + "target": "ui_portal" }, { "relation": "contains", @@ -94160,9 +94450,9 @@ "source_file": "assets/admin/components/ui/Portal.tsx", "source_location": "L4", "weight": 1.0, + "confidence_score": 1.0, "source": "ui_portal", - "target": "ui_portal_portal", - "confidence_score": 1.0 + "target": "ui_portal_portal" }, { "relation": "imports", @@ -94171,9 +94461,9 @@ "source_file": "assets/admin/pages/ClinicsPage.tsx", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_clinicspage", - "target": "ui_portal_portal", - "confidence_score": 1.0 + "target": "ui_portal_portal" }, { "relation": "imports", @@ -94182,9 +94472,9 @@ "source_file": "assets/admin/pages/PreRegistrationsPage.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_preregistrationspage", - "target": "ui_portal_portal", - "confidence_score": 1.0 + "target": "ui_portal_portal" }, { "relation": "imports", @@ -94193,9 +94483,9 @@ "source_file": "assets/admin/pages/UsersPage.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_userspage", - "target": "ui_portal_portal", - "confidence_score": 1.0 + "target": "ui_portal_portal" }, { "relation": "imports_from", @@ -97492,9 +97782,9 @@ "source_file": "assets/admin/lib/cropImage.ts", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "lib_cropimage", - "target": "lib_cropimage_createimage", - "confidence_score": 1.0 + "target": "lib_cropimage_createimage" }, { "relation": "contains", @@ -97502,9 +97792,9 @@ "source_file": "assets/admin/lib/cropImage.ts", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "lib_cropimage", - "target": "lib_cropimage_getcroppedimage", - "confidence_score": 1.0 + "target": "lib_cropimage_getcroppedimage" }, { "relation": "calls", @@ -97513,9 +97803,9 @@ "source_file": "assets/admin/lib/cropImage.ts", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "lib_cropimage_getcroppedimage", - "target": "lib_cropimage_createimage", - "confidence_score": 1.0 + "target": "lib_cropimage_createimage" }, { "relation": "imports_from", @@ -97634,9 +97924,9 @@ "source_file": "assets/admin/lib/utils.test.ts", "source_location": "L2", "weight": 1.0, + "confidence_score": 1.0, "source": "lib_utils_test", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "imports", @@ -97689,9 +97979,9 @@ "source_file": "assets/admin/lib/utils.test.ts", "source_location": "L2", "weight": 1.0, + "confidence_score": 1.0, "source": "lib_utils_test", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "contains", @@ -97789,9 +98079,9 @@ "source_file": "assets/admin/lib/utils.ts", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "lib_utils", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "contains", @@ -97839,9 +98129,9 @@ "source_file": "assets/admin/lib/utils.ts", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "lib_utils", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "imports_from", @@ -98279,9 +98569,9 @@ "source_file": "assets/admin/lib/utils.ts", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "lib_utils_formatrial", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "imports", @@ -98290,9 +98580,9 @@ "source_file": "assets/admin/pages/ClinicServicesPage.tsx", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_clinicservicespage", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "imports", @@ -98301,9 +98591,9 @@ "source_file": "assets/admin/pages/SettingsPage.tsx", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_settingspage", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "calls", @@ -98312,9 +98602,9 @@ "source_file": "assets/admin/pages/SettingsPage.tsx", "source_location": "L66", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_settingspage_toform", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "imports", @@ -98323,9 +98613,9 @@ "source_file": "assets/admin/pages/ClinicServicesPage.tsx", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_clinicservicespage", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "imports", @@ -98334,9 +98624,9 @@ "source_file": "assets/admin/pages/RepresentationSettlementPage.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_representationsettlementpage", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "imports", @@ -98345,9 +98635,9 @@ "source_file": "assets/admin/pages/SettingsPage.tsx", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_settingspage", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "imports", @@ -98356,9 +98646,9 @@ "source_file": "assets/admin/pages/SmsWalletPage.tsx", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_smswalletpage", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "calls", @@ -105243,9 +105533,9 @@ "source_file": "assets/admin/pages/SmsPage.tsx", "source_location": "L50", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_smspage", - "target": "pages_smspage_buildkavenegarpattern", - "confidence_score": 1.0 + "target": "pages_smspage_buildkavenegarpattern" }, { "relation": "contains", @@ -105253,9 +105543,9 @@ "source_file": "assets/admin/pages/SmsPage.tsx", "source_location": "L56", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_smspage", - "target": "pages_smspage_kavenegarguide", - "confidence_score": 1.0 + "target": "pages_smspage_kavenegarguide" }, { "relation": "contains", @@ -105378,9 +105668,9 @@ "source_file": "assets/admin/pages/SmsPage.tsx", "source_location": "L58", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_smspage_kavenegarguide", - "target": "pages_smspage_buildkavenegarpattern", - "confidence_score": 1.0 + "target": "pages_smspage_buildkavenegarpattern" }, { "relation": "contains", @@ -109174,9 +109464,9 @@ "source_file": "migrations/Version20260703085828.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260703085828", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "inherits", @@ -109184,9 +109474,9 @@ "source_file": "migrations/Version20260703085828.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260703085828_version20260703085828", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "imports", @@ -109195,9 +109485,9 @@ "source_file": "migrations/Version20260705070546.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705070546", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "inherits", @@ -109205,9 +109495,9 @@ "source_file": "migrations/Version20260705070546.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705070546_version20260705070546", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "imports", @@ -109216,9 +109506,9 @@ "source_file": "migrations/Version20260705072835.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705072835", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "inherits", @@ -109226,9 +109516,9 @@ "source_file": "migrations/Version20260705072835.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705072835_version20260705072835", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "imports", @@ -109237,9 +109527,9 @@ "source_file": "migrations/Version20260705081716.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705081716", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "inherits", @@ -109247,9 +109537,9 @@ "source_file": "migrations/Version20260705081716.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705081716_version20260705081716", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "references", @@ -114506,9 +114796,9 @@ "source_file": "migrations/Version20260703085828.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260703085828", - "target": "migrations_version20260703085828_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260703085828_php_schema" }, { "relation": "contains", @@ -114516,9 +114806,9 @@ "source_file": "migrations/Version20260703085828.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260703085828", - "target": "migrations_version20260703085828_version20260703085828", - "confidence_score": 1.0 + "target": "migrations_version20260703085828_version20260703085828" }, { "relation": "method", @@ -114526,9 +114816,9 @@ "source_file": "migrations/Version20260703085828.php", "source_location": "L26", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260703085828_version20260703085828", - "target": "migrations_version20260703085828_version20260703085828_down", - "confidence_score": 1.0 + "target": "migrations_version20260703085828_version20260703085828_down" }, { "relation": "method", @@ -114536,9 +114826,9 @@ "source_file": "migrations/Version20260703085828.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260703085828_version20260703085828", - "target": "migrations_version20260703085828_version20260703085828_getdescription", - "confidence_score": 1.0 + "target": "migrations_version20260703085828_version20260703085828_getdescription" }, { "relation": "method", @@ -114546,9 +114836,9 @@ "source_file": "migrations/Version20260703085828.php", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260703085828_version20260703085828", - "target": "migrations_version20260703085828_version20260703085828_up", - "confidence_score": 1.0 + "target": "migrations_version20260703085828_version20260703085828_up" }, { "relation": "references", @@ -114557,9 +114847,9 @@ "source_location": "L20", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260703085828_version20260703085828_up", - "target": "migrations_version20260703085828_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260703085828_php_schema" }, { "relation": "references", @@ -114568,9 +114858,9 @@ "source_location": "L26", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260703085828_version20260703085828_down", - "target": "migrations_version20260703085828_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260703085828_php_schema" }, { "relation": "imports", @@ -114579,9 +114869,9 @@ "source_file": "migrations/Version20260705070546.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705070546", - "target": "migrations_version20260705070546_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705070546_php_schema" }, { "relation": "contains", @@ -114589,9 +114879,9 @@ "source_file": "migrations/Version20260705070546.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705070546", - "target": "migrations_version20260705070546_version20260705070546", - "confidence_score": 1.0 + "target": "migrations_version20260705070546_version20260705070546" }, { "relation": "method", @@ -114599,9 +114889,9 @@ "source_file": "migrations/Version20260705070546.php", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705070546_version20260705070546", - "target": "migrations_version20260705070546_version20260705070546_down", - "confidence_score": 1.0 + "target": "migrations_version20260705070546_version20260705070546_down" }, { "relation": "method", @@ -114609,9 +114899,9 @@ "source_file": "migrations/Version20260705070546.php", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705070546_version20260705070546", - "target": "migrations_version20260705070546_version20260705070546_getdescription", - "confidence_score": 1.0 + "target": "migrations_version20260705070546_version20260705070546_getdescription" }, { "relation": "method", @@ -114619,9 +114909,9 @@ "source_file": "migrations/Version20260705070546.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705070546_version20260705070546", - "target": "migrations_version20260705070546_version20260705070546_up", - "confidence_score": 1.0 + "target": "migrations_version20260705070546_version20260705070546_up" }, { "relation": "calls", @@ -114641,9 +114931,9 @@ "source_location": "L21", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260705070546_version20260705070546_up", - "target": "migrations_version20260705070546_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705070546_php_schema" }, { "relation": "references", @@ -114652,9 +114942,9 @@ "source_location": "L33", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260705070546_version20260705070546_down", - "target": "migrations_version20260705070546_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705070546_php_schema" }, { "relation": "calls", @@ -114674,9 +114964,9 @@ "source_file": "migrations/Version20260705072835.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705072835", - "target": "migrations_version20260705072835_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705072835_php_schema" }, { "relation": "contains", @@ -114684,9 +114974,9 @@ "source_file": "migrations/Version20260705072835.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705072835", - "target": "migrations_version20260705072835_version20260705072835", - "confidence_score": 1.0 + "target": "migrations_version20260705072835_version20260705072835" }, { "relation": "method", @@ -114694,9 +114984,9 @@ "source_file": "migrations/Version20260705072835.php", "source_location": "L47", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705072835_version20260705072835", - "target": "migrations_version20260705072835_version20260705072835_down", - "confidence_score": 1.0 + "target": "migrations_version20260705072835_version20260705072835_down" }, { "relation": "method", @@ -114704,9 +114994,9 @@ "source_file": "migrations/Version20260705072835.php", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705072835_version20260705072835", - "target": "migrations_version20260705072835_version20260705072835_getdescription", - "confidence_score": 1.0 + "target": "migrations_version20260705072835_version20260705072835_getdescription" }, { "relation": "method", @@ -114714,9 +115004,9 @@ "source_file": "migrations/Version20260705072835.php", "source_location": "L32", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705072835_version20260705072835", - "target": "migrations_version20260705072835_version20260705072835_up", - "confidence_score": 1.0 + "target": "migrations_version20260705072835_version20260705072835_up" }, { "relation": "references", @@ -114725,9 +115015,9 @@ "source_location": "L32", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260705072835_version20260705072835_up", - "target": "migrations_version20260705072835_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705072835_php_schema" }, { "relation": "references", @@ -114736,9 +115026,9 @@ "source_location": "L47", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260705072835_version20260705072835_down", - "target": "migrations_version20260705072835_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705072835_php_schema" }, { "relation": "imports", @@ -114747,9 +115037,9 @@ "source_file": "migrations/Version20260705081716.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705081716", - "target": "migrations_version20260705081716_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705081716_php_schema" }, { "relation": "contains", @@ -114757,9 +115047,9 @@ "source_file": "migrations/Version20260705081716.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705081716", - "target": "migrations_version20260705081716_version20260705081716", - "confidence_score": 1.0 + "target": "migrations_version20260705081716_version20260705081716" }, { "relation": "method", @@ -114767,9 +115057,9 @@ "source_file": "migrations/Version20260705081716.php", "source_location": "L44", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705081716_version20260705081716", - "target": "migrations_version20260705081716_version20260705081716_down", - "confidence_score": 1.0 + "target": "migrations_version20260705081716_version20260705081716_down" }, { "relation": "method", @@ -114777,9 +115067,9 @@ "source_file": "migrations/Version20260705081716.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705081716_version20260705081716", - "target": "migrations_version20260705081716_version20260705081716_getdescription", - "confidence_score": 1.0 + "target": "migrations_version20260705081716_version20260705081716_getdescription" }, { "relation": "method", @@ -114787,9 +115077,9 @@ "source_file": "migrations/Version20260705081716.php", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260705081716_version20260705081716", - "target": "migrations_version20260705081716_version20260705081716_up", - "confidence_score": 1.0 + "target": "migrations_version20260705081716_version20260705081716_up" }, { "relation": "references", @@ -114798,9 +115088,9 @@ "source_location": "L27", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260705081716_version20260705081716_up", - "target": "migrations_version20260705081716_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705081716_php_schema" }, { "relation": "references", @@ -114809,9 +115099,9 @@ "source_location": "L44", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260705081716_version20260705081716_down", - "target": "migrations_version20260705081716_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260705081716_php_schema" }, { "relation": "contains", @@ -115249,9 +115539,9 @@ "source_file": "package.json", "source_location": "L46", "weight": 1.0, + "confidence_score": 1.0, "source": "package_dependencies", - "target": "package_dependencies_react_easy_crop", - "confidence_score": 1.0 + "target": "package_dependencies_react_easy_crop" }, { "relation": "contains", @@ -119176,9 +119466,9 @@ "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L174", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_appointment_appointment", - "target": "entity_appointment_appointment_ispaymentwindowexpired", - "confidence_score": 1.0 + "target": "entity_appointment_appointment_ispaymentwindowexpired" }, { "relation": "method", @@ -124069,9 +124359,9 @@ "source_file": "src/Auth/Controller/NotificationMobileController.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_notificationmobilecontroller", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "imports", @@ -124391,9 +124681,9 @@ "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_preregistrationcontroller", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "imports", @@ -126140,9 +126430,9 @@ "source_file": "src/Auth/Service/OtpService.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "service_otpservice", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "method", @@ -126200,9 +126490,9 @@ "source_file": "src/Auth/Service/OtpService.php", "source_location": "L79", "weight": 1.0, + "confidence_score": 1.0, "source": "service_otpservice_otpservice", - "target": "service_otpservice_otpservice_resolvesitename", - "confidence_score": 1.0 + "target": "service_otpservice_otpservice_resolvesitename" }, { "relation": "method", @@ -126286,9 +126576,9 @@ "source_file": "src/Auth/Service/OtpService.php", "source_location": "L72", "weight": 1.0, + "confidence_score": 1.0, "source": "service_otpservice_otpservice_sendcode", - "target": "service_otpservice_otpservice_resolvesitename", - "confidence_score": 1.0 + "target": "service_otpservice_otpservice_resolvesitename" }, { "relation": "contains", @@ -133707,9 +133997,9 @@ "source_file": "src/ClinicInvitation/Service/ClinicInvitationService.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "service_clinicinvitationservice", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "imports", @@ -143515,6 +143805,17 @@ "source": "src_kernel_kernel_getlogdir", "target": "src_kernel_kernel_writablebase" }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "src/Kernel.php", + "source_location": "L18", + "weight": 1.0, + "source": "src_kernel_kernel_writablebase", + "target": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv" + }, { "relation": "imports", "context": "import", @@ -147470,9 +147771,9 @@ "source_file": "src/Payment/Controller/PaymentController.php", "source_location": "L206", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_paymentcontroller_paymentcontroller", - "target": "controller_paymentcontroller_paymentcontroller_expireappointmentpayment", - "confidence_score": 1.0 + "target": "controller_paymentcontroller_paymentcontroller_expireappointmentpayment" }, { "relation": "method", @@ -147841,9 +148142,9 @@ "source_file": "src/Payment/Controller/PaymentController.php", "source_location": "L162", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_paymentcontroller_paymentcontroller_startorderpayment", - "target": "controller_paymentcontroller_paymentcontroller_expireappointmentpayment", - "confidence_score": 1.0 + "target": "controller_paymentcontroller_paymentcontroller_expireappointmentpayment" }, { "relation": "calls", @@ -148121,9 +148422,9 @@ "source_file": "src/Payment/Controller/PaymentController.php", "source_location": "L208", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_paymentcontroller_paymentcontroller_expireappointmentpayment", - "target": "controller_paymentcontroller_paymentcontroller_getstatus", - "confidence_score": 1.0 + "target": "controller_paymentcontroller_paymentcontroller_getstatus" }, { "relation": "calls", @@ -148132,9 +148433,9 @@ "source_file": "src/Payment/Controller/PaymentController.php", "source_location": "L256", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_paymentcontroller_paymentcontroller_pay", - "target": "controller_paymentcontroller_paymentcontroller_expireappointmentpayment", - "confidence_score": 1.0 + "target": "controller_paymentcontroller_paymentcontroller_expireappointmentpayment" }, { "relation": "calls", @@ -151834,9 +152135,9 @@ "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L18", "weight": 1.0, + "confidence_score": 1.0, "source": "service_paymentmanager", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "imports", @@ -156406,9 +156707,9 @@ "source_file": "src/Secretary/Controller/SecretaryController.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_secretarycontroller", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "imports", @@ -160274,6 +160575,79 @@ "source": "controller_seocontroller_seocontroller_sitemap", "target": "src_shared_controller_seocontroller_php_response" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L15", + "weight": 1.0, + "source": "dependencyinjection_corsregexenvprocessor", + "target": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L5", + "weight": 1.0, + "source": "dependencyinjection_corsregexenvprocessor", + "target": "envvarprocessorinterface", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L17", + "weight": 1.0, + "source": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", + "target": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L37", + "weight": 1.0, + "source": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", + "target": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getprovidedtypes", + "confidence_score": 1.0 + }, + { + "relation": "implements", + "confidence": "EXTRACTED", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L15", + "weight": 1.0, + "source": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", + "target": "envvarprocessorinterface", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L66", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testprovidedtype", + "target": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php", + "source_location": "L17", + "weight": 1.0, + "context": "parameter_type", + "source": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getenv", + "target": "closure", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -160977,9 +161351,9 @@ "source_file": "src/Sms/Service/SmsService.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smsservice", - "target": "loggerinterface", - "confidence_score": 1.0 + "target": "loggerinterface" }, { "relation": "imports", @@ -160999,9 +161373,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "loggerinterface", - "confidence_score": 1.0 + "target": "loggerinterface" }, { "relation": "calls", @@ -161631,9 +162005,9 @@ "source_file": "src/Sms/Command/SeedSmsMessageTemplatesCommand.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "command_seedsmsmessagetemplatescommand", - "target": "smsmessagetemplaterepository", - "confidence_score": 1.0 + "target": "smsmessagetemplaterepository" }, { "relation": "imports", @@ -161716,9 +162090,9 @@ "source_file": "src/Sms/Controller/SmsController.php", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_smscontroller", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "imports", @@ -162067,9 +162441,9 @@ "source_file": "src/Sms/Controller/SmsMessageController.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_smsmessagecontroller", - "target": "smsmessagetemplaterepository", - "confidence_score": 1.0 + "target": "smsmessagetemplaterepository" }, { "relation": "imports", @@ -162665,9 +163039,9 @@ "source_file": "src/Sms/Entity/SmsLog.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_smslog", - "target": "smslogrepository", - "confidence_score": 1.0 + "target": "smslogrepository" }, { "relation": "method", @@ -162758,9 +163132,9 @@ "source_file": "src/Sms/Entity/SmsMessageTemplate.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_smsmessagetemplate", - "target": "smsmessagetemplaterepository", - "confidence_score": 1.0 + "target": "smsmessagetemplaterepository" }, { "relation": "method", @@ -162798,9 +163172,9 @@ "source_file": "src/Sms/Entity/SmsMessageTemplate.php", "source_location": "L129", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_smsmessagetemplate_smsmessagetemplate", - "target": "entity_smsmessagetemplate_smsmessagetemplate_getkavenegartemplate", - "confidence_score": 1.0 + "target": "entity_smsmessagetemplate_smsmessagetemplate_getkavenegartemplate" }, { "relation": "method", @@ -162828,9 +163202,9 @@ "source_file": "src/Sms/Entity/SmsMessageTemplate.php", "source_location": "L130", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_smsmessagetemplate_smsmessagetemplate", - "target": "entity_smsmessagetemplate_smsmessagetemplate_gettokenmap", - "confidence_score": 1.0 + "target": "entity_smsmessagetemplate_smsmessagetemplate_gettokenmap" }, { "relation": "method", @@ -162868,9 +163242,9 @@ "source_file": "src/Sms/Entity/SmsMessageTemplate.php", "source_location": "L135", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_smsmessagetemplate_smsmessagetemplate", - "target": "entity_smsmessagetemplate_smsmessagetemplate_setkavenegartemplate", - "confidence_score": 1.0 + "target": "entity_smsmessagetemplate_smsmessagetemplate_setkavenegartemplate" }, { "relation": "method", @@ -162888,9 +163262,9 @@ "source_file": "src/Sms/Entity/SmsMessageTemplate.php", "source_location": "L136", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_smsmessagetemplate_smsmessagetemplate", - "target": "entity_smsmessagetemplate_smsmessagetemplate_settokenmap", - "confidence_score": 1.0 + "target": "entity_smsmessagetemplate_smsmessagetemplate_settokenmap" }, { "relation": "method", @@ -162931,9 +163305,9 @@ "source_location": "L135", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_smsmessagetemplate_smsmessagetemplate_setkavenegartemplate", - "target": "src_sms_entity_smsmessagetemplate_php_self", - "confidence_score": 1.0 + "target": "src_sms_entity_smsmessagetemplate_php_self" }, { "relation": "references", @@ -162942,9 +163316,9 @@ "source_location": "L136", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_smsmessagetemplate_smsmessagetemplate_settokenmap", - "target": "src_sms_entity_smsmessagetemplate_php_self", - "confidence_score": 1.0 + "target": "src_sms_entity_smsmessagetemplate_php_self" }, { "relation": "contains", @@ -163880,9 +164254,9 @@ "source_file": "src/Sms/Provider/KavehNegarProvider.php", "source_location": "L49", "weight": 1.0, + "confidence_score": 1.0, "source": "provider_kavehnegarprovider_kavehnegarprovider", - "target": "provider_kavehnegarprovider_kavehnegarprovider_forslot", - "confidence_score": 1.0 + "target": "provider_kavehnegarprovider_kavehnegarprovider_forslot" }, { "relation": "method", @@ -163984,9 +164358,9 @@ "source_file": "src/Sms/Provider/KavehNegarProvider.php", "source_location": "L68", "weight": 1.0, + "confidence_score": 1.0, "source": "provider_kavehnegarprovider_kavehnegarprovider_sendtemplate", - "target": "provider_kavehnegarprovider_kavehnegarprovider_forslot", - "confidence_score": 1.0 + "target": "provider_kavehnegarprovider_kavehnegarprovider_forslot" }, { "relation": "contains", @@ -164180,9 +164554,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "smslog", - "confidence_score": 1.0 + "target": "smslog" }, { "relation": "contains", @@ -164296,9 +164670,9 @@ "source_file": "src/Sms/Service/SmsService.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smsservice", - "target": "smsmessagetemplate", - "confidence_score": 1.0 + "target": "smsmessagetemplate" }, { "relation": "imports", @@ -164875,9 +165249,9 @@ "source_file": "src/Sms/Service/SmsService.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smsservice", - "target": "kavehnegarprovider", - "confidence_score": 1.0 + "target": "kavehnegarprovider" }, { "relation": "imports", @@ -164886,9 +165260,9 @@ "source_file": "src/Sms/Service/SmsService.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smsservice", - "target": "messagebusinterface", - "confidence_score": 1.0 + "target": "messagebusinterface" }, { "relation": "contains", @@ -164907,9 +165281,9 @@ "source_file": "src/Sms/Service/SmsService.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smsservice", - "target": "smslogrepository", - "confidence_score": 1.0 + "target": "smslogrepository" }, { "relation": "imports", @@ -164918,9 +165292,9 @@ "source_file": "src/Sms/Service/SmsService.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smsservice", - "target": "smsmessagetemplaterepository", - "confidence_score": 1.0 + "target": "smsmessagetemplaterepository" }, { "relation": "imports", @@ -164970,9 +165344,9 @@ "source_file": "src/Sms/Service/SmsService.php", "source_location": "L41", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smsservice_smsservice", - "target": "service_smsservice_smsservice_dispatchtemplate", - "confidence_score": 1.0 + "target": "service_smsservice_smsservice_dispatchtemplate" }, { "relation": "method", @@ -165001,9 +165375,9 @@ "source_file": "src/Sms/Service/SmsService.php", "source_location": "L67", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smsservice_smsservice_dispatchtemplate", - "target": "service_smsservice_smsservice_dispatchasync", - "confidence_score": 1.0 + "target": "service_smsservice_smsservice_dispatchasync" }, { "relation": "calls", @@ -165055,9 +165429,9 @@ "source_file": "src/Sms/Service/SmsTextResolver.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "service_smstextresolver", - "target": "smsmessagetemplaterepository", - "confidence_score": 1.0 + "target": "smsmessagetemplaterepository" }, { "relation": "method", @@ -168258,9 +168632,9 @@ "source_file": "src/Subscription/Repository/SubscriptionPlanRepository.php", "source_location": "L35", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_subscriptionplanrepository_subscriptionplanrepository", - "target": "repository_subscriptionplanrepository_subscriptionplanrepository_findallforadmin", - "confidence_score": 1.0 + "target": "repository_subscriptionplanrepository_subscriptionplanrepository_findallforadmin" }, { "relation": "method", @@ -168385,9 +168759,9 @@ "source_file": "src/Subscription/Service/SubscriptionService.php", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "service_subscriptionservice", - "target": "src_subscription_service_subscriptionservice_php_subscriptionplan", - "confidence_score": 1.0 + "target": "src_subscription_service_subscriptionservice_php_subscriptionplan" }, { "relation": "method", @@ -168455,9 +168829,9 @@ "source_file": "src/Subscription/Service/SubscriptionService.php", "source_location": "L32", "weight": 1.0, + "confidence_score": 1.0, "source": "service_subscriptionservice_subscriptionservice", - "target": "service_subscriptionservice_subscriptionservice_geteffectiveplan", - "confidence_score": 1.0 + "target": "service_subscriptionservice_subscriptionservice_geteffectiveplan" }, { "relation": "method", @@ -168518,9 +168892,9 @@ "source_file": "src/Subscription/Service/SubscriptionService.php", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "service_subscriptionservice_subscriptionservice_geteffectiveplan", - "target": "service_subscriptionservice_subscriptionservice_getactivesubscription", - "confidence_score": 1.0 + "target": "service_subscriptionservice_subscriptionservice_getactivesubscription" }, { "relation": "calls", @@ -168573,9 +168947,9 @@ "source_location": "L32", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "service_subscriptionservice_subscriptionservice_geteffectiveplan", - "target": "src_subscription_service_subscriptionservice_php_subscriptionplan", - "confidence_score": 1.0 + "target": "src_subscription_service_subscriptionservice_php_subscriptionplan" }, { "relation": "calls", @@ -168584,9 +168958,9 @@ "source_file": "src/Subscription/Service/SubscriptionService.php", "source_location": "L48", "weight": 1.0, + "confidence_score": 1.0, "source": "service_subscriptionservice_subscriptionservice_getsecretarylimit", - "target": "service_subscriptionservice_subscriptionservice_geteffectiveplan", - "confidence_score": 1.0 + "target": "service_subscriptionservice_subscriptionservice_geteffectiveplan" }, { "relation": "calls", @@ -168595,9 +168969,9 @@ "source_file": "src/Subscription/Service/SubscriptionService.php", "source_location": "L41", "weight": 1.0, + "confidence_score": 1.0, "source": "service_subscriptionservice_subscriptionservice_hasfeature", - "target": "service_subscriptionservice_subscriptionservice_geteffectiveplan", - "confidence_score": 1.0 + "target": "service_subscriptionservice_subscriptionservice_geteffectiveplan" }, { "relation": "calls", @@ -172580,6 +172954,27 @@ "source": "payment_mellatgatewaytest_mellatgatewaytest", "target": "testcase" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L6", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest", + "target": "testcase", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L8", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "testcase", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -172608,9 +173003,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "testcase", - "confidence_score": 1.0 + "target": "testcase" }, { "relation": "inherits", @@ -172618,9 +173013,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "testcase", - "confidence_score": 1.0 + "target": "testcase" }, { "relation": "contains", @@ -174076,6 +174471,206 @@ "source": "settlement_wallettransactionspaginationtest_wallettransactionspaginationtest", "target": "settlement_wallettransactionspaginationtest_wallettransactionspaginationtest_testpaginatesandreportstotals" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L8", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L17", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L10", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L30", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L22", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L48", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L56", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L64", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testprovidedtype", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L38", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L32", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L24", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L50", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L58", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L40", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_regexfor", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L34", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowshttpandportforlocaldev", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L26", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testallowslistedhostshttpsandsubdomains", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L53", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testdotisescapednotwildcard", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L60", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testemptylistmatchesnothing", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Shared/CorsRegexEnvProcessorTest.php", + "source_location": "L42", + "weight": 1.0, + "source": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testrejectsunlistedandlookalikehosts", + "target": "shared_corsregexenvprocessortest_corsregexenvprocessortest_originmatches", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -174183,9 +174778,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "kavehnegarprovider", - "confidence_score": 1.0 + "target": "kavehnegarprovider" }, { "relation": "imports", @@ -174194,9 +174789,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "messagebusinterface", - "confidence_score": 1.0 + "target": "messagebusinterface" }, { "relation": "imports", @@ -174205,9 +174800,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "mockobject", - "confidence_score": 1.0 + "target": "mockobject" }, { "relation": "contains", @@ -174215,9 +174810,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "confidence_score": 1.0 + "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest" }, { "relation": "imports", @@ -174226,9 +174821,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "smslogrepository", - "confidence_score": 1.0 + "target": "smslogrepository" }, { "relation": "imports", @@ -174237,9 +174832,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "smsmessagetemplaterepository", - "confidence_score": 1.0 + "target": "smsmessagetemplaterepository" }, { "relation": "imports", @@ -174248,9 +174843,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "imports", @@ -174259,9 +174854,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest", - "target": "smstextresolver", - "confidence_score": 1.0 + "target": "smstextresolver" }, { "relation": "references", @@ -174270,9 +174865,9 @@ "source_location": "L24", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "kavehnegarprovider", - "confidence_score": 1.0 + "target": "kavehnegarprovider" }, { "relation": "references", @@ -174281,9 +174876,9 @@ "source_location": "L26", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "messagebusinterface", - "confidence_score": 1.0 + "target": "messagebusinterface" }, { "relation": "references", @@ -174292,9 +174887,9 @@ "source_location": "L28", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "mockobject", - "confidence_score": 1.0 + "target": "mockobject" }, { "relation": "method", @@ -174302,9 +174897,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L31", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_setup", - "confidence_score": 1.0 + "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_setup" }, { "relation": "method", @@ -174312,9 +174907,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L95", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_testdispatchtemplateforknowntagenqueueswithtemplatecode", - "confidence_score": 1.0 + "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_testdispatchtemplateforknowntagenqueueswithtemplatecode" }, { "relation": "method", @@ -174322,9 +174917,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_testdispatchtemplatefortagwithouttemplatedoesnotenqueueandlogsfailure", - "confidence_score": 1.0 + "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_testdispatchtemplatefortagwithouttemplatedoesnotenqueueandlogsfailure" }, { "relation": "method", @@ -174332,9 +174927,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L51", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_testsendnowwithouttemplatecoderefusesrawsendandlogsfailure", - "confidence_score": 1.0 + "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_testsendnowwithouttemplatecoderefusesrawsendandlogsfailure" }, { "relation": "method", @@ -174342,9 +174937,9 @@ "source_file": "tests/Sms/SmsServiceLookupOnlyTest.php", "source_location": "L68", "weight": 1.0, + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_testsendnowwithtemplatecodeuseslookup", - "confidence_score": 1.0 + "target": "sms_smsservicelookuponlytest_smsservicelookuponlytest_testsendnowwithtemplatecodeuseslookup" }, { "relation": "references", @@ -174353,9 +174948,9 @@ "source_location": "L25", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "smslogrepository", - "confidence_score": 1.0 + "target": "smslogrepository" }, { "relation": "references", @@ -174364,9 +174959,9 @@ "source_location": "L27", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "smsmessagetemplaterepository", - "confidence_score": 1.0 + "target": "smsmessagetemplaterepository" }, { "relation": "references", @@ -174375,9 +174970,9 @@ "source_location": "L29", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "smsservice", - "confidence_score": 1.0 + "target": "smsservice" }, { "relation": "references", @@ -174386,9 +174981,9 @@ "source_location": "L28", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "sms_smsservicelookuponlytest_smsservicelookuponlytest", - "target": "smstextresolver", - "confidence_score": 1.0 + "target": "smstextresolver" }, { "relation": "references_constant", @@ -177046,9 +177641,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_master_prompt_\u0645\u0648\u0634\u0646_\u06af\u0631\u0627\u0641\u06cc_\u062a\u0628\u0644\u06cc\u063a\u0627\u062a\u06cc_clinic_pro", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_master_prompt_\u0645\u0648\u0634\u0646_\u06af\u0631\u0627\u0641\u06cc_\u062a\u0628\u0644\u06cc\u063a\u0627\u062a\u06cc_clinic_pro" }, { "relation": "contains", @@ -177056,9 +177651,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L43", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_objective", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_objective" }, { "relation": "contains", @@ -177066,9 +177661,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_role", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_role" }, { "relation": "contains", @@ -177076,9 +177671,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L67", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u0627\u0641\u06a9\u062a_\u0647\u0627", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u0627\u0641\u06a9\u062a_\u0647\u0627" }, { "relation": "contains", @@ -177086,9 +177681,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L130", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u062f\u0633\u062a\u0648\u0631\u0627\u0644\u0639\u0645\u0644_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u062f\u06cc_\u0628\u0631\u0627\u06cc_\u0645\u0648\u062a\u0648\u0631_\u062a\u0648\u0644\u06cc\u062f", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u062f\u0633\u062a\u0648\u0631\u0627\u0644\u0639\u0645\u0644_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u062f\u06cc_\u0628\u0631\u0627\u06cc_\u0645\u0648\u062a\u0648\u0631_\u062a\u0648\u0644\u06cc\u062f" }, { "relation": "contains", @@ -177096,9 +177691,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L59", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u0633\u0628\u06a9_\u0637\u0631\u0627\u062d\u06cc", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u0633\u0628\u06a9_\u0637\u0631\u0627\u062d\u06cc" }, { "relation": "contains", @@ -177106,9 +177701,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L73", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene" }, { "relation": "contains", @@ -177116,9 +177711,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L116", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u0645\u062a\u0646_\u0647\u0627\u06cc_\u0631\u0648\u06cc_\u062a\u0635\u0648\u06cc\u0631_\u06a9\u0627\u0631\u062a_\u0647\u0627\u06cc_\u062a\u0627\u06cc\u067e\u0648\u06af\u0631\u0627\u0641\u06cc\u06a9_\u0628\u06cc\u0646_\u0633\u06a9\u0627\u0646\u0633_\u0647\u0627", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u0645\u062a\u0646_\u0647\u0627\u06cc_\u0631\u0648\u06cc_\u062a\u0635\u0648\u06cc\u0631_\u06a9\u0627\u0631\u062a_\u0647\u0627\u06cc_\u062a\u0627\u06cc\u067e\u0648\u06af\u0631\u0627\u0641\u06cc\u06a9_\u0628\u06cc\u0646_\u0633\u06a9\u0627\u0646\u0633_\u0647\u0627" }, { "relation": "contains", @@ -177126,9 +177721,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u0645\u062d\u0635\u0648\u0644_\u0648\u0627\u0642\u0639\u06cc_clinic_pro_\u0686\u0647_\u0645\u06cc_\u06a9\u0646\u062f_\u0627\u0632_\u0627\u0648\u0644_\u062a\u0627_\u0622\u062e\u0631", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u0645\u062d\u0635\u0648\u0644_\u0648\u0627\u0642\u0639\u06cc_clinic_pro_\u0686\u0647_\u0645\u06cc_\u06a9\u0646\u062f_\u0627\u0632_\u0627\u0648\u0644_\u062a\u0627_\u0622\u062e\u0631" }, { "relation": "contains", @@ -177136,9 +177731,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L50", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u0645\u0634\u062e\u0635\u0627\u062a_\u0641\u0646\u06cc", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u0645\u0634\u062e\u0635\u0627\u062a_\u0641\u0646\u06cc" }, { "relation": "contains", @@ -177146,9 +177741,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L124", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u0645\u0648\u0633\u06cc\u0642\u06cc_sound_design", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u0645\u0648\u0633\u06cc\u0642\u06cc_sound_design" }, { "relation": "contains", @@ -177156,9 +177751,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L63", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video", - "target": "prompt_clinic_pro_promo_video_\u067e\u0627\u0644\u062a_\u0631\u0646\u06af", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_\u067e\u0627\u0644\u062a_\u0631\u0646\u06af" }, { "relation": "contains", @@ -177166,9 +177761,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L106", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "target": "prompt_clinic_pro_promo_video_ending_logo_reveal_\u06f7\u06f5_\u06f9\u06f0s", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_ending_logo_reveal_\u06f7\u06f5_\u06f9\u06f0s" }, { "relation": "contains", @@ -177176,9 +177771,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L75", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "target": "prompt_clinic_pro_promo_video_scene_1_\u0622\u0634\u0648\u0628_\u06f0_\u06f8s", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_scene_1_\u0622\u0634\u0648\u0628_\u06f0_\u06f8s" }, { "relation": "contains", @@ -177186,9 +177781,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L80", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "target": "prompt_clinic_pro_promo_video_scene_2_\u062a\u062d\u0648\u0644_\u06f8_\u06f1\u06f4s", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_scene_2_\u062a\u062d\u0648\u0644_\u06f8_\u06f1\u06f4s" }, { "relation": "contains", @@ -177196,9 +177791,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "target": "prompt_clinic_pro_promo_video_scene_3_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0648_\u0645\u0627\u0698\u0648\u0644_\u0647\u0627_\u06f1\u06f4_\u06f3\u06f0s", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_scene_3_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0648_\u0645\u0627\u0698\u0648\u0644_\u0647\u0627_\u06f1\u06f4_\u06f3\u06f0s" }, { "relation": "contains", @@ -177206,9 +177801,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L89", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "target": "prompt_clinic_pro_promo_video_scene_4_\u0633\u0641\u0631_\u0628\u06cc\u0645\u0627\u0631_\u06f3\u06f0_\u06f4\u06f5s", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_scene_4_\u0633\u0641\u0631_\u0628\u06cc\u0645\u0627\u0631_\u06f3\u06f0_\u06f4\u06f5s" }, { "relation": "contains", @@ -177216,9 +177811,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L94", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "target": "prompt_clinic_pro_promo_video_scene_5_\u067e\u0631\u0648\u0646\u062f\u0647_\u06cc_\u0628\u062f\u0648\u0646_\u06a9\u0627\u063a\u0630_\u06f4\u06f5_\u06f5\u06f5s", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_scene_5_\u067e\u0631\u0648\u0646\u062f\u0647_\u06cc_\u0628\u062f\u0648\u0646_\u06a9\u0627\u063a\u0630_\u06f4\u06f5_\u06f5\u06f5s" }, { "relation": "contains", @@ -177226,9 +177821,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "target": "prompt_clinic_pro_promo_video_scene_6_\u0647\u0648\u0634_\u0645\u0627\u0644\u06cc_\u06f5\u06f5_\u06f6\u06f5s", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_scene_6_\u0647\u0648\u0634_\u0645\u0627\u0644\u06cc_\u06f5\u06f5_\u06f6\u06f5s" }, { "relation": "contains", @@ -177236,9 +177831,9 @@ "source_file": ".claude/prompt/clinic-pro-promo-video.md", "source_location": "L102", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_pro_promo_video_\u0633\u0646\u0627\u0631\u06cc\u0648_scene_by_scene", - "target": "prompt_clinic_pro_promo_video_scene_7_\u0622\u0631\u0627\u0645\u0634_\u06f6\u06f5_\u06f7\u06f5s", - "confidence_score": 1.0 + "target": "prompt_clinic_pro_promo_video_scene_7_\u0622\u0631\u0627\u0645\u0634_\u06f6\u06f5_\u06f7\u06f5s" }, { "relation": "contains", @@ -177790,6 +178385,126 @@ "source": "prompt_coolify_symfony_deploy_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_coolify_symfony_deploy_\u06f9_\u0633\u0627\u062e\u062a_env_coolify_example" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L1", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L7", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0632\u0645\u06cc\u0646\u0647", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L43", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L30", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L186", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L54", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L87", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L3", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0631\u0641\u0639_\u062f\u0627\u0626\u0645\u06cc_cors_\u062f\u0631_coolify_\u0633\u0627\u062e\u062a_regex_\u0627\u0632_allowed_frontend_hosts_\u062d\u0630\u0641_\u0648\u0627\u0628\u0633\u062a\u06af\u06cc_\u0628\u0647_cors_allow_origin", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u067e\u0631\u0648\u0698\u0647", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L89", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u06f1_\u0633\u0627\u062e\u062a_env_var_processor_\u0633\u0641\u0627\u0631\u0634\u06cc_cors_regex", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L140", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u06f2_\u062a\u063a\u06cc\u06cc\u0631_nelmio_cors_yaml_\u0628\u0631\u0627\u06cc_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_processor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L157", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u06f3_\u0628\u0647_\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_env", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/cors-regex-from-hosts-coolify-safe.md", + "source_location": "L166", + "weight": 1.0, + "source": "prompt_cors_regex_from_hosts_coolify_safe_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_cors_regex_from_hosts_coolify_safe_\u06f4_\u062a\u0633\u062a", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -178386,9 +179101,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin", - "target": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f" }, { "relation": "contains", @@ -178396,9 +179111,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "target": "prompt_currency_toman_display_admin_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -178406,9 +179121,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "target": "prompt_currency_toman_display_admin_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -178416,9 +179131,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "target": "prompt_currency_toman_display_admin_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -178426,9 +179141,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L102", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "target": "prompt_currency_toman_display_admin_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -178436,9 +179151,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "target": "prompt_currency_toman_display_admin_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -178446,9 +179161,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L59", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "target": "prompt_currency_toman_display_admin_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -178456,9 +179171,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0627\u062d\u062f_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u06f1\u06f0_\u0648\u0631\u0648\u062f\u06cc_\u06f1\u06f0_\u0630\u062e\u06cc\u0631\u0647_\u0648_\u062f\u0631\u06af\u0627\u0647_\u0631\u06cc\u0627\u0644_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "target": "prompt_currency_toman_display_admin_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -178466,9 +179181,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L36", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_currency_toman_display_admin_lib_utils_ts", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_lib_utils_ts" }, { "relation": "contains", @@ -178476,9 +179191,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L44", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_currency_toman_display_admin_settingspage_tsx_\u0648\u0631\u0648\u062f\u06cc_\u0647\u0627_\u0631\u06cc\u0627\u0644_\u0630\u062e\u06cc\u0631\u0647_\u0645\u06cc_\u0634\u0648\u0646\u062f", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_settingspage_tsx_\u0648\u0631\u0648\u062f\u06cc_\u0647\u0627_\u0631\u06cc\u0627\u0644_\u0630\u062e\u06cc\u0631\u0647_\u0645\u06cc_\u0634\u0648\u0646\u062f" }, { "relation": "contains", @@ -178486,9 +179201,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L54", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_currency_toman_display_admin_\u0646\u0645\u0648\u0646\u0647_\u0646\u0645\u0627\u06cc\u0634_subscription", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u0646\u0645\u0648\u0646\u0647_\u0646\u0645\u0627\u06cc\u0634_subscription" }, { "relation": "contains", @@ -178496,9 +179211,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L61", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_currency_toman_display_admin_\u06f1_helper\u0647\u0627\u06cc_\u062a\u0628\u062f\u06cc\u0644_\u0627\u0635\u0644\u0627\u062d_formatrial_utils_ts", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u06f1_helper\u0647\u0627\u06cc_\u062a\u0628\u062f\u06cc\u0644_\u0627\u0635\u0644\u0627\u062d_formatrial_utils_ts" }, { "relation": "contains", @@ -178506,9 +179221,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L75", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_currency_toman_display_admin_\u06f2_\u0641\u0631\u0645_\u0647\u0627\u06cc_\u0648\u0631\u0648\u062f\u06cc_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u0628\u06af\u06cc\u0631_\u0631\u06cc\u0627\u0644_\u0630\u062e\u06cc\u0631\u0647_\u06a9\u0646", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u06f2_\u0641\u0631\u0645_\u0647\u0627\u06cc_\u0648\u0631\u0648\u062f\u06cc_\u067e\u0648\u0644_\u062a\u0648\u0645\u0627\u0646_\u0628\u06af\u06cc\u0631_\u0631\u06cc\u0627\u0644_\u0630\u062e\u06cc\u0631\u0647_\u06a9\u0646" }, { "relation": "contains", @@ -178516,9 +179231,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L94", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_currency_toman_display_admin_\u06f3_\u0628\u0631\u0686\u0633\u0628_\u0647\u0627\u06cc_\u062b\u0627\u0628\u062a_\u0631\u06cc\u0627\u0644_\u062f\u0631_jsx", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u06f3_\u0628\u0631\u0686\u0633\u0628_\u0647\u0627\u06cc_\u062b\u0627\u0628\u062a_\u0631\u06cc\u0627\u0644_\u062f\u0631_jsx" }, { "relation": "contains", @@ -178526,9 +179241,9 @@ "source_file": ".claude/prompt/currency-toman-display-admin.md", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_currency_toman_display_admin_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_currency_toman_display_admin_\u06f4_\u062a\u0633\u062a", - "confidence_score": 1.0 + "target": "prompt_currency_toman_display_admin_\u06f4_\u062a\u0633\u062a" }, { "relation": "contains", @@ -179796,9 +180511,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment", - "target": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647" }, { "relation": "contains", @@ -179806,9 +180521,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647", - "target": "prompt_expired_appointment_blocks_payment_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -179816,9 +180531,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647", - "target": "prompt_expired_appointment_blocks_payment_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -179826,9 +180541,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647", - "target": "prompt_expired_appointment_blocks_payment_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -179836,9 +180551,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L178", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647", - "target": "prompt_expired_appointment_blocks_payment_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -179846,9 +180561,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647", - "target": "prompt_expired_appointment_blocks_payment_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -179856,9 +180571,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647", - "target": "prompt_expired_appointment_blocks_payment_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -179866,9 +180581,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0646\u0648\u0628\u062a_\u0645\u0646\u0642\u0636\u06cc_\u0634\u062f\u0647_\u0646\u0628\u0627\u06cc\u062f_\u0642\u0627\u0628\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u0627\u0634\u062f_\u067e\u0646\u062c\u0631\u0647_\u06f1\u06f5_\u062f\u0642\u06cc\u0642\u0647", - "target": "prompt_expired_appointment_blocks_payment_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -179876,9 +180591,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L29", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_expired_appointment_blocks_payment_appointment_php", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_appointment_php" }, { "relation": "contains", @@ -179886,9 +180601,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_expired_appointment_blocks_payment_paymentcontroller_pay_\u0646\u0648\u0628\u062a_\u0631\u0627_\u0627\u0635\u0644\u0627_\u0686\u06a9_\u0646\u0645\u06cc_\u06a9\u0646\u062f", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_paymentcontroller_pay_\u0646\u0648\u0628\u062a_\u0631\u0627_\u0627\u0635\u0644\u0627_\u0686\u06a9_\u0646\u0645\u06cc_\u06a9\u0646\u062f" }, { "relation": "contains", @@ -179896,9 +180611,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L43", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_expired_appointment_blocks_payment_paymentcontroller_startorderpayment_\u0641\u0642\u0637_status_\u0628\u062f\u0648\u0646_\u0686\u06a9_\u0632\u0645\u0627\u0646", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_paymentcontroller_startorderpayment_\u0641\u0642\u0637_status_\u0628\u062f\u0648\u0646_\u0686\u06a9_\u0632\u0645\u0627\u0646" }, { "relation": "contains", @@ -179906,9 +180621,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L67", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_expired_appointment_blocks_payment_renderpaymentresult_labels_\u0628\u0631\u0686\u0633\u0628_expired_\u0646\u062f\u0627\u0631\u062f", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_renderpaymentresult_labels_\u0628\u0631\u0686\u0633\u0628_expired_\u0646\u062f\u0627\u0631\u062f" }, { "relation": "contains", @@ -179916,9 +180631,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L76", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_expired_appointment_blocks_payment_\u0627\u0644\u06af\u0648\u06cc_\u0645\u0648\u062c\u0648\u062f_\u0627\u0646\u0642\u0636\u0627_appointmentexpiryservice_\u0628\u0631\u0627\u06cc_\u0645\u0631\u062c\u0639", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u0627\u0644\u06af\u0648\u06cc_\u0645\u0648\u062c\u0648\u062f_\u0627\u0646\u0642\u0636\u0627_appointmentexpiryservice_\u0628\u0631\u0627\u06cc_\u0645\u0631\u062c\u0639" }, { "relation": "contains", @@ -179926,9 +180641,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L86", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_expired_appointment_blocks_payment_\u06f1_helper_\u0627\u0646\u0642\u0636\u0627\u06cc_\u067e\u0646\u062c\u0631\u0647_\u067e\u0631\u062f\u0627\u062e\u062a_\u0631\u0648\u06cc_appointment", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u06f1_helper_\u0627\u0646\u0642\u0636\u0627\u06cc_\u067e\u0646\u062c\u0631\u0647_\u067e\u0631\u062f\u0627\u062e\u062a_\u0631\u0648\u06cc_appointment" }, { "relation": "contains", @@ -179936,9 +180651,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L100", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_expired_appointment_blocks_payment_\u06f2_\u0628\u0631\u0686\u0633\u0628_expired_\u062f\u0631_renderpaymentresult", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u06f2_\u0628\u0631\u0686\u0633\u0628_expired_\u062f\u0631_renderpaymentresult" }, { "relation": "contains", @@ -179946,9 +180661,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L106", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_expired_appointment_blocks_payment_\u06f3_\u06af\u0627\u0631\u062f_\u0627\u0646\u0642\u0636\u0627_\u062f\u0631_startorderpayment", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u06f3_\u06af\u0627\u0631\u062f_\u0627\u0646\u0642\u0636\u0627_\u062f\u0631_startorderpayment" }, { "relation": "contains", @@ -179956,9 +180671,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L129", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_expired_appointment_blocks_payment_\u06f4_\u06af\u0627\u0631\u062f_\u0627\u0646\u0642\u0636\u0627_\u062f\u0631_pay", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u06f4_\u06af\u0627\u0631\u062f_\u0627\u0646\u0642\u0636\u0627_\u062f\u0631_pay" }, { "relation": "contains", @@ -179966,9 +180681,9 @@ "source_file": ".claude/prompt/expired-appointment-blocks-payment.md", "source_location": "L156", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_expired_appointment_blocks_payment_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_expired_appointment_blocks_payment_\u06f5_helper_\u0645\u0634\u062a\u0631\u06a9_expireappointmentpayment", - "confidence_score": 1.0 + "target": "prompt_expired_appointment_blocks_payment_\u06f5_helper_\u0645\u0634\u062a\u0631\u06a9_expireappointmentpayment" }, { "relation": "contains", @@ -181546,9 +182261,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning", - "target": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627" }, { "relation": "contains", @@ -181556,9 +182271,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627", - "target": "prompt_fix_modal_portal_positioning_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -181566,9 +182281,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L25", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627", - "target": "prompt_fix_modal_portal_positioning_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -181576,9 +182291,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627", - "target": "prompt_fix_modal_portal_positioning_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -181586,9 +182301,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L126", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627", - "target": "prompt_fix_modal_portal_positioning_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -181596,9 +182311,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L40", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627", - "target": "prompt_fix_modal_portal_positioning_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -181606,9 +182321,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L70", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627", - "target": "prompt_fix_modal_portal_positioning_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -181616,9 +182331,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0631\u0641\u0639_\u0627\u0641\u062a\u0627\u062f\u0646_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627_\u0628\u0647_\u067e\u0627\u06cc\u06cc\u0646_\u0635\u0641\u062d\u0647_portal_\u0628\u0631\u0627\u06cc_\u0647\u0645\u0647_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627", - "target": "prompt_fix_modal_portal_positioning_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -181626,9 +182341,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L72", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_modal_portal_positioning_\u06f1_\u0633\u0627\u062e\u062a_\u06cc\u06a9_\u06a9\u0627\u0645\u067e\u0648\u0646\u0646\u062a_\u06a9\u0645\u06a9\u06cc_portal_\u06cc\u06a9_\u0628\u0627\u0631_\u0628\u0631\u0627\u06cc_\u062c\u0644\u0648\u06af\u06cc\u0631\u06cc_\u0627\u0632_\u062a\u06a9\u0631\u0627\u0631", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u06f1_\u0633\u0627\u062e\u062a_\u06cc\u06a9_\u06a9\u0627\u0645\u067e\u0648\u0646\u0646\u062a_\u06a9\u0645\u06a9\u06cc_portal_\u06cc\u06a9_\u0628\u0627\u0631_\u0628\u0631\u0627\u06cc_\u062c\u0644\u0648\u06af\u06cc\u0631\u06cc_\u0627\u0632_\u062a\u06a9\u0631\u0627\u0631" }, { "relation": "contains", @@ -181636,9 +182351,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L90", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_modal_portal_positioning_\u06f2_\u0627\u0646\u062a\u0642\u0627\u0644_confirmdialog_tsx_\u0628\u0647_portal", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u06f2_\u0627\u0646\u062a\u0642\u0627\u0644_confirmdialog_tsx_\u0628\u0647_portal" }, { "relation": "contains", @@ -181646,9 +182361,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L105", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_modal_portal_positioning_\u06f3_\u0647\u0645\u06cc\u0646_\u06a9\u0627\u0631_\u0628\u0631\u0627\u06cc_\u0628\u0642\u06cc\u0647_\u06cc_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627\u06cc_overlay_\u0628\u062f\u0648\u0646_portal", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u06f3_\u0647\u0645\u06cc\u0646_\u06a9\u0627\u0631_\u0628\u0631\u0627\u06cc_\u0628\u0642\u06cc\u0647_\u06cc_\u0645\u0648\u062f\u0627\u0644_\u0647\u0627\u06cc_overlay_\u0628\u062f\u0648\u0646_portal" }, { "relation": "contains", @@ -181656,9 +182371,9 @@ "source_file": ".claude/prompt/fix-modal-portal-positioning.md", "source_location": "L116", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_modal_portal_positioning_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_modal_portal_positioning_\u06f4_\u0628\u0631\u0631\u0633\u06cc_\u0646\u0628\u0648\u062f_\u0645\u0648\u0631\u062f_\u062c\u0627\u0627\u0641\u062a\u0627\u062f\u0647", - "confidence_score": 1.0 + "target": "prompt_fix_modal_portal_positioning_\u06f4_\u0628\u0631\u0631\u0633\u06cc_\u0646\u0628\u0648\u062f_\u0645\u0648\u0631\u062f_\u062c\u0627\u0627\u0641\u062a\u0627\u062f\u0647" }, { "relation": "contains", @@ -185766,9 +186481,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name", - "target": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc" }, { "relation": "contains", @@ -185776,9 +186491,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc", - "target": "prompt_otp_sms_site_name_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -185786,9 +186501,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc", - "target": "prompt_otp_sms_site_name_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -185796,9 +186511,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc", - "target": "prompt_otp_sms_site_name_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -185806,9 +186521,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L135", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc", - "target": "prompt_otp_sms_site_name_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -185816,9 +186531,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L30", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc", - "target": "prompt_otp_sms_site_name_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -185826,9 +186541,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L69", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc", - "target": "prompt_otp_sms_site_name_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -185836,9 +186551,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0627\u0641\u0632\u0648\u062f\u0646_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0634\u0647\u0631_\u0628\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u06a9\u062f_\u062a\u0623\u06cc\u06cc\u062f_otp_\u0628\u0647_\u0635\u0648\u0631\u062a_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc", - "target": "prompt_otp_sms_site_name_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -185846,9 +186561,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L71", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_otp_sms_site_name_\u06f1_otpservice_resolve_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0648_\u062a\u0632\u0631\u06cc\u0642_site", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u06f1_otpservice_resolve_\u0627\u0633\u0645_\u0633\u0627\u06cc\u062a_\u0648_\u062a\u0632\u0631\u06cc\u0642_site" }, { "relation": "contains", @@ -185856,9 +186571,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L104", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_otp_sms_site_name_\u06f2_authcontroller_sendcode_\u062e\u0648\u0627\u0646\u062f\u0646_domain_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc_\u0627\u0632_body", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u06f2_authcontroller_sendcode_\u062e\u0648\u0627\u0646\u062f\u0646_domain_\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc_\u0627\u0632_body" }, { "relation": "contains", @@ -185866,9 +186581,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L116", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_otp_sms_site_name_\u06f3_smsmessagetemplate_\u062b\u0628\u062a_site_\u0628\u0647_\u0639\u0646\u0648\u0627\u0646_\u0645\u062a\u063a\u06cc\u0631_\u0645\u062c\u0627\u0632_otp", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u06f3_smsmessagetemplate_\u062b\u0628\u062a_site_\u0628\u0647_\u0639\u0646\u0648\u0627\u0646_\u0645\u062a\u063a\u06cc\u0631_\u0645\u062c\u0627\u0632_otp" }, { "relation": "contains", @@ -185876,9 +186591,9 @@ "source_file": ".claude/prompt/otp-sms-site-name.md", "source_location": "L130", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_sms_site_name_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_otp_sms_site_name_\u06f4_\u0645\u0633\u062a\u0646\u062f\u0633\u0627\u0632\u06cc", - "confidence_score": 1.0 + "target": "prompt_otp_sms_site_name_\u06f4_\u0645\u0633\u062a\u0646\u062f\u0633\u0627\u0632\u06cc" }, { "relation": "contains", @@ -185886,9 +186601,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup", - "target": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646" }, { "relation": "contains", @@ -185896,9 +186611,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646", - "target": "prompt_otp_via_kavenegar_lookup_\u0627\u0633\u067e\u06a9_kavenegar_verifylookup_\u0627\u0632_\u062f\u0627\u06a9\u06cc\u0648\u0645\u0646\u062a_\u0631\u0633\u0645\u06cc", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u0627\u0633\u067e\u06a9_kavenegar_verifylookup_\u0627\u0632_\u062f\u0627\u06a9\u06cc\u0648\u0645\u0646\u062a_\u0631\u0633\u0645\u06cc" }, { "relation": "contains", @@ -185906,9 +186621,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646", - "target": "prompt_otp_via_kavenegar_lookup_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -185916,9 +186631,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646", - "target": "prompt_otp_via_kavenegar_lookup_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -185926,9 +186641,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L173", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646", - "target": "prompt_otp_via_kavenegar_lookup_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -185936,9 +186651,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L37", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646", - "target": "prompt_otp_via_kavenegar_lookup_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -185946,9 +186661,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L105", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646", - "target": "prompt_otp_via_kavenegar_lookup_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -185956,9 +186671,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0627\u0631\u0633\u0627\u0644_\u067e\u06cc\u0627\u0645\u06a9_otp_\u0641\u0642\u0637_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u067e\u062a\u0631\u0646", - "target": "prompt_otp_via_kavenegar_lookup_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -185966,9 +186681,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L107", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_otp_via_kavenegar_lookup_\u06f1_kavehnegarprovider_sendtemplate_\u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc_\u062a\u0648\u06a9\u0646_\u0646\u0627\u0645_\u062f\u0627\u0631_backward_safe", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u06f1_kavehnegarprovider_sendtemplate_\u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc_\u062a\u0648\u06a9\u0646_\u0646\u0627\u0645_\u062f\u0627\u0631_backward_safe" }, { "relation": "contains", @@ -185976,9 +186691,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L124", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_otp_via_kavenegar_lookup_\u06f2_env_config_services_yaml_\u0646\u0627\u0645_\u067e\u062a\u0631\u0646_otp", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u06f2_env_config_services_yaml_\u0646\u0627\u0645_\u067e\u062a\u0631\u0646_otp" }, { "relation": "contains", @@ -185986,9 +186701,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L140", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_otp_via_kavenegar_lookup_\u06f3_otpservice_dispatch_\u0627\u0632_\u0637\u0631\u06cc\u0642_lookup", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u06f3_otpservice_dispatch_\u0627\u0632_\u0637\u0631\u06cc\u0642_lookup" }, { "relation": "contains", @@ -185996,9 +186711,9 @@ "source_file": ".claude/prompt/otp-via-kavenegar-lookup.md", "source_location": "L167", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_otp_via_kavenegar_lookup_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_otp_via_kavenegar_lookup_\u06f4_\u0645\u0633\u062a\u0646\u062f\u0633\u0627\u0632\u06cc_docs_api_sms_md", - "confidence_score": 1.0 + "target": "prompt_otp_via_kavenegar_lookup_\u06f4_\u0645\u0633\u062a\u0646\u062f\u0633\u0627\u0632\u06cc_docs_api_sms_md" }, { "relation": "contains", @@ -190036,9 +190751,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only", - "target": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645" }, { "relation": "contains", @@ -190046,9 +190761,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645", - "target": "prompt_sms_lookup_only_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -190056,9 +190771,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645", - "target": "prompt_sms_lookup_only_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -190066,9 +190781,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645", - "target": "prompt_sms_lookup_only_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -190076,9 +190791,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L161", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645", - "target": "prompt_sms_lookup_only_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -190086,9 +190801,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L45", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645", - "target": "prompt_sms_lookup_only_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -190096,9 +190811,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645", - "target": "prompt_sms_lookup_only_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -190106,9 +190821,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0627\u062c\u0628\u0627\u0631_\u0627\u0631\u0633\u0627\u0644_\u0647\u0645\u0647_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627_\u0627\u0632_\u0637\u0631\u06cc\u0642_kavenegar_verifylookup_\u062d\u0630\u0641_\u0645\u0633\u06cc\u0631_send_json_\u062e\u0627\u0645", - "target": "prompt_sms_lookup_only_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -190116,9 +190831,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L86", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_lookup_only_\u06f1_\u0628\u0633\u062a\u0646_\u0633\u0642\u0648\u0637_\u062f\u0631_dispatchtemplate_\u0646\u0628\u0648\u062f_\u0627\u0644\u06af\u0648_\u0628\u0627\u06cc\u062f_\u062e\u0637\u0627\u06cc_\u0635\u0631\u06cc\u062d_\u0628\u0627\u0634\u062f_\u0646\u0647_\u0627\u0631\u0633\u0627\u0644_\u062e\u0627\u0645", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u06f1_\u0628\u0633\u062a\u0646_\u0633\u0642\u0648\u0637_\u062f\u0631_dispatchtemplate_\u0646\u0628\u0648\u062f_\u0627\u0644\u06af\u0648_\u0628\u0627\u06cc\u062f_\u062e\u0637\u0627\u06cc_\u0635\u0631\u06cc\u062d_\u0628\u0627\u0634\u062f_\u0646\u0647_\u0627\u0631\u0633\u0627\u0644_\u062e\u0627\u0645" }, { "relation": "contains", @@ -190126,9 +190841,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L104", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_lookup_only_\u06f2_\u0628\u0633\u062a\u0646_\u0633\u0642\u0648\u0637_\u062f\u0631_sendnow_templatecode_\u0646\u0627\u0644_\u06cc\u0639\u0646\u06cc_\u062e\u0637\u0627_\u0646\u0647_send_\u062e\u0627\u0645", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u06f2_\u0628\u0633\u062a\u0646_\u0633\u0642\u0648\u0637_\u062f\u0631_sendnow_templatecode_\u0646\u0627\u0644_\u06cc\u0639\u0646\u06cc_\u062e\u0637\u0627_\u0646\u0647_send_\u062e\u0627\u0645" }, { "relation": "contains", @@ -190136,9 +190851,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L136", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_lookup_only_\u06f3_\u0627\u06a9\u0634\u0646_\u0647\u0627\u06cc_\u0627\u0631\u0633\u0627\u0644_\u062f\u0633\u062a\u06cc_smscontroller_\u0641\u0642\u0637_\u0628\u0627_\u0627\u0644\u06af\u0648\u06cc_\u062a\u0623\u06cc\u06cc\u062f\u0634\u062f\u0647", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u06f3_\u0627\u06a9\u0634\u0646_\u0647\u0627\u06cc_\u0627\u0631\u0633\u0627\u0644_\u062f\u0633\u062a\u06cc_smscontroller_\u0641\u0642\u0637_\u0628\u0627_\u0627\u0644\u06af\u0648\u06cc_\u062a\u0623\u06cc\u06cc\u062f\u0634\u062f\u0647" }, { "relation": "contains", @@ -190146,9 +190861,9 @@ "source_file": ".claude/prompt/sms-lookup-only.md", "source_location": "L154", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_lookup_only_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_lookup_only_\u06f4_\u062a\u0633\u062a_\u0647\u0627_\u0645\u0633\u062a\u0646\u062f\u0627\u062a", - "confidence_score": 1.0 + "target": "prompt_sms_lookup_only_\u06f4_\u062a\u0633\u062a_\u0647\u0627_\u0645\u0633\u062a\u0646\u062f\u0627\u062a" }, { "relation": "contains", @@ -190516,9 +191231,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates", - "target": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631" }, { "relation": "contains", @@ -190526,9 +191241,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "target": "prompt_sms_verify_lookup_templates_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -190536,9 +191251,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L29", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "target": "prompt_sms_verify_lookup_templates_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -190546,9 +191261,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "target": "prompt_sms_verify_lookup_templates_\u0642\u06cc\u062f_\u062d\u06cc\u0627\u062a\u06cc_verifylookup_\u062d\u062a\u0645\u0627_\u0631\u0639\u0627\u06cc\u062a_\u0634\u0648\u062f", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u0642\u06cc\u062f_\u062d\u06cc\u0627\u062a\u06cc_verifylookup_\u062d\u062a\u0645\u0627_\u0631\u0639\u0627\u06cc\u062a_\u0634\u0648\u062f" }, { "relation": "contains", @@ -190556,9 +191271,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "target": "prompt_sms_verify_lookup_templates_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -190566,9 +191281,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L203", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "target": "prompt_sms_verify_lookup_templates_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -190576,9 +191291,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L50", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "target": "prompt_sms_verify_lookup_templates_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -190586,9 +191301,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L103", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "target": "prompt_sms_verify_lookup_templates_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -190596,9 +191311,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u062a\u0628\u062f\u06cc\u0644_\u0647\u0645\u0647_\u06cc_\u067e\u06cc\u0627\u0645\u06a9_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u0628\u0647_verifylookup_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u062a\u0645\u067e\u0644\u062a_\u0646\u0627\u0645_\u062f\u0627\u0631", - "target": "prompt_sms_verify_lookup_templates_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -190606,9 +191321,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L93", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_sms_verify_lookup_templates_representationactioncontroller_welcome_\u0628\u0647_\u0635\u0648\u0631\u062a_inline_\u0628\u062f\u0648\u0646_\u062a\u0645\u067e\u0644\u062a", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_representationactioncontroller_welcome_\u0628\u0647_\u0635\u0648\u0631\u062a_inline_\u0628\u062f\u0648\u0646_\u062a\u0645\u067e\u0644\u062a" }, { "relation": "contains", @@ -190616,9 +191331,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L82", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_sms_verify_lookup_templates_smsmessagetemplate_defaults_\u0641\u0627\u0642\u062f_\u0646\u0627\u0645_\u062a\u0645\u067e\u0644\u062a_\u0648_\u0646\u06af\u0627\u0634\u062a_token", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_smsmessagetemplate_defaults_\u0641\u0627\u0642\u062f_\u0646\u0627\u0645_\u062a\u0645\u067e\u0644\u062a_\u0648_\u0646\u06af\u0627\u0634\u062a_token" }, { "relation": "contains", @@ -190626,9 +191341,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L52", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_sms_verify_lookup_templates_smsservice_sendnow_\u0627\u0646\u062a\u062e\u0627\u0628_\u0628\u06cc\u0646_lookup_\u0648_\u0645\u062a\u0646_\u0622\u0632\u0627\u062f", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_smsservice_sendnow_\u0627\u0646\u062a\u062e\u0627\u0628_\u0628\u06cc\u0646_lookup_\u0648_\u0645\u062a\u0646_\u0622\u0632\u0627\u062f" }, { "relation": "contains", @@ -190636,9 +191351,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L60", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_sms_verify_lookup_templates_\u0627\u0644\u06af\u0648\u06cc_\u0641\u0639\u0644\u06cc_\u0647\u0645\u0647_\u06cc_call_site\u0647\u0627_\u0628\u0647_\u062c\u0632_otp_\u0645\u062a\u0646_\u0622\u0632\u0627\u062f_\u0628\u062f\u0648\u0646_templatecode", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u0627\u0644\u06af\u0648\u06cc_\u0641\u0639\u0644\u06cc_\u0647\u0645\u0647_\u06cc_call_site\u0647\u0627_\u0628\u0647_\u062c\u0632_otp_\u0645\u062a\u0646_\u0622\u0632\u0627\u062f_\u0628\u062f\u0648\u0646_templatecode" }, { "relation": "contains", @@ -190646,9 +191361,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L70", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_sms_verify_lookup_templates_\u062a\u0646\u0647\u0627_\u062c\u0627\u06cc_\u062f\u0631\u0633\u062a_otp_\u06a9\u0647_\u0628\u0627\u06cc\u062f_\u0627\u0644\u06af\u0648\u06cc_\u0628\u0642\u06cc\u0647_\u0634\u0648\u062f", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u062a\u0646\u0647\u0627_\u062c\u0627\u06cc_\u062f\u0631\u0633\u062a_otp_\u06a9\u0647_\u0628\u0627\u06cc\u062f_\u0627\u0644\u06af\u0648\u06cc_\u0628\u0642\u06cc\u0647_\u0634\u0648\u062f" }, { "relation": "contains", @@ -190656,9 +191371,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L105", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_verify_lookup_templates_\u06f1_\u0627\u0641\u0632\u0648\u062f\u0646_kavenegar_template_\u0648_token_map_\u0628\u0647_smsmessagetemplate_defaults", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u06f1_\u0627\u0641\u0632\u0648\u062f\u0646_kavenegar_template_\u0648_token_map_\u0628\u0647_smsmessagetemplate_defaults" }, { "relation": "contains", @@ -190666,9 +191381,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L136", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_verify_lookup_templates_\u06f2_\u0645\u062a\u062f_\u0645\u062a\u0645\u0631\u06a9\u0632_smsservice_dispatchtemplate_tag_mobile_vars", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u06f2_\u0645\u062a\u062f_\u0645\u062a\u0645\u0631\u06a9\u0632_smsservice_dispatchtemplate_tag_mobile_vars" }, { "relation": "contains", @@ -190676,9 +191391,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L172", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_verify_lookup_templates_\u06f3_\u0645\u0647\u0627\u062c\u0631\u062a_\u0647\u0645\u0647_\u06cc_call_site\u0647\u0627_\u0628\u0647_dispatchtemplate", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u06f3_\u0645\u0647\u0627\u062c\u0631\u062a_\u0647\u0645\u0647_\u06cc_call_site\u0647\u0627_\u0628\u0647_dispatchtemplate" }, { "relation": "contains", @@ -190686,9 +191401,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L183", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_verify_lookup_templates_\u06f4_\u062a\u06af_welcome_\u0631\u0627_\u0627\u0632_inline_\u0628\u0647_\u062a\u0645\u067e\u0644\u062a_\u062a\u0628\u062f\u06cc\u0644_\u06a9\u0646", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u06f4_\u062a\u06af_welcome_\u0631\u0627_\u0627\u0632_inline_\u0628\u0647_\u062a\u0645\u067e\u0644\u062a_\u062a\u0628\u062f\u06cc\u0644_\u06a9\u0646" }, { "relation": "contains", @@ -190696,9 +191411,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L187", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_verify_lookup_templates_\u06f5_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u0648\u06cc\u0631\u0627\u06cc\u0634_\u0646\u0627\u0645_\u062a\u0645\u067e\u0644\u062a_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u06f5_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_\u0646\u0645\u0627\u06cc\u0634_\u0648\u06cc\u0631\u0627\u06cc\u0634_\u0646\u0627\u0645_\u062a\u0645\u067e\u0644\u062a_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631" }, { "relation": "contains", @@ -190706,9 +191421,9 @@ "source_file": ".claude/prompt/sms-verify-lookup-templates.md", "source_location": "L193", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_sms_verify_lookup_templates_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_sms_verify_lookup_templates_\u06f6_\u0641\u0647\u0631\u0633\u062a_\u062a\u0645\u067e\u0644\u062a_\u0647\u0627\u06cc\u06cc_\u06a9\u0647_\u06a9\u0627\u0631\u0628\u0631_\u0628\u0627\u06cc\u062f_\u062f\u0631_\u067e\u0646\u0644_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u0628\u0633\u0627\u0632\u062f", - "confidence_score": 1.0 + "target": "prompt_sms_verify_lookup_templates_\u06f6_\u0641\u0647\u0631\u0633\u062a_\u062a\u0645\u067e\u0644\u062a_\u0647\u0627\u06cc\u06cc_\u06a9\u0647_\u06a9\u0627\u0631\u0628\u0631_\u0628\u0627\u06cc\u062f_\u062f\u0631_\u067e\u0646\u0644_\u06a9\u0627\u0648\u0647_\u0646\u06af\u0627\u0631_\u0628\u0633\u0627\u0632\u062f" }, { "relation": "contains", @@ -201226,9 +201941,9 @@ "source_file": "docs/api/auth.md", "source_location": "L80", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_verify_code", - "target": "api_auth_errors_80", - "confidence_score": 1.0 + "target": "api_auth_errors_80" }, { "relation": "contains", @@ -201236,9 +201951,9 @@ "source_file": "docs/api/auth.md", "source_location": "L53", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_verify_code", - "target": "api_auth_request_body_53", - "confidence_score": 1.0 + "target": "api_auth_request_body_53" }, { "relation": "contains", @@ -201246,9 +201961,9 @@ "source_file": "docs/api/auth.md", "source_location": "L66", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_verify_code", - "target": "api_auth_response_200_66", - "confidence_score": 1.0 + "target": "api_auth_response_200_66" }, { "relation": "contains", @@ -201256,9 +201971,9 @@ "source_file": "docs/api/auth.md", "source_location": "L120", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_register", - "target": "api_auth_errors_120", - "confidence_score": 1.0 + "target": "api_auth_errors_120" }, { "relation": "contains", @@ -201266,9 +201981,9 @@ "source_file": "docs/api/auth.md", "source_location": "L96", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_register", - "target": "api_auth_request_body_96", - "confidence_score": 1.0 + "target": "api_auth_request_body_96" }, { "relation": "contains", @@ -201286,9 +202001,9 @@ "source_file": "docs/api/auth.md", "source_location": "L160", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_login", - "target": "api_auth_errors_160", - "confidence_score": 1.0 + "target": "api_auth_errors_160" }, { "relation": "contains", @@ -201296,9 +202011,9 @@ "source_file": "docs/api/auth.md", "source_location": "L134", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_login", - "target": "api_auth_request_body_134", - "confidence_score": 1.0 + "target": "api_auth_request_body_134" }, { "relation": "contains", @@ -201306,9 +202021,9 @@ "source_file": "docs/api/auth.md", "source_location": "L147", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_login", - "target": "api_auth_response_200_147", - "confidence_score": 1.0 + "target": "api_auth_response_200_147" }, { "relation": "contains", @@ -201316,9 +202031,9 @@ "source_file": "docs/api/auth.md", "source_location": "L202", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_oauth_token", - "target": "api_auth_errors_202", - "confidence_score": 1.0 + "target": "api_auth_errors_202" }, { "relation": "contains", @@ -201326,9 +202041,9 @@ "source_file": "docs/api/auth.md", "source_location": "L175", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_oauth_token", - "target": "api_auth_request_body_175", - "confidence_score": 1.0 + "target": "api_auth_request_body_175" }, { "relation": "contains", @@ -201336,9 +202051,9 @@ "source_file": "docs/api/auth.md", "source_location": "L188", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_oauth_token", - "target": "api_auth_response_200_188", - "confidence_score": 1.0 + "target": "api_auth_response_200_188" }, { "relation": "contains", @@ -201346,9 +202061,9 @@ "source_file": "docs/api/auth.md", "source_location": "L238", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_oauth_token_refresh", - "target": "api_auth_errors_238", - "confidence_score": 1.0 + "target": "api_auth_errors_238" }, { "relation": "contains", @@ -201356,9 +202071,9 @@ "source_file": "docs/api/auth.md", "source_location": "L218", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_oauth_token_refresh", - "target": "api_auth_request_body_218", - "confidence_score": 1.0 + "target": "api_auth_request_body_218" }, { "relation": "contains", @@ -201366,9 +202081,9 @@ "source_file": "docs/api/auth.md", "source_location": "L227", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_oauth_token_refresh", - "target": "api_auth_response_200_227", - "confidence_score": 1.0 + "target": "api_auth_response_200_227" }, { "relation": "contains", @@ -201376,9 +202091,9 @@ "source_file": "docs/api/auth.md", "source_location": "L326", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_get_oauth_userinfo", - "target": "api_auth_errors_326", - "confidence_score": 1.0 + "target": "api_auth_errors_326" }, { "relation": "contains", @@ -201396,9 +202111,9 @@ "source_file": "docs/api/auth.md", "source_location": "L256", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_get_oauth_userinfo", - "target": "api_auth_response_200_256", - "confidence_score": 1.0 + "target": "api_auth_response_200_256" }, { "relation": "contains", @@ -201406,9 +202121,9 @@ "source_file": "docs/api/auth.md", "source_location": "L368", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_auth_switch_context", - "target": "api_auth_errors_368", - "confidence_score": 1.0 + "target": "api_auth_errors_368" }, { "relation": "contains", @@ -201416,9 +202131,9 @@ "source_file": "docs/api/auth.md", "source_location": "L339", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_auth_switch_context", - "target": "api_auth_request_body_339", - "confidence_score": 1.0 + "target": "api_auth_request_body_339" }, { "relation": "contains", @@ -201426,9 +202141,9 @@ "source_file": "docs/api/auth.md", "source_location": "L350", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_auth_switch_context", - "target": "api_auth_response_200_350", - "confidence_score": 1.0 + "target": "api_auth_response_200_350" }, { "relation": "contains", @@ -201436,9 +202151,9 @@ "source_file": "docs/api/auth.md", "source_location": "L415", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_notification_mobile_request_otp", - "target": "api_auth_errors_415", - "confidence_score": 1.0 + "target": "api_auth_errors_415" }, { "relation": "contains", @@ -201456,9 +202171,9 @@ "source_file": "docs/api/auth.md", "source_location": "L391", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_notification_mobile_request_otp", - "target": "api_auth_request_body_391", - "confidence_score": 1.0 + "target": "api_auth_request_body_391" }, { "relation": "contains", @@ -201466,9 +202181,9 @@ "source_file": "docs/api/auth.md", "source_location": "L404", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_notification_mobile_request_otp", - "target": "api_auth_response_200_404", - "confidence_score": 1.0 + "target": "api_auth_response_200_404" }, { "relation": "contains", @@ -201476,9 +202191,9 @@ "source_file": "docs/api/auth.md", "source_location": "L458", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_notification_mobile_verify", - "target": "api_auth_errors_458", - "confidence_score": 1.0 + "target": "api_auth_errors_458" }, { "relation": "contains", @@ -201486,9 +202201,9 @@ "source_file": "docs/api/auth.md", "source_location": "L434", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_notification_mobile_verify", - "target": "api_auth_request_body_434", - "confidence_score": 1.0 + "target": "api_auth_request_body_434" }, { "relation": "contains", @@ -201496,9 +202211,9 @@ "source_file": "docs/api/auth.md", "source_location": "L447", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_notification_mobile_verify", - "target": "api_auth_response_200_447", - "confidence_score": 1.0 + "target": "api_auth_response_200_447" }, { "relation": "contains", @@ -201506,9 +202221,9 @@ "source_file": "docs/api/auth.md", "source_location": "L485", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_get_api_v1_notification_mobile_target", - "target": "api_auth_errors_485", - "confidence_score": 1.0 + "target": "api_auth_errors_485" }, { "relation": "contains", @@ -201516,9 +202231,9 @@ "source_file": "docs/api/auth.md", "source_location": "L473", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_get_api_v1_notification_mobile_target", - "target": "api_auth_response_200_473", - "confidence_score": 1.0 + "target": "api_auth_response_200_473" }, { "relation": "contains", @@ -201526,9 +202241,9 @@ "source_file": "docs/api/auth.md", "source_location": "L509", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_delete_api_v1_notification_mobile_target", - "target": "api_auth_errors_509", - "confidence_score": 1.0 + "target": "api_auth_errors_509" }, { "relation": "contains", @@ -201536,9 +202251,9 @@ "source_file": "docs/api/auth.md", "source_location": "L499", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_delete_api_v1_notification_mobile_target", - "target": "api_auth_response_200_499", - "confidence_score": 1.0 + "target": "api_auth_response_200_499" }, { "relation": "contains", @@ -201546,9 +202261,9 @@ "source_file": "docs/api/auth.md", "source_location": "L522", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_oauth_logout", - "target": "api_auth_request_body_522", - "confidence_score": 1.0 + "target": "api_auth_request_body_522" }, { "relation": "contains", @@ -201556,9 +202271,9 @@ "source_file": "docs/api/auth.md", "source_location": "L533", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_oauth_logout", - "target": "api_auth_response_200_533", - "confidence_score": 1.0 + "target": "api_auth_response_200_533" }, { "relation": "contains", @@ -201576,9 +202291,9 @@ "source_file": "docs/api/auth.md", "source_location": "L551", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_pre_registration", - "target": "api_auth_request_body_551", - "confidence_score": 1.0 + "target": "api_auth_request_body_551" }, { "relation": "contains", @@ -201586,9 +202301,9 @@ "source_file": "docs/api/auth.md", "source_location": "L576", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_pre_registration", - "target": "api_auth_response_200_576", - "confidence_score": 1.0 + "target": "api_auth_response_200_576" }, { "relation": "contains", @@ -201596,9 +202311,9 @@ "source_file": "docs/api/auth.md", "source_location": "L618", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_otp_login", - "target": "api_auth_error_codes_618", - "confidence_score": 1.0 + "target": "api_auth_error_codes_618" }, { "relation": "contains", @@ -201606,9 +202321,9 @@ "source_file": "docs/api/auth.md", "source_location": "L598", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_otp_login", - "target": "api_auth_request_body_598", - "confidence_score": 1.0 + "target": "api_auth_request_body_598" }, { "relation": "contains", @@ -201616,9 +202331,9 @@ "source_file": "docs/api/auth.md", "source_location": "L607", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_otp_login", - "target": "api_auth_response_200_607", - "confidence_score": 1.0 + "target": "api_auth_response_200_607" }, { "relation": "contains", @@ -201626,9 +202341,9 @@ "source_file": "docs/api/auth.md", "source_location": "L655", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_reset_password", - "target": "api_auth_error_codes_655", - "confidence_score": 1.0 + "target": "api_auth_error_codes_655" }, { "relation": "contains", @@ -201636,9 +202351,9 @@ "source_file": "docs/api/auth.md", "source_location": "L634", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_reset_password", - "target": "api_auth_request_body_634", - "confidence_score": 1.0 + "target": "api_auth_request_body_634" }, { "relation": "contains", @@ -201646,9 +202361,9 @@ "source_file": "docs/api/auth.md", "source_location": "L647", "weight": 1.0, + "confidence_score": 1.0, "source": "api_auth_post_api_v1_user_reset_password", - "target": "api_auth_response_200_647", - "confidence_score": 1.0 + "target": "api_auth_response_200_647" }, { "relation": "contains", @@ -205266,9 +205981,9 @@ "source_file": "docs/api/payment.md", "source_location": "L250", "weight": 1.0, + "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_pay_orderid", - "target": "api_payment_\u0631\u0641\u062a\u0627\u0631_250", - "confidence_score": 1.0 + "target": "api_payment_\u0631\u0641\u062a\u0627\u0631_250" }, { "relation": "contains", @@ -205296,9 +206011,9 @@ "source_file": "docs/api/payment.md", "source_location": "L278", "weight": 1.0, + "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_callback_gateway", - "target": "api_payment_path_parameters_278", - "confidence_score": 1.0 + "target": "api_payment_path_parameters_278" }, { "relation": "contains", @@ -205326,9 +206041,9 @@ "source_file": "docs/api/payment.md", "source_location": "L349", "weight": 1.0, + "confidence_score": 1.0, "source": "api_payment_post_api_v1_subscription_payment", - "target": "api_payment_errors_349", - "confidence_score": 1.0 + "target": "api_payment_errors_349" }, { "relation": "contains", @@ -205346,9 +206061,9 @@ "source_file": "docs/api/payment.md", "source_location": "L335", "weight": 1.0, + "confidence_score": 1.0, "source": "api_payment_post_api_v1_subscription_payment", - "target": "api_payment_response_200_335", - "confidence_score": 1.0 + "target": "api_payment_response_200_335" }, { "relation": "contains", @@ -205356,9 +206071,9 @@ "source_file": "docs/api/payment.md", "source_location": "L406", "weight": 1.0, + "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_uuid", - "target": "api_payment_errors_406", - "confidence_score": 1.0 + "target": "api_payment_errors_406" }, { "relation": "contains", @@ -205366,9 +206081,9 @@ "source_file": "docs/api/payment.md", "source_location": "L372", "weight": 1.0, + "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_uuid", - "target": "api_payment_path_parameters_372", - "confidence_score": 1.0 + "target": "api_payment_path_parameters_372" }, { "relation": "contains", @@ -205376,9 +206091,9 @@ "source_file": "docs/api/payment.md", "source_location": "L377", "weight": 1.0, + "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_uuid", - "target": "api_payment_response_200_377", - "confidence_score": 1.0 + "target": "api_payment_response_200_377" }, { "relation": "contains", @@ -207166,9 +207881,9 @@ "source_file": "docs/api/sms.md", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_sms_api", - "target": "api_sms_post_api_v1_sms_send_\u063a\u06cc\u0631\u0641\u0639\u0627\u0644_deprecated", - "confidence_score": 1.0 + "target": "api_sms_post_api_v1_sms_send_\u063a\u06cc\u0631\u0641\u0639\u0627\u0644_deprecated" }, { "relation": "contains", @@ -207226,9 +207941,9 @@ "source_file": "docs/api/sms.md", "source_location": "L41", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_send_\u063a\u06cc\u0631\u0641\u0639\u0627\u0644_deprecated", - "target": "api_sms_errors", - "confidence_score": 1.0 + "target": "api_sms_errors" }, { "relation": "contains", @@ -207236,9 +207951,9 @@ "source_file": "docs/api/sms.md", "source_location": "L31", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_send_\u063a\u06cc\u0631\u0641\u0639\u0627\u0644_deprecated", - "target": "api_sms_response_422_\u0647\u0645\u06cc\u0634\u0647", - "confidence_score": 1.0 + "target": "api_sms_response_422_\u0647\u0645\u06cc\u0634\u0647" }, { "relation": "contains", @@ -207246,9 +207961,9 @@ "source_file": "docs/api/sms.md", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_send_template", - "target": "api_sms_errors_84", - "confidence_score": 1.0 + "target": "api_sms_errors_84" }, { "relation": "contains", @@ -207256,9 +207971,9 @@ "source_file": "docs/api/sms.md", "source_location": "L56", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_send_template", - "target": "api_sms_request_body_application_json", - "confidence_score": 1.0 + "target": "api_sms_request_body_application_json" }, { "relation": "contains", @@ -207266,9 +207981,9 @@ "source_file": "docs/api/sms.md", "source_location": "L76", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_send_template", - "target": "api_sms_response_200", - "confidence_score": 1.0 + "target": "api_sms_response_200" }, { "relation": "contains", @@ -207276,9 +207991,9 @@ "source_file": "docs/api/sms.md", "source_location": "L139", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_template", - "target": "api_sms_errors_139", - "confidence_score": 1.0 + "target": "api_sms_errors_139" }, { "relation": "contains", @@ -207286,9 +208001,9 @@ "source_file": "docs/api/sms.md", "source_location": "L101", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_template", - "target": "api_sms_request_body_application_json_101", - "confidence_score": 1.0 + "target": "api_sms_request_body_application_json_101" }, { "relation": "contains", @@ -207306,9 +208021,9 @@ "source_file": "docs/api/sms.md", "source_location": "L157", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_get_api_v1_sms_template_uuid", - "target": "api_sms_errors_157", - "confidence_score": 1.0 + "target": "api_sms_errors_157" }, { "relation": "contains", @@ -207316,9 +208031,9 @@ "source_file": "docs/api/sms.md", "source_location": "L154", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_get_api_v1_sms_template_uuid", - "target": "api_sms_response_200_154", - "confidence_score": 1.0 + "target": "api_sms_response_200_154" }, { "relation": "contains", @@ -207326,9 +208041,9 @@ "source_file": "docs/api/sms.md", "source_location": "L185", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_patch_api_v1_sms_template_uuid", - "target": "api_sms_errors_185", - "confidence_score": 1.0 + "target": "api_sms_errors_185" }, { "relation": "contains", @@ -207336,9 +208051,9 @@ "source_file": "docs/api/sms.md", "source_location": "L171", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_patch_api_v1_sms_template_uuid", - "target": "api_sms_request_body_application_json_171", - "confidence_score": 1.0 + "target": "api_sms_request_body_application_json_171" }, { "relation": "contains", @@ -207346,9 +208061,9 @@ "source_file": "docs/api/sms.md", "source_location": "L182", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_patch_api_v1_sms_template_uuid", - "target": "api_sms_response_200_182", - "confidence_score": 1.0 + "target": "api_sms_response_200_182" }, { "relation": "contains", @@ -207356,9 +208071,9 @@ "source_file": "docs/api/sms.md", "source_location": "L204", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_template_uuid_submit", - "target": "api_sms_errors_204", - "confidence_score": 1.0 + "target": "api_sms_errors_204" }, { "relation": "contains", @@ -207366,9 +208081,9 @@ "source_file": "docs/api/sms.md", "source_location": "L201", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_sms_template_uuid_submit", - "target": "api_sms_response_200_201", - "confidence_score": 1.0 + "target": "api_sms_response_200_201" }, { "relation": "contains", @@ -207376,9 +208091,9 @@ "source_file": "docs/api/sms.md", "source_location": "L225", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_delete_api_v1_sms_template_uuid", - "target": "api_sms_errors_225", - "confidence_score": 1.0 + "target": "api_sms_errors_225" }, { "relation": "contains", @@ -207386,9 +208101,9 @@ "source_file": "docs/api/sms.md", "source_location": "L220", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_delete_api_v1_sms_template_uuid", - "target": "api_sms_response_200_220", - "confidence_score": 1.0 + "target": "api_sms_response_200_220" }, { "relation": "contains", @@ -207396,9 +208111,9 @@ "source_file": "docs/api/sms.md", "source_location": "L240", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_get_api_v1_admin_sms_templates", - "target": "api_sms_response_200_240", - "confidence_score": 1.0 + "target": "api_sms_response_200_240" }, { "relation": "contains", @@ -207406,9 +208121,9 @@ "source_file": "docs/api/sms.md", "source_location": "L263", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_admin_sms_template_uuid_approve", - "target": "api_sms_request_body_application_json_263", - "confidence_score": 1.0 + "target": "api_sms_request_body_application_json_263" }, { "relation": "contains", @@ -207416,9 +208131,9 @@ "source_file": "docs/api/sms.md", "source_location": "L276", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_admin_sms_template_uuid_approve", - "target": "api_sms_response_200_276", - "confidence_score": 1.0 + "target": "api_sms_response_200_276" }, { "relation": "contains", @@ -207426,9 +208141,9 @@ "source_file": "docs/api/sms.md", "source_location": "L301", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_admin_sms_template_uuid_reject", - "target": "api_sms_errors_301", - "confidence_score": 1.0 + "target": "api_sms_errors_301" }, { "relation": "contains", @@ -207446,9 +208161,9 @@ "source_file": "docs/api/sms.md", "source_location": "L298", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_post_api_v1_admin_sms_template_uuid_reject", - "target": "api_sms_response_200_298", - "confidence_score": 1.0 + "target": "api_sms_response_200_298" }, { "relation": "contains", @@ -207566,9 +208281,9 @@ "source_file": "docs/api/sms.md", "source_location": "L521", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_get_api_v1_admin_sms_messages", - "target": "api_sms_response_200_521", - "confidence_score": 1.0 + "target": "api_sms_response_200_521" }, { "relation": "contains", @@ -207576,9 +208291,9 @@ "source_file": "docs/api/sms.md", "source_location": "L566", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_patch_api_v1_admin_sms_messages_tag", - "target": "api_sms_errors_566", - "confidence_score": 1.0 + "target": "api_sms_errors_566" }, { "relation": "contains", @@ -207596,9 +208311,9 @@ "source_file": "docs/api/sms.md", "source_location": "L552", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_patch_api_v1_admin_sms_messages_tag", - "target": "api_sms_request_body_552", - "confidence_score": 1.0 + "target": "api_sms_request_body_552" }, { "relation": "contains", @@ -207606,9 +208321,9 @@ "source_file": "docs/api/sms.md", "source_location": "L561", "weight": 1.0, + "confidence_score": 1.0, "source": "api_sms_patch_api_v1_admin_sms_messages_tag", - "target": "api_sms_response_200_561", - "confidence_score": 1.0 + "target": "api_sms_response_200_561" }, { "relation": "contains", @@ -217952,5 +218667,5 @@ } ], "hyperedges": [], - "built_at_commit": "57d081246f5c69f87d4610090ae6b1207e7fd6aa" + "built_at_commit": "4ee1524f316195e83075bb5d47abae492db6ea0f" } \ No newline at end of file diff --git a/graphify-out/manifest.json b/graphify-out/manifest.json index 8741da9a..1cd14a7d 100644 --- a/graphify-out/manifest.json +++ b/graphify-out/manifest.json @@ -2240,8 +2240,8 @@ "semantic_hash": "" }, "config/packages/nelmio_cors.yaml": { - "mtime": 1782933581.6906326, - "ast_hash": "c552214796d17d0d2a94154346b2afa8", + "mtime": 1783423349.9111028, + "ast_hash": "cf61699b7fc9ff8921d28d0c735361a1", "semantic_hash": "" }, "config/packages/property_info.yaml": { @@ -2995,8 +2995,8 @@ "semantic_hash": "" }, "docker/gen-cors-env.php": { - "mtime": 1782410159.2191367, - "ast_hash": "aa2b2af54e520f8e6d446dd328f6d54d", + "mtime": 1783423497.5513937, + "ast_hash": "bf59fa3835df846b483890f63a369755", "semantic_hash": "" }, "docker/healthcheck.sh": { @@ -3703,5 +3703,20 @@ "mtime": 1783066913.0879276, "ast_hash": "074cb84109dd212089ba2b5397e9b3ed", "semantic_hash": "" + }, + "src/Shared/DependencyInjection/CorsRegexEnvProcessor.php": { + "mtime": 1783423339.918379, + "ast_hash": "1fe5ad4d178ba633fe0a1c1d7c830e2e", + "semantic_hash": "" + }, + "tests/Shared/CorsRegexEnvProcessorTest.php": { + "mtime": 1783423530.411102, + "ast_hash": "67be8d92badcc2506649af90503cfc0c", + "semantic_hash": "" + }, + ".claude/prompt/cors-regex-from-hosts-coolify-safe.md": { + "mtime": 1783423233.682262, + "ast_hash": "21ec0778cfc1438f1f8a55c8c0adf55f", + "semantic_hash": "" } } \ No newline at end of file diff --git a/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php b/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php new file mode 100644 index 00000000..9cd09ba7 --- /dev/null +++ b/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php @@ -0,0 +1,41 @@ + preg_quote($h, '#'), + $hosts + )); + + // Same shape as the previous CORS_ALLOW_ORIGIN: optional subdomain, http or + // https (dev localhost uses http), optional port, anchored. + return '^https?://([a-z0-9-]+\.)*(' . $alts . ')(:[0-9]+)?$'; + } + + public static function getProvidedTypes(): array + { + return ['cors_regex' => 'string']; + } +} diff --git a/tests/Shared/CorsRegexEnvProcessorTest.php b/tests/Shared/CorsRegexEnvProcessorTest.php new file mode 100644 index 00000000..a1ba4203 --- /dev/null +++ b/tests/Shared/CorsRegexEnvProcessorTest.php @@ -0,0 +1,68 @@ +getEnv('cors_regex', 'ALLOWED_FRONTEND_HOSTS', fn () => $hosts); + } + + /** رجکس ساخته‌شده با delimiter نلمیو (`#`) کامپایل و روی origin تست می‌شود. */ + private function originMatches(string $regex, string $origin): bool + { + return (bool) preg_match('#' . $regex . '#i', $origin); + } + + public function testAllowsListedHostsHttpsAndSubdomains(): void + { + $regex = $this->regexFor('yasuj-nobat.ir,nobat724.com'); + + $this->assertTrue($this->originMatches($regex, 'https://yasuj-nobat.ir')); + $this->assertTrue($this->originMatches($regex, 'https://www.nobat724.com')); + } + + public function testAllowsHttpAndPortForLocalDev(): void + { + $regex = $this->regexFor('localhost,yazd-nobat.localhost'); + + $this->assertTrue($this->originMatches($regex, 'http://yazd-nobat.localhost:3000')); + $this->assertTrue($this->originMatches($regex, 'http://localhost:8080')); + } + + public function testRejectsUnlistedAndLookalikeHosts(): void + { + $regex = $this->regexFor('yasuj-nobat.ir'); + + $this->assertFalse($this->originMatches($regex, 'https://evil.com')); + // انکورِ انتها: دامنه‌ای که با هاست مجاز شروع/تمام نشود نباید مچ شود. + $this->assertFalse($this->originMatches($regex, 'https://yasuj-nobat.ir.evil.com')); + $this->assertFalse($this->originMatches($regex, 'https://notyasuj-nobat.ir')); + } + + public function testDotIsEscapedNotWildcard(): void + { + $regex = $this->regexFor('nobat724.com'); + + // نقطه نباید به‌عنوان wildcard عمل کند. + $this->assertFalse($this->originMatches($regex, 'https://nobat724xcom')); + } + + public function testEmptyListMatchesNothing(): void + { + $regex = $this->regexFor(''); + + $this->assertFalse($this->originMatches($regex, 'https://yasuj-nobat.ir')); + $this->assertFalse($this->originMatches($regex, 'https://anything.com')); + } + + public function testProvidedType(): void + { + $this->assertSame(['cors_regex' => 'string'], CorsRegexEnvProcessor::getProvidedTypes()); + } +}