// Shipment Tracking Events (shipment-tracking-events) 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.carriers), 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.carriers.createMany({
        data: [
            { carrier_id: 1, carrier_name: "Meridian Partners", contact_info: {"phone":"+1-416-555-0134","email":"oscar.diaz@example.org"} },
            { carrier_id: 2, carrier_name: "Orbit Solutions", contact_info: {"phone":"+1-612-555-0120","email":"ben.kowalski@example.org"} },
            { carrier_id: 3, carrier_name: "Pine Freight", contact_info: {"phone":"+1-857-555-0111","email":"carlos.larsen@example.net"} },
            { carrier_id: 4, carrier_name: "Lumen Cargo", contact_info: {"phone":"+1-857-555-0186","email":"kai.miller@example.com"} },
            { carrier_id: 5, carrier_name: "Ridge Solutions", contact_info: {"phone":"+1-801-555-0190","email":"victor.shah@example.net"} },
            { carrier_id: 6, carrier_name: "Beacon Transport", contact_info: {"phone":"+1-917-555-0117","email":"fatima.vargas@example.com"} },
            { carrier_id: 7, carrier_name: "Cedar Group", contact_info: {"phone":"+1-312-555-0102","email":"ben.flores@example.com"} },
            { carrier_id: 8, carrier_name: "Compass Partners", contact_info: {"phone":"+1-972-555-0170","email":"nina.singh@example.org"} },
            { carrier_id: 9, carrier_name: "Juniper Logistics", contact_info: {"phone":"+1-612-555-0119","email":"nina.patel@example.com"} },
            { carrier_id: 10, carrier_name: "Vector Partners", contact_info: {"phone":"+1-972-555-0154","email":"ibrahim.nakamura@example.com"} },
        ],
    });
    await prisma.shipments.createMany({
        data: [
            { shipment_id: 1, carrier_id: null, status: "in transit" },
            { shipment_id: 2, carrier_id: 5, status: "delivered" },
            { shipment_id: 3, carrier_id: null, status: "out for delivery" },
            { shipment_id: 4, carrier_id: 6, status: "delivered" },
            { shipment_id: 5, carrier_id: null, status: "created" },
            { shipment_id: 6, carrier_id: null, status: "created" },
            { shipment_id: 7, carrier_id: null, status: "created" },
            { shipment_id: 8, carrier_id: null, status: "created" },
            { shipment_id: 9, carrier_id: null, status: "created" },
            { shipment_id: 10, carrier_id: null, status: "created" },
            { shipment_id: 11, carrier_id: null, status: "out for delivery" },
            { shipment_id: 12, carrier_id: 9, status: "delivered" },
            { shipment_id: 13, carrier_id: null, status: "created" },
            { shipment_id: 14, carrier_id: 8, status: "delivered" },
            { shipment_id: 15, carrier_id: null, status: "created" },
            { shipment_id: 16, carrier_id: 3, status: "delivered" },
            { shipment_id: 17, carrier_id: null, status: "created" },
            { shipment_id: 18, carrier_id: 10, status: "delivered" },
            { shipment_id: 19, carrier_id: null, status: "out for delivery" },
            { shipment_id: 20, carrier_id: 2, status: "delivered" },
            { shipment_id: 21, carrier_id: null, status: "collected" },
            { shipment_id: 22, carrier_id: null, status: "created" },
            { shipment_id: 23, carrier_id: null, status: "created" },
            { shipment_id: 24, carrier_id: null, status: "created" },
            { shipment_id: 25, carrier_id: null, status: "out for delivery" },
            { shipment_id: 26, carrier_id: 10, status: "delivered" },
            { shipment_id: 27, carrier_id: 4, status: "exception" },
            { shipment_id: 28, carrier_id: null, status: "created" },
            { shipment_id: 29, carrier_id: null, status: "created" },
            { shipment_id: 30, carrier_id: null, status: "collected" },
            { shipment_id: 31, carrier_id: 6, status: "delivered" },
            { shipment_id: 32, carrier_id: null, status: "created" },
            { shipment_id: 33, carrier_id: 5, status: "delivered" },
            { shipment_id: 34, carrier_id: null, status: "in transit" },
            { shipment_id: 35, carrier_id: null, status: "out for delivery" },
            { shipment_id: 36, carrier_id: 7, status: "delivered" },
            { shipment_id: 37, carrier_id: 7, status: "delivered" },
            { shipment_id: 38, carrier_id: null, status: "created" },
            { shipment_id: 39, carrier_id: null, status: "out for delivery" },
            { shipment_id: 40, carrier_id: 8, status: "delivered" },
            { shipment_id: 41, carrier_id: 8, status: "delivered" },
            { shipment_id: 42, carrier_id: 4, status: "exception" },
            { shipment_id: 43, carrier_id: null, status: "created" },
            { shipment_id: 44, carrier_id: 10, status: "delivered" },
            { shipment_id: 45, carrier_id: null, status: "collected" },
            { shipment_id: 46, carrier_id: 4, status: "exception" },
            { shipment_id: 47, carrier_id: 4, status: "delivered" },
            { shipment_id: 48, carrier_id: null, status: "created" },
            { shipment_id: 49, carrier_id: null, status: "collected" },
            { shipment_id: 50, carrier_id: null, status: "created" },
            { shipment_id: 51, carrier_id: null, status: "collected" },
            { shipment_id: 52, carrier_id: 2, status: "delivered" },
            { shipment_id: 53, carrier_id: 10, status: "delivered" },
            { shipment_id: 54, carrier_id: 1, status: "delivered" },
            { shipment_id: 55, carrier_id: 8, status: "delivered" },
            { shipment_id: 56, carrier_id: 1, status: "exception" },
            { shipment_id: 57, carrier_id: null, status: "collected" },
            { shipment_id: 58, carrier_id: 8, status: "delivered" },
            { shipment_id: 59, carrier_id: null, status: "created" },
            { shipment_id: 60, carrier_id: null, status: "created" },
            { shipment_id: 61, carrier_id: null, status: "collected" },
            { shipment_id: 62, carrier_id: null, status: "in transit" },
            { shipment_id: 63, carrier_id: 3, status: "delivered" },
            { shipment_id: 64, carrier_id: null, status: "collected" },
            { shipment_id: 65, carrier_id: null, status: "collected" },
            { shipment_id: 66, carrier_id: null, status: "in transit" },
            { shipment_id: 67, carrier_id: null, status: "created" },
            { shipment_id: 68, carrier_id: null, status: "collected" },
            { shipment_id: 69, carrier_id: 7, status: "delivered" },
            { shipment_id: 70, carrier_id: null, status: "created" },
            { shipment_id: 71, carrier_id: 4, status: "delivered" },
            { shipment_id: 72, carrier_id: null, status: "collected" },
            { shipment_id: 73, carrier_id: 4, status: "delivered" },
            { shipment_id: 74, carrier_id: 10, status: "delivered" },
            { shipment_id: 75, carrier_id: null, status: "out for delivery" },
            { shipment_id: 76, carrier_id: null, status: "in transit" },
            { shipment_id: 77, carrier_id: 8, status: "delivered" },
            { shipment_id: 78, carrier_id: null, status: "out for delivery" },
            { shipment_id: 79, carrier_id: 1, status: "delivered" },
            { shipment_id: 80, carrier_id: 5, status: "delivered" },
            { shipment_id: 81, carrier_id: 4, status: "delivered" },
            { shipment_id: 82, carrier_id: null, status: "created" },
            { shipment_id: 83, carrier_id: 6, status: "delivered" },
            { shipment_id: 84, carrier_id: null, status: "out for delivery" },
            { shipment_id: 85, carrier_id: null, status: "collected" },
            { shipment_id: 86, carrier_id: null, status: "created" },
            { shipment_id: 87, carrier_id: null, status: "created" },
            { shipment_id: 88, carrier_id: 8, status: "delivered" },
            { shipment_id: 89, carrier_id: null, status: "collected" },
            { shipment_id: 90, carrier_id: null, status: "in transit" },
            { shipment_id: 91, carrier_id: null, status: "in transit" },
            { shipment_id: 92, carrier_id: 3, status: "delivered" },
            { shipment_id: 93, carrier_id: null, status: "created" },
            { shipment_id: 94, carrier_id: 3, status: "delivered" },
            { shipment_id: 95, carrier_id: 1, status: "delivered" },
            { shipment_id: 96, carrier_id: 7, status: "delivered" },
            { shipment_id: 97, carrier_id: null, status: "collected" },
            { shipment_id: 98, carrier_id: null, status: "out for delivery" },
            { shipment_id: 99, carrier_id: null, status: "collected" },
            { shipment_id: 100, carrier_id: null, status: "out for delivery" },
        ],
    });
    await prisma.events.createMany({
        data: [
            { event_id: 1, shipment_id: 12, event_timestamp: null, event_type: "created" },
            { event_id: 2, shipment_id: 16, event_timestamp: null, event_type: "collected" },
            { event_id: 3, shipment_id: 26, event_timestamp: null, event_type: "collected" },
            { event_id: 4, shipment_id: 32, event_timestamp: null, event_type: "collected" },
            { event_id: 5, shipment_id: 12, event_timestamp: null, event_type: "in transit" },
            { event_id: 6, shipment_id: 62, event_timestamp: null, event_type: "collected" },
            { event_id: 7, shipment_id: 55, event_timestamp: null, event_type: "created" },
            { event_id: 8, shipment_id: 68, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 9, shipment_id: 26, event_timestamp: new Date("2023-11-22T10:12:46Z"), event_type: "delivered" },
            { event_id: 10, shipment_id: 14, event_timestamp: null, event_type: "collected" },
            { event_id: 11, shipment_id: 16, event_timestamp: null, event_type: "in transit" },
            { event_id: 12, shipment_id: 45, event_timestamp: null, event_type: "created" },
            { event_id: 13, shipment_id: 88, event_timestamp: null, event_type: "in transit" },
            { event_id: 14, shipment_id: 58, event_timestamp: new Date("2024-09-10T11:22:08Z"), event_type: "delivered" },
            { event_id: 15, shipment_id: 2, event_timestamp: null, event_type: "created" },
            { event_id: 16, shipment_id: 83, event_timestamp: new Date("2023-02-28T21:58:15Z"), event_type: "delivered" },
            { event_id: 17, shipment_id: 43, event_timestamp: null, event_type: "created" },
            { event_id: 18, shipment_id: 77, event_timestamp: new Date("2023-05-29T09:29:45Z"), event_type: "delivered" },
            { event_id: 19, shipment_id: 71, event_timestamp: new Date("2024-08-17T06:06:17Z"), event_type: "delivered" },
            { event_id: 20, shipment_id: 71, event_timestamp: new Date("2024-05-11T18:16:39Z"), event_type: "delivered" },
            { event_id: 21, shipment_id: 32, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 22, shipment_id: 53, event_timestamp: null, event_type: "collected" },
            { event_id: 23, shipment_id: 40, event_timestamp: new Date("2023-04-20T13:04:46Z"), event_type: "delivered" },
            { event_id: 24, shipment_id: 58, event_timestamp: new Date("2023-02-11T19:42:20Z"), event_type: "delivered" },
            { event_id: 25, shipment_id: 13, event_timestamp: new Date("2024-08-17T11:36:42Z"), event_type: "delivered" },
            { event_id: 26, shipment_id: 60, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 27, shipment_id: 29, event_timestamp: null, event_type: "collected" },
            { event_id: 28, shipment_id: 13, event_timestamp: new Date("2023-01-30T14:42:47Z"), event_type: "delivered" },
            { event_id: 29, shipment_id: 58, event_timestamp: new Date("2024-12-10T20:12:43Z"), event_type: "delivered" },
            { event_id: 30, shipment_id: 19, event_timestamp: new Date("2023-03-04T21:05:58Z"), event_type: "delivered" },
            { event_id: 31, shipment_id: 87, event_timestamp: new Date("2024-11-04T09:55:23Z"), event_type: "delivered" },
            { event_id: 32, shipment_id: 22, event_timestamp: null, event_type: "in transit" },
            { event_id: 33, shipment_id: 44, event_timestamp: null, event_type: "collected" },
            { event_id: 34, shipment_id: 22, event_timestamp: null, event_type: "in transit" },
            { event_id: 35, shipment_id: 68, event_timestamp: null, event_type: "created" },
            { event_id: 36, shipment_id: 8, event_timestamp: new Date("2024-08-12T17:09:28Z"), event_type: "exception" },
            { event_id: 37, shipment_id: 61, event_timestamp: null, event_type: "in transit" },
            { event_id: 38, shipment_id: 5, event_timestamp: null, event_type: "created" },
            { event_id: 39, shipment_id: 62, event_timestamp: null, event_type: "created" },
            { event_id: 40, shipment_id: 49, event_timestamp: null, event_type: "created" },
            { event_id: 41, shipment_id: 86, event_timestamp: new Date("2024-05-12T12:26:56Z"), event_type: "exception" },
            { event_id: 42, shipment_id: 56, event_timestamp: null, event_type: "created" },
            { event_id: 43, shipment_id: 24, event_timestamp: new Date("2024-12-22T14:53:29Z"), event_type: "delivered" },
            { event_id: 44, shipment_id: 100, event_timestamp: new Date("2023-02-19T16:10:05Z"), event_type: "delivered" },
            { event_id: 45, shipment_id: 78, event_timestamp: null, event_type: "created" },
            { event_id: 46, shipment_id: 68, event_timestamp: new Date("2023-12-15T14:17:46Z"), event_type: "exception" },
            { event_id: 47, shipment_id: 36, event_timestamp: null, event_type: "collected" },
            { event_id: 48, shipment_id: 29, event_timestamp: null, event_type: "collected" },
            { event_id: 49, shipment_id: 83, event_timestamp: null, event_type: "created" },
            { event_id: 50, shipment_id: 12, event_timestamp: new Date("2023-02-13T15:22:57Z"), event_type: "delivered" },
            { event_id: 51, shipment_id: 62, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 52, shipment_id: 22, event_timestamp: null, event_type: "in transit" },
            { event_id: 53, shipment_id: 80, event_timestamp: null, event_type: "created" },
            { event_id: 54, shipment_id: 9, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 55, shipment_id: 19, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 56, shipment_id: 63, event_timestamp: new Date("2023-08-01T11:00:13Z"), event_type: "delivered" },
            { event_id: 57, shipment_id: 40, event_timestamp: new Date("2023-09-24T08:19:19Z"), event_type: "delivered" },
            { event_id: 58, shipment_id: 58, event_timestamp: null, event_type: "created" },
            { event_id: 59, shipment_id: 82, event_timestamp: null, event_type: "collected" },
            { event_id: 60, shipment_id: 62, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 61, shipment_id: 96, event_timestamp: new Date("2023-11-15T21:48:46Z"), event_type: "exception" },
            { event_id: 62, shipment_id: 72, event_timestamp: new Date("2024-03-31T20:10:18Z"), event_type: "delivered" },
            { event_id: 63, shipment_id: 29, event_timestamp: new Date("2023-05-10T06:53:43Z"), event_type: "delivered" },
            { event_id: 64, shipment_id: 37, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 65, shipment_id: 79, event_timestamp: new Date("2023-01-25T20:36:09Z"), event_type: "delivered" },
            { event_id: 66, shipment_id: 73, event_timestamp: null, event_type: "collected" },
            { event_id: 67, shipment_id: 18, event_timestamp: new Date("2023-03-11T12:19:01Z"), event_type: "delivered" },
            { event_id: 68, shipment_id: 99, event_timestamp: new Date("2024-12-18T05:46:52Z"), event_type: "delivered" },
            { event_id: 69, shipment_id: 6, event_timestamp: null, event_type: "collected" },
            { event_id: 70, shipment_id: 15, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 71, shipment_id: 2, event_timestamp: new Date("2023-05-27T23:46:38Z"), event_type: "delivered" },
            { event_id: 72, shipment_id: 8, event_timestamp: null, event_type: "collected" },
            { event_id: 73, shipment_id: 16, event_timestamp: new Date("2023-01-04T00:13:49Z"), event_type: "delivered" },
            { event_id: 74, shipment_id: 36, event_timestamp: null, event_type: "created" },
            { event_id: 75, shipment_id: 63, event_timestamp: null, event_type: "collected" },
            { event_id: 76, shipment_id: 80, event_timestamp: new Date("2024-03-10T15:08:56Z"), event_type: "delivered" },
            { event_id: 77, shipment_id: 24, event_timestamp: new Date("2023-06-22T13:05:34Z"), event_type: "exception" },
            { event_id: 78, shipment_id: 53, event_timestamp: null, event_type: "in transit" },
            { event_id: 79, shipment_id: 11, event_timestamp: null, event_type: "created" },
            { event_id: 80, shipment_id: 17, event_timestamp: null, event_type: "in transit" },
            { event_id: 81, shipment_id: 82, event_timestamp: null, event_type: "in transit" },
            { event_id: 82, shipment_id: 54, event_timestamp: null, event_type: "created" },
            { event_id: 83, shipment_id: 91, event_timestamp: null, event_type: "collected" },
            { event_id: 84, shipment_id: 30, event_timestamp: null, event_type: "in transit" },
            { event_id: 85, shipment_id: 23, event_timestamp: new Date("2024-08-21T17:04:01Z"), event_type: "delivered" },
            { event_id: 86, shipment_id: 15, event_timestamp: null, event_type: "created" },
            { event_id: 87, shipment_id: 3, event_timestamp: null, event_type: "collected" },
            { event_id: 88, shipment_id: 20, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 89, shipment_id: 70, event_timestamp: null, event_type: "collected" },
            { event_id: 90, shipment_id: 64, event_timestamp: null, event_type: "collected" },
            { event_id: 91, shipment_id: 16, event_timestamp: new Date("2024-04-17T17:46:26Z"), event_type: "delivered" },
            { event_id: 92, shipment_id: 74, event_timestamp: new Date("2024-05-17T12:15:12Z"), event_type: "delivered" },
            { event_id: 93, shipment_id: 83, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 94, shipment_id: 1, event_timestamp: null, event_type: "created" },
            { event_id: 95, shipment_id: 18, event_timestamp: new Date("2023-05-09T11:19:56Z"), event_type: "delivered" },
            { event_id: 96, shipment_id: 18, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 97, shipment_id: 97, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 98, shipment_id: 56, event_timestamp: new Date("2023-06-11T14:36:14Z"), event_type: "delivered" },
            { event_id: 99, shipment_id: 20, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 100, shipment_id: 66, event_timestamp: null, event_type: "collected" },
            { event_id: 101, shipment_id: 99, event_timestamp: null, event_type: "in transit" },
            { event_id: 102, shipment_id: 44, event_timestamp: null, event_type: "created" },
            { event_id: 103, shipment_id: 2, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 104, shipment_id: 94, event_timestamp: new Date("2024-06-01T20:50:01Z"), event_type: "delivered" },
            { event_id: 105, shipment_id: 28, event_timestamp: new Date("2024-05-24T16:05:20Z"), event_type: "delivered" },
            { event_id: 106, shipment_id: 36, event_timestamp: new Date("2023-04-22T18:26:10Z"), event_type: "delivered" },
            { event_id: 107, shipment_id: 91, event_timestamp: new Date("2024-04-20T20:34:31Z"), event_type: "delivered" },
            { event_id: 108, shipment_id: 43, event_timestamp: new Date("2023-07-13T16:48:15Z"), event_type: "delivered" },
            { event_id: 109, shipment_id: 11, event_timestamp: null, event_type: "collected" },
            { event_id: 110, shipment_id: 67, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 111, shipment_id: 23, event_timestamp: new Date("2024-01-04T09:26:22Z"), event_type: "delivered" },
            { event_id: 112, shipment_id: 36, event_timestamp: null, event_type: "in transit" },
            { event_id: 113, shipment_id: 86, event_timestamp: new Date("2023-11-03T08:56:14Z"), event_type: "delivered" },
            { event_id: 114, shipment_id: 5, event_timestamp: null, event_type: "created" },
            { event_id: 115, shipment_id: 20, event_timestamp: null, event_type: "collected" },
            { event_id: 116, shipment_id: 71, event_timestamp: new Date("2024-02-23T13:56:02Z"), event_type: "exception" },
            { event_id: 117, shipment_id: 37, event_timestamp: null, event_type: "created" },
            { event_id: 118, shipment_id: 81, event_timestamp: null, event_type: "created" },
            { event_id: 119, shipment_id: 51, event_timestamp: null, event_type: "collected" },
            { event_id: 120, shipment_id: 57, event_timestamp: new Date("2024-12-26T08:34:48Z"), event_type: "delivered" },
            { event_id: 121, shipment_id: 14, event_timestamp: null, event_type: "created" },
            { event_id: 122, shipment_id: 19, event_timestamp: new Date("2024-07-20T12:11:53Z"), event_type: "exception" },
            { event_id: 123, shipment_id: 35, event_timestamp: null, event_type: "in transit" },
            { event_id: 124, shipment_id: 37, event_timestamp: null, event_type: "collected" },
            { event_id: 125, shipment_id: 77, event_timestamp: null, event_type: "collected" },
            { event_id: 126, shipment_id: 20, event_timestamp: null, event_type: "created" },
            { event_id: 127, shipment_id: 39, event_timestamp: null, event_type: "in transit" },
            { event_id: 128, shipment_id: 96, event_timestamp: new Date("2023-09-13T12:55:14Z"), event_type: "delivered" },
            { event_id: 129, shipment_id: 71, event_timestamp: null, event_type: "in transit" },
            { event_id: 130, shipment_id: 42, event_timestamp: null, event_type: "created" },
            { event_id: 131, shipment_id: 32, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 132, shipment_id: 36, event_timestamp: new Date("2023-03-22T20:58:54Z"), event_type: "exception" },
            { event_id: 133, shipment_id: 89, event_timestamp: new Date("2024-05-28T19:17:43Z"), event_type: "exception" },
            { event_id: 134, shipment_id: 47, event_timestamp: new Date("2024-12-22T07:58:44Z"), event_type: "delivered" },
            { event_id: 135, shipment_id: 24, event_timestamp: null, event_type: "created" },
            { event_id: 136, shipment_id: 21, event_timestamp: new Date("2023-11-30T22:39:00Z"), event_type: "exception" },
            { event_id: 137, shipment_id: 89, event_timestamp: null, event_type: "collected" },
            { event_id: 138, shipment_id: 33, event_timestamp: new Date("2023-02-06T22:27:23Z"), event_type: "delivered" },
            { event_id: 139, shipment_id: 23, event_timestamp: new Date("2024-05-16T18:44:31Z"), event_type: "delivered" },
            { event_id: 140, shipment_id: 66, event_timestamp: new Date("2023-11-02T19:20:54Z"), event_type: "delivered" },
            { event_id: 141, shipment_id: 37, event_timestamp: new Date("2023-12-04T09:59:52Z"), event_type: "delivered" },
            { event_id: 142, shipment_id: 4, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 143, shipment_id: 13, event_timestamp: null, event_type: "in transit" },
            { event_id: 144, shipment_id: 46, event_timestamp: null, event_type: "in transit" },
            { event_id: 145, shipment_id: 63, event_timestamp: null, event_type: "in transit" },
            { event_id: 146, shipment_id: 53, event_timestamp: null, event_type: "collected" },
            { event_id: 147, shipment_id: 46, event_timestamp: null, event_type: "created" },
            { event_id: 148, shipment_id: 50, event_timestamp: new Date("2024-11-11T15:11:09Z"), event_type: "exception" },
            { event_id: 149, shipment_id: 14, event_timestamp: null, event_type: "created" },
            { event_id: 150, shipment_id: 23, event_timestamp: null, event_type: "created" },
            { event_id: 151, shipment_id: 2, event_timestamp: null, event_type: "in transit" },
            { event_id: 152, shipment_id: 34, event_timestamp: null, event_type: "collected" },
            { event_id: 153, shipment_id: 24, event_timestamp: new Date("2023-10-13T08:02:36Z"), event_type: "exception" },
            { event_id: 154, shipment_id: 16, event_timestamp: null, event_type: "created" },
            { event_id: 155, shipment_id: 76, event_timestamp: new Date("2024-04-11T11:50:01Z"), event_type: "delivered" },
            { event_id: 156, shipment_id: 44, event_timestamp: null, event_type: "in transit" },
            { event_id: 157, shipment_id: 63, event_timestamp: new Date("2023-10-06T18:07:07Z"), event_type: "exception" },
            { event_id: 158, shipment_id: 19, event_timestamp: new Date("2024-12-31T16:43:19Z"), event_type: "delivered" },
            { event_id: 159, shipment_id: 22, event_timestamp: null, event_type: "in transit" },
            { event_id: 160, shipment_id: 77, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 161, shipment_id: 64, event_timestamp: new Date("2023-10-30T11:01:56Z"), event_type: "delivered" },
            { event_id: 162, shipment_id: 15, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 163, shipment_id: 61, event_timestamp: new Date("2024-04-09T18:26:04Z"), event_type: "delivered" },
            { event_id: 164, shipment_id: 13, event_timestamp: null, event_type: "in transit" },
            { event_id: 165, shipment_id: 86, event_timestamp: new Date("2023-04-02T14:10:01Z"), event_type: "delivered" },
            { event_id: 166, shipment_id: 93, event_timestamp: new Date("2023-09-10T14:00:40Z"), event_type: "delivered" },
            { event_id: 167, shipment_id: 40, event_timestamp: new Date("2024-04-30T11:46:32Z"), event_type: "delivered" },
            { event_id: 168, shipment_id: 61, event_timestamp: null, event_type: "in transit" },
            { event_id: 169, shipment_id: 65, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 170, shipment_id: 19, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 171, shipment_id: 29, event_timestamp: null, event_type: "created" },
            { event_id: 172, shipment_id: 64, event_timestamp: new Date("2024-08-14T19:18:00Z"), event_type: "delivered" },
            { event_id: 173, shipment_id: 91, event_timestamp: null, event_type: "created" },
            { event_id: 174, shipment_id: 36, event_timestamp: null, event_type: "in transit" },
            { event_id: 175, shipment_id: 29, event_timestamp: null, event_type: "created" },
            { event_id: 176, shipment_id: 29, event_timestamp: null, event_type: "created" },
            { event_id: 177, shipment_id: 40, event_timestamp: null, event_type: "collected" },
            { event_id: 178, shipment_id: 69, event_timestamp: new Date("2024-04-24T10:38:23Z"), event_type: "exception" },
            { event_id: 179, shipment_id: 22, event_timestamp: null, event_type: "created" },
            { event_id: 180, shipment_id: 62, event_timestamp: new Date("2024-01-12T12:51:07Z"), event_type: "delivered" },
            { event_id: 181, shipment_id: 95, event_timestamp: new Date("2024-07-31T20:44:06Z"), event_type: "delivered" },
            { event_id: 182, shipment_id: 80, event_timestamp: null, event_type: "collected" },
            { event_id: 183, shipment_id: 25, event_timestamp: new Date("2024-01-11T15:27:35Z"), event_type: "delivered" },
            { event_id: 184, shipment_id: 87, event_timestamp: null, event_type: "created" },
            { event_id: 185, shipment_id: 2, event_timestamp: null, event_type: "created" },
            { event_id: 186, shipment_id: 44, event_timestamp: new Date("2023-11-04T13:08:35Z"), event_type: "delivered" },
            { event_id: 187, shipment_id: 69, event_timestamp: null, event_type: "created" },
            { event_id: 188, shipment_id: 71, event_timestamp: null, event_type: "collected" },
            { event_id: 189, shipment_id: 61, event_timestamp: null, event_type: "in transit" },
            { event_id: 190, shipment_id: 86, event_timestamp: null, event_type: "collected" },
            { event_id: 191, shipment_id: 33, event_timestamp: new Date("2024-09-02T13:28:04Z"), event_type: "delivered" },
            { event_id: 192, shipment_id: 66, event_timestamp: null, event_type: "created" },
            { event_id: 193, shipment_id: 5, event_timestamp: null, event_type: "in transit" },
            { event_id: 194, shipment_id: 59, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 195, shipment_id: 96, event_timestamp: null, event_type: "created" },
            { event_id: 196, shipment_id: 46, event_timestamp: new Date("2024-05-23T10:12:12Z"), event_type: "delivered" },
            { event_id: 197, shipment_id: 13, event_timestamp: null, event_type: "created" },
            { event_id: 198, shipment_id: 63, event_timestamp: new Date("2023-01-10T08:27:17Z"), event_type: "delivered" },
            { event_id: 199, shipment_id: 84, event_timestamp: null, event_type: "collected" },
            { event_id: 200, shipment_id: 37, event_timestamp: new Date("2024-09-18T21:38:48Z"), event_type: "delivered" },
            { event_id: 201, shipment_id: 43, event_timestamp: null, event_type: "created" },
            { event_id: 202, shipment_id: 5, event_timestamp: null, event_type: "created" },
            { event_id: 203, shipment_id: 75, event_timestamp: null, event_type: "collected" },
            { event_id: 204, shipment_id: 13, event_timestamp: null, event_type: "collected" },
            { event_id: 205, shipment_id: 1, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 206, shipment_id: 77, event_timestamp: null, event_type: "in transit" },
            { event_id: 207, shipment_id: 85, event_timestamp: new Date("2023-07-01T19:35:53Z"), event_type: "delivered" },
            { event_id: 208, shipment_id: 31, event_timestamp: null, event_type: "created" },
            { event_id: 209, shipment_id: 19, event_timestamp: null, event_type: "created" },
            { event_id: 210, shipment_id: 78, event_timestamp: null, event_type: "in transit" },
            { event_id: 211, shipment_id: 73, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 212, shipment_id: 41, event_timestamp: null, event_type: "in transit" },
            { event_id: 213, shipment_id: 1, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 214, shipment_id: 78, event_timestamp: null, event_type: "collected" },
            { event_id: 215, shipment_id: 20, event_timestamp: null, event_type: "collected" },
            { event_id: 216, shipment_id: 16, event_timestamp: null, event_type: "collected" },
            { event_id: 217, shipment_id: 65, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 218, shipment_id: 51, event_timestamp: null, event_type: "created" },
            { event_id: 219, shipment_id: 12, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 220, shipment_id: 22, event_timestamp: null, event_type: "created" },
            { event_id: 221, shipment_id: 48, event_timestamp: null, event_type: "in transit" },
            { event_id: 222, shipment_id: 99, event_timestamp: null, event_type: "created" },
            { event_id: 223, shipment_id: 30, event_timestamp: new Date("2024-02-16T14:26:24Z"), event_type: "delivered" },
            { event_id: 224, shipment_id: 18, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 225, shipment_id: 50, event_timestamp: null, event_type: "created" },
            { event_id: 226, shipment_id: 31, event_timestamp: new Date("2023-01-11T11:54:01Z"), event_type: "delivered" },
            { event_id: 227, shipment_id: 15, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 228, shipment_id: 7, event_timestamp: null, event_type: "created" },
            { event_id: 229, shipment_id: 20, event_timestamp: null, event_type: "collected" },
            { event_id: 230, shipment_id: 89, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 231, shipment_id: 32, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 232, shipment_id: 34, event_timestamp: null, event_type: "collected" },
            { event_id: 233, shipment_id: 52, event_timestamp: new Date("2024-12-16T16:12:59Z"), event_type: "delivered" },
            { event_id: 234, shipment_id: 44, event_timestamp: null, event_type: "collected" },
            { event_id: 235, shipment_id: 14, event_timestamp: null, event_type: "created" },
            { event_id: 236, shipment_id: 77, event_timestamp: null, event_type: "collected" },
            { event_id: 237, shipment_id: 10, event_timestamp: new Date("2023-06-12T14:46:22Z"), event_type: "delivered" },
            { event_id: 238, shipment_id: 18, event_timestamp: null, event_type: "collected" },
            { event_id: 239, shipment_id: 83, event_timestamp: new Date("2024-09-22T21:09:05Z"), event_type: "delivered" },
            { event_id: 240, shipment_id: 18, event_timestamp: new Date("2024-07-16T20:32:50Z"), event_type: "delivered" },
            { event_id: 241, shipment_id: 38, event_timestamp: null, event_type: "created" },
            { event_id: 242, shipment_id: 8, event_timestamp: new Date("2023-12-31T14:10:16Z"), event_type: "delivered" },
            { event_id: 243, shipment_id: 100, event_timestamp: null, event_type: "collected" },
            { event_id: 244, shipment_id: 8, event_timestamp: new Date("2024-07-12T08:23:07Z"), event_type: "exception" },
            { event_id: 245, shipment_id: 27, event_timestamp: null, event_type: "in transit" },
            { event_id: 246, shipment_id: 2, event_timestamp: new Date("2024-04-23T20:11:30Z"), event_type: "delivered" },
            { event_id: 247, shipment_id: 71, event_timestamp: new Date("2024-12-21T12:13:51Z"), event_type: "delivered" },
            { event_id: 248, shipment_id: 6, event_timestamp: null, event_type: "collected" },
            { event_id: 249, shipment_id: 90, event_timestamp: new Date("2024-08-05T17:13:26Z"), event_type: "delivered" },
            { event_id: 250, shipment_id: 80, event_timestamp: null, event_type: "in transit" },
            { event_id: 251, shipment_id: 12, event_timestamp: new Date("2023-09-05T09:14:21Z"), event_type: "delivered" },
            { event_id: 252, shipment_id: 39, event_timestamp: null, event_type: "created" },
            { event_id: 253, shipment_id: 52, event_timestamp: null, event_type: "created" },
            { event_id: 254, shipment_id: 64, event_timestamp: new Date("2024-02-01T15:06:49Z"), event_type: "delivered" },
            { event_id: 255, shipment_id: 74, event_timestamp: null, event_type: "created" },
            { event_id: 256, shipment_id: 39, event_timestamp: null, event_type: "created" },
            { event_id: 257, shipment_id: 77, event_timestamp: null, event_type: "collected" },
            { event_id: 258, shipment_id: 82, event_timestamp: null, event_type: "in transit" },
            { event_id: 259, shipment_id: 39, event_timestamp: null, event_type: "created" },
            { event_id: 260, shipment_id: 15, event_timestamp: null, event_type: "in transit" },
            { event_id: 261, shipment_id: 68, event_timestamp: null, event_type: "created" },
            { event_id: 262, shipment_id: 92, event_timestamp: null, event_type: "out for delivery" },
            { event_id: 263, shipment_id: 98, event_timestamp: null, event_type: "collected" },
            { event_id: 264, shipment_id: 43, event_timestamp: new Date("2023-12-14T18:19:36Z"), event_type: "delivered" },
        ],
    });
    await prisma.locations.createMany({
        data: [
            { location_id: 1, shipment_id: 47, location_name: null, location_type: "delivery center" },
            { location_id: 2, shipment_id: 34, location_name: "network point facility", location_type: "warehouse" },
            { location_id: 3, shipment_id: 38, location_name: null, location_type: "delivery center" },
            { location_id: 4, shipment_id: 35, location_name: null, location_type: "delivery center" },
            { location_id: 5, shipment_id: 24, location_name: "location", location_type: "warehouse" },
            { location_id: 6, shipment_id: 40, location_name: "port", location_type: "transit hub" },
            { location_id: 7, shipment_id: 76, location_name: "port sector", location_type: "transit hub" },
            { location_id: 8, shipment_id: 23, location_name: "center warehouse", location_type: "transit hub" },
            { location_id: 9, shipment_id: 6, location_name: null, location_type: "delivery center" },
            { location_id: 10, shipment_id: 8, location_name: "address center", location_type: "transit hub" },
            { location_id: 11, shipment_id: 100, location_name: "region warehouse", location_type: "transit hub" },
            { location_id: 12, shipment_id: 75, location_name: "address district area", location_type: "transit hub" },
            { location_id: 13, shipment_id: 70, location_name: "area", location_type: "transit hub" },
            { location_id: 14, shipment_id: 52, location_name: "sector", location_type: "warehouse" },
            { location_id: 15, shipment_id: 80, location_name: "depot port station", location_type: "warehouse" },
            { location_id: 16, shipment_id: 87, location_name: null, location_type: "delivery center" },
            { location_id: 17, shipment_id: 46, location_name: "region zone", location_type: "transit hub" },
            { location_id: 18, shipment_id: 60, location_name: "hub station dock", location_type: "transit hub" },
            { location_id: 19, shipment_id: 77, location_name: "station place", location_type: "transit hub" },
            { location_id: 20, shipment_id: 4, location_name: "distribution terminal", location_type: "warehouse" },
            { location_id: 21, shipment_id: 59, location_name: null, location_type: "delivery center" },
            { location_id: 22, shipment_id: 11, location_name: "dock", location_type: "transit hub" },
            { location_id: 23, shipment_id: 52, location_name: null, location_type: "delivery center" },
            { location_id: 24, shipment_id: 12, location_name: null, location_type: "delivery center" },
            { location_id: 25, shipment_id: 36, location_name: "location", location_type: "transit hub" },
            { location_id: 26, shipment_id: 9, location_name: null, location_type: "delivery center" },
            { location_id: 27, shipment_id: 86, location_name: "sector", location_type: "warehouse" },
            { location_id: 28, shipment_id: 56, location_name: "address", location_type: "transit hub" },
            { location_id: 29, shipment_id: 99, location_name: "region", location_type: "transit hub" },
            { location_id: 30, shipment_id: 22, location_name: null, location_type: "delivery center" },
            { location_id: 31, shipment_id: 96, location_name: null, location_type: "delivery center" },
            { location_id: 32, shipment_id: 30, location_name: "terminal network station", location_type: "warehouse" },
            { location_id: 33, shipment_id: 35, location_name: null, location_type: "delivery center" },
            { location_id: 34, shipment_id: 55, location_name: "dock district region", location_type: "warehouse" },
            { location_id: 35, shipment_id: 48, location_name: null, location_type: "delivery center" },
            { location_id: 36, shipment_id: 3, location_name: "area", location_type: "transit hub" },
            { location_id: 37, shipment_id: 71, location_name: "distribution", location_type: "transit hub" },
            { location_id: 38, shipment_id: 41, location_name: "warehouse terminal", location_type: "warehouse" },
            { location_id: 39, shipment_id: 20, location_name: "network point", location_type: "warehouse" },
            { location_id: 40, shipment_id: 82, location_name: null, location_type: "delivery center" },
            { location_id: 41, shipment_id: 98, location_name: "address zone place", location_type: "transit hub" },
            { location_id: 42, shipment_id: 73, location_name: "warehouse", location_type: "transit hub" },
            { location_id: 43, shipment_id: 51, location_name: "terminal facility hub", location_type: "transit hub" },
            { location_id: 44, shipment_id: 51, location_name: "area hub", location_type: "transit hub" },
            { location_id: 45, shipment_id: 2, location_name: null, location_type: "delivery center" },
            { location_id: 46, shipment_id: 74, location_name: "address", location_type: "warehouse" },
            { location_id: 47, shipment_id: 30, location_name: null, location_type: "delivery center" },
            { location_id: 48, shipment_id: 52, location_name: "warehouse zone", location_type: "warehouse" },
            { location_id: 49, shipment_id: 18, location_name: "sector", location_type: "warehouse" },
            { location_id: 50, shipment_id: 17, location_name: null, location_type: "delivery center" },
            { location_id: 51, shipment_id: 99, location_name: "dock address", location_type: "warehouse" },
            { location_id: 52, shipment_id: 43, location_name: "distribution", location_type: "warehouse" },
            { location_id: 53, shipment_id: 37, location_name: "dock", location_type: "warehouse" },
            { location_id: 54, shipment_id: 11, location_name: "dock", location_type: "transit hub" },
            { location_id: 55, shipment_id: 9, location_name: null, location_type: "delivery center" },
            { location_id: 56, shipment_id: 44, location_name: "site station", location_type: "warehouse" },
            { location_id: 57, shipment_id: 78, location_name: "zone site", location_type: "warehouse" },
            { location_id: 58, shipment_id: 59, location_name: "site facility center", location_type: "transit hub" },
            { location_id: 59, shipment_id: 57, location_name: "depot district terminal", location_type: "warehouse" },
            { location_id: 60, shipment_id: 13, location_name: "district place", location_type: "transit hub" },
            { location_id: 61, shipment_id: 40, location_name: "region network port", location_type: "transit hub" },
            { location_id: 62, shipment_id: 51, location_name: "station distribution point", location_type: "warehouse" },
            { location_id: 63, shipment_id: 81, location_name: "warehouse", location_type: "warehouse" },
            { location_id: 64, shipment_id: 1, location_name: null, location_type: "delivery center" },
            { location_id: 65, shipment_id: 38, location_name: null, location_type: "delivery center" },
            { location_id: 66, shipment_id: 44, location_name: "district center place", location_type: "warehouse" },
            { location_id: 67, shipment_id: 81, location_name: null, location_type: "delivery center" },
            { location_id: 68, shipment_id: 82, location_name: "region facility network", location_type: "transit hub" },
            { location_id: 69, shipment_id: 94, location_name: null, location_type: "delivery center" },
            { location_id: 70, shipment_id: 3, location_name: null, location_type: "delivery center" },
            { location_id: 71, shipment_id: 14, location_name: "region", location_type: "warehouse" },
            { location_id: 72, shipment_id: 15, location_name: "terminal", location_type: "transit hub" },
            { location_id: 73, shipment_id: 54, location_name: "region", location_type: "warehouse" },
            { location_id: 74, shipment_id: 99, location_name: "location facility", location_type: "transit hub" },
            { location_id: 75, shipment_id: 78, location_name: "district network zone", location_type: "warehouse" },
            { location_id: 76, shipment_id: 14, location_name: null, location_type: "delivery center" },
            { location_id: 77, shipment_id: 65, location_name: "hub place", location_type: "transit hub" },
            { location_id: 78, shipment_id: 75, location_name: "depot terminal place", location_type: "transit hub" },
            { location_id: 79, shipment_id: 94, location_name: "facility", location_type: "transit hub" },
            { location_id: 80, shipment_id: 95, location_name: null, location_type: "delivery center" },
            { location_id: 81, shipment_id: 59, location_name: "sector", location_type: "warehouse" },
            { location_id: 82, shipment_id: 37, location_name: null, location_type: "delivery center" },
            { location_id: 83, shipment_id: 98, location_name: null, location_type: "delivery center" },
            { location_id: 84, shipment_id: 16, location_name: null, location_type: "delivery center" },
            { location_id: 85, shipment_id: 60, location_name: "distribution", location_type: "warehouse" },
            { location_id: 86, shipment_id: 50, location_name: null, location_type: "delivery center" },
            { location_id: 87, shipment_id: 20, location_name: null, location_type: "delivery center" },
            { location_id: 88, shipment_id: 49, location_name: "area point", location_type: "transit hub" },
            { location_id: 89, shipment_id: 33, location_name: "sector distribution", location_type: "warehouse" },
            { location_id: 90, shipment_id: 18, location_name: null, location_type: "delivery center" },
            { location_id: 91, shipment_id: 69, location_name: "point", location_type: "transit hub" },
            { location_id: 92, shipment_id: 91, location_name: null, location_type: "delivery center" },
            { location_id: 93, shipment_id: 14, location_name: "location place", location_type: "transit hub" },
            { location_id: 94, shipment_id: 66, location_name: "facility sector region", location_type: "transit hub" },
            { location_id: 95, shipment_id: 43, location_name: "area depot", location_type: "transit hub" },
            { location_id: 96, shipment_id: 55, location_name: "site", location_type: "warehouse" },
            { location_id: 97, shipment_id: 95, location_name: null, location_type: "delivery center" },
            { location_id: 98, shipment_id: 9, location_name: "terminal", location_type: "warehouse" },
            { location_id: 99, shipment_id: 57, location_name: "location distribution warehouse", location_type: "warehouse" },
            { location_id: 100, shipment_id: 96, location_name: "center sector", location_type: "warehouse" },
            { location_id: 101, shipment_id: 4, location_name: null, location_type: "delivery center" },
            { location_id: 102, shipment_id: 31, location_name: null, location_type: "delivery center" },
            { location_id: 103, shipment_id: 10, location_name: "place", location_type: "warehouse" },
            { location_id: 104, shipment_id: 77, location_name: null, location_type: "delivery center" },
            { location_id: 105, shipment_id: 13, location_name: null, location_type: "delivery center" },
            { location_id: 106, shipment_id: 64, location_name: "depot dock", location_type: "warehouse" },
            { location_id: 107, shipment_id: 61, location_name: "station point depot", location_type: "warehouse" },
            { location_id: 108, shipment_id: 49, location_name: "depot hub", location_type: "warehouse" },
            { location_id: 109, shipment_id: 38, location_name: "dock", location_type: "transit hub" },
            { location_id: 110, shipment_id: 27, location_name: null, location_type: "delivery center" },
            { location_id: 111, shipment_id: 87, location_name: "region", location_type: "warehouse" },
            { location_id: 112, shipment_id: 12, location_name: "hub location", location_type: "warehouse" },
            { location_id: 113, shipment_id: 63, location_name: null, location_type: "delivery center" },
            { location_id: 114, shipment_id: 63, location_name: "port", location_type: "transit hub" },
            { location_id: 115, shipment_id: 19, location_name: null, location_type: "delivery center" },
            { location_id: 116, shipment_id: 73, location_name: null, location_type: "delivery center" },
            { location_id: 117, shipment_id: 67, location_name: "distribution site", location_type: "warehouse" },
            { location_id: 118, shipment_id: 96, location_name: "network", location_type: "warehouse" },
            { location_id: 119, shipment_id: 43, location_name: "facility terminal station", location_type: "transit hub" },
            { location_id: 120, shipment_id: 7, location_name: null, location_type: "delivery center" },
            { location_id: 121, shipment_id: 55, location_name: "center point terminal", location_type: "warehouse" },
            { location_id: 122, shipment_id: 45, location_name: null, location_type: "delivery center" },
            { location_id: 123, shipment_id: 81, location_name: "site region facility", location_type: "warehouse" },
            { location_id: 124, shipment_id: 56, location_name: "facility", location_type: "warehouse" },
            { location_id: 125, shipment_id: 89, location_name: null, location_type: "delivery center" },
            { location_id: 126, shipment_id: 47, location_name: "center depot", location_type: "warehouse" },
            { location_id: 127, shipment_id: 93, location_name: null, location_type: "delivery center" },
            { location_id: 128, shipment_id: 27, location_name: null, location_type: "delivery center" },
            { location_id: 129, shipment_id: 42, location_name: null, location_type: "delivery center" },
            { location_id: 130, shipment_id: 92, location_name: null, location_type: "delivery center" },
            { location_id: 131, shipment_id: 89, location_name: "station area", location_type: "warehouse" },
            { location_id: 132, shipment_id: 42, location_name: null, location_type: "delivery center" },
            { location_id: 133, shipment_id: 50, location_name: "depot sector warehouse", location_type: "transit hub" },
            { location_id: 134, shipment_id: 48, location_name: null, location_type: "delivery center" },
            { location_id: 135, shipment_id: 20, location_name: "area zone place", location_type: "transit hub" },
            { location_id: 136, shipment_id: 74, location_name: "area region", location_type: "transit hub" },
            { location_id: 137, shipment_id: 79, location_name: "district location", location_type: "transit hub" },
            { location_id: 138, shipment_id: 76, location_name: "depot point", location_type: "warehouse" },
            { location_id: 139, shipment_id: 29, location_name: "region area", location_type: "transit hub" },
            { location_id: 140, shipment_id: 73, location_name: "depot", location_type: "warehouse" },
            { location_id: 141, shipment_id: 16, location_name: null, location_type: "delivery center" },
            { location_id: 142, shipment_id: 36, location_name: null, location_type: "delivery center" },
            { location_id: 143, shipment_id: 53, location_name: null, location_type: "delivery center" },
            { location_id: 144, shipment_id: 68, location_name: null, location_type: "delivery center" },
            { location_id: 145, shipment_id: 83, location_name: "district hub region", location_type: "transit hub" },
            { location_id: 146, shipment_id: 16, location_name: "district terminal sector", location_type: "warehouse" },
            { location_id: 147, shipment_id: 97, location_name: "network distribution region", location_type: "transit hub" },
            { location_id: 148, shipment_id: 92, location_name: "district center", location_type: "warehouse" },
            { location_id: 149, shipment_id: 4, location_name: "point area", location_type: "warehouse" },
            { location_id: 150, shipment_id: 65, location_name: "terminal port", location_type: "warehouse" },
            { location_id: 151, shipment_id: 5, location_name: "sector", location_type: "transit hub" },
            { location_id: 152, shipment_id: 1, location_name: null, location_type: "delivery center" },
            { location_id: 153, shipment_id: 49, location_name: null, location_type: "delivery center" },
            { location_id: 154, shipment_id: 26, location_name: "region site point", location_type: "transit hub" },
            { location_id: 155, shipment_id: 95, location_name: "dock depot", location_type: "warehouse" },
            { location_id: 156, shipment_id: 39, location_name: null, location_type: "delivery center" },
            { location_id: 157, shipment_id: 47, location_name: "dock port", location_type: "transit hub" },
            { location_id: 158, shipment_id: 41, location_name: null, location_type: "delivery center" },
            { location_id: 159, shipment_id: 84, location_name: "network location", location_type: "warehouse" },
            { location_id: 160, shipment_id: 100, location_name: "area region", location_type: "warehouse" },
            { location_id: 161, shipment_id: 32, location_name: null, location_type: "delivery center" },
            { location_id: 162, shipment_id: 3, location_name: "facility site point", location_type: "transit hub" },
            { location_id: 163, shipment_id: 88, location_name: "network center area", location_type: "transit hub" },
            { location_id: 164, shipment_id: 72, location_name: null, location_type: "delivery center" },
            { location_id: 165, shipment_id: 34, location_name: null, location_type: "delivery center" },
            { location_id: 166, shipment_id: 97, location_name: "area region warehouse", location_type: "transit hub" },
            { location_id: 167, shipment_id: 35, location_name: "dock", location_type: "transit hub" },
            { location_id: 168, shipment_id: 10, location_name: null, location_type: "delivery center" },
            { location_id: 169, shipment_id: 54, location_name: "depot", location_type: "warehouse" },
            { location_id: 170, shipment_id: 68, location_name: "center hub", location_type: "warehouse" },
            { location_id: 171, shipment_id: 11, location_name: "station district dock", location_type: "transit hub" },
            { location_id: 172, shipment_id: 87, location_name: "depot site", location_type: "transit hub" },
            { location_id: 173, shipment_id: 56, location_name: "facility", location_type: "transit hub" },
            { location_id: 174, shipment_id: 40, location_name: "place", location_type: "warehouse" },
            { location_id: 175, shipment_id: 1, location_name: "location", location_type: "warehouse" },
            { location_id: 176, shipment_id: 78, location_name: "address", location_type: "transit hub" },
            { location_id: 177, shipment_id: 85, location_name: "region location", location_type: "warehouse" },
            { location_id: 178, shipment_id: 93, location_name: "depot", location_type: "warehouse" },
            { location_id: 179, shipment_id: 25, location_name: null, location_type: "delivery center" },
            { location_id: 180, shipment_id: 39, location_name: "distribution", location_type: "transit hub" },
            { location_id: 181, shipment_id: 53, location_name: "zone network", location_type: "warehouse" },
            { location_id: 182, shipment_id: 28, location_name: "area sector", location_type: "transit hub" },
            { location_id: 183, shipment_id: 25, location_name: "dock", location_type: "warehouse" },
            { location_id: 184, shipment_id: 58, location_name: null, location_type: "delivery center" },
            { location_id: 185, shipment_id: 26, location_name: "port", location_type: "warehouse" },
            { location_id: 186, shipment_id: 90, location_name: null, location_type: "delivery center" },
            { location_id: 187, shipment_id: 22, location_name: "distribution", location_type: "warehouse" },
            { location_id: 188, shipment_id: 62, location_name: "distribution point network", location_type: "warehouse" },
            { location_id: 189, shipment_id: 48, location_name: "station", location_type: "warehouse" },
            { location_id: 190, shipment_id: 58, location_name: "area", location_type: "warehouse" },
            { location_id: 191, shipment_id: 13, location_name: null, location_type: "delivery center" },
            { location_id: 192, shipment_id: 93, location_name: null, location_type: "delivery center" },
            { location_id: 193, shipment_id: 46, location_name: "address", location_type: "transit hub" },
            { location_id: 194, shipment_id: 79, location_name: "station address site", location_type: "warehouse" },
            { location_id: 195, shipment_id: 54, location_name: null, location_type: "delivery center" },
            { location_id: 196, shipment_id: 26, location_name: "port sector", location_type: "warehouse" },
            { location_id: 197, shipment_id: 21, location_name: "network dock", location_type: "warehouse" },
            { location_id: 198, shipment_id: 60, location_name: "location", location_type: "warehouse" },
            { location_id: 199, shipment_id: 30, location_name: "distribution location", location_type: "warehouse" },
            { location_id: 200, shipment_id: 76, location_name: "depot", location_type: "transit hub" },
            { location_id: 201, shipment_id: 8, location_name: null, location_type: "delivery center" },
        ],
    });
}

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