Merge branch 'feat/prospects-manual-testing-kp' into deploy/prospects-to-main
Accessibility (Pa11y live) / a11y (push) Has been cancelled
SAST — Semgrep / Semgrep SAST scan (push) Has been cancelled

This commit is contained in:
Дмитрий
2026-07-31 16:40:10 +03:00
+5
View File
@@ -36,6 +36,10 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
* @property Carbon|null $next_call_at
* @property string|null $reason
* @property string|null $registered_email
* @property string|null $test_channel
* @property string|null $test_target
* @property string|null $kp_channel
* @property string|null $kp_target
* @property int|null $linked_tenant_id
* @property string|null $notes
* @property Carbon $created_at
@@ -52,6 +56,7 @@ class SalesProspect extends Model
'sales_user_id', 'assigned_by', 'stage', 'source', 'firm_name', 'legal_name',
'contacts', 'city', 'phone', 'site', 'inn', 'rating_label', 'payload',
'next_call_at', 'reason', 'registered_email', 'linked_tenant_id', 'notes',
'test_channel', 'test_target', 'kp_channel', 'kp_target',
];
/** Дефолты in-memory (совпадают с DB DEFAULT), чтобы поля были доступны до refresh. */