// Customer Relationship Insights (customer-relationship-insights) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.customer_interactions), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.customer_interactions.createMany({
        data: [
            { id: 1, lead_id: null, account_id: null, opportunity_id: null, campaign_id: null, interaction_date: new Date("2022-09-03T17:10:41Z"), channel: "phone", notes: "Flagged as unusual. The customer cancelled the record.", status: "completed", sales_order_amount: "1563.93" },
            { id: 2, lead_id: 1, account_id: 1, opportunity_id: 1, campaign_id: 1, interaction_date: new Date("2022-05-29T21:29:01Z"), channel: "phone", notes: "The team reported a late issue; the ticket was resolved.", status: "follow_up", sales_order_amount: "4235.97" },
            { id: 3, lead_id: null, account_id: 1, opportunity_id: 2, campaign_id: 1, interaction_date: new Date("2023-10-21T12:31:52Z"), channel: "in_person", notes: "The customer confirmed the details and the appointment was reopened.", status: "pending", sales_order_amount: "335.08" },
            { id: 4, lead_id: 3, account_id: 3, opportunity_id: 1, campaign_id: 3, interaction_date: new Date("2022-10-16T20:56:39Z"), channel: "phone", notes: "The team reported an automatic issue; the session was updated.", status: "completed", sales_order_amount: "7307.85" },
            { id: 5, lead_id: 1, account_id: 1, opportunity_id: 3, campaign_id: 1, interaction_date: new Date("2022-06-20T22:35:31Z"), channel: "phone", notes: "The courier asked for a change and the delivery was cancelled.", status: "completed", sales_order_amount: "6050.53" },
            { id: 6, lead_id: null, account_id: 5, opportunity_id: 1, campaign_id: 5, interaction_date: new Date("2022-05-11T19:24:05Z"), channel: "email", notes: "The invoice was approved after a repeat check.", status: "follow_up", sales_order_amount: "4007.20" },
            { id: 7, lead_id: 2, account_id: 4, opportunity_id: null, campaign_id: 1, interaction_date: new Date("2022-09-09T21:20:55Z"), channel: "phone", notes: "The request was approved after a late check.", status: "pending", sales_order_amount: "0.76" },
            { id: 8, lead_id: 6, account_id: 2, opportunity_id: 7, campaign_id: null, interaction_date: new Date("2023-10-18T02:50:18Z"), channel: "email", notes: "The ticket was rescheduled after a partial check.", status: "completed", sales_order_amount: "219.35" },
            { id: 9, lead_id: 2, account_id: 2, opportunity_id: 5, campaign_id: 4, interaction_date: new Date("2023-11-24T16:50:29Z"), channel: "phone", notes: "The appointment was confirmed following a duplicate review.", status: "pending", sales_order_amount: "1322.12" },
            { id: 10, lead_id: 3, account_id: null, opportunity_id: 9, campaign_id: null, interaction_date: new Date("2023-11-04T19:01:30Z"), channel: "email", notes: "A partial follow-up: the account was delayed.", status: "completed", sales_order_amount: "2575.76" },
            { id: 11, lead_id: 4, account_id: null, opportunity_id: 8, campaign_id: 9, interaction_date: new Date("2022-01-13T20:30:29Z"), channel: "social_media", notes: "A duplicate request was reopened the same day.", status: "completed", sales_order_amount: "414.50" },
            { id: 12, lead_id: 3, account_id: 5, opportunity_id: 10, campaign_id: null, interaction_date: new Date("2022-06-06T10:46:38Z"), channel: "phone", notes: "A minor session was refunded the same day.", status: "completed", sales_order_amount: null },
            { id: 13, lead_id: 6, account_id: 3, opportunity_id: 4, campaign_id: 8, interaction_date: new Date("2023-07-13T19:42:32Z"), channel: "email", notes: "An incomplete session was replaced the same day.", status: "completed", sales_order_amount: "7919.24" },
            { id: 14, lead_id: 5, account_id: null, opportunity_id: 9, campaign_id: null, interaction_date: new Date("2022-09-13T09:58:22Z"), channel: "webinar", notes: "The customer asked for a change and the shipment was completed.", status: "pending", sales_order_amount: "1016.59" },
            { id: 15, lead_id: 2, account_id: 10, opportunity_id: 14, campaign_id: 5, interaction_date: new Date("2023-06-06T05:24:36Z"), channel: "social_media", notes: "The appointment was delayed following a late review.", status: "follow_up", sales_order_amount: "8555.33" },
            { id: 16, lead_id: 5, account_id: 10, opportunity_id: 14, campaign_id: 2, interaction_date: new Date("2022-10-01T15:53:21Z"), channel: "social_media", notes: "The invoice was escalated after a duplicate check.", status: "follow_up", sales_order_amount: "7722.27" },
            { id: 17, lead_id: null, account_id: 3, opportunity_id: 3, campaign_id: 11, interaction_date: new Date("2023-02-24T14:24:05Z"), channel: "phone", notes: "No response from the supplier, so the session was processed.", status: "completed", sales_order_amount: "2763.26" },
            { id: 18, lead_id: 3, account_id: 3, opportunity_id: 13, campaign_id: 2, interaction_date: new Date("2022-02-16T13:00:37Z"), channel: "phone", notes: "An operator asked for a change and the order was refunded.", status: "pending", sales_order_amount: "245.93" },
            { id: 19, lead_id: 2, account_id: null, opportunity_id: 13, campaign_id: 8, interaction_date: new Date("2023-02-27T17:59:36Z"), channel: "social_media", notes: "The account was processed following a manual review.", status: "completed", sales_order_amount: "7468.10" },
            { id: 20, lead_id: 7, account_id: 17, opportunity_id: 14, campaign_id: 19, interaction_date: new Date("2022-05-28T12:28:58Z"), channel: "social_media", notes: "The reviewer reported an incomplete issue; the invoice was closed.", status: "completed", sales_order_amount: "5550.00" },
            { id: 21, lead_id: 3, account_id: 17, opportunity_id: 2, campaign_id: 20, interaction_date: new Date("2022-12-09T20:49:05Z"), channel: "in_person", notes: "The delivery was reviewed following a partial review.", status: "completed", sales_order_amount: "1068.68" },
            { id: 22, lead_id: 9, account_id: 4, opportunity_id: 8, campaign_id: 12, interaction_date: new Date("2022-07-02T18:04:29Z"), channel: "email", notes: "Flagged as automatic. The reviewer reviewed the delivery.", status: "pending", sales_order_amount: "7380.43" },
            { id: 23, lead_id: 20, account_id: 7, opportunity_id: 13, campaign_id: 11, interaction_date: new Date("2023-04-25T21:56:07Z"), channel: "in_person", notes: "Flagged as partial. The team rescheduled the transfer.", status: "lost", sales_order_amount: "1564.38" },
            { id: 24, lead_id: 17, account_id: 4, opportunity_id: 21, campaign_id: 13, interaction_date: new Date("2022-11-15T15:53:55Z"), channel: "social_media", notes: "An operator reported a routine issue; the shipment was resolved.", status: "completed", sales_order_amount: "2232.00" },
            { id: 25, lead_id: null, account_id: 20, opportunity_id: 8, campaign_id: null, interaction_date: new Date("2023-10-09T07:18:45Z"), channel: "phone", notes: "Support reported a manual issue; the refund was closed.", status: "completed", sales_order_amount: "166.68" },
            { id: 26, lead_id: 13, account_id: 25, opportunity_id: 18, campaign_id: null, interaction_date: new Date("2022-12-02T19:34:38Z"), channel: "phone", notes: "The shipment was reopened — duplicate case, no further action.", status: "follow_up", sales_order_amount: "9179.28" },
            { id: 27, lead_id: 26, account_id: 21, opportunity_id: null, campaign_id: 23, interaction_date: new Date("2023-11-22T15:34:33Z"), channel: "phone", notes: "The booking was completed following a partial review.", status: "follow_up", sales_order_amount: "7849.23" },
            { id: 28, lead_id: 1, account_id: 26, opportunity_id: 20, campaign_id: 11, interaction_date: new Date("2023-08-26T19:53:47Z"), channel: "email", notes: "A standard follow-up: the claim was updated.", status: "completed", sales_order_amount: "4098.99" },
            { id: 29, lead_id: 12, account_id: 18, opportunity_id: 18, campaign_id: 23, interaction_date: new Date("2022-07-31T00:39:32Z"), channel: "in_person", notes: "The customer asked for a change and the report was reopened.", status: "completed", sales_order_amount: "991.66" },
            { id: 30, lead_id: 5, account_id: 6, opportunity_id: 15, campaign_id: 16, interaction_date: new Date("2023-12-19T02:54:23Z"), channel: "email", notes: "A routine request was rejected the same day.", status: "completed", sales_order_amount: "1302.14" },
            { id: 31, lead_id: null, account_id: 15, opportunity_id: 14, campaign_id: 10, interaction_date: new Date("2023-07-03T01:50:46Z"), channel: "in_person", notes: "The payment was rescheduled following an unusual review.", status: "pending", sales_order_amount: "650.23" },
            { id: 32, lead_id: null, account_id: 25, opportunity_id: 3, campaign_id: 24, interaction_date: new Date("2023-01-29T12:20:27Z"), channel: "phone", notes: "The payment was delayed following a standard review.", status: "completed", sales_order_amount: "7225.40" },
            { id: 33, lead_id: null, account_id: 5, opportunity_id: null, campaign_id: 8, interaction_date: new Date("2022-12-05T09:11:40Z"), channel: "phone", notes: "The customer confirmed the details and the delivery was rescheduled.", status: "pending", sales_order_amount: "1289.38" },
            { id: 34, lead_id: 13, account_id: 20, opportunity_id: 2, campaign_id: 6, interaction_date: new Date("2022-08-20T01:43:54Z"), channel: "email", notes: "The team asked for a change and the request was confirmed.", status: "pending", sales_order_amount: "91.50" },
            { id: 35, lead_id: 2, account_id: 20, opportunity_id: 29, campaign_id: 10, interaction_date: new Date("2023-11-15T18:12:50Z"), channel: "email", notes: "No response from the team, so the appointment was completed.", status: "completed", sales_order_amount: "682.95" },
            { id: 36, lead_id: null, account_id: 26, opportunity_id: 18, campaign_id: 17, interaction_date: new Date("2023-02-21T22:13:34Z"), channel: "in_person", notes: "A duplicate follow-up: the item was refunded.", status: "follow_up", sales_order_amount: "4854.10" },
            { id: 37, lead_id: 4, account_id: 29, opportunity_id: 7, campaign_id: 1, interaction_date: new Date("2023-03-03T14:34:45Z"), channel: "phone", notes: "An automatic follow-up: the shipment was rescheduled.", status: "follow_up", sales_order_amount: "0.02" },
            { id: 38, lead_id: null, account_id: 25, opportunity_id: 24, campaign_id: 11, interaction_date: new Date("2023-01-16T08:16:38Z"), channel: "email", notes: "Flagged as manual. The courier processed the invoice.", status: "completed", sales_order_amount: "374.64" },
            { id: 39, lead_id: 9, account_id: null, opportunity_id: 24, campaign_id: 34, interaction_date: new Date("2023-06-21T20:01:29Z"), channel: "webinar", notes: "An unusual follow-up: the payment was updated.", status: "completed", sales_order_amount: "40.97" },
            { id: 40, lead_id: 24, account_id: 21, opportunity_id: 39, campaign_id: 35, interaction_date: new Date("2022-06-16T13:49:07Z"), channel: "phone", notes: "The ticket was refunded following a partial review.", status: "pending", sales_order_amount: "929.82" },
            { id: 41, lead_id: 31, account_id: 36, opportunity_id: 39, campaign_id: 22, interaction_date: new Date("2022-04-28T18:05:16Z"), channel: "email", notes: "The payment was refunded following an urgent review.", status: "completed", sales_order_amount: "1487.15" },
            { id: 42, lead_id: null, account_id: 3, opportunity_id: 40, campaign_id: 41, interaction_date: new Date("2022-08-28T14:30:00Z"), channel: "email", notes: "Flagged as incomplete. The supplier cancelled the order.", status: "follow_up", sales_order_amount: "2087.55" },
            { id: 43, lead_id: 38, account_id: 23, opportunity_id: 30, campaign_id: 3, interaction_date: new Date("2022-05-13T19:11:26Z"), channel: "in_person", notes: "An incomplete follow-up: the payment was reviewed.", status: "pending", sales_order_amount: "455.78" },
            { id: 44, lead_id: 4, account_id: 7, opportunity_id: 4, campaign_id: 3, interaction_date: new Date("2023-06-22T15:28:13Z"), channel: "social_media", notes: "The supplier asked for a change and the account was rejected.", status: "completed", sales_order_amount: "7813.59" },
            { id: 45, lead_id: 33, account_id: 22, opportunity_id: 4, campaign_id: 22, interaction_date: new Date("2023-04-28T22:48:40Z"), channel: "email", notes: "A manual report was replaced the same day.", status: "lost", sales_order_amount: "1336.44" },
            { id: 46, lead_id: 27, account_id: null, opportunity_id: 17, campaign_id: 5, interaction_date: new Date("2023-07-04T06:31:10Z"), channel: "social_media", notes: "The account owner asked for a change and the transfer was replaced.", status: "follow_up", sales_order_amount: "0.59" },
            { id: 47, lead_id: 33, account_id: 12, opportunity_id: 37, campaign_id: 46, interaction_date: new Date("2022-12-09T07:42:37Z"), channel: "email", notes: "The account owner asked for a change and the appointment was confirmed.", status: "pending", sales_order_amount: null },
            { id: 48, lead_id: null, account_id: 11, opportunity_id: 1, campaign_id: 17, interaction_date: new Date("2023-09-01T10:16:18Z"), channel: "phone", notes: "The reviewer asked for a change and the order was replaced.", status: "completed", sales_order_amount: "6530.96" },
            { id: 49, lead_id: 42, account_id: 19, opportunity_id: 24, campaign_id: null, interaction_date: new Date("2023-06-24T11:27:34Z"), channel: "phone", notes: "A routine follow-up: the item was cancelled.", status: "completed", sales_order_amount: "1716.24" },
            { id: 50, lead_id: 21, account_id: null, opportunity_id: 16, campaign_id: 19, interaction_date: new Date("2023-04-01T10:55:06Z"), channel: "email", notes: "The account owner reported a manual issue; the invoice was escalated.", status: "completed", sales_order_amount: "8887.36" },
            { id: 51, lead_id: 21, account_id: 32, opportunity_id: 44, campaign_id: 33, interaction_date: new Date("2023-07-15T22:02:04Z"), channel: "social_media", notes: "Flagged as urgent. The account owner refunded the claim.", status: "pending", sales_order_amount: "9050.54" },
            { id: 52, lead_id: 34, account_id: 6, opportunity_id: 42, campaign_id: 11, interaction_date: new Date("2023-12-18T22:45:16Z"), channel: "in_person", notes: "The account owner reported a routine issue; the refund was cancelled.", status: "follow_up", sales_order_amount: null },
            { id: 53, lead_id: 28, account_id: 16, opportunity_id: 31, campaign_id: 51, interaction_date: new Date("2022-09-15T10:10:37Z"), channel: "phone", notes: "The request was completed following an automatic review.", status: "pending", sales_order_amount: null },
            { id: 54, lead_id: 45, account_id: 48, opportunity_id: 21, campaign_id: 50, interaction_date: new Date("2022-01-05T15:27:59Z"), channel: "email", notes: "The supplier confirmed the details and the session was closed.", status: "lost", sales_order_amount: "3814.63" },
            { id: 55, lead_id: 21, account_id: 35, opportunity_id: 38, campaign_id: 49, interaction_date: new Date("2023-07-16T17:14:48Z"), channel: "phone", notes: "The record was escalated after a manual check.", status: "completed", sales_order_amount: "4.43" },
            { id: 56, lead_id: 11, account_id: 8, opportunity_id: 17, campaign_id: 2, interaction_date: new Date("2023-04-07T11:04:44Z"), channel: "social_media", notes: "The customer reported a repeat issue; the ticket was processed.", status: "follow_up", sales_order_amount: "4267.69" },
            { id: 57, lead_id: 43, account_id: 11, opportunity_id: 15, campaign_id: 25, interaction_date: new Date("2022-05-26T13:40:49Z"), channel: "email", notes: "The courier asked for a change and the transfer was delayed.", status: "completed", sales_order_amount: null },
            { id: 58, lead_id: 56, account_id: 57, opportunity_id: 47, campaign_id: 51, interaction_date: new Date("2022-08-12T20:52:30Z"), channel: "phone", notes: "The reviewer reported a late issue; the invoice was closed.", status: "completed", sales_order_amount: "0.03" },
            { id: 59, lead_id: 36, account_id: 24, opportunity_id: 56, campaign_id: 43, interaction_date: new Date("2022-12-17T14:34:35Z"), channel: "email", notes: "The team reported a repeat issue; the report was approved.", status: "pending", sales_order_amount: null },
            { id: 60, lead_id: 55, account_id: 51, opportunity_id: 12, campaign_id: 30, interaction_date: new Date("2022-03-18T15:32:26Z"), channel: "in_person", notes: "The courier asked for a change and the account was approved.", status: "completed", sales_order_amount: "5571.24" },
            { id: 61, lead_id: 24, account_id: 27, opportunity_id: 11, campaign_id: 54, interaction_date: new Date("2022-04-02T11:38:13Z"), channel: "phone", notes: "The report was rejected — duplicate case, no further action.", status: "completed", sales_order_amount: "6390.86" },
            { id: 62, lead_id: 52, account_id: 16, opportunity_id: 30, campaign_id: 36, interaction_date: new Date("2022-09-28T00:51:16Z"), channel: "phone", notes: "The supplier reported an incomplete issue; the refund was reopened.", status: "pending", sales_order_amount: "9587.43" },
            { id: 63, lead_id: 49, account_id: 46, opportunity_id: 44, campaign_id: 21, interaction_date: new Date("2023-03-27T21:45:48Z"), channel: "in_person", notes: "Flagged as duplicate. Support refunded the item.", status: "completed", sales_order_amount: "8363.64" },
            { id: 64, lead_id: 36, account_id: 60, opportunity_id: null, campaign_id: 8, interaction_date: new Date("2023-06-04T18:57:47Z"), channel: "social_media", notes: "An urgent follow-up: the report was rejected.", status: "completed", sales_order_amount: "344.76" },
            { id: 65, lead_id: 57, account_id: 42, opportunity_id: 46, campaign_id: 15, interaction_date: new Date("2022-10-06T16:51:46Z"), channel: "phone", notes: "No response from support, so the order was reviewed.", status: "pending", sales_order_amount: "239.11" },
            { id: 66, lead_id: 26, account_id: 56, opportunity_id: 27, campaign_id: 49, interaction_date: new Date("2022-03-06T11:42:10Z"), channel: "webinar", notes: "Flagged as incomplete. The customer completed the shipment.", status: "follow_up", sales_order_amount: "1308.87" },
            { id: 67, lead_id: 24, account_id: 27, opportunity_id: 64, campaign_id: 38, interaction_date: new Date("2022-01-23T17:58:09Z"), channel: "phone", notes: "The supplier asked for a change and the document was reopened.", status: "completed", sales_order_amount: "8911.87" },
            { id: 68, lead_id: null, account_id: 45, opportunity_id: 1, campaign_id: 2, interaction_date: new Date("2023-03-03T15:05:30Z"), channel: "phone", notes: "The booking was refunded after a standard check.", status: "completed", sales_order_amount: "472.00" },
            { id: 69, lead_id: 36, account_id: 44, opportunity_id: 26, campaign_id: 32, interaction_date: new Date("2022-08-31T21:04:06Z"), channel: "phone", notes: "The transfer was escalated after an urgent check.", status: "follow_up", sales_order_amount: "6509.20" },
            { id: 70, lead_id: 57, account_id: 23, opportunity_id: 68, campaign_id: 12, interaction_date: new Date("2022-11-26T14:05:04Z"), channel: "social_media", notes: "An unusual document was confirmed the same day.", status: "pending", sales_order_amount: "8649.09" },
            { id: 71, lead_id: 16, account_id: 21, opportunity_id: 58, campaign_id: 37, interaction_date: new Date("2023-02-19T20:19:55Z"), channel: "in_person", notes: "The customer confirmed the details and the item was reopened.", status: "completed", sales_order_amount: "1120.28" },
            { id: 72, lead_id: 6, account_id: null, opportunity_id: 18, campaign_id: 16, interaction_date: new Date("2022-11-23T06:45:17Z"), channel: "webinar", notes: "The record was rescheduled following a partial review.", status: "pending", sales_order_amount: "5222.87" },
            { id: 73, lead_id: 25, account_id: 45, opportunity_id: 29, campaign_id: null, interaction_date: new Date("2022-02-04T10:07:34Z"), channel: "email", notes: "An operator confirmed the details and the refund was closed.", status: "follow_up", sales_order_amount: "5693.32" },
            { id: 74, lead_id: 3, account_id: 5, opportunity_id: 64, campaign_id: 30, interaction_date: new Date("2023-11-29T17:45:38Z"), channel: "email", notes: "A repeat document was approved the same day.", status: "completed", sales_order_amount: "932.57" },
            { id: 75, lead_id: null, account_id: 8, opportunity_id: 52, campaign_id: 55, interaction_date: new Date("2023-04-10T20:36:17Z"), channel: "phone", notes: "The ticket was refunded after a minor check.", status: "pending", sales_order_amount: "8087.92" },
            { id: 76, lead_id: 57, account_id: 44, opportunity_id: 43, campaign_id: 67, interaction_date: new Date("2022-07-13T14:26:29Z"), channel: "email", notes: "An operator asked for a change and the invoice was resolved.", status: "completed", sales_order_amount: "2775.58" },
            { id: 77, lead_id: 32, account_id: 62, opportunity_id: 70, campaign_id: 74, interaction_date: new Date("2023-07-13T21:46:05Z"), channel: "email", notes: "A minor follow-up: the account was approved.", status: "completed", sales_order_amount: "77.93" },
            { id: 78, lead_id: 67, account_id: 13, opportunity_id: 14, campaign_id: null, interaction_date: new Date("2022-10-13T09:10:21Z"), channel: "email", notes: "An unusual claim was processed the same day.", status: "pending", sales_order_amount: "4914.99" },
            { id: 79, lead_id: null, account_id: 39, opportunity_id: 24, campaign_id: 20, interaction_date: new Date("2022-10-05T10:09:53Z"), channel: "in_person", notes: "No response from the courier, so the payment was confirmed.", status: "follow_up", sales_order_amount: "140.28" },
            { id: 80, lead_id: 64, account_id: 21, opportunity_id: 71, campaign_id: 55, interaction_date: new Date("2023-10-21T22:18:10Z"), channel: "phone", notes: "No response from support, so the session was rejected.", status: "completed", sales_order_amount: "219.39" },
            { id: 81, lead_id: 45, account_id: 37, opportunity_id: 74, campaign_id: 6, interaction_date: new Date("2022-06-14T11:16:55Z"), channel: "webinar", notes: "The delivery was rescheduled following a duplicate review.", status: "follow_up", sales_order_amount: "7135.60" },
            { id: 82, lead_id: 75, account_id: 38, opportunity_id: 12, campaign_id: 40, interaction_date: new Date("2023-04-06T19:14:04Z"), channel: "social_media", notes: "The supplier reported a late issue; the request was closed.", status: "pending", sales_order_amount: "2159.37" },
            { id: 83, lead_id: 65, account_id: 9, opportunity_id: 62, campaign_id: 67, interaction_date: new Date("2022-03-07T13:03:18Z"), channel: "email", notes: "Flagged as late. The customer delayed the claim.", status: "completed", sales_order_amount: null },
            { id: 84, lead_id: 1, account_id: 75, opportunity_id: 54, campaign_id: null, interaction_date: new Date("2023-09-02T09:12:19Z"), channel: "social_media", notes: "The request was resolved after a standard check.", status: "pending", sales_order_amount: "420.49" },
            { id: 85, lead_id: 7, account_id: 21, opportunity_id: 10, campaign_id: 84, interaction_date: new Date("2023-10-13T20:01:21Z"), channel: "in_person", notes: "No response from the account owner, so the report was updated.", status: "pending", sales_order_amount: "5515.49" },
            { id: 86, lead_id: 68, account_id: 81, opportunity_id: 31, campaign_id: 68, interaction_date: new Date("2022-05-03T15:55:47Z"), channel: "phone", notes: "Flagged as incomplete. The team resolved the transfer.", status: "completed", sales_order_amount: "8284.47" },
            { id: 87, lead_id: 59, account_id: null, opportunity_id: 4, campaign_id: null, interaction_date: new Date("2022-12-21T12:55:46Z"), channel: "social_media", notes: "The supplier asked for a change and the session was rejected.", status: "pending", sales_order_amount: "1737.65" },
            { id: 88, lead_id: 73, account_id: 42, opportunity_id: 79, campaign_id: 87, interaction_date: new Date("2022-04-08T12:16:36Z"), channel: "email", notes: "A late follow-up: the order was escalated.", status: "pending", sales_order_amount: "0.11" },
            { id: 89, lead_id: 72, account_id: 32, opportunity_id: 47, campaign_id: 21, interaction_date: new Date("2023-08-23T09:03:53Z"), channel: "email", notes: "The shipment was closed after a repeat check.", status: "completed", sales_order_amount: "2048.99" },
            { id: 90, lead_id: 65, account_id: 61, opportunity_id: 30, campaign_id: 46, interaction_date: new Date("2023-11-04T17:36:55Z"), channel: "social_media", notes: "A repeat appointment was delayed the same day.", status: "pending", sales_order_amount: "2250.91" },
            { id: 91, lead_id: 23, account_id: 72, opportunity_id: 66, campaign_id: 70, interaction_date: new Date("2022-08-21T12:33:52Z"), channel: "webinar", notes: "Flagged as partial. Support reopened the account.", status: "pending", sales_order_amount: "2106.38" },
            { id: 92, lead_id: 7, account_id: 80, opportunity_id: null, campaign_id: 39, interaction_date: new Date("2022-11-12T23:06:36Z"), channel: "phone", notes: "Flagged as partial. Support completed the document.", status: "completed", sales_order_amount: "358.72" },
            { id: 93, lead_id: 71, account_id: null, opportunity_id: 43, campaign_id: 73, interaction_date: new Date("2023-03-11T18:17:09Z"), channel: "social_media", notes: "Flagged as manual. The team completed the delivery.", status: "completed", sales_order_amount: "1502.01" },
            { id: 94, lead_id: 22, account_id: 49, opportunity_id: 77, campaign_id: 37, interaction_date: new Date("2022-10-19T12:57:02Z"), channel: "phone", notes: "The ticket was confirmed following an urgent review.", status: "pending", sales_order_amount: "159.71" },
            { id: 95, lead_id: null, account_id: 90, opportunity_id: 45, campaign_id: 60, interaction_date: new Date("2022-01-22T13:01:51Z"), channel: "phone", notes: "The supplier confirmed the details and the booking was refunded.", status: "completed", sales_order_amount: "8598.96" },
            { id: 96, lead_id: 11, account_id: 44, opportunity_id: 5, campaign_id: 77, interaction_date: new Date("2023-02-01T15:35:51Z"), channel: "email", notes: "The refund was replaced following an urgent review.", status: "pending", sales_order_amount: "7593.78" },
            { id: 97, lead_id: 7, account_id: 7, opportunity_id: 39, campaign_id: 38, interaction_date: new Date("2023-10-03T16:11:31Z"), channel: "phone", notes: "The appointment was resolved after a routine check.", status: "completed", sales_order_amount: "1761.21" },
            { id: 98, lead_id: 89, account_id: 96, opportunity_id: 6, campaign_id: 90, interaction_date: new Date("2022-06-04T08:42:16Z"), channel: "email", notes: "No response from the reviewer, so the payment was delayed.", status: "pending", sales_order_amount: "4441.30" },
            { id: 99, lead_id: 30, account_id: 91, opportunity_id: 79, campaign_id: 70, interaction_date: new Date("2023-06-03T20:48:04Z"), channel: "phone", notes: "A repeat delivery was replaced the same day.", status: "pending", sales_order_amount: "4547.00" },
            { id: 100, lead_id: 49, account_id: 53, opportunity_id: 82, campaign_id: 29, interaction_date: new Date("2022-11-02T12:55:13Z"), channel: "email", notes: "The customer asked for a change and the record was reopened.", status: "pending", sales_order_amount: "66.31" },
            { id: 101, lead_id: 69, account_id: null, opportunity_id: 82, campaign_id: 22, interaction_date: new Date("2022-01-09T19:03:18Z"), channel: "email", notes: "Flagged as automatic. An operator delayed the item.", status: "completed", sales_order_amount: "6043.23" },
            { id: 102, lead_id: 36, account_id: null, opportunity_id: 17, campaign_id: 90, interaction_date: new Date("2022-02-23T16:49:50Z"), channel: "phone", notes: "The courier reported an unusual issue; the transfer was completed.", status: "completed", sales_order_amount: "6637.26" },
            { id: 103, lead_id: 24, account_id: 23, opportunity_id: 9, campaign_id: 92, interaction_date: new Date("2023-04-02T12:23:21Z"), channel: "phone", notes: "The team asked for a change and the session was delayed.", status: "completed", sales_order_amount: "5468.64" },
            { id: 104, lead_id: 64, account_id: 58, opportunity_id: 49, campaign_id: 50, interaction_date: new Date("2022-03-23T13:30:07Z"), channel: "webinar", notes: "No response from the team, so the report was closed.", status: "follow_up", sales_order_amount: null },
            { id: 105, lead_id: 75, account_id: 90, opportunity_id: null, campaign_id: 36, interaction_date: new Date("2023-06-30T13:48:56Z"), channel: "in_person", notes: "The team confirmed the details and the transfer was approved.", status: "completed", sales_order_amount: "3.62" },
            { id: 106, lead_id: 77, account_id: 32, opportunity_id: 12, campaign_id: 41, interaction_date: new Date("2023-11-16T21:54:47Z"), channel: "email", notes: "Flagged as duplicate. The supplier rescheduled the item.", status: "completed", sales_order_amount: "2940.24" },
            { id: 107, lead_id: 74, account_id: 63, opportunity_id: 18, campaign_id: null, interaction_date: new Date("2022-06-03T14:34:14Z"), channel: "email", notes: "The supplier reported an unusual issue; the transfer was reviewed.", status: "lost", sales_order_amount: "2018.73" },
            { id: 108, lead_id: 71, account_id: 19, opportunity_id: null, campaign_id: 78, interaction_date: new Date("2023-09-05T13:08:04Z"), channel: "email", notes: "The supplier confirmed the details and the booking was completed.", status: "completed", sales_order_amount: "600.78" },
            { id: 109, lead_id: 78, account_id: 17, opportunity_id: 89, campaign_id: 94, interaction_date: new Date("2022-01-28T19:27:16Z"), channel: "phone", notes: "The booking was confirmed after an unusual check.", status: "follow_up", sales_order_amount: "7987.35" },
            { id: 110, lead_id: 27, account_id: 23, opportunity_id: 7, campaign_id: 66, interaction_date: new Date("2023-01-17T19:49:09Z"), channel: "webinar", notes: "The team confirmed the details and the session was closed.", status: "completed", sales_order_amount: "355.07" },
            { id: 111, lead_id: 26, account_id: 42, opportunity_id: 70, campaign_id: 91, interaction_date: new Date("2022-07-22T09:13:03Z"), channel: "webinar", notes: "A repeat follow-up: the appointment was reviewed.", status: "pending", sales_order_amount: "2684.75" },
            { id: 112, lead_id: 5, account_id: 43, opportunity_id: 17, campaign_id: 64, interaction_date: new Date("2023-07-23T18:55:54Z"), channel: "phone", notes: "The record was completed — minor case, no further action.", status: "pending", sales_order_amount: "4697.37" },
            { id: 113, lead_id: 96, account_id: null, opportunity_id: 41, campaign_id: 29, interaction_date: new Date("2023-11-06T08:14:27Z"), channel: "phone", notes: "The record was updated — unusual case, no further action.", status: "completed", sales_order_amount: "7.18" },
            { id: 114, lead_id: 66, account_id: 102, opportunity_id: null, campaign_id: 71, interaction_date: new Date("2022-01-04T13:53:19Z"), channel: "social_media", notes: "The appointment was updated after a manual check.", status: "completed", sales_order_amount: "8515.38" },
            { id: 115, lead_id: 4, account_id: 31, opportunity_id: 46, campaign_id: 105, interaction_date: new Date("2022-01-18T18:17:15Z"), channel: "social_media", notes: "Support reported a late issue; the document was completed.", status: "pending", sales_order_amount: "913.39" },
            { id: 116, lead_id: null, account_id: 82, opportunity_id: 88, campaign_id: 90, interaction_date: new Date("2023-12-15T13:58:51Z"), channel: "webinar", notes: "Support reported an incomplete issue; the request was approved.", status: "pending", sales_order_amount: "919.43" },
            { id: 117, lead_id: 70, account_id: null, opportunity_id: null, campaign_id: 100, interaction_date: new Date("2022-10-13T22:11:25Z"), channel: "phone", notes: "The booking was refunded — standard case, no further action.", status: "completed", sales_order_amount: "249.03" },
            { id: 118, lead_id: 69, account_id: 63, opportunity_id: 40, campaign_id: null, interaction_date: new Date("2022-11-08T13:14:56Z"), channel: "phone", notes: "The refund was reopened — duplicate case, no further action.", status: "pending", sales_order_amount: "7775.98" },
            { id: 119, lead_id: 107, account_id: 33, opportunity_id: 112, campaign_id: 26, interaction_date: new Date("2023-08-16T16:01:55Z"), channel: "email", notes: "The session was delayed following an urgent review.", status: "pending", sales_order_amount: "9076.88" },
            { id: 120, lead_id: 34, account_id: 44, opportunity_id: 96, campaign_id: 9, interaction_date: new Date("2023-07-04T11:01:21Z"), channel: "in_person", notes: "The transfer was rescheduled — partial case, no further action.", status: "completed", sales_order_amount: "987.00" },
            { id: 121, lead_id: 22, account_id: 91, opportunity_id: null, campaign_id: 86, interaction_date: new Date("2023-10-13T16:26:59Z"), channel: "email", notes: "The reviewer reported a minor issue; the booking was escalated.", status: "follow_up", sales_order_amount: "8031.59" },
            { id: 122, lead_id: 63, account_id: 38, opportunity_id: 35, campaign_id: 60, interaction_date: new Date("2022-02-02T12:53:34Z"), channel: "phone", notes: "The shipment was reviewed following an unusual review.", status: "completed", sales_order_amount: "2420.60" },
            { id: 123, lead_id: 26, account_id: 85, opportunity_id: null, campaign_id: 77, interaction_date: new Date("2023-09-06T22:26:04Z"), channel: "in_person", notes: "An incomplete follow-up: the booking was updated.", status: "follow_up", sales_order_amount: "2336.24" },
            { id: 124, lead_id: 46, account_id: 110, opportunity_id: 92, campaign_id: 32, interaction_date: new Date("2023-06-17T18:50:24Z"), channel: "email", notes: "The report was completed following an unusual review.", status: "follow_up", sales_order_amount: "2755.90" },
            { id: 125, lead_id: 12, account_id: 2, opportunity_id: 38, campaign_id: 63, interaction_date: new Date("2022-06-16T18:48:17Z"), channel: "phone", notes: "Support confirmed the details and the item was delayed.", status: "completed", sales_order_amount: "33.99" },
            { id: 126, lead_id: 61, account_id: 38, opportunity_id: 59, campaign_id: 114, interaction_date: new Date("2022-05-05T13:05:15Z"), channel: "phone", notes: "An urgent record was reopened the same day.", status: "follow_up", sales_order_amount: "3481.20" },
            { id: 127, lead_id: null, account_id: 5, opportunity_id: 1, campaign_id: 80, interaction_date: new Date("2022-09-05T22:51:39Z"), channel: "phone", notes: "The appointment was confirmed after a routine check.", status: "completed", sales_order_amount: "6303.85" },
            { id: 128, lead_id: null, account_id: 117, opportunity_id: 17, campaign_id: 26, interaction_date: new Date("2023-01-25T07:18:03Z"), channel: "email", notes: "The session was rescheduled following an automatic review.", status: "pending", sales_order_amount: "12.33" },
            { id: 129, lead_id: 32, account_id: 52, opportunity_id: 45, campaign_id: 90, interaction_date: new Date("2023-11-19T12:21:32Z"), channel: "phone", notes: "The supplier confirmed the details and the shipment was rescheduled.", status: "completed", sales_order_amount: "1003.84" },
            { id: 130, lead_id: 62, account_id: 12, opportunity_id: 115, campaign_id: 11, interaction_date: new Date("2023-08-28T04:46:37Z"), channel: "email", notes: "A repeat account was refunded the same day.", status: "completed", sales_order_amount: "3270.10" },
            { id: 131, lead_id: 3, account_id: 14, opportunity_id: 86, campaign_id: 123, interaction_date: new Date("2022-12-27T19:01:33Z"), channel: "email", notes: "The item was refunded following a repeat review.", status: "completed", sales_order_amount: null },
            { id: 132, lead_id: 28, account_id: 3, opportunity_id: 86, campaign_id: 11, interaction_date: new Date("2022-12-18T17:47:29Z"), channel: "social_media", notes: "Flagged as standard. The supplier refunded the document.", status: "completed", sales_order_amount: null },
            { id: 133, lead_id: 76, account_id: 13, opportunity_id: 110, campaign_id: null, interaction_date: new Date("2023-04-04T11:34:56Z"), channel: "email", notes: "The claim was cancelled — routine case, no further action.", status: "pending", sales_order_amount: "4336.67" },
            { id: 134, lead_id: 3, account_id: null, opportunity_id: 129, campaign_id: 22, interaction_date: new Date("2022-02-24T20:53:17Z"), channel: "social_media", notes: "No response from the team, so the payment was rescheduled.", status: "completed", sales_order_amount: "4696.34" },
            { id: 135, lead_id: 90, account_id: 45, opportunity_id: 47, campaign_id: 74, interaction_date: new Date("2023-06-21T17:54:56Z"), channel: "social_media", notes: "No response from the account owner, so the appointment was confirmed.", status: "completed", sales_order_amount: "7400.99" },
            { id: 136, lead_id: 92, account_id: 16, opportunity_id: 12, campaign_id: null, interaction_date: new Date("2022-02-01T17:54:58Z"), channel: "email", notes: "The courier reported a routine issue; the transfer was processed.", status: "completed", sales_order_amount: "3749.63" },
            { id: 137, lead_id: 53, account_id: 4, opportunity_id: null, campaign_id: 87, interaction_date: new Date("2022-12-10T18:29:35Z"), channel: "social_media", notes: "The record was rescheduled after an automatic check.", status: "completed", sales_order_amount: "113.91" },
            { id: 138, lead_id: 63, account_id: 33, opportunity_id: 88, campaign_id: 60, interaction_date: new Date("2022-08-16T16:50:36Z"), channel: "email", notes: "A minor transfer was replaced the same day.", status: "completed", sales_order_amount: "6645.38" },
            { id: 139, lead_id: 107, account_id: 117, opportunity_id: 70, campaign_id: 99, interaction_date: new Date("2023-02-15T20:41:15Z"), channel: "webinar", notes: "An unusual order was refunded the same day.", status: "completed", sales_order_amount: "5547.61" },
            { id: 140, lead_id: 88, account_id: 112, opportunity_id: 44, campaign_id: 20, interaction_date: new Date("2023-06-15T08:28:04Z"), channel: "social_media", notes: "No response from the team, so the record was confirmed.", status: "completed", sales_order_amount: "345.05" },
            { id: 141, lead_id: 93, account_id: null, opportunity_id: 60, campaign_id: 119, interaction_date: new Date("2023-03-30T14:47:11Z"), channel: "email", notes: "The delivery was rescheduled after an unusual check.", status: "follow_up", sales_order_amount: "532.13" },
            { id: 142, lead_id: 24, account_id: 89, opportunity_id: 7, campaign_id: 80, interaction_date: new Date("2022-08-23T20:36:42Z"), channel: "social_media", notes: "The claim was approved following a minor review.", status: "lost", sales_order_amount: "3836.43" },
            { id: 143, lead_id: 51, account_id: 119, opportunity_id: 97, campaign_id: 89, interaction_date: new Date("2023-06-14T20:23:37Z"), channel: "phone", notes: "The appointment was processed following an incomplete review.", status: "pending", sales_order_amount: "8160.11" },
            { id: 144, lead_id: 35, account_id: 119, opportunity_id: 129, campaign_id: null, interaction_date: new Date("2022-12-07T19:26:02Z"), channel: "email", notes: "Support asked for a change and the payment was processed.", status: "completed", sales_order_amount: "3663.03" },
            { id: 145, lead_id: null, account_id: 10, opportunity_id: 62, campaign_id: 72, interaction_date: new Date("2023-01-30T19:15:58Z"), channel: "phone", notes: "The ticket was resolved after an urgent check.", status: "lost", sales_order_amount: "3668.17" },
            { id: 146, lead_id: 123, account_id: 4, opportunity_id: 4, campaign_id: 2, interaction_date: new Date("2022-09-16T18:33:05Z"), channel: "social_media", notes: "The transfer was closed following an incomplete review.", status: "completed", sales_order_amount: "598.32" },
            { id: 147, lead_id: 25, account_id: 125, opportunity_id: 128, campaign_id: 25, interaction_date: new Date("2022-01-06T16:30:51Z"), channel: "phone", notes: "Flagged as standard. The reviewer refunded the report.", status: "completed", sales_order_amount: "4035.89" },
            { id: 148, lead_id: 77, account_id: 88, opportunity_id: 10, campaign_id: 54, interaction_date: new Date("2022-08-28T07:28:51Z"), channel: "phone", notes: "The shipment was escalated — minor case, no further action.", status: "pending", sales_order_amount: "1999.21" },
            { id: 149, lead_id: null, account_id: 59, opportunity_id: 86, campaign_id: 104, interaction_date: new Date("2023-04-22T08:38:55Z"), channel: "in_person", notes: "A minor follow-up: the session was reopened.", status: "pending", sales_order_amount: "8762.72" },
            { id: 150, lead_id: 5, account_id: 92, opportunity_id: 77, campaign_id: 141, interaction_date: new Date("2022-03-29T13:28:26Z"), channel: "phone", notes: "The customer confirmed the details and the delivery was replaced.", status: "completed", sales_order_amount: null },
            { id: 151, lead_id: null, account_id: 44, opportunity_id: null, campaign_id: 79, interaction_date: new Date("2022-06-18T06:28:16Z"), channel: "social_media", notes: "No response from the account owner, so the delivery was approved.", status: "pending", sales_order_amount: null },
            { id: 152, lead_id: 17, account_id: 11, opportunity_id: 51, campaign_id: 33, interaction_date: new Date("2022-11-27T19:54:18Z"), channel: "phone", notes: "A minor account was processed the same day.", status: "completed", sales_order_amount: "2728.08" },
            { id: 153, lead_id: 26, account_id: 151, opportunity_id: 89, campaign_id: 46, interaction_date: new Date("2022-10-14T09:29:00Z"), channel: "in_person", notes: "The shipment was confirmed after an incomplete check.", status: "pending", sales_order_amount: "945.88" },
            { id: 154, lead_id: null, account_id: 82, opportunity_id: null, campaign_id: 92, interaction_date: new Date("2023-03-07T00:54:14Z"), channel: "email", notes: "No response from support, so the ticket was completed.", status: "pending", sales_order_amount: "330.65" },
            { id: 155, lead_id: 111, account_id: 85, opportunity_id: 114, campaign_id: 24, interaction_date: new Date("2023-09-29T21:10:07Z"), channel: "in_person", notes: "The team reported an unusual issue; the refund was refunded.", status: "completed", sales_order_amount: "412.82" },
            { id: 156, lead_id: 81, account_id: 116, opportunity_id: 45, campaign_id: 120, interaction_date: new Date("2022-02-03T18:11:31Z"), channel: "email", notes: "Support asked for a change and the transfer was rescheduled.", status: "lost", sales_order_amount: "734.50" },
            { id: 157, lead_id: null, account_id: 115, opportunity_id: 76, campaign_id: 3, interaction_date: new Date("2022-09-06T23:16:31Z"), channel: "email", notes: "The courier asked for a change and the report was confirmed.", status: "completed", sales_order_amount: "532.06" },
            { id: 158, lead_id: 97, account_id: null, opportunity_id: 84, campaign_id: 148, interaction_date: new Date("2022-09-17T14:19:56Z"), channel: "phone", notes: "The request was confirmed — partial case, no further action.", status: "completed", sales_order_amount: null },
            { id: 159, lead_id: 30, account_id: 115, opportunity_id: 140, campaign_id: 98, interaction_date: new Date("2022-04-10T13:00:30Z"), channel: "webinar", notes: "The account was rescheduled following a late review.", status: "follow_up", sales_order_amount: "1741.99" },
            { id: 160, lead_id: null, account_id: 110, opportunity_id: 120, campaign_id: 139, interaction_date: new Date("2022-12-27T17:23:23Z"), channel: "email", notes: "The shipment was cancelled following an automatic review.", status: "pending", sales_order_amount: "7003.54" },
            { id: 161, lead_id: 61, account_id: null, opportunity_id: 47, campaign_id: 129, interaction_date: new Date("2023-06-04T09:25:05Z"), channel: "social_media", notes: "No response from the team, so the refund was escalated.", status: "completed", sales_order_amount: "980.01" },
            { id: 162, lead_id: 125, account_id: 106, opportunity_id: 160, campaign_id: 131, interaction_date: new Date("2023-06-30T19:47:21Z"), channel: "phone", notes: "The team reported a repeat issue; the request was delayed.", status: "lost", sales_order_amount: "9004.87" },
            { id: 163, lead_id: null, account_id: 76, opportunity_id: 67, campaign_id: 161, interaction_date: new Date("2022-10-02T13:42:08Z"), channel: "email", notes: "An incomplete order was reopened the same day.", status: "completed", sales_order_amount: "418.26" },
            { id: 164, lead_id: 17, account_id: 138, opportunity_id: 78, campaign_id: 139, interaction_date: new Date("2022-10-01T19:58:07Z"), channel: "phone", notes: "An operator reported a minor issue; the booking was completed.", status: "follow_up", sales_order_amount: "62.40" },
            { id: 165, lead_id: 119, account_id: 22, opportunity_id: 100, campaign_id: 74, interaction_date: new Date("2022-01-24T11:26:55Z"), channel: "in_person", notes: "Support reported a duplicate issue; the report was reviewed.", status: "completed", sales_order_amount: "4877.07" },
            { id: 166, lead_id: 74, account_id: 116, opportunity_id: 127, campaign_id: 20, interaction_date: new Date("2023-02-08T06:56:54Z"), channel: "email", notes: "The account owner confirmed the details and the item was confirmed.", status: "follow_up", sales_order_amount: "2316.86" },
            { id: 167, lead_id: 81, account_id: null, opportunity_id: 75, campaign_id: 113, interaction_date: new Date("2023-11-17T23:30:11Z"), channel: "email", notes: "The customer confirmed the details and the record was rejected.", status: "completed", sales_order_amount: "5711.76" },
            { id: 168, lead_id: 18, account_id: 68, opportunity_id: 41, campaign_id: 37, interaction_date: new Date("2023-06-01T18:10:24Z"), channel: "email", notes: "The session was delayed — incomplete case, no further action.", status: "completed", sales_order_amount: "389.17" },
            { id: 169, lead_id: 161, account_id: 89, opportunity_id: 7, campaign_id: null, interaction_date: new Date("2023-06-17T15:59:10Z"), channel: "in_person", notes: "A minor claim was approved the same day.", status: "completed", sales_order_amount: null },
            { id: 170, lead_id: 36, account_id: null, opportunity_id: null, campaign_id: 165, interaction_date: new Date("2022-10-14T11:26:30Z"), channel: "email", notes: "The refund was updated following a standard review.", status: "follow_up", sales_order_amount: "820.64" },
            { id: 171, lead_id: 141, account_id: 168, opportunity_id: 128, campaign_id: 153, interaction_date: new Date("2023-03-05T16:41:32Z"), channel: "webinar", notes: "The appointment was refunded — minor case, no further action.", status: "completed", sales_order_amount: "454.61" },
            { id: 172, lead_id: 82, account_id: 34, opportunity_id: 62, campaign_id: 150, interaction_date: new Date("2022-04-02T10:09:24Z"), channel: "email", notes: "The item was closed — repeat case, no further action.", status: "pending", sales_order_amount: "30.90" },
            { id: 173, lead_id: 93, account_id: 106, opportunity_id: 135, campaign_id: 45, interaction_date: new Date("2023-09-15T12:19:38Z"), channel: "phone", notes: "The report was refunded following a partial review.", status: "lost", sales_order_amount: "824.48" },
            { id: 174, lead_id: 28, account_id: 15, opportunity_id: null, campaign_id: 162, interaction_date: new Date("2022-08-14T01:11:06Z"), channel: "email", notes: "Flagged as minor. The supplier rescheduled the record.", status: "pending", sales_order_amount: null },
            { id: 175, lead_id: 143, account_id: null, opportunity_id: 156, campaign_id: 149, interaction_date: new Date("2022-10-21T08:00:47Z"), channel: "social_media", notes: "A repeat ticket was processed the same day.", status: "pending", sales_order_amount: "2318.47" },
            { id: 176, lead_id: null, account_id: 9, opportunity_id: 43, campaign_id: 124, interaction_date: new Date("2022-08-13T08:32:42Z"), channel: "social_media", notes: "The claim was updated — partial case, no further action.", status: "completed", sales_order_amount: "6669.08" },
            { id: 177, lead_id: null, account_id: 6, opportunity_id: 28, campaign_id: null, interaction_date: new Date("2022-12-09T14:03:48Z"), channel: "phone", notes: "An automatic follow-up: the refund was closed.", status: "pending", sales_order_amount: "35.73" },
            { id: 178, lead_id: 11, account_id: 56, opportunity_id: 113, campaign_id: 111, interaction_date: new Date("2022-08-23T20:27:09Z"), channel: "phone", notes: "The supplier confirmed the details and the document was completed.", status: "pending", sales_order_amount: "478.98" },
            { id: 179, lead_id: null, account_id: 31, opportunity_id: 134, campaign_id: 94, interaction_date: new Date("2023-05-19T07:48:58Z"), channel: "email", notes: "The courier reported an unusual issue; the payment was cancelled.", status: "completed", sales_order_amount: "28.28" },
            { id: 180, lead_id: 104, account_id: null, opportunity_id: null, campaign_id: 36, interaction_date: new Date("2022-06-15T12:14:46Z"), channel: "social_media", notes: "The courier reported an unusual issue; the item was refunded.", status: "completed", sales_order_amount: "4708.51" },
            { id: 181, lead_id: 65, account_id: 46, opportunity_id: 53, campaign_id: 43, interaction_date: new Date("2022-10-26T11:52:37Z"), channel: "phone", notes: "No response from support, so the document was replaced.", status: "completed", sales_order_amount: "623.92" },
            { id: 182, lead_id: 94, account_id: 18, opportunity_id: 174, campaign_id: 100, interaction_date: new Date("2023-09-08T08:42:17Z"), channel: "in_person", notes: "The shipment was confirmed following an unusual review.", status: "completed", sales_order_amount: "2087.42" },
            { id: 183, lead_id: 53, account_id: 128, opportunity_id: 146, campaign_id: 78, interaction_date: new Date("2023-09-21T23:56:42Z"), channel: "in_person", notes: "The report was confirmed following a repeat review.", status: "follow_up", sales_order_amount: "6182.16" },
            { id: 184, lead_id: 84, account_id: 96, opportunity_id: 172, campaign_id: 149, interaction_date: new Date("2023-11-30T18:33:57Z"), channel: "phone", notes: "The delivery was rescheduled following an unusual review.", status: "completed", sales_order_amount: null },
            { id: 185, lead_id: 94, account_id: 96, opportunity_id: 47, campaign_id: 95, interaction_date: new Date("2022-08-18T09:36:54Z"), channel: "phone", notes: "The team reported a repeat issue; the refund was updated.", status: "lost", sales_order_amount: "9714.66" },
            { id: 186, lead_id: 139, account_id: 76, opportunity_id: 106, campaign_id: 26, interaction_date: new Date("2023-09-05T13:28:50Z"), channel: "phone", notes: "A repeat follow-up: the session was reopened.", status: "lost", sales_order_amount: "492.83" },
            { id: 187, lead_id: null, account_id: 8, opportunity_id: 130, campaign_id: 51, interaction_date: new Date("2023-07-22T16:05:18Z"), channel: "email", notes: "The courier confirmed the details and the document was approved.", status: "follow_up", sales_order_amount: "5040.98" },
            { id: 188, lead_id: 26, account_id: 103, opportunity_id: 172, campaign_id: 86, interaction_date: new Date("2023-02-15T17:53:02Z"), channel: "in_person", notes: "The reviewer asked for a change and the order was processed.", status: "pending", sales_order_amount: "6341.70" },
            { id: 189, lead_id: 107, account_id: 88, opportunity_id: null, campaign_id: 96, interaction_date: new Date("2023-01-10T00:11:53Z"), channel: "email", notes: "A standard item was cancelled the same day.", status: "pending", sales_order_amount: "9500.19" },
            { id: 190, lead_id: 182, account_id: 15, opportunity_id: 103, campaign_id: 132, interaction_date: new Date("2022-01-23T06:58:44Z"), channel: "email", notes: "The customer reported a manual issue; the record was refunded.", status: "follow_up", sales_order_amount: "3816.71" },
            { id: 191, lead_id: 39, account_id: 69, opportunity_id: 170, campaign_id: null, interaction_date: new Date("2022-07-18T15:30:27Z"), channel: "email", notes: "Flagged as duplicate. Support replaced the session.", status: "follow_up", sales_order_amount: "2179.99" },
            { id: 192, lead_id: 178, account_id: 48, opportunity_id: 111, campaign_id: 137, interaction_date: new Date("2023-12-26T21:52:01Z"), channel: "in_person", notes: "The record was cancelled after a routine check.", status: "pending", sales_order_amount: "3065.90" },
            { id: 193, lead_id: null, account_id: 12, opportunity_id: 46, campaign_id: 37, interaction_date: new Date("2023-08-25T18:23:38Z"), channel: "phone", notes: "The courier asked for a change and the report was replaced.", status: "follow_up", sales_order_amount: "1964.82" },
            { id: 194, lead_id: 158, account_id: 50, opportunity_id: 76, campaign_id: 152, interaction_date: new Date("2023-06-29T19:22:03Z"), channel: "email", notes: "Flagged as unusual. Support processed the session.", status: "follow_up", sales_order_amount: "5834.70" },
            { id: 195, lead_id: 58, account_id: 3, opportunity_id: 98, campaign_id: 56, interaction_date: new Date("2023-01-22T03:48:18Z"), channel: "email", notes: "The customer reported an urgent issue; the request was completed.", status: "follow_up", sales_order_amount: "2551.51" },
            { id: 196, lead_id: 46, account_id: 33, opportunity_id: 42, campaign_id: 175, interaction_date: new Date("2023-02-02T08:19:11Z"), channel: "email", notes: "An operator reported a late issue; the document was refunded.", status: "completed", sales_order_amount: "666.66" },
            { id: 197, lead_id: 108, account_id: 190, opportunity_id: 64, campaign_id: 125, interaction_date: new Date("2022-10-20T19:47:11Z"), channel: "email", notes: "Flagged as manual. The supplier refunded the session.", status: "completed", sales_order_amount: "2369.58" },
            { id: 198, lead_id: 150, account_id: 4, opportunity_id: 37, campaign_id: null, interaction_date: new Date("2023-09-27T13:58:09Z"), channel: "webinar", notes: "An operator confirmed the details and the refund was approved.", status: "completed", sales_order_amount: "1203.68" },
            { id: 199, lead_id: 105, account_id: 46, opportunity_id: null, campaign_id: 8, interaction_date: new Date("2023-12-28T11:58:28Z"), channel: "phone", notes: "The record was escalated after a late check.", status: "pending", sales_order_amount: "4040.43" },
            { id: 200, lead_id: 136, account_id: 48, opportunity_id: null, campaign_id: 58, interaction_date: new Date("2023-09-03T17:53:14Z"), channel: "email", notes: "The courier asked for a change and the order was rescheduled.", status: "completed", sales_order_amount: "2226.97" },
            { id: 201, lead_id: 91, account_id: 54, opportunity_id: 7, campaign_id: null, interaction_date: new Date("2023-12-08T19:25:42Z"), channel: "in_person", notes: "A late shipment was escalated the same day.", status: "lost", sales_order_amount: null },
            { id: 202, lead_id: 54, account_id: 118, opportunity_id: 83, campaign_id: 76, interaction_date: new Date("2022-09-18T17:33:04Z"), channel: "email", notes: "A late claim was cancelled the same day.", status: "completed", sales_order_amount: "767.34" },
            { id: 203, lead_id: 29, account_id: 41, opportunity_id: 167, campaign_id: 20, interaction_date: new Date("2023-02-05T10:39:11Z"), channel: "webinar", notes: "An automatic follow-up: the document was cancelled.", status: "pending", sales_order_amount: "860.92" },
            { id: 204, lead_id: null, account_id: 123, opportunity_id: 161, campaign_id: 76, interaction_date: new Date("2023-05-10T00:16:07Z"), channel: "email", notes: "The appointment was rescheduled after a routine check.", status: "completed", sales_order_amount: "1139.25" },
            { id: 205, lead_id: null, account_id: 28, opportunity_id: 168, campaign_id: 107, interaction_date: new Date("2023-07-22T20:30:01Z"), channel: "webinar", notes: "No response from the courier, so the delivery was cancelled.", status: "completed", sales_order_amount: "1635.44" },
            { id: 206, lead_id: 47, account_id: 179, opportunity_id: 137, campaign_id: 36, interaction_date: new Date("2022-07-27T21:06:40Z"), channel: "phone", notes: "The ticket was reviewed following a routine review.", status: "completed", sales_order_amount: "4590.24" },
            { id: 207, lead_id: null, account_id: null, opportunity_id: null, campaign_id: 112, interaction_date: new Date("2023-07-07T14:31:26Z"), channel: "phone", notes: "An operator asked for a change and the order was escalated.", status: "pending", sales_order_amount: "2664.21" },
            { id: 208, lead_id: 179, account_id: 70, opportunity_id: 18, campaign_id: 36, interaction_date: new Date("2023-02-13T14:07:54Z"), channel: "email", notes: "Support confirmed the details and the item was resolved.", status: "pending", sales_order_amount: "29.30" },
            { id: 209, lead_id: 173, account_id: 127, opportunity_id: 3, campaign_id: 12, interaction_date: new Date("2023-02-07T06:26:12Z"), channel: "email", notes: "Flagged as standard. Support reopened the item.", status: "completed", sales_order_amount: null },
            { id: 210, lead_id: 26, account_id: 75, opportunity_id: 57, campaign_id: 138, interaction_date: new Date("2023-02-22T19:05:51Z"), channel: "email", notes: "Flagged as automatic. The supplier confirmed the item.", status: "pending", sales_order_amount: "8598.95" },
            { id: 211, lead_id: 63, account_id: 111, opportunity_id: 136, campaign_id: 99, interaction_date: new Date("2023-01-31T13:45:30Z"), channel: "email", notes: "The item was processed — urgent case, no further action.", status: "pending", sales_order_amount: "3628.31" },
            { id: 212, lead_id: 117, account_id: 205, opportunity_id: 35, campaign_id: 176, interaction_date: new Date("2022-02-09T13:38:48Z"), channel: "webinar", notes: "No response from the account owner, so the appointment was rejected.", status: "completed", sales_order_amount: "4950.49" },
            { id: 213, lead_id: 23, account_id: 36, opportunity_id: 178, campaign_id: 105, interaction_date: new Date("2022-03-26T14:02:45Z"), channel: "email", notes: "No response from the team, so the session was rescheduled.", status: "completed", sales_order_amount: null },
            { id: 214, lead_id: 190, account_id: 163, opportunity_id: 90, campaign_id: 55, interaction_date: new Date("2022-04-10T13:15:31Z"), channel: "email", notes: "The request was processed following a partial review.", status: "follow_up", sales_order_amount: "6552.68" },
            { id: 215, lead_id: 52, account_id: 12, opportunity_id: 14, campaign_id: 90, interaction_date: new Date("2023-06-23T10:18:46Z"), channel: "in_person", notes: "The courier asked for a change and the document was reopened.", status: "completed", sales_order_amount: "7491.38" },
            { id: 216, lead_id: 119, account_id: 120, opportunity_id: 65, campaign_id: null, interaction_date: new Date("2022-07-11T16:19:28Z"), channel: "email", notes: "Flagged as late. Support refunded the report.", status: "pending", sales_order_amount: "684.36" },
            { id: 217, lead_id: 212, account_id: 3, opportunity_id: 38, campaign_id: 210, interaction_date: new Date("2023-05-16T20:43:33Z"), channel: "webinar", notes: "No response from the reviewer, so the shipment was rescheduled.", status: "completed", sales_order_amount: "5815.74" },
            { id: 218, lead_id: 176, account_id: 206, opportunity_id: 208, campaign_id: 178, interaction_date: new Date("2023-01-13T13:35:25Z"), channel: "email", notes: "No response from the team, so the transfer was approved.", status: "pending", sales_order_amount: "4379.28" },
            { id: 219, lead_id: 120, account_id: 94, opportunity_id: null, campaign_id: 61, interaction_date: new Date("2023-04-19T12:40:43Z"), channel: "social_media", notes: "The account owner asked for a change and the appointment was refunded.", status: "pending", sales_order_amount: "8066.23" },
            { id: 220, lead_id: 216, account_id: 46, opportunity_id: 149, campaign_id: 61, interaction_date: new Date("2023-01-07T23:27:54Z"), channel: "in_person", notes: "The customer reported an incomplete issue; the shipment was cancelled.", status: "pending", sales_order_amount: "3483.04" },
            { id: 221, lead_id: 31, account_id: 58, opportunity_id: 111, campaign_id: 186, interaction_date: new Date("2023-12-11T18:03:04Z"), channel: "email", notes: "The supplier asked for a change and the item was updated.", status: "follow_up", sales_order_amount: "8426.92" },
            { id: 222, lead_id: 200, account_id: 43, opportunity_id: null, campaign_id: 113, interaction_date: new Date("2022-06-20T18:41:37Z"), channel: "phone", notes: "The item was confirmed — unusual case, no further action.", status: "lost", sales_order_amount: "218.42" },
            { id: 223, lead_id: 120, account_id: 58, opportunity_id: 209, campaign_id: 166, interaction_date: new Date("2023-11-27T10:01:23Z"), channel: "social_media", notes: "An unusual order was rescheduled the same day.", status: "lost", sales_order_amount: null },
            { id: 224, lead_id: 140, account_id: 137, opportunity_id: 4, campaign_id: 51, interaction_date: new Date("2022-01-03T17:20:35Z"), channel: "email", notes: "Support confirmed the details and the document was confirmed.", status: "completed", sales_order_amount: "1146.00" },
            { id: 225, lead_id: 217, account_id: null, opportunity_id: null, campaign_id: 192, interaction_date: new Date("2023-08-12T17:41:09Z"), channel: "social_media", notes: "The customer asked for a change and the refund was delayed.", status: "follow_up", sales_order_amount: "533.03" },
            { id: 226, lead_id: 5, account_id: 92, opportunity_id: 45, campaign_id: 130, interaction_date: new Date("2022-06-08T10:57:41Z"), channel: "email", notes: "Flagged as automatic. The customer escalated the request.", status: "completed", sales_order_amount: "167.92" },
            { id: 227, lead_id: 160, account_id: 184, opportunity_id: 47, campaign_id: 224, interaction_date: new Date("2023-12-12T16:01:22Z"), channel: "email", notes: "The item was resolved after a manual check.", status: "pending", sales_order_amount: null },
            { id: 228, lead_id: 153, account_id: 40, opportunity_id: 87, campaign_id: 163, interaction_date: new Date("2022-12-05T21:34:18Z"), channel: "email", notes: "The item was refunded after a manual check.", status: "pending", sales_order_amount: "2332.18" },
            { id: 229, lead_id: 54, account_id: null, opportunity_id: 187, campaign_id: 65, interaction_date: new Date("2023-11-04T12:57:37Z"), channel: "webinar", notes: "Flagged as urgent. The customer rescheduled the document.", status: "completed", sales_order_amount: "5271.40" },
            { id: 230, lead_id: 190, account_id: null, opportunity_id: 217, campaign_id: 199, interaction_date: new Date("2022-07-14T14:30:52Z"), channel: "social_media", notes: "The session was cancelled after a late check.", status: "pending", sales_order_amount: "4.15" },
            { id: 231, lead_id: 195, account_id: 17, opportunity_id: 58, campaign_id: 212, interaction_date: new Date("2023-06-07T17:47:49Z"), channel: "webinar", notes: "An incomplete follow-up: the item was escalated.", status: "follow_up", sales_order_amount: null },
            { id: 232, lead_id: 126, account_id: 173, opportunity_id: 147, campaign_id: 121, interaction_date: new Date("2023-01-12T17:09:27Z"), channel: "phone", notes: "Flagged as unusual. The team confirmed the record.", status: "lost", sales_order_amount: "3379.50" },
            { id: 233, lead_id: 142, account_id: 68, opportunity_id: 37, campaign_id: 47, interaction_date: new Date("2023-07-22T23:21:05Z"), channel: "in_person", notes: "Flagged as unusual. The customer updated the order.", status: "completed", sales_order_amount: "3658.50" },
            { id: 234, lead_id: null, account_id: 80, opportunity_id: 22, campaign_id: 42, interaction_date: new Date("2022-11-29T07:54:21Z"), channel: "social_media", notes: "The courier reported a minor issue; the ticket was confirmed.", status: "completed", sales_order_amount: null },
            { id: 235, lead_id: 211, account_id: null, opportunity_id: 1, campaign_id: null, interaction_date: new Date("2023-07-03T12:31:28Z"), channel: "social_media", notes: "The shipment was completed after a late check.", status: "pending", sales_order_amount: "9923.19" },
            { id: 236, lead_id: 153, account_id: 53, opportunity_id: 82, campaign_id: 46, interaction_date: new Date("2023-04-18T17:48:21Z"), channel: "email", notes: "An incomplete follow-up: the account was confirmed.", status: "pending", sales_order_amount: "5439.55" },
            { id: 237, lead_id: 181, account_id: 27, opportunity_id: 71, campaign_id: 65, interaction_date: new Date("2023-09-24T19:44:37Z"), channel: "phone", notes: "The account was confirmed after an unusual check.", status: "completed", sales_order_amount: "4290.29" },
            { id: 238, lead_id: 225, account_id: 43, opportunity_id: 234, campaign_id: null, interaction_date: new Date("2023-12-15T19:04:19Z"), channel: "email", notes: "No response from the account owner, so the request was updated.", status: "completed", sales_order_amount: "2017.18" },
            { id: 239, lead_id: 149, account_id: 1, opportunity_id: 93, campaign_id: 140, interaction_date: new Date("2022-01-03T17:23:37Z"), channel: "social_media", notes: "An operator confirmed the details and the ticket was delayed.", status: "follow_up", sales_order_amount: "126.66" },
            { id: 240, lead_id: 129, account_id: 101, opportunity_id: 153, campaign_id: 74, interaction_date: new Date("2022-04-15T19:39:25Z"), channel: "email", notes: "An operator reported an incomplete issue; the item was updated.", status: "completed", sales_order_amount: null },
            { id: 241, lead_id: 118, account_id: 63, opportunity_id: 71, campaign_id: 208, interaction_date: new Date("2023-01-28T08:03:49Z"), channel: "social_media", notes: "The session was rescheduled — duplicate case, no further action.", status: "completed", sales_order_amount: "6972.17" },
            { id: 242, lead_id: 121, account_id: 229, opportunity_id: 32, campaign_id: null, interaction_date: new Date("2023-09-02T14:47:58Z"), channel: "social_media", notes: "The item was resolved following a manual review.", status: "completed", sales_order_amount: "528.16" },
            { id: 243, lead_id: 207, account_id: null, opportunity_id: 21, campaign_id: 52, interaction_date: new Date("2022-08-11T14:14:12Z"), channel: "phone", notes: "The delivery was replaced — partial case, no further action.", status: "completed", sales_order_amount: "29.80" },
            { id: 244, lead_id: 149, account_id: 219, opportunity_id: 65, campaign_id: 88, interaction_date: new Date("2022-09-22T21:49:57Z"), channel: "social_media", notes: "No response from an operator, so the delivery was completed.", status: "follow_up", sales_order_amount: "7496.58" },
            { id: 245, lead_id: 60, account_id: 129, opportunity_id: 222, campaign_id: 164, interaction_date: new Date("2022-07-13T17:45:57Z"), channel: "email", notes: "The document was replaced — urgent case, no further action.", status: "completed", sales_order_amount: "2983.20" },
            { id: 246, lead_id: 17, account_id: 221, opportunity_id: null, campaign_id: 176, interaction_date: new Date("2022-04-09T09:04:05Z"), channel: "social_media", notes: "An operator reported a duplicate issue; the refund was completed.", status: "pending", sales_order_amount: "4060.84" },
            { id: 247, lead_id: 224, account_id: 215, opportunity_id: 123, campaign_id: 234, interaction_date: new Date("2022-10-04T19:18:34Z"), channel: "email", notes: "No response from support, so the claim was replaced.", status: "pending", sales_order_amount: "9364.63" },
            { id: 248, lead_id: 238, account_id: null, opportunity_id: 45, campaign_id: 216, interaction_date: new Date("2023-07-31T22:10:46Z"), channel: "social_media", notes: "The customer asked for a change and the request was rescheduled.", status: "follow_up", sales_order_amount: "526.65" },
            { id: 249, lead_id: null, account_id: 155, opportunity_id: 172, campaign_id: 178, interaction_date: new Date("2022-04-22T20:21:34Z"), channel: "phone", notes: "The supplier confirmed the details and the order was rejected.", status: "completed", sales_order_amount: "6836.73" },
            { id: 250, lead_id: 249, account_id: 229, opportunity_id: 113, campaign_id: 131, interaction_date: new Date("2022-07-30T13:21:07Z"), channel: "email", notes: "A routine transfer was approved the same day.", status: "follow_up", sales_order_amount: "8251.50" },
            { id: 251, lead_id: 47, account_id: 97, opportunity_id: null, campaign_id: 79, interaction_date: new Date("2023-12-11T15:20:20Z"), channel: "email", notes: "The booking was confirmed after an automatic check.", status: "completed", sales_order_amount: "2181.82" },
            { id: 252, lead_id: 237, account_id: null, opportunity_id: 83, campaign_id: 69, interaction_date: new Date("2023-07-01T18:51:08Z"), channel: "email", notes: "Support asked for a change and the booking was completed.", status: "completed", sales_order_amount: "2296.01" },
            { id: 253, lead_id: 91, account_id: 219, opportunity_id: null, campaign_id: 16, interaction_date: new Date("2023-01-21T11:04:35Z"), channel: "in_person", notes: "An automatic ticket was closed the same day.", status: "lost", sales_order_amount: "4914.23" },
            { id: 254, lead_id: 216, account_id: null, opportunity_id: 4, campaign_id: 161, interaction_date: new Date("2022-07-05T07:44:54Z"), channel: "email", notes: "The team confirmed the details and the ticket was rejected.", status: "completed", sales_order_amount: "4604.12" },
            { id: 255, lead_id: 37, account_id: 211, opportunity_id: 29, campaign_id: 45, interaction_date: new Date("2023-11-17T08:29:28Z"), channel: "email", notes: "The request was refunded following an incomplete review.", status: "pending", sales_order_amount: "7.08" },
            { id: 256, lead_id: 229, account_id: 96, opportunity_id: 128, campaign_id: 85, interaction_date: new Date("2023-04-25T20:25:15Z"), channel: "email", notes: "A repeat claim was processed the same day.", status: "completed", sales_order_amount: "4718.27" },
            { id: 257, lead_id: 214, account_id: 160, opportunity_id: 193, campaign_id: 198, interaction_date: new Date("2023-11-16T01:08:21Z"), channel: "phone", notes: "An unusual follow-up: the ticket was closed.", status: "completed", sales_order_amount: "2197.27" },
            { id: 258, lead_id: null, account_id: 201, opportunity_id: 82, campaign_id: 93, interaction_date: new Date("2023-12-30T13:03:52Z"), channel: "social_media", notes: "The shipment was rejected — routine case, no further action.", status: "follow_up", sales_order_amount: "1664.77" },
            { id: 259, lead_id: 221, account_id: 83, opportunity_id: 184, campaign_id: 171, interaction_date: new Date("2023-04-29T08:05:12Z"), channel: "in_person", notes: "An operator asked for a change and the payment was rescheduled.", status: "follow_up", sales_order_amount: "8094.35" },
            { id: 260, lead_id: 215, account_id: null, opportunity_id: 125, campaign_id: 49, interaction_date: new Date("2023-10-30T16:30:54Z"), channel: "phone", notes: "No response from support, so the ticket was completed.", status: "completed", sales_order_amount: "1942.32" },
            { id: 261, lead_id: 229, account_id: 9, opportunity_id: 68, campaign_id: null, interaction_date: new Date("2022-04-29T13:15:41Z"), channel: "social_media", notes: "The account was reviewed after a standard check.", status: "completed", sales_order_amount: "7433.44" },
            { id: 262, lead_id: 143, account_id: null, opportunity_id: 196, campaign_id: 125, interaction_date: new Date("2023-06-19T21:49:17Z"), channel: "phone", notes: "The document was approved — late case, no further action.", status: "pending", sales_order_amount: "9.54" },
            { id: 263, lead_id: 125, account_id: 76, opportunity_id: 50, campaign_id: 7, interaction_date: new Date("2022-01-09T11:29:21Z"), channel: "email", notes: "No response from the account owner, so the ticket was rejected.", status: "completed", sales_order_amount: "1.90" },
            { id: 264, lead_id: 168, account_id: 211, opportunity_id: 102, campaign_id: 183, interaction_date: new Date("2023-06-22T00:10:13Z"), channel: "in_person", notes: "The supplier reported a standard issue; the invoice was refunded.", status: "completed", sales_order_amount: "6616.32" },
            { id: 265, lead_id: 47, account_id: 15, opportunity_id: 138, campaign_id: 235, interaction_date: new Date("2022-06-20T17:39:14Z"), channel: "email", notes: "The transfer was approved after a duplicate check.", status: "follow_up", sales_order_amount: "4815.22" },
            { id: 266, lead_id: 83, account_id: 1, opportunity_id: 135, campaign_id: 64, interaction_date: new Date("2022-12-03T18:15:40Z"), channel: "email", notes: "No response from the account owner, so the payment was cancelled.", status: "pending", sales_order_amount: "8016.72" },
            { id: 267, lead_id: 210, account_id: 46, opportunity_id: 3, campaign_id: 258, interaction_date: new Date("2023-02-22T19:47:10Z"), channel: "webinar", notes: "The account owner reported a late issue; the document was processed.", status: "completed", sales_order_amount: "1494.33" },
            { id: 268, lead_id: 258, account_id: 200, opportunity_id: 227, campaign_id: 94, interaction_date: new Date("2022-03-03T07:43:18Z"), channel: "phone", notes: "No response from support, so the document was delayed.", status: "completed", sales_order_amount: "4978.09" },
            { id: 269, lead_id: 230, account_id: 1, opportunity_id: 75, campaign_id: 247, interaction_date: new Date("2023-11-08T19:55:08Z"), channel: "email", notes: "The courier reported a late issue; the refund was rejected.", status: "completed", sales_order_amount: "2208.30" },
            { id: 270, lead_id: 66, account_id: 121, opportunity_id: 87, campaign_id: 97, interaction_date: new Date("2023-11-28T19:13:52Z"), channel: "webinar", notes: "The customer reported a duplicate issue; the booking was updated.", status: "pending", sales_order_amount: "2898.04" },
            { id: 271, lead_id: 164, account_id: 79, opportunity_id: 174, campaign_id: 254, interaction_date: new Date("2022-08-06T17:28:52Z"), channel: "in_person", notes: "The ticket was confirmed after a routine check.", status: "completed", sales_order_amount: "3394.51" },
            { id: 272, lead_id: 91, account_id: 43, opportunity_id: 110, campaign_id: 50, interaction_date: new Date("2023-10-10T19:00:57Z"), channel: "phone", notes: "Flagged as urgent. The customer updated the shipment.", status: "completed", sales_order_amount: null },
            { id: 273, lead_id: 20, account_id: 89, opportunity_id: 45, campaign_id: 128, interaction_date: new Date("2022-09-02T10:29:40Z"), channel: "email", notes: "The courier reported an automatic issue; the shipment was resolved.", status: "completed", sales_order_amount: "4298.11" },
            { id: 274, lead_id: null, account_id: 91, opportunity_id: 97, campaign_id: 195, interaction_date: new Date("2022-03-07T13:30:58Z"), channel: "webinar", notes: "Support confirmed the details and the transfer was reopened.", status: "completed", sales_order_amount: "6627.51" },
            { id: 275, lead_id: 194, account_id: 102, opportunity_id: null, campaign_id: 220, interaction_date: new Date("2022-09-01T17:02:54Z"), channel: "phone", notes: "A minor follow-up: the session was completed.", status: "completed", sales_order_amount: null },
            { id: 276, lead_id: 142, account_id: 191, opportunity_id: 60, campaign_id: 158, interaction_date: new Date("2023-03-29T21:02:53Z"), channel: "email", notes: "A routine follow-up: the delivery was delayed.", status: "completed", sales_order_amount: null },
            { id: 277, lead_id: 41, account_id: 229, opportunity_id: 259, campaign_id: 9, interaction_date: new Date("2022-03-17T17:17:05Z"), channel: "phone", notes: "The customer confirmed the details and the item was escalated.", status: "completed", sales_order_amount: "246.26" },
            { id: 278, lead_id: 122, account_id: null, opportunity_id: 231, campaign_id: null, interaction_date: new Date("2022-01-06T17:18:39Z"), channel: "email", notes: "Flagged as late. The courier reopened the report.", status: "completed", sales_order_amount: "3181.67" },
            { id: 279, lead_id: 62, account_id: null, opportunity_id: null, campaign_id: 253, interaction_date: new Date("2023-06-19T01:56:56Z"), channel: "phone", notes: "The account was reviewed after a repeat check.", status: "completed", sales_order_amount: "8.93" },
            { id: 280, lead_id: 66, account_id: 48, opportunity_id: 109, campaign_id: 237, interaction_date: new Date("2023-06-09T19:18:58Z"), channel: "phone", notes: "No response from the team, so the invoice was confirmed.", status: "completed", sales_order_amount: "5888.83" },
            { id: 281, lead_id: 229, account_id: 148, opportunity_id: 121, campaign_id: 102, interaction_date: new Date("2023-03-16T18:10:34Z"), channel: "email", notes: "The team confirmed the details and the order was reopened.", status: "pending", sales_order_amount: "172.69" },
            { id: 282, lead_id: 211, account_id: 226, opportunity_id: 226, campaign_id: 264, interaction_date: new Date("2022-01-01T20:18:01Z"), channel: "email", notes: "A standard refund was reviewed the same day.", status: "completed", sales_order_amount: "963.82" },
            { id: 283, lead_id: 48, account_id: 21, opportunity_id: 243, campaign_id: 21, interaction_date: new Date("2023-05-05T13:34:57Z"), channel: "webinar", notes: "Flagged as unusual. Support approved the ticket.", status: "pending", sales_order_amount: "8701.66" },
            { id: 284, lead_id: 270, account_id: 107, opportunity_id: 68, campaign_id: 23, interaction_date: new Date("2022-12-04T08:50:49Z"), channel: "phone", notes: "The customer reported an automatic issue; the record was completed.", status: "pending", sales_order_amount: "1715.37" },
            { id: 285, lead_id: 116, account_id: 232, opportunity_id: 108, campaign_id: 29, interaction_date: new Date("2022-01-10T13:50:17Z"), channel: "email", notes: "A standard follow-up: the account was reopened.", status: "pending", sales_order_amount: "5452.17" },
            { id: 286, lead_id: 57, account_id: null, opportunity_id: null, campaign_id: 243, interaction_date: new Date("2022-12-21T14:48:20Z"), channel: "social_media", notes: "A standard transfer was rejected the same day.", status: "pending", sales_order_amount: "5585.31" },
            { id: 287, lead_id: null, account_id: 110, opportunity_id: 22, campaign_id: 237, interaction_date: new Date("2023-01-08T20:04:32Z"), channel: "in_person", notes: "The customer asked for a change and the report was rescheduled.", status: "pending", sales_order_amount: "96.58" },
            { id: 288, lead_id: 185, account_id: 184, opportunity_id: 25, campaign_id: 88, interaction_date: new Date("2022-08-23T13:54:16Z"), channel: "phone", notes: "Flagged as incomplete. The reviewer resolved the transfer.", status: "pending", sales_order_amount: null },
            { id: 289, lead_id: 196, account_id: 182, opportunity_id: 112, campaign_id: 81, interaction_date: new Date("2023-01-13T17:08:54Z"), channel: "in_person", notes: "Flagged as incomplete. The team rejected the report.", status: "follow_up", sales_order_amount: "5162.41" },
            { id: 290, lead_id: 27, account_id: 180, opportunity_id: 135, campaign_id: 5, interaction_date: new Date("2022-07-10T12:22:02Z"), channel: "email", notes: "The account owner asked for a change and the item was escalated.", status: "lost", sales_order_amount: null },
            { id: 291, lead_id: 14, account_id: 214, opportunity_id: 172, campaign_id: 218, interaction_date: new Date("2022-07-29T16:57:59Z"), channel: "email", notes: "The delivery was updated following an urgent review.", status: "pending", sales_order_amount: "293.63" },
            { id: 292, lead_id: null, account_id: 67, opportunity_id: 253, campaign_id: null, interaction_date: new Date("2023-11-13T11:56:27Z"), channel: "social_media", notes: "The payment was reopened following an urgent review.", status: "completed", sales_order_amount: "4742.97" },
            { id: 293, lead_id: 35, account_id: 211, opportunity_id: 24, campaign_id: null, interaction_date: new Date("2023-10-30T13:37:07Z"), channel: "phone", notes: "The courier asked for a change and the document was refunded.", status: "completed", sales_order_amount: "184.83" },
            { id: 294, lead_id: 58, account_id: 268, opportunity_id: 293, campaign_id: 250, interaction_date: new Date("2022-11-05T16:30:19Z"), channel: "email", notes: "The shipment was cancelled — repeat case, no further action.", status: "follow_up", sales_order_amount: "218.28" },
            { id: 295, lead_id: 156, account_id: 18, opportunity_id: 221, campaign_id: 146, interaction_date: new Date("2023-06-24T17:21:23Z"), channel: "phone", notes: "The reviewer confirmed the details and the claim was approved.", status: "pending", sales_order_amount: "79.98" },
            { id: 296, lead_id: 226, account_id: 213, opportunity_id: 141, campaign_id: 158, interaction_date: new Date("2023-08-12T17:44:39Z"), channel: "phone", notes: "No response from the customer, so the payment was refunded.", status: "pending", sales_order_amount: "8084.61" },
            { id: 297, lead_id: 283, account_id: 44, opportunity_id: 87, campaign_id: 256, interaction_date: new Date("2023-11-10T20:39:17Z"), channel: "phone", notes: "A repeat item was escalated the same day.", status: "pending", sales_order_amount: "434.57" },
            { id: 298, lead_id: 123, account_id: null, opportunity_id: 76, campaign_id: 228, interaction_date: new Date("2023-04-10T19:14:32Z"), channel: "social_media", notes: "The reviewer asked for a change and the delivery was closed.", status: "completed", sales_order_amount: "1683.96" },
            { id: 299, lead_id: null, account_id: 170, opportunity_id: 209, campaign_id: 2, interaction_date: new Date("2023-09-16T20:37:29Z"), channel: "in_person", notes: "An unusual booking was completed the same day.", status: "completed", sales_order_amount: "2746.05" },
            { id: 300, lead_id: 55, account_id: 227, opportunity_id: 126, campaign_id: 23, interaction_date: new Date("2023-03-08T17:01:08Z"), channel: "in_person", notes: "The refund was confirmed — incomplete case, no further action.", status: "pending", sales_order_amount: "301.94" },
            { id: 301, lead_id: 84, account_id: 126, opportunity_id: 265, campaign_id: 210, interaction_date: new Date("2022-02-15T20:09:24Z"), channel: "social_media", notes: "The invoice was replaced — incomplete case, no further action.", status: "follow_up", sales_order_amount: "1391.93" },
            { id: 302, lead_id: 252, account_id: 191, opportunity_id: 296, campaign_id: 124, interaction_date: new Date("2022-06-11T19:51:36Z"), channel: "email", notes: "An urgent follow-up: the refund was confirmed.", status: "pending", sales_order_amount: "277.07" },
            { id: 303, lead_id: 56, account_id: 218, opportunity_id: 277, campaign_id: 128, interaction_date: new Date("2023-05-26T11:29:38Z"), channel: "in_person", notes: "The supplier reported a repeat issue; the invoice was confirmed.", status: "pending", sales_order_amount: "3544.99" },
            { id: 304, lead_id: 153, account_id: 21, opportunity_id: 45, campaign_id: 171, interaction_date: new Date("2023-07-25T12:12:58Z"), channel: "email", notes: "The claim was confirmed following a repeat review.", status: "pending", sales_order_amount: "2618.65" },
            { id: 305, lead_id: 57, account_id: 228, opportunity_id: 126, campaign_id: 206, interaction_date: new Date("2023-12-18T17:16:13Z"), channel: "email", notes: "Flagged as standard. The account owner escalated the report.", status: "follow_up", sales_order_amount: "2265.46" },
            { id: 306, lead_id: 271, account_id: 26, opportunity_id: 257, campaign_id: 280, interaction_date: new Date("2022-07-11T12:45:13Z"), channel: "in_person", notes: "Flagged as partial. The team closed the shipment.", status: "lost", sales_order_amount: null },
            { id: 307, lead_id: 142, account_id: null, opportunity_id: 196, campaign_id: 157, interaction_date: new Date("2022-08-26T17:19:49Z"), channel: "social_media", notes: "A manual follow-up: the order was resolved.", status: "lost", sales_order_amount: "2768.52" },
            { id: 308, lead_id: null, account_id: 213, opportunity_id: 74, campaign_id: 32, interaction_date: new Date("2022-03-06T18:05:46Z"), channel: "social_media", notes: "The payment was confirmed after a duplicate check.", status: "completed", sales_order_amount: "2199.69" },
            { id: 309, lead_id: 135, account_id: 10, opportunity_id: 143, campaign_id: 287, interaction_date: new Date("2023-06-27T14:06:22Z"), channel: "in_person", notes: "A minor follow-up: the delivery was delayed.", status: "pending", sales_order_amount: "4755.13" },
            { id: 310, lead_id: 184, account_id: 215, opportunity_id: null, campaign_id: 271, interaction_date: new Date("2023-07-26T09:36:56Z"), channel: "email", notes: "The courier reported a manual issue; the record was resolved.", status: "completed", sales_order_amount: "4969.62" },
            { id: 311, lead_id: null, account_id: 155, opportunity_id: 57, campaign_id: 249, interaction_date: new Date("2022-01-26T14:49:00Z"), channel: "social_media", notes: "An operator reported a duplicate issue; the transfer was replaced.", status: "pending", sales_order_amount: "16.48" },
            { id: 312, lead_id: null, account_id: 197, opportunity_id: 21, campaign_id: 152, interaction_date: new Date("2022-06-05T11:26:30Z"), channel: "email", notes: "No response from support, so the record was resolved.", status: "pending", sales_order_amount: "3786.08" },
            { id: 313, lead_id: 13, account_id: 311, opportunity_id: 74, campaign_id: null, interaction_date: new Date("2023-05-01T20:46:22Z"), channel: "social_media", notes: "A manual follow-up: the document was resolved.", status: "completed", sales_order_amount: "3706.91" },
            { id: 314, lead_id: null, account_id: 251, opportunity_id: 229, campaign_id: 201, interaction_date: new Date("2022-01-02T13:45:33Z"), channel: "phone", notes: "A standard follow-up: the account was rejected.", status: "pending", sales_order_amount: "8196.22" },
            { id: 315, lead_id: 50, account_id: 299, opportunity_id: 174, campaign_id: 263, interaction_date: new Date("2022-11-07T10:06:34Z"), channel: "phone", notes: "The request was reopened — manual case, no further action.", status: "pending", sales_order_amount: "236.53" },
            { id: 316, lead_id: 141, account_id: null, opportunity_id: 189, campaign_id: null, interaction_date: new Date("2023-11-08T04:00:34Z"), channel: "social_media", notes: "The session was replaced after a duplicate check.", status: "completed", sales_order_amount: "3367.50" },
            { id: 317, lead_id: 298, account_id: 90, opportunity_id: 252, campaign_id: 214, interaction_date: new Date("2022-08-18T07:21:16Z"), channel: "phone", notes: "Flagged as late. The reviewer updated the refund.", status: "completed", sales_order_amount: "9655.12" },
            { id: 318, lead_id: 282, account_id: 131, opportunity_id: 10, campaign_id: null, interaction_date: new Date("2022-10-08T17:16:35Z"), channel: "social_media", notes: "The refund was reviewed after an unusual check.", status: "pending", sales_order_amount: "9163.61" },
            { id: 319, lead_id: 152, account_id: 246, opportunity_id: 165, campaign_id: 88, interaction_date: new Date("2022-10-14T21:56:40Z"), channel: "social_media", notes: "The account owner confirmed the details and the delivery was updated.", status: "pending", sales_order_amount: "3806.64" },
            { id: 320, lead_id: 199, account_id: 304, opportunity_id: 12, campaign_id: 11, interaction_date: new Date("2023-06-10T13:57:35Z"), channel: "social_media", notes: "The courier asked for a change and the report was resolved.", status: "lost", sales_order_amount: "14.97" },
            { id: 321, lead_id: 11, account_id: 264, opportunity_id: 164, campaign_id: 274, interaction_date: new Date("2023-03-11T16:16:53Z"), channel: "email", notes: "The claim was rescheduled — incomplete case, no further action.", status: "completed", sales_order_amount: "148.74" },
            { id: 322, lead_id: null, account_id: 307, opportunity_id: null, campaign_id: 127, interaction_date: new Date("2023-07-31T00:48:32Z"), channel: "social_media", notes: "The appointment was completed following a standard review.", status: "pending", sales_order_amount: "344.79" },
            { id: 323, lead_id: 30, account_id: 123, opportunity_id: null, campaign_id: 212, interaction_date: new Date("2023-03-07T17:53:11Z"), channel: "phone", notes: "The account was closed — incomplete case, no further action.", status: "completed", sales_order_amount: null },
            { id: 324, lead_id: 237, account_id: 251, opportunity_id: 215, campaign_id: 268, interaction_date: new Date("2023-04-18T18:31:29Z"), channel: "in_person", notes: "A minor follow-up: the delivery was cancelled.", status: "follow_up", sales_order_amount: "2781.04" },
            { id: 325, lead_id: 282, account_id: 25, opportunity_id: 303, campaign_id: 141, interaction_date: new Date("2022-05-27T18:17:06Z"), channel: "in_person", notes: "The payment was resolved — repeat case, no further action.", status: "completed", sales_order_amount: null },
            { id: 326, lead_id: 17, account_id: 175, opportunity_id: 185, campaign_id: 224, interaction_date: new Date("2022-06-04T18:18:10Z"), channel: "email", notes: "The item was reviewed following a late review.", status: "pending", sales_order_amount: "1744.93" },
            { id: 327, lead_id: 256, account_id: 6, opportunity_id: 95, campaign_id: 131, interaction_date: new Date("2023-07-04T12:58:52Z"), channel: "in_person", notes: "A partial follow-up: the session was resolved.", status: "completed", sales_order_amount: "3.04" },
            { id: 328, lead_id: 283, account_id: 133, opportunity_id: 146, campaign_id: null, interaction_date: new Date("2022-07-05T21:26:12Z"), channel: "email", notes: "Flagged as manual. The supplier resolved the session.", status: "completed", sales_order_amount: "5656.91" },
            { id: 329, lead_id: 61, account_id: 262, opportunity_id: 94, campaign_id: 199, interaction_date: new Date("2023-04-11T13:10:36Z"), channel: "social_media", notes: "The account owner reported an automatic issue; the claim was rejected.", status: "completed", sales_order_amount: "43.63" },
            { id: 330, lead_id: 131, account_id: 189, opportunity_id: 113, campaign_id: 240, interaction_date: new Date("2023-09-07T16:02:00Z"), channel: "email", notes: "No response from an operator, so the invoice was reopened.", status: "pending", sales_order_amount: "2438.62" },
            { id: 331, lead_id: 87, account_id: 52, opportunity_id: 274, campaign_id: 64, interaction_date: new Date("2022-04-16T13:47:44Z"), channel: "phone", notes: "An urgent follow-up: the request was rejected.", status: "completed", sales_order_amount: "677.20" },
            { id: 332, lead_id: 167, account_id: 28, opportunity_id: 253, campaign_id: 55, interaction_date: new Date("2022-11-07T22:11:47Z"), channel: "social_media", notes: "The courier confirmed the details and the ticket was closed.", status: "completed", sales_order_amount: "162.47" },
            { id: 333, lead_id: 170, account_id: 158, opportunity_id: 194, campaign_id: 18, interaction_date: new Date("2022-11-16T20:14:33Z"), channel: "email", notes: "An operator asked for a change and the invoice was closed.", status: "pending", sales_order_amount: "309.51" },
            { id: 334, lead_id: null, account_id: 31, opportunity_id: 9, campaign_id: 49, interaction_date: new Date("2022-07-27T16:47:16Z"), channel: "phone", notes: "The account owner asked for a change and the payment was completed.", status: "follow_up", sales_order_amount: "6.12" },
            { id: 335, lead_id: 200, account_id: 176, opportunity_id: 312, campaign_id: 233, interaction_date: new Date("2022-11-08T09:06:37Z"), channel: "phone", notes: "The item was approved following a manual review.", status: "pending", sales_order_amount: "1405.95" },
            { id: 336, lead_id: 233, account_id: 196, opportunity_id: 307, campaign_id: 59, interaction_date: new Date("2022-06-26T17:43:15Z"), channel: "in_person", notes: "Support reported a late issue; the ticket was processed.", status: "completed", sales_order_amount: "39.55" },
            { id: 337, lead_id: null, account_id: 301, opportunity_id: 136, campaign_id: 81, interaction_date: new Date("2023-02-28T14:23:05Z"), channel: "email", notes: "The invoice was delayed — late case, no further action.", status: "pending", sales_order_amount: "212.31" },
            { id: 338, lead_id: 70, account_id: 214, opportunity_id: 202, campaign_id: 132, interaction_date: new Date("2022-06-01T14:56:01Z"), channel: "social_media", notes: "The account owner asked for a change and the record was resolved.", status: "pending", sales_order_amount: "24.17" },
            { id: 339, lead_id: 142, account_id: 206, opportunity_id: 317, campaign_id: null, interaction_date: new Date("2023-06-06T21:45:30Z"), channel: "email", notes: "The courier reported a manual issue; the order was approved.", status: "completed", sales_order_amount: "98.64" },
            { id: 340, lead_id: 217, account_id: 6, opportunity_id: 218, campaign_id: null, interaction_date: new Date("2022-07-21T20:17:34Z"), channel: "phone", notes: "The item was resolved after a partial check.", status: "completed", sales_order_amount: "189.50" },
            { id: 341, lead_id: 227, account_id: 106, opportunity_id: 334, campaign_id: 114, interaction_date: new Date("2023-11-06T19:01:58Z"), channel: "phone", notes: "The courier confirmed the details and the booking was delayed.", status: "completed", sales_order_amount: "5452.00" },
            { id: 342, lead_id: 90, account_id: 337, opportunity_id: 258, campaign_id: 135, interaction_date: new Date("2023-03-23T16:44:49Z"), channel: "in_person", notes: "No response from the team, so the order was cancelled.", status: "completed", sales_order_amount: "658.81" },
            { id: 343, lead_id: 186, account_id: 115, opportunity_id: 194, campaign_id: 180, interaction_date: new Date("2022-02-02T22:45:33Z"), channel: "email", notes: "An unusual appointment was rejected the same day.", status: "pending", sales_order_amount: null },
            { id: 344, lead_id: 150, account_id: 65, opportunity_id: 277, campaign_id: 44, interaction_date: new Date("2022-09-27T11:10:47Z"), channel: "email", notes: "No response from the courier, so the request was escalated.", status: "pending", sales_order_amount: "3590.44" },
            { id: 345, lead_id: 71, account_id: null, opportunity_id: 32, campaign_id: 160, interaction_date: new Date("2022-03-23T19:37:41Z"), channel: "phone", notes: "An operator asked for a change and the report was closed.", status: "completed", sales_order_amount: "3549.54" },
            { id: 346, lead_id: 92, account_id: null, opportunity_id: 341, campaign_id: 150, interaction_date: new Date("2022-07-10T13:25:19Z"), channel: "webinar", notes: "The delivery was updated — partial case, no further action.", status: "completed", sales_order_amount: "7993.18" },
            { id: 347, lead_id: 270, account_id: 177, opportunity_id: 293, campaign_id: 175, interaction_date: new Date("2022-08-05T22:55:34Z"), channel: "social_media", notes: "A minor account was closed the same day.", status: "pending", sales_order_amount: "534.17" },
            { id: 348, lead_id: 83, account_id: 192, opportunity_id: 266, campaign_id: 200, interaction_date: new Date("2022-02-11T20:44:57Z"), channel: "email", notes: "The team confirmed the details and the shipment was processed.", status: "completed", sales_order_amount: "4277.10" },
            { id: 349, lead_id: 307, account_id: null, opportunity_id: 146, campaign_id: 237, interaction_date: new Date("2023-08-14T07:47:38Z"), channel: "webinar", notes: "The reviewer reported a routine issue; the record was reopened.", status: "completed", sales_order_amount: null },
            { id: 350, lead_id: 277, account_id: 222, opportunity_id: 113, campaign_id: null, interaction_date: new Date("2023-06-24T14:13:47Z"), channel: "phone", notes: "The courier asked for a change and the ticket was cancelled.", status: "completed", sales_order_amount: null },
            { id: 351, lead_id: 61, account_id: 93, opportunity_id: 136, campaign_id: 148, interaction_date: new Date("2022-04-01T18:17:51Z"), channel: "phone", notes: "No response from an operator, so the refund was escalated.", status: "completed", sales_order_amount: "269.12" },
            { id: 352, lead_id: 319, account_id: 100, opportunity_id: 212, campaign_id: null, interaction_date: new Date("2022-08-08T16:37:25Z"), channel: "email", notes: "A duplicate follow-up: the request was rejected.", status: "pending", sales_order_amount: "783.46" },
            { id: 353, lead_id: null, account_id: 205, opportunity_id: 179, campaign_id: 199, interaction_date: new Date("2023-04-18T16:08:10Z"), channel: "email", notes: "The courier confirmed the details and the report was confirmed.", status: "follow_up", sales_order_amount: "6145.26" },
            { id: 354, lead_id: 330, account_id: 83, opportunity_id: 339, campaign_id: 130, interaction_date: new Date("2023-08-08T00:58:32Z"), channel: "in_person", notes: "A standard follow-up: the appointment was rejected.", status: "completed", sales_order_amount: "3457.56" },
            { id: 355, lead_id: 81, account_id: 147, opportunity_id: 239, campaign_id: 234, interaction_date: new Date("2023-03-25T20:01:20Z"), channel: "email", notes: "The supplier confirmed the details and the order was closed.", status: "completed", sales_order_amount: "1645.00" },
            { id: 356, lead_id: 239, account_id: 173, opportunity_id: 77, campaign_id: 296, interaction_date: new Date("2022-05-23T06:18:01Z"), channel: "email", notes: "The session was updated following a manual review.", status: "pending", sales_order_amount: "7491.00" },
            { id: 357, lead_id: 224, account_id: 264, opportunity_id: 254, campaign_id: 272, interaction_date: new Date("2023-11-04T20:36:06Z"), channel: "email", notes: "The transfer was processed following a minor review.", status: "pending", sales_order_amount: "7466.18" },
            { id: 358, lead_id: 291, account_id: 200, opportunity_id: 91, campaign_id: null, interaction_date: new Date("2023-07-04T08:01:53Z"), channel: "phone", notes: "The reviewer reported a late issue; the delivery was reviewed.", status: "completed", sales_order_amount: "2449.31" },
            { id: 359, lead_id: 344, account_id: 255, opportunity_id: 148, campaign_id: 355, interaction_date: new Date("2022-02-06T10:12:35Z"), channel: "email", notes: "No response from an operator, so the payment was completed.", status: "follow_up", sales_order_amount: "53.81" },
            { id: 360, lead_id: null, account_id: 96, opportunity_id: 85, campaign_id: 246, interaction_date: new Date("2022-11-19T09:23:52Z"), channel: "webinar", notes: "The request was approved following a late review.", status: "pending", sales_order_amount: null },
            { id: 361, lead_id: 121, account_id: 267, opportunity_id: 82, campaign_id: 157, interaction_date: new Date("2023-06-05T18:24:29Z"), channel: "in_person", notes: "An operator confirmed the details and the account was reviewed.", status: "completed", sales_order_amount: "5091.88" },
            { id: 362, lead_id: 206, account_id: 345, opportunity_id: 293, campaign_id: 320, interaction_date: new Date("2022-12-05T15:44:58Z"), channel: "email", notes: "A repeat appointment was resolved the same day.", status: "pending", sales_order_amount: "6875.70" },
            { id: 363, lead_id: 20, account_id: 345, opportunity_id: 4, campaign_id: 26, interaction_date: new Date("2022-05-15T12:23:17Z"), channel: "social_media", notes: "Support confirmed the details and the item was refunded.", status: "completed", sales_order_amount: "602.63" },
            { id: 364, lead_id: 86, account_id: 300, opportunity_id: 165, campaign_id: 46, interaction_date: new Date("2022-03-20T15:17:00Z"), channel: "email", notes: "The record was confirmed — incomplete case, no further action.", status: "completed", sales_order_amount: "2443.57" },
            { id: 365, lead_id: 357, account_id: 227, opportunity_id: 80, campaign_id: 122, interaction_date: new Date("2023-12-11T22:55:47Z"), channel: "email", notes: "An operator reported an automatic issue; the document was delayed.", status: "follow_up", sales_order_amount: "4918.42" },
            { id: 366, lead_id: 330, account_id: 12, opportunity_id: 262, campaign_id: 360, interaction_date: new Date("2023-09-03T17:22:34Z"), channel: "email", notes: "A duplicate follow-up: the order was reopened.", status: "completed", sales_order_amount: "96.07" },
            { id: 367, lead_id: 268, account_id: 256, opportunity_id: null, campaign_id: 91, interaction_date: new Date("2022-01-11T18:49:23Z"), channel: "email", notes: "No response from support, so the ticket was refunded.", status: "completed", sales_order_amount: "6711.82" },
            { id: 368, lead_id: 324, account_id: 118, opportunity_id: 216, campaign_id: null, interaction_date: new Date("2023-06-01T18:43:26Z"), channel: "email", notes: "The account owner asked for a change and the booking was resolved.", status: "pending", sales_order_amount: "1463.22" },
            { id: 369, lead_id: 133, account_id: 140, opportunity_id: 22, campaign_id: 225, interaction_date: new Date("2022-01-02T18:17:33Z"), channel: "phone", notes: "The account was refunded after a partial check.", status: "pending", sales_order_amount: "147.47" },
            { id: 370, lead_id: 261, account_id: null, opportunity_id: 133, campaign_id: 89, interaction_date: new Date("2023-07-04T22:14:53Z"), channel: "webinar", notes: "A duplicate refund was cancelled the same day.", status: "pending", sales_order_amount: null },
            { id: 371, lead_id: 271, account_id: 157, opportunity_id: 305, campaign_id: 297, interaction_date: new Date("2023-06-21T14:59:38Z"), channel: "email", notes: "The record was rescheduled following an urgent review.", status: "completed", sales_order_amount: "145.08" },
            { id: 372, lead_id: 350, account_id: 11, opportunity_id: 75, campaign_id: 77, interaction_date: new Date("2023-07-21T20:14:14Z"), channel: "email", notes: "The session was delayed — partial case, no further action.", status: "completed", sales_order_amount: "308.91" },
            { id: 373, lead_id: 179, account_id: 172, opportunity_id: 41, campaign_id: 141, interaction_date: new Date("2022-06-01T09:44:09Z"), channel: "social_media", notes: "The shipment was rejected after a duplicate check.", status: "completed", sales_order_amount: "1222.91" },
            { id: 374, lead_id: 319, account_id: 285, opportunity_id: 99, campaign_id: 331, interaction_date: new Date("2022-05-15T11:11:15Z"), channel: "email", notes: "A partial payment was replaced the same day.", status: "follow_up", sales_order_amount: "57.00" },
            { id: 375, lead_id: 259, account_id: 205, opportunity_id: 309, campaign_id: 137, interaction_date: new Date("2023-08-14T15:55:59Z"), channel: "email", notes: "A late follow-up: the record was reviewed.", status: "follow_up", sales_order_amount: "988.25" },
            { id: 376, lead_id: 164, account_id: 284, opportunity_id: 27, campaign_id: 142, interaction_date: new Date("2023-01-29T17:48:32Z"), channel: "social_media", notes: "A minor follow-up: the report was replaced.", status: "follow_up", sales_order_amount: "2286.02" },
            { id: 377, lead_id: 330, account_id: 329, opportunity_id: 281, campaign_id: 166, interaction_date: new Date("2023-07-31T18:58:31Z"), channel: "phone", notes: "The record was approved following a duplicate review.", status: "pending", sales_order_amount: "7655.88" },
            { id: 378, lead_id: 109, account_id: 214, opportunity_id: 98, campaign_id: 375, interaction_date: new Date("2022-11-17T20:50:14Z"), channel: "phone", notes: "The item was confirmed following an urgent review.", status: "follow_up", sales_order_amount: "296.71" },
            { id: 379, lead_id: 69, account_id: 311, opportunity_id: 148, campaign_id: 145, interaction_date: new Date("2022-05-25T10:18:20Z"), channel: "phone", notes: "An operator asked for a change and the order was rejected.", status: "pending", sales_order_amount: "5675.87" },
            { id: 380, lead_id: 364, account_id: 125, opportunity_id: null, campaign_id: 241, interaction_date: new Date("2022-01-19T17:33:24Z"), channel: "social_media", notes: "The account owner confirmed the details and the booking was rejected.", status: "completed", sales_order_amount: "1234.98" },
            { id: 381, lead_id: 30, account_id: 115, opportunity_id: 97, campaign_id: 359, interaction_date: new Date("2022-05-20T23:46:43Z"), channel: "social_media", notes: "The customer confirmed the details and the booking was replaced.", status: "pending", sales_order_amount: "5123.43" },
            { id: 382, lead_id: 70, account_id: 208, opportunity_id: 62, campaign_id: null, interaction_date: new Date("2022-02-07T22:04:06Z"), channel: "email", notes: "A standard follow-up: the transfer was closed.", status: "completed", sales_order_amount: "3440.20" },
            { id: 383, lead_id: 50, account_id: null, opportunity_id: 132, campaign_id: 41, interaction_date: new Date("2023-08-18T12:12:39Z"), channel: "phone", notes: "An operator confirmed the details and the invoice was reopened.", status: "completed", sales_order_amount: "3920.93" },
            { id: 384, lead_id: 165, account_id: 270, opportunity_id: null, campaign_id: 11, interaction_date: new Date("2022-01-05T22:58:54Z"), channel: "social_media", notes: "Flagged as late. The account owner confirmed the ticket.", status: "lost", sales_order_amount: "857.03" },
            { id: 385, lead_id: 351, account_id: 141, opportunity_id: 315, campaign_id: 146, interaction_date: new Date("2022-06-05T21:11:41Z"), channel: "phone", notes: "The supplier confirmed the details and the record was rejected.", status: "follow_up", sales_order_amount: "1769.58" },
            { id: 386, lead_id: 258, account_id: 255, opportunity_id: 21, campaign_id: 145, interaction_date: new Date("2023-01-24T18:23:45Z"), channel: "phone", notes: "The order was delayed — manual case, no further action.", status: "completed", sales_order_amount: "222.76" },
            { id: 387, lead_id: 1, account_id: 70, opportunity_id: 16, campaign_id: 355, interaction_date: new Date("2022-10-14T18:43:22Z"), channel: "phone", notes: "The appointment was replaced — late case, no further action.", status: "follow_up", sales_order_amount: null },
            { id: 388, lead_id: 364, account_id: 343, opportunity_id: 375, campaign_id: 35, interaction_date: new Date("2022-05-02T23:58:30Z"), channel: "in_person", notes: "A manual follow-up: the transfer was reviewed.", status: "completed", sales_order_amount: "4932.07" },
            { id: 389, lead_id: 358, account_id: 303, opportunity_id: 187, campaign_id: 282, interaction_date: new Date("2023-06-28T09:21:45Z"), channel: "email", notes: "The account owner confirmed the details and the payment was delayed.", status: "completed", sales_order_amount: null },
            { id: 390, lead_id: 156, account_id: null, opportunity_id: 383, campaign_id: 146, interaction_date: new Date("2023-08-22T23:24:01Z"), channel: "email", notes: "A manual session was rescheduled the same day.", status: "pending", sales_order_amount: "197.69" },
            { id: 391, lead_id: 134, account_id: 57, opportunity_id: 216, campaign_id: 60, interaction_date: new Date("2023-12-15T09:40:04Z"), channel: "webinar", notes: "An operator confirmed the details and the transfer was refunded.", status: "completed", sales_order_amount: "3489.61" },
            { id: 392, lead_id: 96, account_id: 322, opportunity_id: 30, campaign_id: 211, interaction_date: new Date("2023-06-25T21:19:32Z"), channel: "phone", notes: "The record was refunded — routine case, no further action.", status: "completed", sales_order_amount: "9503.39" },
            { id: 393, lead_id: 304, account_id: 124, opportunity_id: 286, campaign_id: 161, interaction_date: new Date("2023-05-24T01:56:27Z"), channel: "in_person", notes: "A partial follow-up: the item was reviewed.", status: "pending", sales_order_amount: "2392.32" },
            { id: 394, lead_id: null, account_id: 226, opportunity_id: 145, campaign_id: 277, interaction_date: new Date("2022-06-06T19:06:58Z"), channel: "phone", notes: "The invoice was approved following a duplicate review.", status: "pending", sales_order_amount: "1378.16" },
            { id: 395, lead_id: 182, account_id: 353, opportunity_id: 80, campaign_id: null, interaction_date: new Date("2022-07-05T21:19:15Z"), channel: "webinar", notes: "The order was closed — minor case, no further action.", status: "lost", sales_order_amount: "893.59" },
            { id: 396, lead_id: 51, account_id: 79, opportunity_id: 62, campaign_id: 140, interaction_date: new Date("2022-04-04T21:47:20Z"), channel: "email", notes: "A late follow-up: the account was refunded.", status: "completed", sales_order_amount: "1167.90" },
            { id: 397, lead_id: 126, account_id: 330, opportunity_id: 41, campaign_id: 5, interaction_date: new Date("2023-07-26T21:27:09Z"), channel: "email", notes: "The courier reported an urgent issue; the ticket was escalated.", status: "completed", sales_order_amount: "3559.72" },
            { id: 398, lead_id: null, account_id: 276, opportunity_id: 241, campaign_id: null, interaction_date: new Date("2022-09-23T12:07:11Z"), channel: "phone", notes: "No response from the supplier, so the delivery was rescheduled.", status: "completed", sales_order_amount: "5151.42" },
            { id: 399, lead_id: null, account_id: 46, opportunity_id: 90, campaign_id: 398, interaction_date: new Date("2022-02-26T14:54:43Z"), channel: "in_person", notes: "Flagged as routine. The account owner confirmed the session.", status: "completed", sales_order_amount: "2484.20" },
            { id: 400, lead_id: 382, account_id: null, opportunity_id: 5, campaign_id: null, interaction_date: new Date("2022-11-17T07:39:16Z"), channel: "social_media", notes: "Flagged as routine. The account owner reopened the order.", status: "completed", sales_order_amount: "288.88" },
            { id: 401, lead_id: 299, account_id: 269, opportunity_id: 11, campaign_id: 164, interaction_date: new Date("2023-05-18T14:46:35Z"), channel: "email", notes: "Flagged as manual. The reviewer escalated the booking.", status: "pending", sales_order_amount: "7545.38" },
            { id: 402, lead_id: 162, account_id: null, opportunity_id: 41, campaign_id: 330, interaction_date: new Date("2023-06-11T08:44:02Z"), channel: "email", notes: "The booking was replaced after a partial check.", status: "lost", sales_order_amount: "2611.57" },
            { id: 403, lead_id: 199, account_id: 135, opportunity_id: 141, campaign_id: 328, interaction_date: new Date("2022-03-05T20:28:48Z"), channel: "phone", notes: "The invoice was refunded — routine case, no further action.", status: "follow_up", sales_order_amount: "4528.31" },
            { id: 404, lead_id: 161, account_id: 217, opportunity_id: 1, campaign_id: 119, interaction_date: new Date("2022-03-03T18:49:29Z"), channel: "phone", notes: "The booking was updated after a repeat check.", status: "completed", sales_order_amount: "32.02" },
            { id: 405, lead_id: 285, account_id: 13, opportunity_id: 163, campaign_id: 237, interaction_date: new Date("2022-09-12T19:26:08Z"), channel: "phone", notes: "The delivery was escalated following a partial review.", status: "pending", sales_order_amount: "2918.99" },
            { id: 406, lead_id: 129, account_id: 269, opportunity_id: 156, campaign_id: 398, interaction_date: new Date("2023-02-11T13:16:19Z"), channel: "email", notes: "No response from the courier, so the item was closed.", status: "pending", sales_order_amount: "344.30" },
            { id: 407, lead_id: 190, account_id: null, opportunity_id: 104, campaign_id: 143, interaction_date: new Date("2023-02-11T16:29:44Z"), channel: "email", notes: "Support asked for a change and the invoice was processed.", status: "pending", sales_order_amount: "3791.00" },
            { id: 408, lead_id: 132, account_id: 254, opportunity_id: 385, campaign_id: null, interaction_date: new Date("2023-10-14T12:13:09Z"), channel: "email", notes: "An automatic order was closed the same day.", status: "completed", sales_order_amount: "500.22" },
            { id: 409, lead_id: 145, account_id: 331, opportunity_id: 36, campaign_id: 138, interaction_date: new Date("2023-01-14T16:46:15Z"), channel: "phone", notes: "Support asked for a change and the payment was escalated.", status: "completed", sales_order_amount: "5351.91" },
            { id: 410, lead_id: 274, account_id: null, opportunity_id: 121, campaign_id: 195, interaction_date: new Date("2023-06-10T15:03:15Z"), channel: "email", notes: "No response from the team, so the request was refunded.", status: "completed", sales_order_amount: "4769.56" },
            { id: 411, lead_id: 185, account_id: 115, opportunity_id: 33, campaign_id: 228, interaction_date: new Date("2022-12-24T11:22:52Z"), channel: "webinar", notes: "The ticket was reviewed after a partial check.", status: "pending", sales_order_amount: "1924.39" },
            { id: 412, lead_id: null, account_id: 343, opportunity_id: 84, campaign_id: 153, interaction_date: new Date("2022-12-03T17:41:29Z"), channel: "phone", notes: "The document was escalated — minor case, no further action.", status: "pending", sales_order_amount: "1082.78" },
            { id: 413, lead_id: 118, account_id: null, opportunity_id: 243, campaign_id: 321, interaction_date: new Date("2023-06-04T08:49:01Z"), channel: "phone", notes: "The invoice was delayed — repeat case, no further action.", status: "pending", sales_order_amount: "6711.30" },
            { id: 414, lead_id: 91, account_id: 43, opportunity_id: 331, campaign_id: 348, interaction_date: new Date("2023-07-28T11:17:50Z"), channel: "email", notes: "A partial session was completed the same day.", status: "completed", sales_order_amount: "190.40" },
            { id: 415, lead_id: 237, account_id: 289, opportunity_id: 249, campaign_id: 395, interaction_date: new Date("2022-07-23T09:15:56Z"), channel: "email", notes: "The account was cancelled — standard case, no further action.", status: "completed", sales_order_amount: "1928.46" },
            { id: 416, lead_id: 344, account_id: null, opportunity_id: 178, campaign_id: 350, interaction_date: new Date("2023-09-20T09:34:38Z"), channel: "social_media", notes: "The account was reviewed after an unusual check.", status: "pending", sales_order_amount: "3100.28" },
            { id: 417, lead_id: 217, account_id: null, opportunity_id: 152, campaign_id: 20, interaction_date: new Date("2022-07-01T23:38:20Z"), channel: "in_person", notes: "The item was closed — duplicate case, no further action.", status: "completed", sales_order_amount: "6254.52" },
            { id: 418, lead_id: 323, account_id: 175, opportunity_id: 212, campaign_id: 31, interaction_date: new Date("2022-05-30T12:46:35Z"), channel: "phone", notes: "Flagged as minor. The courier rejected the invoice.", status: "completed", sales_order_amount: "1767.33" },
            { id: 419, lead_id: 357, account_id: 223, opportunity_id: 228, campaign_id: null, interaction_date: new Date("2023-06-06T06:38:42Z"), channel: "email", notes: "No response from the reviewer, so the record was confirmed.", status: "completed", sales_order_amount: "1945.91" },
            { id: 420, lead_id: 330, account_id: 112, opportunity_id: 189, campaign_id: 69, interaction_date: new Date("2022-06-26T20:48:12Z"), channel: "webinar", notes: "A late document was delayed the same day.", status: "pending", sales_order_amount: "4213.20" },
            { id: 421, lead_id: 100, account_id: 151, opportunity_id: 103, campaign_id: 337, interaction_date: new Date("2022-06-21T00:01:56Z"), channel: "phone", notes: "The reviewer confirmed the details and the invoice was rejected.", status: "completed", sales_order_amount: "5750.63" },
            { id: 422, lead_id: 323, account_id: 310, opportunity_id: 345, campaign_id: 130, interaction_date: new Date("2022-11-13T19:20:41Z"), channel: "email", notes: "The reviewer confirmed the details and the report was refunded.", status: "follow_up", sales_order_amount: null },
            { id: 423, lead_id: 79, account_id: 416, opportunity_id: 213, campaign_id: 108, interaction_date: new Date("2022-04-26T20:11:26Z"), channel: "phone", notes: "The account owner asked for a change and the appointment was reviewed.", status: "follow_up", sales_order_amount: "8088.97" },
            { id: 424, lead_id: null, account_id: 226, opportunity_id: 69, campaign_id: 245, interaction_date: new Date("2023-09-17T19:03:50Z"), channel: "email", notes: "An automatic follow-up: the request was resolved.", status: "pending", sales_order_amount: "726.66" },
            { id: 425, lead_id: 110, account_id: 110, opportunity_id: 261, campaign_id: 178, interaction_date: new Date("2022-09-12T19:36:10Z"), channel: "social_media", notes: "A routine follow-up: the payment was approved.", status: "pending", sales_order_amount: "8883.19" },
            { id: 426, lead_id: 88, account_id: null, opportunity_id: 208, campaign_id: 197, interaction_date: new Date("2022-09-09T05:53:54Z"), channel: "social_media", notes: "The reviewer asked for a change and the transfer was confirmed.", status: "completed", sales_order_amount: "4141.45" },
            { id: 427, lead_id: 328, account_id: 367, opportunity_id: 411, campaign_id: 70, interaction_date: new Date("2023-03-09T10:59:19Z"), channel: "phone", notes: "An urgent booking was replaced the same day.", status: "lost", sales_order_amount: null },
            { id: 428, lead_id: 277, account_id: 243, opportunity_id: 347, campaign_id: 356, interaction_date: new Date("2023-02-03T15:57:13Z"), channel: "social_media", notes: "The invoice was confirmed — manual case, no further action.", status: "pending", sales_order_amount: "7695.43" },
            { id: 429, lead_id: null, account_id: 333, opportunity_id: null, campaign_id: 114, interaction_date: new Date("2023-06-16T19:06:36Z"), channel: "in_person", notes: "The courier confirmed the details and the shipment was rescheduled.", status: "pending", sales_order_amount: "4430.08" },
            { id: 430, lead_id: null, account_id: 260, opportunity_id: 406, campaign_id: 97, interaction_date: new Date("2022-04-24T23:49:50Z"), channel: "email", notes: "A minor order was reopened the same day.", status: "pending", sales_order_amount: "0.07" },
            { id: 431, lead_id: 57, account_id: 360, opportunity_id: 186, campaign_id: 23, interaction_date: new Date("2023-08-05T15:45:43Z"), channel: "email", notes: "The record was rescheduled after a standard check.", status: "completed", sales_order_amount: "735.12" },
            { id: 432, lead_id: 64, account_id: 418, opportunity_id: 49, campaign_id: 156, interaction_date: new Date("2023-10-16T09:01:42Z"), channel: "email", notes: "The invoice was processed following an unusual review.", status: "completed", sales_order_amount: "9999.92" },
            { id: 433, lead_id: 9, account_id: 90, opportunity_id: 405, campaign_id: 93, interaction_date: new Date("2022-02-18T18:17:28Z"), channel: "email", notes: "The ticket was completed following a late review.", status: "follow_up", sales_order_amount: null },
            { id: 434, lead_id: 328, account_id: 186, opportunity_id: null, campaign_id: 135, interaction_date: new Date("2023-03-29T15:54:31Z"), channel: "webinar", notes: "Flagged as automatic. An operator processed the account.", status: "completed", sales_order_amount: "5535.51" },
            { id: 435, lead_id: 308, account_id: 223, opportunity_id: 2, campaign_id: 338, interaction_date: new Date("2023-02-08T20:02:01Z"), channel: "email", notes: "No response from the customer, so the request was approved.", status: "lost", sales_order_amount: null },
            { id: 436, lead_id: 400, account_id: 74, opportunity_id: 127, campaign_id: 124, interaction_date: new Date("2022-07-25T22:23:25Z"), channel: "in_person", notes: "The shipment was reviewed after a routine check.", status: "pending", sales_order_amount: "5905.53" },
            { id: 437, lead_id: 96, account_id: 246, opportunity_id: 166, campaign_id: 85, interaction_date: new Date("2023-04-30T10:36:58Z"), channel: "email", notes: "An urgent follow-up: the ticket was cancelled.", status: "pending", sales_order_amount: "178.28" },
            { id: 438, lead_id: 107, account_id: 248, opportunity_id: 379, campaign_id: 368, interaction_date: new Date("2022-11-22T12:43:46Z"), channel: "phone", notes: "The ticket was updated — late case, no further action.", status: "pending", sales_order_amount: "771.06" },
            { id: 439, lead_id: 212, account_id: 385, opportunity_id: 61, campaign_id: 145, interaction_date: new Date("2022-05-22T01:56:46Z"), channel: "email", notes: "Flagged as unusual. The courier cancelled the appointment.", status: "completed", sales_order_amount: "1627.48" },
            { id: 440, lead_id: 62, account_id: 399, opportunity_id: 33, campaign_id: 65, interaction_date: new Date("2022-06-11T13:54:55Z"), channel: "email", notes: "The transfer was confirmed after a duplicate check.", status: "pending", sales_order_amount: "8994.80" },
            { id: 441, lead_id: 436, account_id: null, opportunity_id: 45, campaign_id: 13, interaction_date: new Date("2022-05-27T20:50:22Z"), channel: "phone", notes: "A partial booking was confirmed the same day.", status: "follow_up", sales_order_amount: "2093.38" },
            { id: 442, lead_id: null, account_id: 338, opportunity_id: 383, campaign_id: 166, interaction_date: new Date("2022-10-04T20:49:19Z"), channel: "email", notes: "A repeat follow-up: the payment was confirmed.", status: "completed", sales_order_amount: "2669.49" },
            { id: 443, lead_id: 114, account_id: null, opportunity_id: 362, campaign_id: 331, interaction_date: new Date("2022-11-06T19:39:29Z"), channel: "social_media", notes: "The invoice was escalated — manual case, no further action.", status: "pending", sales_order_amount: "8479.46" },
            { id: 444, lead_id: 158, account_id: 130, opportunity_id: 184, campaign_id: 204, interaction_date: new Date("2023-08-04T22:49:15Z"), channel: "phone", notes: "The account owner confirmed the details and the report was updated.", status: "completed", sales_order_amount: "7361.71" },
            { id: 445, lead_id: null, account_id: 398, opportunity_id: 141, campaign_id: 402, interaction_date: new Date("2022-12-15T21:02:32Z"), channel: "phone", notes: "The transfer was rejected — manual case, no further action.", status: "follow_up", sales_order_amount: "2777.36" },
            { id: 446, lead_id: 137, account_id: 315, opportunity_id: 392, campaign_id: 385, interaction_date: new Date("2023-10-12T22:49:57Z"), channel: "phone", notes: "The reviewer reported a late issue; the request was confirmed.", status: "completed", sales_order_amount: "8303.98" },
            { id: 447, lead_id: 182, account_id: 170, opportunity_id: 276, campaign_id: 402, interaction_date: new Date("2023-01-13T17:56:17Z"), channel: "phone", notes: "No response from support, so the request was refunded.", status: "completed", sales_order_amount: "105.87" },
            { id: 448, lead_id: 42, account_id: 53, opportunity_id: 390, campaign_id: null, interaction_date: new Date("2023-12-13T16:50:35Z"), channel: "email", notes: "No response from an operator, so the report was cancelled.", status: "follow_up", sales_order_amount: "179.82" },
            { id: 449, lead_id: 89, account_id: 300, opportunity_id: 230, campaign_id: 337, interaction_date: new Date("2023-04-05T22:34:23Z"), channel: "email", notes: "Flagged as automatic. The supplier refunded the payment.", status: "follow_up", sales_order_amount: "4461.19" },
            { id: 450, lead_id: 105, account_id: 287, opportunity_id: 303, campaign_id: 294, interaction_date: new Date("2022-09-14T15:36:08Z"), channel: "email", notes: "The session was approved — partial case, no further action.", status: "completed", sales_order_amount: "4515.02" },
            { id: 451, lead_id: 125, account_id: 437, opportunity_id: 29, campaign_id: 325, interaction_date: new Date("2023-09-21T15:13:32Z"), channel: "social_media", notes: "No response from the team, so the payment was reviewed.", status: "pending", sales_order_amount: "330.68" },
            { id: 452, lead_id: 108, account_id: 379, opportunity_id: 386, campaign_id: 361, interaction_date: new Date("2022-02-15T12:23:22Z"), channel: "email", notes: "The order was delayed after a late check.", status: "pending", sales_order_amount: "6071.67" },
            { id: 453, lead_id: 340, account_id: 259, opportunity_id: 286, campaign_id: 354, interaction_date: new Date("2023-02-02T12:58:22Z"), channel: "phone", notes: "An operator reported a repeat issue; the delivery was reopened.", status: "completed", sales_order_amount: "2868.73" },
            { id: 454, lead_id: 409, account_id: 206, opportunity_id: 379, campaign_id: 279, interaction_date: new Date("2023-03-26T16:58:38Z"), channel: "phone", notes: "The delivery was rejected — late case, no further action.", status: "completed", sales_order_amount: "5755.04" },
            { id: 455, lead_id: 316, account_id: null, opportunity_id: null, campaign_id: 369, interaction_date: new Date("2023-01-30T12:02:03Z"), channel: "email", notes: "The supplier asked for a change and the invoice was rescheduled.", status: "completed", sales_order_amount: "3837.45" },
            { id: 456, lead_id: null, account_id: 212, opportunity_id: 355, campaign_id: 165, interaction_date: new Date("2022-03-27T11:54:15Z"), channel: "social_media", notes: "The order was rescheduled following an automatic review.", status: "pending", sales_order_amount: "3903.96" },
            { id: 457, lead_id: 249, account_id: 269, opportunity_id: 439, campaign_id: 260, interaction_date: new Date("2022-07-29T07:26:54Z"), channel: "social_media", notes: "The ticket was delayed — standard case, no further action.", status: "pending", sales_order_amount: "6310.81" },
            { id: 458, lead_id: 407, account_id: 292, opportunity_id: 392, campaign_id: 357, interaction_date: new Date("2023-07-14T19:06:05Z"), channel: "email", notes: "The customer reported a repeat issue; the appointment was resolved.", status: "lost", sales_order_amount: "338.61" },
            { id: 459, lead_id: 415, account_id: 282, opportunity_id: 407, campaign_id: 43, interaction_date: new Date("2022-12-18T20:08:40Z"), channel: "email", notes: "Support asked for a change and the account was closed.", status: "pending", sales_order_amount: "1451.27" },
            { id: 460, lead_id: 302, account_id: 345, opportunity_id: 448, campaign_id: null, interaction_date: new Date("2022-09-27T03:40:14Z"), channel: "social_media", notes: "The booking was processed following a minor review.", status: "completed", sales_order_amount: "647.62" },
            { id: 461, lead_id: 39, account_id: 138, opportunity_id: 351, campaign_id: 251, interaction_date: new Date("2022-06-08T17:46:24Z"), channel: "phone", notes: "The booking was escalated after a partial check.", status: "completed", sales_order_amount: "6976.88" },
            { id: 462, lead_id: 7, account_id: null, opportunity_id: 385, campaign_id: null, interaction_date: new Date("2023-12-31T14:41:21Z"), channel: "email", notes: "The account was updated following an urgent review.", status: "pending", sales_order_amount: null },
            { id: 463, lead_id: 64, account_id: 202, opportunity_id: 46, campaign_id: 263, interaction_date: new Date("2023-11-19T10:17:25Z"), channel: "email", notes: "The team confirmed the details and the ticket was escalated.", status: "pending", sales_order_amount: null },
            { id: 464, lead_id: 108, account_id: 61, opportunity_id: 167, campaign_id: 44, interaction_date: new Date("2022-11-24T15:30:13Z"), channel: "email", notes: "Support asked for a change and the invoice was rejected.", status: "follow_up", sales_order_amount: "156.87" },
            { id: 465, lead_id: 146, account_id: 195, opportunity_id: null, campaign_id: 106, interaction_date: new Date("2022-12-16T10:56:00Z"), channel: "phone", notes: "The payment was updated after a late check.", status: "pending", sales_order_amount: "5963.56" },
            { id: 466, lead_id: 73, account_id: null, opportunity_id: 357, campaign_id: 282, interaction_date: new Date("2023-03-31T12:28:26Z"), channel: "email", notes: "The customer asked for a change and the invoice was reviewed.", status: "completed", sales_order_amount: "271.52" },
            { id: 467, lead_id: 421, account_id: 86, opportunity_id: 115, campaign_id: 20, interaction_date: new Date("2022-07-19T19:02:08Z"), channel: "phone", notes: "No response from the account owner, so the ticket was escalated.", status: "completed", sales_order_amount: "2843.64" },
            { id: 468, lead_id: 302, account_id: null, opportunity_id: 135, campaign_id: 459, interaction_date: new Date("2022-08-08T08:06:08Z"), channel: "phone", notes: "The document was escalated following a manual review.", status: "completed", sales_order_amount: "4114.10" },
            { id: 469, lead_id: 467, account_id: 19, opportunity_id: 465, campaign_id: 141, interaction_date: new Date("2022-02-16T09:09:51Z"), channel: "email", notes: "A minor document was rejected the same day.", status: "completed", sales_order_amount: "1742.72" },
            { id: 470, lead_id: 131, account_id: 242, opportunity_id: 318, campaign_id: 253, interaction_date: new Date("2022-08-23T21:11:09Z"), channel: "social_media", notes: "An operator confirmed the details and the session was escalated.", status: "follow_up", sales_order_amount: "3181.50" },
            { id: 471, lead_id: 314, account_id: 275, opportunity_id: 165, campaign_id: 398, interaction_date: new Date("2023-07-08T22:02:10Z"), channel: "phone", notes: "Support confirmed the details and the booking was updated.", status: "completed", sales_order_amount: "2283.36" },
            { id: 472, lead_id: 230, account_id: 131, opportunity_id: 293, campaign_id: 255, interaction_date: new Date("2022-06-24T18:48:16Z"), channel: "email", notes: "The account owner reported an incomplete issue; the booking was cancelled.", status: "follow_up", sales_order_amount: "196.31" },
            { id: 473, lead_id: 286, account_id: 100, opportunity_id: 149, campaign_id: 359, interaction_date: new Date("2023-01-15T17:58:57Z"), channel: "social_media", notes: "The account was delayed — incomplete case, no further action.", status: "follow_up", sales_order_amount: "1619.22" },
            { id: 474, lead_id: null, account_id: 402, opportunity_id: 100, campaign_id: 148, interaction_date: new Date("2023-11-15T07:49:06Z"), channel: "social_media", notes: "The team reported an urgent issue; the delivery was approved.", status: "pending", sales_order_amount: "2652.26" },
            { id: 475, lead_id: 98, account_id: 315, opportunity_id: 409, campaign_id: 180, interaction_date: new Date("2022-05-10T01:23:45Z"), channel: "phone", notes: "The team confirmed the details and the request was rejected.", status: "completed", sales_order_amount: "1089.98" },
            { id: 476, lead_id: null, account_id: 173, opportunity_id: 245, campaign_id: 376, interaction_date: new Date("2023-01-10T13:19:45Z"), channel: "email", notes: "No response from the reviewer, so the claim was confirmed.", status: "pending", sales_order_amount: "1207.00" },
            { id: 477, lead_id: 325, account_id: 10, opportunity_id: 408, campaign_id: 232, interaction_date: new Date("2022-08-14T17:51:20Z"), channel: "email", notes: "The account owner confirmed the details and the record was escalated.", status: "pending", sales_order_amount: "303.17" },
            { id: 478, lead_id: 453, account_id: 110, opportunity_id: 230, campaign_id: 230, interaction_date: new Date("2023-07-08T18:34:49Z"), channel: "email", notes: "No response from the supplier, so the claim was closed.", status: "follow_up", sales_order_amount: "3.55" },
            { id: 479, lead_id: 97, account_id: 93, opportunity_id: 109, campaign_id: 226, interaction_date: new Date("2023-03-15T11:44:00Z"), channel: "email", notes: "Flagged as repeat. The supplier rejected the delivery.", status: "completed", sales_order_amount: "3239.92" },
            { id: 480, lead_id: 466, account_id: 108, opportunity_id: 316, campaign_id: 419, interaction_date: new Date("2022-01-30T22:29:13Z"), channel: "phone", notes: "The team reported a routine issue; the request was closed.", status: "follow_up", sales_order_amount: "63.03" },
            { id: 481, lead_id: 434, account_id: null, opportunity_id: 201, campaign_id: 175, interaction_date: new Date("2023-11-14T17:04:03Z"), channel: "email", notes: "No response from the customer, so the delivery was escalated.", status: "completed", sales_order_amount: null },
            { id: 482, lead_id: 474, account_id: 264, opportunity_id: 14, campaign_id: 189, interaction_date: new Date("2023-03-17T03:12:58Z"), channel: "email", notes: "A late shipment was updated the same day.", status: "lost", sales_order_amount: "2069.99" },
            { id: 483, lead_id: 453, account_id: 448, opportunity_id: 157, campaign_id: null, interaction_date: new Date("2023-01-19T21:12:30Z"), channel: "in_person", notes: "The order was cancelled following an urgent review.", status: "completed", sales_order_amount: "347.04" },
            { id: 484, lead_id: 118, account_id: 392, opportunity_id: null, campaign_id: 321, interaction_date: new Date("2022-07-23T23:54:28Z"), channel: "phone", notes: "Flagged as partial. Support reviewed the invoice.", status: "follow_up", sales_order_amount: "5461.34" },
            { id: 485, lead_id: null, account_id: 111, opportunity_id: 398, campaign_id: 127, interaction_date: new Date("2022-03-29T01:30:12Z"), channel: "email", notes: "No response from the courier, so the transfer was closed.", status: "completed", sales_order_amount: "2294.94" },
            { id: 486, lead_id: 475, account_id: 404, opportunity_id: 58, campaign_id: 429, interaction_date: new Date("2023-03-04T06:37:15Z"), channel: "in_person", notes: "The courier confirmed the details and the order was replaced.", status: "completed", sales_order_amount: "5175.60" },
            { id: 487, lead_id: 486, account_id: 105, opportunity_id: 73, campaign_id: 376, interaction_date: new Date("2023-12-28T13:15:50Z"), channel: "phone", notes: "The invoice was resolved after a late check.", status: "follow_up", sales_order_amount: "5914.81" },
            { id: 488, lead_id: 245, account_id: 418, opportunity_id: 96, campaign_id: 216, interaction_date: new Date("2022-10-28T13:05:53Z"), channel: "in_person", notes: "No response from an operator, so the appointment was rescheduled.", status: "completed", sales_order_amount: "2035.88" },
            { id: 489, lead_id: 261, account_id: 52, opportunity_id: 476, campaign_id: 82, interaction_date: new Date("2022-01-01T19:53:53Z"), channel: "social_media", notes: "The ticket was replaced after a duplicate check.", status: "completed", sales_order_amount: "1118.90" },
            { id: 490, lead_id: 241, account_id: 16, opportunity_id: 280, campaign_id: 106, interaction_date: new Date("2023-08-18T11:39:25Z"), channel: "in_person", notes: "The account was escalated following a late review.", status: "completed", sales_order_amount: "2112.41" },
            { id: 491, lead_id: 205, account_id: 258, opportunity_id: 233, campaign_id: 4, interaction_date: new Date("2022-08-10T13:09:53Z"), channel: "in_person", notes: "A standard follow-up: the appointment was approved.", status: "completed", sales_order_amount: "133.22" },
            { id: 492, lead_id: 294, account_id: 109, opportunity_id: 192, campaign_id: 261, interaction_date: new Date("2023-08-01T13:15:57Z"), channel: "phone", notes: "The claim was rescheduled following a routine review.", status: "completed", sales_order_amount: "2833.43" },
            { id: 493, lead_id: 130, account_id: 340, opportunity_id: 271, campaign_id: 483, interaction_date: new Date("2022-12-07T08:25:41Z"), channel: "phone", notes: "The claim was cancelled — routine case, no further action.", status: "lost", sales_order_amount: "4607.58" },
            { id: 494, lead_id: 4, account_id: 81, opportunity_id: 394, campaign_id: null, interaction_date: new Date("2023-08-06T10:59:09Z"), channel: "social_media", notes: "No response from the courier, so the appointment was replaced.", status: "completed", sales_order_amount: "9964.89" },
            { id: 495, lead_id: 445, account_id: null, opportunity_id: null, campaign_id: null, interaction_date: new Date("2022-02-01T21:25:23Z"), channel: "email", notes: "No response from the account owner, so the refund was processed.", status: "completed", sales_order_amount: "7128.13" },
            { id: 496, lead_id: 351, account_id: 18, opportunity_id: 147, campaign_id: 416, interaction_date: new Date("2023-01-29T18:05:50Z"), channel: "in_person", notes: "Support asked for a change and the invoice was delayed.", status: "completed", sales_order_amount: "6068.14" },
            { id: 497, lead_id: 364, account_id: 29, opportunity_id: 285, campaign_id: 105, interaction_date: new Date("2023-05-04T09:31:31Z"), channel: "phone", notes: "No response from support, so the refund was completed.", status: "pending", sales_order_amount: "1686.81" },
            { id: 498, lead_id: 13, account_id: 446, opportunity_id: 162, campaign_id: 161, interaction_date: new Date("2022-04-26T17:58:17Z"), channel: "email", notes: "The account was replaced — duplicate case, no further action.", status: "pending", sales_order_amount: "2589.93" },
            { id: 499, lead_id: 398, account_id: 137, opportunity_id: 63, campaign_id: 377, interaction_date: new Date("2023-05-13T12:08:54Z"), channel: "phone", notes: "No response from the account owner, so the payment was cancelled.", status: "completed", sales_order_amount: "4860.84" },
            { id: 500, lead_id: 376, account_id: 374, opportunity_id: 111, campaign_id: 488, interaction_date: new Date("2023-09-03T08:14:02Z"), channel: "email", notes: "An unusual follow-up: the appointment was processed.", status: "follow_up", sales_order_amount: "6997.39" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
