File tree Expand file tree Collapse file tree
apps/organizations_enrichment_worker/src/sources/lfx-internal-api
data-access-layer/src/organizations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
2121 IOrganizationEnrichmentDataInternalAPIResponse ,
2222} from './types'
2323
24- export default class EnrichmentServiceInternalAPI
24+ export default class EnrichmentServiceLFXInternalAPI
2525 extends LoggerBase
2626 implements IOrganizationEnrichmentService
2727{
Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ export function findAttribute(name: string): OrgAttributeDef {
229229export const ORG_DB_ATTRIBUTE_SOURCE_PRIORITY = [
230230 OrganizationAttributeSource . CUSTOM ,
231231 OrganizationAttributeSource . ENRICHMENT_LFX_INTERNAL_API ,
232+ OrganizationAttributeSource . ENRICHMENT_PEOPLEDATALABS ,
233+ // legacy - keeping this for backward compatibility
232234 OrganizationAttributeSource . ENRICHMENT ,
233235 OrganizationAttributeSource . GITHUB ,
234236 OrganizationAttributeSource . EMAIL ,
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ export enum OrganizationIdentityType {
3737export enum OrganizationAttributeSource {
3838 CUSTOM = 'custom' ,
3939 ENRICHMENT_LFX_INTERNAL_API = 'enrichment-lfx-internal-api' ,
40- // keeping this for backward compatibility
40+ ENRICHMENT_PEOPLEDATALABS = 'enrichment-peopledatalabs' ,
41+ // legacy - keeping this for backward compatibility
4142 ENRICHMENT = 'enrichment' ,
4243 GITHUB = 'github' ,
4344 EMAIL = 'email' ,
You can’t perform that action at this time.
0 commit comments