Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
ec5899f514
commit
29595d2da4
@@ -56,6 +56,8 @@ interface ImportCtx {
|
||||
clientByName: Map<string, string>;
|
||||
caseByNumber: Map<string, string>;
|
||||
caseByTitle: Map<string, string>;
|
||||
// Composite key "client_name||case_title" (both lowercased/trimmed) → case uuid
|
||||
caseByClientAndTitle: Map<string, string>;
|
||||
userByName: Map<string, string>;
|
||||
userByEmail: Map<string, string>;
|
||||
// Set of case ids considered "active" (not closed, not archived)
|
||||
|
||||
Reference in New Issue
Block a user