export const sampleIdpData = {
  id: 48724626,
  class: 'PIM',
  status: 'Alert',
  canDismiss: 0,
  canRedAlert: 0,
  createDate: '2025-05-07T06:33:55Z',
  updatedDate: '2025-05-07T06:33:55Z',
  emailSubject: 'Personal Identity Monitoring Alert',
  properties: {
    type: 'Breach',
    dateFound: '04/28/2022',
    passwordFound: '',
    description:
      'In April 2022, a possible compromised data from a Voting site exposing 14630367 records were found.',
    recommendations:
      'Be alert for suspicious activity. Hackers may use the data collected to begin social or synthetic engineering against your identity.',
    source: 'darkweb',
    sourceName: 'Florida Voters 14M',
    breachRecordExposureScore: 'Very Low',
    breachType: 'stolenidbreach',
    triggeringFields: [
      ['name', 'surname', 'city'],
      ['name', 'surname', 'city', 'dob'],
    ],
  },
};

// const tranformedData = {
//   dashboard: {
//     totalAlerts: 1,
//     alertsThisMonth: 1,
//     alertsThisYear: 1,
//     elementsScanned: 3,
//     lastScanDate: '2025-05-07T06:33:55Z',
//   },
//   alerts: [
//     {
//       id: 48724626,
//       type: 'Breach',
//       status: 'Alert',
//       dateReceived: '2025-05-07T06:33:55Z',
//       dateFound: '04/28/2022',
//       source: 'darkweb',
//       sourceName: 'Florida Voters 14M',
//       emailSubject: 'Personal Identity Monitoring Alert',
//       details: {
//         passwordFound: 'No',
//         description:
//           'In April 2022, a possible compromised data from a Voting site exposing 14630367 records were found.',
//         recommendations:
//           'Be alert for suspicious activity. Hackers may use the data collected to begin social or synthetic engineering against your identity.',
//         riskScore: 'Very Low',
//         breachType: 'stolenidbreach',
//         triggeringFields: [
//           ['name', 'surname', 'city'],
//           ['name', 'surname', 'city', 'dob'],
//         ],
//         recordsExposed: 14630367,
//       },
//       actions: {
//         canDismiss: false,
//         canRedAlert: false,
//       },
//     },
//   ],
//   services: {
//     darkWebMonitoring: {
//       status: 'Active',
//       lastActivity: '2025-05-07T06:33:55Z',
//       description: 'Monitoring dark web for compromised personal information',
//     },
//     identityTheftInsurance: {
//       status: 'Active',
//       coverage: '$1,000,000',
//       description: 'Comprehensive identity theft protection and reimbursement',
//     },
//     identityRestoration: {
//       status: 'Active',
//       description: 'Professional assistance for identity restoration process',
//     },
//     monitoring: {
//       personalInfo: true,
//       addressInfo: true,
//       dateOfBirth: true,
//       socialSecurity: false,
//       creditCards: false,
//       emails: false,
//       phones: false,
//     },
//   },
//   monitoring: {
//     activeElements: [
//       {
//         type: 'Name',
//         status: 'monitored',
//         source: 'triggeringFields',
//         lastCheck: '2025-05-07T06:33:55Z',
//       },
//       {
//         type: 'Surname',
//         status: 'monitored',
//         source: 'triggeringFields',
//         lastCheck: '2025-05-07T06:33:55Z',
//       },
//       {
//         type: 'City',
//         status: 'monitored',
//         source: 'triggeringFields',
//         lastCheck: '2025-05-07T06:33:55Z',
//       },
//       {
//         type: 'Date of Birth',
//         status: 'monitored',
//         source: 'triggeringFields',
//         lastCheck: '2025-05-07T06:33:55Z',
//       },
//     ],
//     notMonitored: [
//       {
//         type: 'Social Security Number',
//         reason: 'Not in current monitoring scope',
//       },
//       {
//         type: 'Email Addresses',
//         reason: 'User needs to add email addresses',
//       },
//       {
//         type: 'Phone Numbers',
//         reason: 'User needs to add phone numbers',
//       },
//       {
//         type: 'Credit Cards',
//         reason: 'User needs to add credit card information',
//       },
//     ],
//     recentActivity: {
//       lastAlert: '2025-05-07T06:33:55Z',
//       alertType: 'Breach',
//       source: 'Florida Voters 14M',
//       riskLevel: 'Very Low',
//       affectedFields: ['name', 'surname', 'city', 'dob'],
//     },
//   },
// };
