feat: Update test data generators

This commit is contained in:
gpt-engineer-app[bot]
2025-11-04 17:21:56 +00:00
parent 9da2fa7ff2
commit 809627ccb6
4 changed files with 494 additions and 49 deletions

View File

@@ -113,6 +113,8 @@ export interface CompanySubmissionData {
founded_year?: number | null; // Legacy field
founded_date?: string | null;
founded_date_precision?: string | null;
defunct_date?: string | null;
defunct_date_precision?: string | null;
headquarters_location?: string | null;
website_url?: string | null;
logo_url?: string | null;