fraim 2.0.299 → 2.0.300
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -55,6 +55,7 @@ exports.HUMAN_MANAGER_PROFILES = {
|
|
|
55
55
|
procella: { humanTitle: 'Procurement Manager', keywords: ['"Procurement Manager"', '"Head of Procurement"', '"Sourcing Lead"'] },
|
|
56
56
|
banke: { humanTitle: 'KYC Operations Manager', keywords: ['"KYC Operations Manager"', '"AML Compliance Manager"', '"Banking Compliance Lead"'] },
|
|
57
57
|
auditya: { humanTitle: 'Audit Manager', keywords: ['"Audit Manager"', '"Internal Audit Lead"', '"Compliance Audit Manager"'] },
|
|
58
|
+
travis: { humanTitle: 'Travel Operations Manager', keywords: ['"Travel Operations Manager"', '"Corporate Travel Manager"', '"Travel Program Manager"'] },
|
|
58
59
|
};
|
|
59
60
|
function getHumanManagerProfile(roleKey) {
|
|
60
61
|
return exports.HUMAN_MANAGER_PROFILES[roleKey] ?? GENERALIST_PROFILE;
|