Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 18:31:24 +00:00
co-authored by renee-png
parent 8adab2906a
commit 6b537bb5f2
+2
View File
@@ -58,6 +58,8 @@ interface ImportCtx {
caseByTitle: Map<string, string>;
userByName: Map<string, string>;
userByEmail: Map<string, string>;
// Set of case ids considered "active" (not closed, not archived)
activeCaseIds: Set<string>;
// Optional fallback client id (e.g. for address-only locations CSV)
defaultClientId?: string | null;
// Selected contact group (for unified contacts importer)