/**
* Legacy mapping data for backward compatibility
* This is kept in a separate file for better code organization
*/
/**
* Legacy mapping for backward compatibility
* This is kept for reference and to ensure backward compatibility
*/
export const LEGACY_ATTRIBUTE_MAP: Record<string, string> = {
// Legacy mappings removed - use actual Attio API field names
// This prevents mapping to non-existent fields
};
// For backward compatibility
export const COMMON_ATTRIBUTE_MAP = LEGACY_ATTRIBUTE_MAP;