Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 07:20:53 +00:00
co-authored by renee-png
parent 89a3cedd80
commit a36aca80d0
+3
View File
@@ -53,6 +53,9 @@ interface ImportCtx {
// Name → uuid lookups (for files that reference by name only)
clientByName: Map<string, string>;
caseByNumber: Map<string, string>;
caseByTitle: Map<string, string>;
userByName: Map<string, string>;
userByEmail: Map<string, string>;
// Optional fallback client id (e.g. for address-only locations CSV)
defaultClientId?: string | null;
// Selected contact group (for unified contacts importer)