kustomer-client
    Preparing search index...

    Type Alias CreateCustomerResponses

    type CreateCustomerResponses = {
        "201": {
            data: {
                attributes: {
                    activeUsers: unknown[];
                    conversationCounts: {
                        all: number;
                        done: number;
                        open: number;
                        snoozed: number;
                    };
                    createdAt: string;
                    defaultLang: string;
                    displayColor: string;
                    displayIcon: string;
                    displayName: string;
                    emails: {
                        email: string;
                        id: string
                        | null;
                        type: string;
                        verified: boolean;
                    }[];
                    externalIds: unknown[];
                    gender: string;
                    lastActivityAt: string;
                    lastConversation: { tags: unknown[] };
                    locale: string;
                    locations: { address: string; id: string | null; type: string }[];
                    modifiedAt: string;
                    name: string;
                    phones: {
                        id: string | null;
                        phone: string;
                        type: string;
                        verified: boolean;
                    }[];
                    progressiveStatus: string
                    | null;
                    recentLocation: { updatedAt: string };
                    rev: number;
                    sharedEmails: unknown[];
                    sharedExternalIds: unknown[];
                    sharedPhones: unknown[];
                    sharedSocials: unknown[];
                    socials: {
                        id: string | null;
                        type: string;
                        url: string;
                        userid: string;
                        username: string;
                        verified: boolean;
                    }[];
                    tags: string[];
                    updatedAt: string;
                    urls: { id: string
                    | null; type: string; url: string }[];
                    verified: boolean;
                    watchers: unknown[];
                };
                id: string;
                links: { self: string };
                relationships: {
                    createdBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    messages: { links: { self: string } };
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "201": {
        data: {
            attributes: {
                activeUsers: unknown[];
                conversationCounts: {
                    all: number;
                    done: number;
                    open: number;
                    snoozed: number;
                };
                createdAt: string;
                defaultLang: string;
                displayColor: string;
                displayIcon: string;
                displayName: string;
                emails: {
                    email: string;
                    id: string
                    | null;
                    type: string;
                    verified: boolean;
                }[];
                externalIds: unknown[];
                gender: string;
                lastActivityAt: string;
                lastConversation: { tags: unknown[] };
                locale: string;
                locations: { address: string; id: string | null; type: string }[];
                modifiedAt: string;
                name: string;
                phones: {
                    id: string | null;
                    phone: string;
                    type: string;
                    verified: boolean;
                }[];
                progressiveStatus: string
                | null;
                recentLocation: { updatedAt: string };
                rev: number;
                sharedEmails: unknown[];
                sharedExternalIds: unknown[];
                sharedPhones: unknown[];
                sharedSocials: unknown[];
                socials: {
                    id: string | null;
                    type: string;
                    url: string;
                    userid: string;
                    username: string;
                    verified: boolean;
                }[];
                tags: string[];
                updatedAt: string;
                urls: { id: string
                | null; type: string; url: string }[];
                verified: boolean;
                watchers: unknown[];
            };
            id: string;
            links: { self: string };
            relationships: {
                createdBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                messages: { links: { self: string } };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    Created