export const IDP_ALERT_FIELD_MAP: Record<string, string[]> = {
  COA: [
    'firstname',
    'lastname',
    'nameFull',
    'friendlyMoveDate',
    'newAddress',
    'originalAddress',
  ],

  PIM: [
    'type',
    'dateFound',
    'passwordFound',
    'description',
    'recommendations',
    'source',
    'address',
    'city',
    'state',
    'zipCode',
    'emailAddress',
  ],

  SSN: [
    'firstname',
    'lastname',
    'useCase',
    'publicAcctName',
    'channel',
    'result',
    'failureReason',
  ],
};
