aboutsummaryrefslogblamecommitdiffstats
path: root/packages/pipeline/test/fixtures/copper/api_v1_list_leads.ts
blob: b1f00cba7f589ed60c0971f958ae2c28b065ad24 (plain) (tree)




































































































































































































































                                                   
import { CopperLead } from '../../../src/entities';
const ParsedLeads: CopperLead[] = [
    {
        id: 9150547,
        name: 'My Contact',
        firstName: 'My',
        lastName: 'Contact',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1490045162000,
        dateModified: 1490045162000,
    },
    {
        id: 9150552,
        name: 'My Contact',
        firstName: 'My',
        lastName: 'Contact',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1490045237000,
        dateModified: 1490045237000,
    },
    {
        id: 9150578,
        name: 'My Contact',
        firstName: 'My',
        lastName: 'Contact',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1490045279000,
        dateModified: 1490045279000,
    },
    {
        id: 8982554,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1489528899000,
        dateModified: 1489528899000,
    },
    {
        id: 8982702,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1489531171000,
        dateModified: 1489531171000,
    },
    {
        id: 9094361,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1489791225000,
        dateModified: 1489791225000,
    },
    {
        id: 9094364,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1489791283000,
        dateModified: 1489791283000,
    },
    {
        id: 9094371,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1489791417000,
        dateModified: 1489791417000,
    },
    {
        id: 9094372,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1489791453000,
        dateModified: 1489791453000,
    },
    {
        id: 9094373,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1489791470000,
        dateModified: 1489791470000,
    },
    {
        id: 9094383,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1489791672000,
        dateModified: 1489791672000,
    },
    {
        id: 9174441,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1490112942000,
        dateModified: 1490112942000,
    },
    {
        id: 9174443,
        name: 'My Lead',
        firstName: 'My',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: undefined,
        companyName: undefined,
        customerSourceId: undefined,
        monetaryValue: undefined,
        status: 'New',
        statusId: 208231,
        title: undefined,
        dateCreated: 1490112953000,
        dateModified: 1490112953000,
    },
    {
        id: 8894157,
        name: 'Test Lead',
        firstName: 'Test',
        lastName: 'Lead',
        middleName: undefined,
        assigneeId: 137658,
        companyName: "Lead's Company",
        customerSourceId: 331241,
        monetaryValue: 100,
        status: 'New',
        statusId: 208231,
        title: 'Title',
        dateCreated: 1489018784000,
        dateModified: 1496692911000,
    },
];

export { ParsedLeads };